1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: extrusioncontrols.hrc,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #include <svx/dialogs.hrc>
32 // enum to index light images
33 #define FROM_TOP_LEFT 0
35 #define FROM_TOP_RIGHT 2
39 #define FROM_BOTTOM_LEFT 6
41 #define FROM_BOTTOM_RIGHT 8
43 #define DIRECTION_NW 0
45 #define DIRECTION_NE 2
47 #define DIRECTION_NONE 4
49 #define DIRECTION_SW 6
51 #define DIRECTION_SE 8
53 #define STR_PERSPECTIVE 1
54 #define STR_PARALLEL 2
56 #define STR_INFINITY 4
62 #define STR_WIREFRAME 18
64 #define STR_PLASTIC 20
67 #define STR_DIRECTION 30 // needs 10 resource ids
69 #define IMG_DIRECTION 1 // needs 10 resource ids
70 #define IMG_DIRECTION_H 10 // needs 10 resource ids
72 #define IMG_DEPTH_0 19
73 #define IMG_DEPTH_1 20
74 #define IMG_DEPTH_2 21
75 #define IMG_DEPTH_3 22
76 #define IMG_DEPTH_4 23
77 #define IMG_DEPTH_INFINITY 24
79 #define IMG_DEPTH_0_H 25
80 #define IMG_DEPTH_1_H 26
81 #define IMG_DEPTH_2_H 27
82 #define IMG_DEPTH_3_H 28
83 #define IMG_DEPTH_4_H 29
84 #define IMG_DEPTH_INFINITY_H 30
86 #define IMG_PERSPECTIVE 31
87 #define IMG_PERSPECTIVE_H 32
88 #define IMG_PARALLEL 33
89 #define IMG_PARALLEL_H 34
91 #define IMG_WIRE_FRAME 35
93 #define IMG_PLASTIC 37
96 #define IMG_WIRE_FRAME_H 39
97 #define IMG_MATTE_H 40
98 #define IMG_PLASTIC_H 41
99 #define IMG_METAL_H 42
101 #define IMG_LIGHT_OFF 50 // needs 10 resource ids
102 #define IMG_LIGHT_ON 60 // needs 10 resource ids
103 #define IMG_LIGHT_PREVIEW 70 // needs 10 resource ids
105 #define IMG_LIGHT_OFF_H 80 // needs 10 resource ids
106 #define IMG_LIGHT_ON_H 90 // needs 10 resource ids
107 #define IMG_LIGHT_PREVIEW_H 100 // needs 10 resource ids
109 #define IMG_LIGHTING_BRIGHT 110
110 #define IMG_LIGHTING_NORMAL 111
111 #define IMG_LIGHTING_DIM 112
113 #define IMG_LIGHTING_BRIGHT_H 113
114 #define IMG_LIGHTING_NORMAL_H 114
115 #define IMG_LIGHTING_DIM_H 115