Update ooo320-m1
[ooovba.git] / svx / source / tbxctrls / extrusioncontrols.hrc
blobc31fa9df2716f230493d5c8274e13fd81c78385c
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: extrusioncontrols.hrc,v $
10  * $Revision: 1.6 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30 #include <svx/dialogs.hrc>
32 // enum to index light images
33 #define FROM_TOP_LEFT           0
34 #define FROM_TOP                        1
35 #define FROM_TOP_RIGHT          2
36 #define FROM_LEFT                       3
37 #define FROM_FRONT                      4
38 #define FROM_RIGHT                      5
39 #define FROM_BOTTOM_LEFT        6
40 #define FROM_BOTTOM                     7
41 #define FROM_BOTTOM_RIGHT       8
43 #define DIRECTION_NW            0
44 #define DIRECTION_N             1
45 #define DIRECTION_NE            2
46 #define DIRECTION_W             3
47 #define DIRECTION_NONE          4
48 #define DIRECTION_E             5
49 #define DIRECTION_SW            6
50 #define DIRECTION_S             7
51 #define DIRECTION_SE            8
53 #define STR_PERSPECTIVE                 1
54 #define STR_PARALLEL                    2
55 #define STR_CUSTOM                              3
56 #define STR_INFINITY                    4
58 #define STR_BRIGHT                              15
59 #define STR_NORMAL                              16
60 #define STR_DIM                                 17
62 #define STR_WIREFRAME                   18
63 #define STR_MATTE                               19
64 #define STR_PLASTIC                             20
65 #define STR_METAL                               21
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
92 #define IMG_MATTE                               36
93 #define IMG_PLASTIC                             37
94 #define IMG_METAL                               38
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
117 #define FL_DEPTH                                1
118 #define MTR_DEPTH                               2
119 #define BTN_OK                                  3
120 #define BTN_CANCEL                              4
121 #define BTN_HELP                                5