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