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 ************************************************************************/
27 #ifndef _SVX_CHARDLG_HRC
28 #define _SVX_CHARDLG_HRC
30 // defines ------------------------------------------------------------------
32 // NamePage -----------------------------------------------------------------
35 #define FT_WEST_NAME 101
36 #define LB_WEST_NAME 102
37 #define FT_WEST_STYLE 103
38 #define LB_WEST_STYLE 104
39 #define FT_WEST_SIZE 105
40 #define LB_WEST_SIZE 106
41 #define FT_WEST_LANG 107
42 #define LB_WEST_LANG 108
45 #define FT_EAST_NAME 111
46 #define LB_EAST_NAME 112
47 #define FT_EAST_STYLE 113
48 #define LB_EAST_STYLE 114
49 #define FT_EAST_SIZE 115
50 #define LB_EAST_SIZE 116
51 #define FT_EAST_LANG 117
52 #define LB_EAST_LANG 118
55 #define FT_CTL_NAME 121
56 #define LB_CTL_NAME 122
57 #define FT_CTL_STYLE 123
58 #define LB_CTL_STYLE 124
59 #define FT_CTL_SIZE 125
60 #define LB_CTL_SIZE 126
61 #define FT_CTL_LANG 127
62 #define LB_CTL_LANG 128
64 #define WIN_CHAR_PREVIEW 131
65 #define FT_CHAR_FONTTYPE 132
71 #define STR_CHARNAME_NOSTYLE 150
72 #define STR_CHARNAME_TRANSPARENT 151
74 // EffectsPage --------------------------------------------------------------
76 #define FT_FONTCOLOR 201
77 #define LB_FONTCOLOR 202
79 #define FT_EFFECTS 203
80 #define LB_EFFECTS 204
81 #define LB_EFFECTS2 205
86 #define CB_OUTLINE 208
88 #define CB_BLINKING 210
89 #define CB_CHARHIDDEN 211
91 #define FL_EFFECTS_VERTICAL 220
93 #define FT_OVERLINE 221
94 #define LB_OVERLINE 222
95 #define FT_OVERLINE_COLOR 223
96 #define LB_OVERLINE_COLOR 224
98 #define FT_STRIKEOUT 225
99 #define LB_STRIKEOUT 226
101 #define FT_UNDERLINE 227
102 #define LB_UNDERLINE 228
103 #define FT_UNDERLINE_COLOR 229
104 #define LB_UNDERLINE_COLOR 230
106 #define CB_INDIVIDUALWORDS 231
108 #define FL_EFFECTS_ASIAN 240
110 #define FT_EMPHASIS 241
111 #define LB_EMPHASIS 242
112 #define FT_POSITION 243
113 #define LB_POSITION 244
115 #define WIN_EFFECTS_PREVIEW 251
116 #define FT_EFFECTS_FONTTYPE 252
118 #define STR_EFFECTS_TRANSPARENT 260
119 #define STR_EFFECTS_CAPITALS 261
120 #define STR_EFFECTS_LOWERCASE 262
121 #define STR_EFFECTS_TITLE 263
122 #define STR_EFFECTS_SMALL 264
123 #define STR_EFFECTS_OUTLINE 265
124 #define STR_EFFECTS_SHADOW 266
125 #define STR_EFFECTS_BLINKING 267
127 // PositionPage -------------------------------------------------------------
129 #define FL_POSITION 300
130 #define RB_HIGHPOS 301
131 #define RB_NORMALPOS 302
132 #define RB_LOWPOS 303
133 #define FT_HIGHLOW 304
134 #define ED_HIGHLOW 305
135 #define CB_HIGHLOW 306
136 #define FT_FONTSIZE 307
137 #define ED_FONTSIZE 308
138 #define FL_ROTATION_SCALING 309
139 #define FL_SCALING 310
141 #define RB_90_DEG 312
142 #define RB_270_DEG 313
143 #define CB_FIT_TO_LINE 314
144 #define FT_SCALE_WIDTH 315
145 #define MF_SCALE_WIDTH 316
147 #define FL_KERNING2 320
148 #define LB_KERNING2 321
149 #define FT_KERNING2 322
150 #define ED_KERNING2 323
151 #define CB_PAIRKERNING 324
153 #define WIN_POS_PREVIEW 331
154 #define FT_POS_FONTTYPE 332
156 // TwoLinesPage -------------------------------------------------------------
158 #define FL_SWITCHON 400
159 #define CB_TWOLINES 401
161 #define FL_ENCLOSE 410
162 #define FT_STARTBRACKET 411
163 #define ED_STARTBRACKET 412
164 #define FT_ENDBRACKET 413
165 #define ED_ENDBRACKET 414
167 #define FL_TWOLINES_PREVIEW 420
168 #define WIN_TWOLINES_PREVIEW 421
169 #define FT_TWOLINES_FONTTYPE 422
171 #define FT_WEST_NAME_NOCJK 423
172 #define LB_WEST_NAME_NOCJK 424
173 #define FT_WEST_STYLE_NOCJK 425
174 #define LB_WEST_STYLE_NOCJK 426
175 #define FT_WEST_SIZE_NOCJK 427
176 #define LB_WEST_SIZE_NOCJK 428
177 #define FT_WEST_LANG_NOCJK 429
178 #define LB_WEST_LANG_NOCJK 430