1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
32 #define GRP_TRANSPARENT 4
33 #define GRP_STEPCOUNT 5
35 #define CTL_POSITION 2
36 //#define CTL_GRADIENT_PREVIEW 3
37 //#define CTL_HATCHING_PREVIEW 4
38 #define CTL_COLOR_PREVIEW 5
39 #define CTL_BITMAP_PREVIEW 6
40 #define MTR_FLD_DISTANCE 1
41 #define TSB_INVISIBLE 1
42 #define TSB_SHOW_SHADOW 2
43 #define TSB_STEPCOUNT 3
46 #define TSB_ORIGINAL 6
47 #define AREADLG_INVISIBLE 0
48 #define AREADLG_COLOR 1
49 #define AREADLG_GRADIENT 2
50 #define AREADLG_HATCH 3
51 #define AREADLG_BITMAP 4
57 //#define LB_TRANSPARENT 5
59 #define LB_BACKGROUND_COLOR 3
60 #define LB_DLG_TYPE 99
67 #define FT_BACKGROUND_COLOR 2
70 #define FT_LINE_COLOR 2
71 #define FT_LINE_TYPE 1
72 #define FT_LINE_DISTANCE 3
73 #define FT_LINE_ANGLE 4
75 #define GRP_HATCHINGS 5
76 #define MTR_FLD_ANGLE 3
78 #define LB_HATCHINGS 4
79 #define LB_LINE_TYPE 1
80 #define LB_LINE_COLOR 3
81 #define GRP_GRADIENTS 4
82 #define GRP_GRADIENT_TYPE 5
83 #define LB_GRADIENTS 3
84 #define LB_GRADIENT_TYPES 4
85 #define LB_COLOR_FROM 1
87 #define FT_COLOR_FROM 1
93 #define MTR_COLOR_FROM 4
94 #define MTR_COLOR_TO 5
95 #define MTR_CENTER_X 2
96 #define MTR_CENTER_Y 3
99 #define NUM_FLD_STEPCOUNT 1
100 #define FT_PIXEL_EDIT 4
103 #define FT_SHADOW_COLOR 10
104 #define LB_SHADOW_COLOR 10
107 #define FL_POSITION 4
109 #define FL_STEPCOUNT 7
111 // Farben definieren TabPage
113 // #define RID_SVXPAGE_COLOR 999
115 //#define GRP_COLORTABLE 1
116 //#define GRP_COLORMODEL 2
118 #define BTN_WORK_ON 2
119 #define CTL_COLORTABLE 3
120 #define CTL_PREVIEW_OLD 1
121 #define CTL_PREVIEW_NEW 2
124 // #define LB_COLOR 1
125 #define LB_COLORMODEL 2
134 #define FT_TABLE_NAME 7
135 #define MTR_FLD_X_SIZE 4
136 #define MTR_FLD_Y_SIZE 5
139 #define GRP_POSITION 7
140 #define FT_X_OFFSET 1
141 #define FT_Y_OFFSET 2
142 #define MTR_FLD_X_OFFSET 1
143 #define MTR_FLD_Y_OFFSET 2
144 #define LB_AREA_TYPE 19
147 #define MTR_FLD_OFFSET 3
150 #define FT_TRANSPARENT 9
153 #define FT_BITMAPS_HIDDEN 12
155 #define RBT_TRANS_OFF 8
156 #define RBT_TRANS_LINEAR 9
157 #define RBT_TRANS_GRADIENT 10
158 #define GRP_TRANS_MODE 9
159 #define GRP_TRANS_GRADIENT 10
160 #define CTL_TRANS_PREVIEW 19
162 #define FT_TRGR_TYPE 12
163 #define LB_TRGR_GRADIENT_TYPES 3
164 #define FT_TRGR_CENTER_X 13
165 #define MTR_TRGR_CENTER_X 4
166 #define FT_TRGR_CENTER_Y 14
167 #define MTR_TRGR_CENTER_Y 5
168 #define FT_TRGR_ANGLE 15
169 #define MTR_TRGR_ANGLE 6
170 #define FT_TRGR_BORDER 16
171 #define MTR_TRGR_BORDER 7
172 #define FT_TRGR_START_VALUE 17
173 #define MTR_TRGR_START_VALUE 8
174 #define FT_TRGR_END_VALUE 18
175 #define MTR_TRGR_END_VALUE 9
176 #define MTR_TRANSPARENT 10
178 #define MTR_SHADOW_TRANSPARENT 11
180 // Hatch-Background on Area-TabPage
181 #define GRP_HATCHBCKGRD 20
182 #define CB_HATCHBCKGRD 21
183 #define LB_HATCHBCKGRDCOLOR 22
186 #define IMG_LOAD_H 23
187 #define IMG_SAVE_H 24
188 // IAccessibility2 implementation 2009 ------
189 #define STR_CUI_COLORMODEL 5030
190 #define STR_LB_HATCHINGSTYLE 5031
191 // ------ IAccessibility2 implementation 2009.