xref: /aoo41x/main/sc/source/ui/inc/optdlg.hrc (revision a5ae5a41)
1*a5ae5a41SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*a5ae5a41SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*a5ae5a41SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*a5ae5a41SAndrew Rist * distributed with this work for additional information
6*a5ae5a41SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*a5ae5a41SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*a5ae5a41SAndrew Rist * "License"); you may not use this file except in compliance
9*a5ae5a41SAndrew Rist * with the License.  You may obtain a copy of the License at
10*a5ae5a41SAndrew Rist *
11*a5ae5a41SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*a5ae5a41SAndrew Rist *
13*a5ae5a41SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*a5ae5a41SAndrew Rist * software distributed under the License is distributed on an
15*a5ae5a41SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*a5ae5a41SAndrew Rist * KIND, either express or implied.  See the License for the
17*a5ae5a41SAndrew Rist * specific language governing permissions and limitations
18*a5ae5a41SAndrew Rist * under the License.
19*a5ae5a41SAndrew Rist *
20*a5ae5a41SAndrew Rist *************************************************************/
21*a5ae5a41SAndrew Rist
22*a5ae5a41SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "sc.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweir/*
27cdf0e10cSrcweir#define RID_SCDLG_OPTIONS       256
28cdf0e10cSrcweir#define RID_SCPAGE_VIEW			256
29cdf0e10cSrcweir#define RID_SCPAGE_USERLISTS    257
30cdf0e10cSrcweir#define RID_SCPAGE_CALC 		258
31cdf0e10cSrcweir#define RID_SCPAGE_PRINT 		259
32cdf0e10cSrcweir*/
33cdf0e10cSrcweir
34cdf0e10cSrcweir#define TP_GENERAL			1
35cdf0e10cSrcweir#define TP_SAVE             2
36cdf0e10cSrcweir#define TP_PATH             3
37cdf0e10cSrcweir#define TP_SPELL            4
38cdf0e10cSrcweir#define TP_VIEW             5
39cdf0e10cSrcweir#define TP_CALC             6
40cdf0e10cSrcweir#define TP_USERLISTS        7
41cdf0e10cSrcweir#define TP_PRINT            8
42cdf0e10cSrcweir#define TP_COLORS           9
43cdf0e10cSrcweir#define TP_GRID             10
44cdf0e10cSrcweir#define TP_CONTENT          11
45cdf0e10cSrcweir#define TP_LAYOUT           12
46cdf0e10cSrcweir#define TP_INPUT            13
47cdf0e10cSrcweir#define TP_CHANGES			14
48cdf0e10cSrcweir
49cdf0e10cSrcweir// TP_CALC:
50cdf0e10cSrcweir#define BTN_ITERATE			1
51cdf0e10cSrcweir#define FT_STEPS			2
52cdf0e10cSrcweir#define FT_EPS				3
53cdf0e10cSrcweir#define ED_STEPS			4
54cdf0e10cSrcweir#define ED_EPS				5
55cdf0e10cSrcweir#define GB_ZREFS			6
56cdf0e10cSrcweir#define ED_PREC				7
57cdf0e10cSrcweir#define FT_PREC				8
58cdf0e10cSrcweir#define BTN_DATESTD			9
59cdf0e10cSrcweir#define BTN_DATESC10		10
60cdf0e10cSrcweir#define BTN_DATE1904		11
61cdf0e10cSrcweir#define FT_VALUE			13
62cdf0e10cSrcweir#define GB_DATE				14
63cdf0e10cSrcweir#define BTN_CASE            15
64cdf0e10cSrcweir#define FT_CASE             16
65cdf0e10cSrcweir#define BTN_CALC			17
66cdf0e10cSrcweir#define BTN_MATCH			18
67cdf0e10cSrcweir#define BTN_LOOKUP			19
68cdf0e10cSrcweir#define BTN_REGEX           20
69cdf0e10cSrcweir#define BTN_GENERAL_PREC    21
70cdf0e10cSrcweir
71cdf0e10cSrcweir// TP_VIEW:
72cdf0e10cSrcweir#define BTN_VSCROLL			1
73cdf0e10cSrcweir#define BTN_HSCROLL			2
74cdf0e10cSrcweir#define BTN_REGISTER		3
75cdf0e10cSrcweir#define BTN_OUTLINER		4
76cdf0e10cSrcweir#define BTN_HEADERFOOTER	5
77cdf0e10cSrcweir#define BTN_GRID			6
78cdf0e10cSrcweir#define BTN_SYNTAX          7
79cdf0e10cSrcweir#define LB_GRIDCOLOR		9
80cdf0e10cSrcweir#define GB_ELEMENTS			10
81cdf0e10cSrcweir#define BTN_HELPLINES       11
82cdf0e10cSrcweir
83cdf0e10cSrcweir#define BTN_FORMULAS        20
84cdf0e10cSrcweir#define BTN_NULLVALS        21
85cdf0e10cSrcweir#define BTN_NOTES           22
86cdf0e10cSrcweir#define GB_CONTENTS			23
87cdf0e10cSrcweir
88cdf0e10cSrcweir//#define FT_OLE			31
89cdf0e10cSrcweir//#define FT_CHARTS			32
90cdf0e10cSrcweir//#define FT_DRAWINGS		33
91cdf0e10cSrcweir//#define LB_OLE			34
92cdf0e10cSrcweir//#define LB_CHARTS			35
93cdf0e10cSrcweir//#define LB_DRAWINGS		36
94cdf0e10cSrcweir//#define GB_OBJECTS		37
95cdf0e10cSrcweir
96cdf0e10cSrcweir
97cdf0e10cSrcweir// TP_USERLISTS:
98cdf0e10cSrcweir#define FT_LISTS			1
99cdf0e10cSrcweir#define LB_LISTS			1
100cdf0e10cSrcweir#define FT_ENTRIES			2
101cdf0e10cSrcweir#define ED_ENTRIES			2
102cdf0e10cSrcweir#define FT_COPYFROM			3
103cdf0e10cSrcweir#define ED_COPYFROM			3
104cdf0e10cSrcweir#define BTN_NEW				1
105cdf0e10cSrcweir#define BTN_ADD				2
106cdf0e10cSrcweir#define BTN_REMOVE			3
107cdf0e10cSrcweir#define BTN_COPY			4
108cdf0e10cSrcweir#define STR_QUERYREMOVE     5
109cdf0e10cSrcweir#define STR_DISMISS         6
110cdf0e10cSrcweir#define STR_COPYLIST        7
111cdf0e10cSrcweir#define STR_COPYFROM        8
112cdf0e10cSrcweir#define STR_COPYERR         9
113cdf0e10cSrcweir
114cdf0e10cSrcweir// TP_PRINT:
115cdf0e10cSrcweir#define FL_PAGES			1
116cdf0e10cSrcweir#define BTN_SKIPEMPTYPAGES	2
117cdf0e10cSrcweir#define FL_SHEETS			2
118cdf0e10cSrcweir#define BTN_SELECTEDSHEETS	4
119cdf0e10cSrcweir
120cdf0e10cSrcweir// TP_LCONTENT
121cdf0e10cSrcweir
122cdf0e10cSrcweir#define GB_DISPLAY		20
123cdf0e10cSrcweir#define CB_FORMULA              21
124cdf0e10cSrcweir#define CB_NIL	                22
125cdf0e10cSrcweir#define CB_ANNOT	        23
126cdf0e10cSrcweir#define CB_VALUE	        24
127cdf0e10cSrcweir#define CB_ANCHOR	        25
128cdf0e10cSrcweir#define GB_OBJECT	        26
129cdf0e10cSrcweir#define FT_OBJGRF	        27
130cdf0e10cSrcweir#define LB_OBJGRF	        28
131cdf0e10cSrcweir#define FT_DIAGRAM              29
132cdf0e10cSrcweir#define LB_DIAGRAM              30
133cdf0e10cSrcweir#define FT_DRAW	                31
134cdf0e10cSrcweir#define LB_DRAW	                32
135cdf0e10cSrcweir#define CB_CLIP		        33
136cdf0e10cSrcweir#define GB_ZOOM             34
137cdf0e10cSrcweir#define CB_SYNCZOOM         35
138cdf0e10cSrcweir
139cdf0e10cSrcweir// TP_LAYOUT
140cdf0e10cSrcweir#define GB_LINK                 1
141cdf0e10cSrcweir#define RB_ALWAYS				2
142cdf0e10cSrcweir#define RB_REQUEST          	3
143cdf0e10cSrcweir#define RB_NEVER            	4
144cdf0e10cSrcweir#define CB_DOCONLY				5
145cdf0e10cSrcweir#define CB_MERGE_PARA_DIST		6
146cdf0e10cSrcweir#define GB_COMPAT           	7
147cdf0e10cSrcweir#define CB_AUTO_UPDATE_FIELDS 	8
148cdf0e10cSrcweir#define CB_AUTO_UPDATE_CHARTS 	9
149cdf0e10cSrcweir#define FT_UPDATE_LINKS			10
150cdf0e10cSrcweir
151cdf0e10cSrcweir#define GB_WINDOW       50
152cdf0e10cSrcweir#define CB_ROWCOLHEADER	51
153cdf0e10cSrcweir#define CB_HSCROLL		52
154cdf0e10cSrcweir#define CB_VSCROLL		53
155cdf0e10cSrcweir#define CB_TBLREG		54
156cdf0e10cSrcweir#define CB_OUTLINE		55
157cdf0e10cSrcweir#define GB_LINES		56
158cdf0e10cSrcweir#define CB_GRID			57
159cdf0e10cSrcweir#define FT_COLOR		58
160cdf0e10cSrcweir#define LB_COLOR		59
161cdf0e10cSrcweir#define CB_GUIDELINE	60
162cdf0e10cSrcweir#define GB_UNIT			61
163cdf0e10cSrcweir#define LB_UNIT			62
164cdf0e10cSrcweir#define ST_UNIT			63
165cdf0e10cSrcweir#define GB_TAB			64
166cdf0e10cSrcweir#define MF_TAB			65
167cdf0e10cSrcweir#define CB_PAGEBREAKS	66
168cdf0e10cSrcweir#define CB_HANDLES		67
169cdf0e10cSrcweir#define CB_BIGHANDLES	68
170cdf0e10cSrcweir#define FT_TAB          69
171cdf0e10cSrcweir#define FT_UNIT         70
172cdf0e10cSrcweir#define FL_SEPARATOR1   71
173cdf0e10cSrcweir#define FL_SEPARATOR2   72
174cdf0e10cSrcweir#define FL_SEPARATOR    73
175cdf0e10cSrcweir#define FL_H_SEPARATOR  74
176cdf0e10cSrcweir// TP_INPUT
177cdf0e10cSrcweir
178cdf0e10cSrcweir#define GB_OPTIONS		70
179cdf0e10cSrcweir#define CB_ALIGN		71
180cdf0e10cSrcweir#define LB_ALIGN		72
181cdf0e10cSrcweir#define CB_EDITMODE		73
182cdf0e10cSrcweir#define CB_FORMAT		74
183cdf0e10cSrcweir#define CB_RFIND		75
184cdf0e10cSrcweir#define CB_EXPREF		76
185cdf0e10cSrcweir#define CB_MARKHDR		77
186cdf0e10cSrcweir#define CB_TEXTFMT		78
187cdf0e10cSrcweir#define CB_REPLWARN     79
188cdf0e10cSrcweir
189