xref: /aoo42x/main/sw/source/ui/config/optdlg.hrc (revision 5ba3629c)
1fefe2166SAndrew Rist/**************************************************************
2*5ba3629cSmseidel *
3fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5fefe2166SAndrew Rist * distributed with this work for additional information
6fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10*5ba3629cSmseidel *
11fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*5ba3629cSmseidel *
13fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14fefe2166SAndrew Rist * software distributed under the License is distributed on an
15fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17fefe2166SAndrew Rist * specific language governing permissions and limitations
18fefe2166SAndrew Rist * under the License.
19*5ba3629cSmseidel *
20fefe2166SAndrew Rist *************************************************************/
21fefe2166SAndrew Rist
22fefe2166SAndrew Rist
23cdf0e10cSrcweir
24*5ba3629cSmseidel// TabPage view
25*5ba3629cSmseidel#define FL_DISP			1
26*5ba3629cSmseidel#define FL_NOPRINT		2
27*5ba3629cSmseidel#define FL_WINDOW		3
28*5ba3629cSmseidel
29*5ba3629cSmseidel#define CB_GRF			1
30*5ba3629cSmseidel#define CB_TBL			2
31*5ba3629cSmseidel#define CB_DRWFAST		3
32*5ba3629cSmseidel#define CB_FIELD		4
33*5ba3629cSmseidel#define CB_PARA			5
34*5ba3629cSmseidel#define CB_TAB			6
35*5ba3629cSmseidel#define CB_SPACE		7
36*5ba3629cSmseidel#define CB_HSPACE		8
37*5ba3629cSmseidel#define CB_SHYPH		9
38*5ba3629cSmseidel#define CB_FLD_HIDDEN	10
39*5ba3629cSmseidel#define CB_BREAK		11
40*5ba3629cSmseidel#define CB_ANY_RULER	12
41*5ba3629cSmseidel#define CB_CROSS		14
42*5ba3629cSmseidel#define CB_HSCROLL		15
43*5ba3629cSmseidel#define CB_VSCROLL		16
44*5ba3629cSmseidel#define CB_HRULER		17
45*5ba3629cSmseidel#define CB_VRULER		18
46*5ba3629cSmseidel#define FL_LINE			22
47*5ba3629cSmseidel#define CB_POSTIT		23
48*5ba3629cSmseidel#define CB_VRULER_RIGHT	24
49*5ba3629cSmseidel#define CB_BIGHANDLE	25
50*5ba3629cSmseidel
51*5ba3629cSmseidel#define FL_SETTINGS		26
52*5ba3629cSmseidel#define LB_METRIC		27
53*5ba3629cSmseidel#define FT_METRIC		28
54*5ba3629cSmseidel
55*5ba3629cSmseidel// test tab page
56*5ba3629cSmseidel#define CB_TEST1		25
57*5ba3629cSmseidel#define CB_TEST2		26
58*5ba3629cSmseidel#define CB_TEST3		27
59*5ba3629cSmseidel#define CB_TEST4		28
60*5ba3629cSmseidel#define CB_TEST5		29
61*5ba3629cSmseidel#define CB_TEST6		30
62*5ba3629cSmseidel#define CB_TEST7		31
63*5ba3629cSmseidel#define CB_TEST8		32
64*5ba3629cSmseidel#define CB_TEST9		33
65*5ba3629cSmseidel#define CB_TEST10		34
66*5ba3629cSmseidel#define FL_TEST			35
67*5ba3629cSmseidel
68*5ba3629cSmseidel#define CB_FLD_HIDDEN_PARA 36 // Mittendrin, damit die HelpIds zum FPII kompatibel bleiben
69cdf0e10cSrcweir#define CB_SMOOTH_SCROLL 37
70cdf0e10cSrcweir
71*5ba3629cSmseidel#define BT_OK			38
72*5ba3629cSmseidel#define BT_CANCEL		39
73*5ba3629cSmseidel#define BT_MORE			40
74*5ba3629cSmseidel#define BT_GRID			41
75*5ba3629cSmseidel#define MF_HFRAME		42
76*5ba3629cSmseidel#define MF_VFRAME		43
77cdf0e10cSrcweir
78cdf0e10cSrcweir#define CB_INDEX		44
79cdf0e10cSrcweir
80*5ba3629cSmseidel#define LB_COLOR		50
81*5ba3629cSmseidel#define WIN_COLOR		52
82*5ba3629cSmseidel#define ED_COLORNAME	53
83*5ba3629cSmseidel#define BT_EDIT			55
84*5ba3629cSmseidel#define BT_NEW			56
85*5ba3629cSmseidel#define BT_DELETE		57
86*5ba3629cSmseidel#define BT_DEFAULT		58
87cdf0e10cSrcweir#define CB_SECT_BOUNDS	60
88*5ba3629cSmseidel#define CB_CHAR_HIDDEN	61
89cdf0e10cSrcweir// Print-Extra-Page
90*5ba3629cSmseidel#define CB_PGRF			61
91*5ba3629cSmseidel//#define CB_PTAB		62 merged with CB_PGRF in printerpullpages
92*5ba3629cSmseidel//#define CB_PDRAW		63 removed in printerpullpages
93*5ba3629cSmseidel#define CB_LEFTP		64
94*5ba3629cSmseidel#define CB_RIGHTP		65
95*5ba3629cSmseidel//#define CB_REVERSE	66 removed in printerpullpages
96*5ba3629cSmseidel#define CB_PROSPECT		67
97*5ba3629cSmseidel//#define CB_SINGLEJOBS	68 removed in printerpullpages
98*5ba3629cSmseidel#define CB_CTRLFLD		69
99*5ba3629cSmseidel#define CB_PAPERFROMSETUP	70
100*5ba3629cSmseidel#define FL_1				71
101*5ba3629cSmseidel#define FL_2				72
102*5ba3629cSmseidel#define FL_3				73
103*5ba3629cSmseidel#define FL_4				74
104*5ba3629cSmseidel#define FT_FAX				76
105*5ba3629cSmseidel#define CB_BACKGROUND		79
106*5ba3629cSmseidel
107*5ba3629cSmseidel#define RB_NO				80
108*5ba3629cSmseidel#define RB_ONLY				81
109*5ba3629cSmseidel#define RB_END				82
110*5ba3629cSmseidel#define RB_PAGEEND			83
111*5ba3629cSmseidel#define ST_NONE				84
112*5ba3629cSmseidel#define LB_FAX				86
113*5ba3629cSmseidel#define CB_BLACK_FONT		87
114*5ba3629cSmseidel#define LB_HMETRIC			88
115*5ba3629cSmseidel#define LB_VMETRIC			89
116*5ba3629cSmseidel#define FL_SEP_PRT_LEFT		90
117*5ba3629cSmseidel#define FL_SEP_PRT_RIGHT	91
118*5ba3629cSmseidel#define CB_PRINTEMPTYPAGES	92
119*5ba3629cSmseidel#define CB_HIDDEN_TEXT		93
120*5ba3629cSmseidel#define CB_TEXT_PLACEHOLDER	94
121*5ba3629cSmseidel
122*5ba3629cSmseidel
123*5ba3629cSmseidel// Tabpage basic fonts
124cdf0e10cSrcweir#define FT_STANDARD			90
125*5ba3629cSmseidel#define LB_STANDARD			91
126*5ba3629cSmseidel#define FT_TITLE			92
127*5ba3629cSmseidel#define LB_TITLE			93
128*5ba3629cSmseidel#define FT_LIST				94
129*5ba3629cSmseidel#define LB_LIST				95
130*5ba3629cSmseidel#define FT_LABEL			96
131*5ba3629cSmseidel#define LB_LABEL			97
132*5ba3629cSmseidel#define FT_IDX				98
133*5ba3629cSmseidel#define LB_IDX				99
134*5ba3629cSmseidel#define FL_STDCHR			100
135*5ba3629cSmseidel#define PB_STANDARD			101
136*5ba3629cSmseidel#define CB_DOCONLY			102
137*5ba3629cSmseidel#define ST_SCRIPT_WESTERN	103
138*5ba3629cSmseidel#define ST_SCRIPT_ASIAN		104
139*5ba3629cSmseidel#define ST_SCRIPT_CTL		105
140*5ba3629cSmseidel#define FT_TYPE				106
141*5ba3629cSmseidel#define FT_SIZE				107
142*5ba3629cSmseidel#define LB_STANDARD_SIZE	108
143*5ba3629cSmseidel#define LB_TITLE_SIZE		109
144*5ba3629cSmseidel#define LB_LIST_SIZE		110
145*5ba3629cSmseidel#define LB_LABEL_SIZE		111
146*5ba3629cSmseidel#define LB_INDEX_SIZE		112
147*5ba3629cSmseidel
148*5ba3629cSmseidel// Tabpage table
149*5ba3629cSmseidel#define CB_HEADER				101
150*5ba3629cSmseidel#define CB_REPEAT_HEADER		102
151*5ba3629cSmseidel#define CB_DONT_SPLIT			103
152*5ba3629cSmseidel#define CB_BORDER				104
153*5ba3629cSmseidel#define CB_NUMFORMATTING		105
154*5ba3629cSmseidel#define CB_NUMALIGNMENT			106
155*5ba3629cSmseidel#define FL_TABLE				107
156*5ba3629cSmseidel#define FL_TABLE_INSERT			108
157*5ba3629cSmseidel#define CB_NUMFMT_FORMATTING	109
158*5ba3629cSmseidel#define FL_MOVE					110
159*5ba3629cSmseidel#define FT_ROWMOVE				111
160*5ba3629cSmseidel#define MF_ROWMOVE				112
161*5ba3629cSmseidel#define FT_COLMOVE				113
162*5ba3629cSmseidel#define MF_COLMOVE				114
163*5ba3629cSmseidel#define FT_INSERT				115
164*5ba3629cSmseidel#define FT_ROWINSERT			116
165*5ba3629cSmseidel#define MF_ROWINSERT			117
166*5ba3629cSmseidel#define FT_COLINSERT			118
167*5ba3629cSmseidel#define MF_COLINSERT			119
168*5ba3629cSmseidel#define FT_HANDLING				120
169*5ba3629cSmseidel#define RB_FIX					121
170*5ba3629cSmseidel#define RB_FIXPROP				122
171*5ba3629cSmseidel#define RB_VAR					123
172*5ba3629cSmseidel#define FT_FIX					124
173*5ba3629cSmseidel#define FT_FIXPROP				125
174*5ba3629cSmseidel#define FT_VAR					126
175*5ba3629cSmseidel
176*5ba3629cSmseidel#define FT_MOVE					128
177*5ba3629cSmseidel#define FL_COLOR				130
178*5ba3629cSmseidel#define FT_SGML					131
179*5ba3629cSmseidel#define LB_SGML					132
180*5ba3629cSmseidel#define FT_COMMENT				133
181*5ba3629cSmseidel#define LB_COMMENT				134
182*5ba3629cSmseidel#define FT_KEYWD				135
183*5ba3629cSmseidel#define LB_KEYWD				136
184*5ba3629cSmseidel#define FT_UNKNOWN				137
185*5ba3629cSmseidel#define LB_UNKNOWN				138
186*5ba3629cSmseidel#define FL_TABLE_SEPARATOR		139
187*5ba3629cSmseidel#define CB_PROSPECT_RTL			140
188*5ba3629cSmseidel
189*5ba3629cSmseidel#define FL_SHDWCRSFLAG				1
190*5ba3629cSmseidel#define CB_SHDWCRSONOFF				2
191*5ba3629cSmseidel#define FL_SHDWCRSMODE				3
192*5ba3629cSmseidel#define FT_SHDWCRSFILLMODE			4
193*5ba3629cSmseidel#define RB_SHDWCRSFILLMARGIN		5
194*5ba3629cSmseidel#define RB_SHDWCRSFILLINDENT		6
195*5ba3629cSmseidel#define RB_SHDWCRSFILLTAB			7
196*5ba3629cSmseidel#define RB_SHDWCRSFILLSPACE			8
197*5ba3629cSmseidel#define CB_ALLOW_IN_PROT			12
198*5ba3629cSmseidel#define FL_CRSR_OPT					13
199*5ba3629cSmseidel#define FL_SEPARATOR_SHDW			14
200*5ba3629cSmseidel#define FL_LAYOUT_OPTIONS			15
201*5ba3629cSmseidel#define CB_MATH_BASELINE_ALIGNMENT	16
202cdf0e10cSrcweir
203