xref: /trunk/main/sc/inc/sc.hrc (revision 97c7a49cda57e0780f4208584b3ea3883313c6b3)
1a5ae5a41SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3a5ae5a41SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4a5ae5a41SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5a5ae5a41SAndrew Rist * distributed with this work for additional information
6a5ae5a41SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7a5ae5a41SAndrew Rist * to you under the Apache License, Version 2.0 (the
8a5ae5a41SAndrew Rist * "License"); you may not use this file except in compliance
9a5ae5a41SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11a5ae5a41SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13a5ae5a41SAndrew Rist * Unless required by applicable law or agreed to in writing,
14a5ae5a41SAndrew Rist * software distributed under the License is distributed on an
15a5ae5a41SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16a5ae5a41SAndrew Rist * KIND, either express or implied.  See the License for the
17a5ae5a41SAndrew Rist * specific language governing permissions and limitations
18a5ae5a41SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20a5ae5a41SAndrew Rist *************************************************************/
21a5ae5a41SAndrew Rist
22cdf0e10cSrcweir#ifndef SC_SC_HRC
23cdf0e10cSrcweir#define SC_SC_HRC
24cdf0e10cSrcweir
25cdf0e10cSrcweir#ifndef _SFX_HRC
26cdf0e10cSrcweir#include <sfx2/sfx.hrc> // ->#include <solar.hrc>
27cdf0e10cSrcweir#endif
28cdf0e10cSrcweir
29cdf0e10cSrcweir#ifndef _SVX_DIALOGS_HRC
30cdf0e10cSrcweir#include <svx/dialogs.hrc> // ->Svx-IDs
31cdf0e10cSrcweir#endif
32cdf0e10cSrcweir
33cdf0e10cSrcweir#include "sfx2/sfxcommands.h"
34cdf0e10cSrcweir#include "svx/svxcommands.h"
35cdf0e10cSrcweir#include "sccommands.h"
36cdf0e10cSrcweir#include "helpids.h"
37cdf0e10cSrcweir
38cdf0e10cSrcweir#define VAR_ARGS                30 // variable Parameter in scfuncs.src
391b1b70fbSAndrew Rist#define PAIRED_VAR_ARGS         (VAR_ARGS + VAR_ARGS)
40cdf0e10cSrcweir
41cdf0e10cSrcweir#define RID_HANDLEBITMAP        10005
42cdf0e10cSrcweir
43cdf0e10cSrcweir// Bereiche ------------------------------------------------------------------
44cdf0e10cSrcweir
45cdf0e10cSrcweir#define SC_VIEW_START           (SID_SC_START)
46cdf0e10cSrcweir#define SC_VIEW_END             (SID_SC_START + 99)
47cdf0e10cSrcweir#define SC_MESSAGE_START        (SID_SC_START + 100)
48cdf0e10cSrcweir#define SC_MESSAGE_END          (SID_SC_START + 199)
49cdf0e10cSrcweir#define SC_FUNCTION_START       (SID_SC_START + 200)
50cdf0e10cSrcweir#define SC_FUNCTION_END         (SID_SC_START + 299)
51cdf0e10cSrcweir#define SC_PARAM_START          (SID_SC_START + 300)
52cdf0e10cSrcweir#define SC_PARAM_END            (SID_SC_START + 399)
53facb16e7SArmin Le Grand#define SC_SIDEBAR_PROPERTY_BEGIN   (SID_SC_START + 400)
54facb16e7SArmin Le Grand#define SC_SIDEBAR_PROPERTY_END (SID_SC_START + 499)
55cdf0e10cSrcweir
56*97c7a49cSmseidel// kompatibel zu früher bleiben:
57cdf0e10cSrcweir#define SC_RESOURCE_START       (RID_APP_START+5000)
58cdf0e10cSrcweir#define SC_RESOURCE_END         (RID_APP_END)
59cdf0e10cSrcweir
60cdf0e10cSrcweir// ---------------------------------------------------------------------------
61cdf0e10cSrcweir// Hilfe IDs -----------------------------------------------------------------
62cdf0e10cSrcweir//  Calc hat einen Bereich von 2000 IDs
63cdf0e10cSrcweir//  Die Funktionen brauchen 11*90 = 990 IDs
64cdf0e10cSrcweir
65cdf0e10cSrcweir#define HID_SC_SHEET_START      (HID_SC_START + 1010)
66cdf0e10cSrcweir#define HID_SC_SHELL_START      (HID_SC_START + 1030)
67cdf0e10cSrcweir
68cdf0e10cSrcweir// ---------------------------------------------------------------------------
69cdf0e10cSrcweir
70*97c7a49cSmseidel// Hilfe IDs für Vorlagen ---------------------------------------------------
71cdf0e10cSrcweir#define HID_SC_SHEET_CELL_STD   (HID_SC_SHEET_START +0 )
72cdf0e10cSrcweir#define HID_SC_SHEET_CELL_ERG   (HID_SC_SHEET_START +1 )
73cdf0e10cSrcweir#define HID_SC_SHEET_CELL_ERG1  (HID_SC_SHEET_START +2 )
74cdf0e10cSrcweir#define HID_SC_SHEET_CELL_UEB   (HID_SC_SHEET_START +3 )
75cdf0e10cSrcweir#define HID_SC_SHEET_CELL_UEB1  (HID_SC_SHEET_START +4 )
76cdf0e10cSrcweir#define HID_SC_SHEET_PAGE_STD   (HID_SC_SHEET_START +10 )
77cdf0e10cSrcweir#define HID_SC_SHEET_PAGE_REP   (HID_SC_SHEET_START +11 )
78cdf0e10cSrcweir
79*97c7a49cSmseidel// Hilfe IDs für Shells (Helferlein) (max.20) -------------------------------
80cdf0e10cSrcweir#define HID_SCSHELL_APP         (HID_SC_SHELL_START +0 )
81cdf0e10cSrcweir#define HID_SCSHELL_DOCSH       (HID_SC_SHELL_START +1 )
82cdf0e10cSrcweir#define HID_SCSHELL_DRAWSH      (HID_SC_SHELL_START +2 )
83cdf0e10cSrcweir#define HID_SCSHELL_DRTXTOB     (HID_SC_SHELL_START +3 )
84cdf0e10cSrcweir#define HID_SCSHELL_PIVOTSH     (HID_SC_SHELL_START +4 )
85cdf0e10cSrcweir#define HID_SCSHELL_PREVWSH     (HID_SC_SHELL_START +5 )
86cdf0e10cSrcweir#define HID_SCSHELL_TABVWSH     (HID_SC_SHELL_START +6 )
87cdf0e10cSrcweir#define HID_SCSHELL_AUDIT       (HID_SC_SHELL_START +7 )
88cdf0e10cSrcweir#define HID_SCSHELL_DRAWFORMSH  (HID_SC_SHELL_START +8 )
89cdf0e10cSrcweir#define HID_SCSHELL_CELLSH      (HID_SC_SHELL_START +9 )
90cdf0e10cSrcweir#define HID_SCSHELL_FORMATSH    (HID_SC_SHELL_START +10)
91*97c7a49cSmseidel#define HID_SCSHELL_OLEOBJECTSH (HID_SC_SHELL_START +11)
92cdf0e10cSrcweir#define HID_SCSHELL_CHARTSH     (HID_SC_SHELL_START +12)
93cdf0e10cSrcweir#define HID_SCSHELL_GRAPHIC     (HID_SC_SHELL_START +13)
94cdf0e10cSrcweir#define HID_SCSHELL_PAGEBREAK   (HID_SC_SHELL_START +14)
95cdf0e10cSrcweir#define HID_SCSHELL_MEDIA       (HID_SC_SHELL_START +15)
96cdf0e10cSrcweir
97cdf0e10cSrcweir// ---------------------------------------------------------------------------
98cdf0e10cSrcweir
99cdf0e10cSrcweir// View-Funktionen (max. 100) ------------------------------------------------
100cdf0e10cSrcweir
101cdf0e10cSrcweir#define FID_TESTFUNC0           (SC_VIEW_START)
102cdf0e10cSrcweir#define FID_TESTFUNC1           (SC_VIEW_START + 1)
103cdf0e10cSrcweir#define FID_TESTFUNC2           (SC_VIEW_START + 2)
104cdf0e10cSrcweir#define FID_TESTFUNC3           (SC_VIEW_START + 3)
105cdf0e10cSrcweir#define FID_TESTFUNC4           (SC_VIEW_START + 4)
106cdf0e10cSrcweir#define FID_TESTFUNC5           (SC_VIEW_START + 5)
107cdf0e10cSrcweir#define FID_TESTFUNC6           (SC_VIEW_START + 6)
108cdf0e10cSrcweir#define FID_TESTFUNC7           (SC_VIEW_START + 7)
109cdf0e10cSrcweir#define FID_TESTFUNC8           (SC_VIEW_START + 8)
110cdf0e10cSrcweir#define FID_TESTFUNC9           (SC_VIEW_START + 9)
111cdf0e10cSrcweir#define FID_SCALESTATUS         (SC_VIEW_START + 10)
112cdf0e10cSrcweir#define FID_COLOR               (SC_VIEW_START + 11)
113cdf0e10cSrcweir//aus sfx: #define SID_REPAINT              (SC_VIEW_START + 12)
114cdf0e10cSrcweir#define SID_UPDATECHART         (SC_VIEW_START + 13)
115cdf0e10cSrcweir#define FID_MARKLEFT            (SC_VIEW_START + 14)
116cdf0e10cSrcweir#define FID_MARKRIGHT           (SC_VIEW_START + 15)
117cdf0e10cSrcweir#define FID_MARKUP              (SC_VIEW_START + 16)
118cdf0e10cSrcweir#define FID_MARKDOWN            (SC_VIEW_START + 17)
119cdf0e10cSrcweir#define FID_MARKPAGEUP          (SC_VIEW_START + 18)
120cdf0e10cSrcweir#define FID_MARKPAGEDOWN        (SC_VIEW_START + 19)
121cdf0e10cSrcweir
122*97c7a49cSmseidel// Slot-IDs für Attribute:
123cdf0e10cSrcweir
124cdf0e10cSrcweir#define SID_SCATTR_HOR_JUSTIFY  (SC_VIEW_START + 30) // Alignment-Page
125cdf0e10cSrcweir#define SID_SCATTR_VER_JUSTIFY  (SC_VIEW_START + 31)
126cdf0e10cSrcweir#define SID_SCATTR_MARGIN       (SC_VIEW_START + 32)
127cdf0e10cSrcweir#define SID_SCATTR_STACKED      (SC_VIEW_START + 33)
128cdf0e10cSrcweir#define SID_SCATTR_LINEBREAK    (SC_VIEW_START + 35)
129cdf0e10cSrcweir#define SID_SCATTR_PROTECTION   (SC_VIEW_START + 36) // Protection-Page
130cdf0e10cSrcweir
131cdf0e10cSrcweir// sonstige Slot-IDs:
132cdf0e10cSrcweir
133cdf0e10cSrcweir#define SID_SCUSERLISTS         (SC_VIEW_START + 37) // Benutzerdef.Listen
134cdf0e10cSrcweir#define RES_TBX_DUMMY           (SC_VIEW_START + 38) // Dummy-Item
135cdf0e10cSrcweir#define SID_SCVIEWOPTIONS       (SC_VIEW_START + 39)
136cdf0e10cSrcweir#define SID_SCDOCOPTIONS        (SC_VIEW_START + 40)
137cdf0e10cSrcweir
138cdf0e10cSrcweir// Cursorbewegungen als Properties:
139cdf0e10cSrcweir
140cdf0e10cSrcweir#define SID_CURRENTCELL         (SC_VIEW_START + 41)
141cdf0e10cSrcweir#define SID_CURRENTTAB          (SC_VIEW_START + 42)
142cdf0e10cSrcweir#define SID_CURRENTDOC          (SC_VIEW_START + 43)
143cdf0e10cSrcweir#define SID_CURRENTOBJECT       (SC_VIEW_START + 44)
144cdf0e10cSrcweir
145*97c7a49cSmseidel// Slot-IDs für spez. ToolBox-Funktionen:
146cdf0e10cSrcweir
147cdf0e10cSrcweir#define SID_NUMBER_CURRENCY     (SC_VIEW_START + 45)
148cdf0e10cSrcweir#define SID_NUMBER_PERCENT      (SC_VIEW_START + 46)
149cdf0e10cSrcweir
150*97c7a49cSmseidel// "Slot" Ids für Eingabezeilen Images:
151cdf0e10cSrcweir#define SID_INPUT_FUNCTION      (SC_VIEW_START + 47)
152cdf0e10cSrcweir#define SID_INPUT_SUM           (SC_VIEW_START + 48)
153cdf0e10cSrcweir#define SID_INPUT_EQUAL         (SC_VIEW_START + 49)
154cdf0e10cSrcweir#define SID_INPUT_CANCEL        (SC_VIEW_START + 50)
155cdf0e10cSrcweir#define SID_INPUT_OK            (SC_VIEW_START + 51)
156cdf0e10cSrcweir
157cdf0e10cSrcweir#define SID_NUMBER_STANDARD     (SC_VIEW_START + 52)
158cdf0e10cSrcweir#define SID_NUMBER_DATE         (SC_VIEW_START + 53)
159cdf0e10cSrcweir#define SID_NUMBER_TWODEC       (SC_VIEW_START + 54)
160cdf0e10cSrcweir#define SID_NUMBER_SCIENTIFIC   (SC_VIEW_START + 55)
161cdf0e10cSrcweir#define SID_NUMBER_TIME         (SC_VIEW_START + 56)
162cdf0e10cSrcweir#define SID_NUMBER_INCDEC       (SC_VIEW_START + 57)
163cdf0e10cSrcweir#define SID_NUMBER_DECDEC       (SC_VIEW_START + 58)
164cdf0e10cSrcweir
165cdf0e10cSrcweir// Sonstiges:
166cdf0e10cSrcweir#define SID_LINKS               (SC_VIEW_START + 60)
167cdf0e10cSrcweir#define SID_INSERT_SIMAGE       (SC_VIEW_START + 61)
168cdf0e10cSrcweir#define SID_INSERT_SCHART       (SC_VIEW_START + 62)
169cdf0e10cSrcweir#define SID_INSERT_SMATH        (SC_VIEW_START + 63)
170cdf0e10cSrcweir#define SID_STANDARD_FONTS      (SC_VIEW_START + 64)
171cdf0e10cSrcweir#define SID_MIRROR_VERTICAL     (SC_VIEW_START + 65)
172cdf0e10cSrcweir#define SID_MIRROR_HORIZONTAL   (SC_VIEW_START + 66)
173cdf0e10cSrcweir#define SID_CELL_FORMAT_RESET   (SC_VIEW_START + 67)
174cdf0e10cSrcweir#define SID_SCPRINTOPTIONS      (SC_VIEW_START + 68)
175cdf0e10cSrcweir#define SID_WINDOW_SPLIT        (SC_VIEW_START + 69)
176cdf0e10cSrcweir#define SID_WINDOW_FIX          (SC_VIEW_START + 70)
177cdf0e10cSrcweir#ifdef SID_DRAW_CHART
178cdf0e10cSrcweir#undef SID_DRAW_CHART
179cdf0e10cSrcweir#endif
180cdf0e10cSrcweir#define SID_DRAW_CHART          (SC_VIEW_START + 71)
181cdf0e10cSrcweir#define SID_UPDATETABLINKS      (SC_VIEW_START + 72)
182cdf0e10cSrcweir
183cdf0e10cSrcweir// TabPage Eingabe
184cdf0e10cSrcweir#define SID_SC_INPUT_SELECTION          (SC_VIEW_START + 73)
185cdf0e10cSrcweir#define SID_SC_INPUT_SELECTIONPOS       (SC_VIEW_START + 74)
186cdf0e10cSrcweir#define SID_SC_INPUT_EDITMODE           (SC_VIEW_START + 75)
187cdf0e10cSrcweir#define SID_SC_INPUT_FMT_EXPAND         (SC_VIEW_START + 76)
188cdf0e10cSrcweir#define SID_SC_INPUT_RANGEFINDER        (SC_VIEW_START + 77)
189cdf0e10cSrcweir#define SID_SC_INPUT_REF_EXPAND         (SC_VIEW_START + 78)
190cdf0e10cSrcweir#define SID_SC_INPUT_MARK_HEADER        (SC_VIEW_START + 79)
191cdf0e10cSrcweir
192cdf0e10cSrcweir#define SID_REIMPORT_AFTER_LOAD (SC_VIEW_START + 80)
193cdf0e10cSrcweir#define SID_DRAW_NOTEEDIT       (SC_VIEW_START + 81)
194cdf0e10cSrcweir
195cdf0e10cSrcweir#define SID_CHOOSE_DESIGN       (SC_VIEW_START + 82)
196cdf0e10cSrcweir#define SID_EURO_CONVERTER      (SC_VIEW_START + 83)
197*97c7a49cSmseidel//#define SID_CHG_PROTECT       (SC_VIEW_START + 84) // -> moved to SVX
198cdf0e10cSrcweir#define SID_EXTERNAL_SOURCE     (SC_VIEW_START + 85)
199cdf0e10cSrcweir
200cdf0e10cSrcweir#define SID_SC_INPUT_TEXTWYSIWYG        (SC_VIEW_START + 86)
201cdf0e10cSrcweir
202cdf0e10cSrcweir#define SID_ENABLE_HYPHENATION          (SC_VIEW_START + 87)
203cdf0e10cSrcweir
204cdf0e10cSrcweir#define SID_RENAME_OBJECT               (SC_VIEW_START + 88)
205cdf0e10cSrcweir#define SID_FOCUS_INPUTLINE             (SC_VIEW_START + 89)
206cdf0e10cSrcweir#define SID_SELECT_TABLES               (SC_VIEW_START + 90)
207cdf0e10cSrcweir
208cdf0e10cSrcweir// #97776# new entry "Filter..." in DP popup menu
209cdf0e10cSrcweir#define SID_DP_FILTER                   (SC_VIEW_START + 91)
210cdf0e10cSrcweir
211cdf0e10cSrcweir// #101160# Replace cell contents warning
212cdf0e10cSrcweir#define SID_SC_INPUT_REPLCELLSWARN      (SC_VIEW_START + 92)
213cdf0e10cSrcweir
214cdf0e10cSrcweir// additional IDs for list/range validity
215cdf0e10cSrcweir#define FID_VALID_LISTTYPE              (SC_VIEW_START + 93)
216cdf0e10cSrcweir
217cdf0e10cSrcweir// #i68101# ID for changing Title & Descriptopn of an Object
218cdf0e10cSrcweir#define SID_TITLE_DESCRIPTION_OBJECT    (SC_VIEW_START + 94)
219cdf0e10cSrcweir
220cdf0e10cSrcweir// #i59082# assign macro to shape
221cdf0e10cSrcweir#define SID_ASSIGNMACRO                 (SC_VIEW_START + 95)
222cdf0e10cSrcweir
223cdf0e10cSrcweir#ifdef ISSUE66550_HLINK_FOR_SHAPES
224cdf0e10cSrcweir// #i66550# hyperlinks in shapes
225cdf0e10cSrcweir#define SID_DRAW_HLINK_EDIT             (SC_VIEW_START + 96)
226cdf0e10cSrcweir#define SID_DRAW_HLINK_DELETE           (SC_VIEW_START + 97)
227cdf0e10cSrcweir#endif
228cdf0e10cSrcweir
229cdf0e10cSrcweir// "Zoom / Synchronize sheets" in options dialog
230cdf0e10cSrcweir#define SID_SC_OPT_SYNCZOOM             (SC_VIEW_START + 98)
231cdf0e10cSrcweir
232cdf0e10cSrcweir// NOTE: last valid ID is (SC_VIEW_START + 99)
233cdf0e10cSrcweir
234cdf0e10cSrcweir// Nachrichten -------------------------------------------------------------
235cdf0e10cSrcweir
236cdf0e10cSrcweir#define FID_INPUTLINE_STATUS    (SC_MESSAGE_START)
237cdf0e10cSrcweir#define FID_INPUTLINE_ENTER     (SC_MESSAGE_START + 1)
238cdf0e10cSrcweir#define FID_REPAINT             (SC_MESSAGE_START + 2)
239cdf0e10cSrcweir#define FID_DATACHANGED         (SC_MESSAGE_START + 3)
240cdf0e10cSrcweir#define FID_REFMODECHANGED      (SC_MESSAGE_START + 4)
241cdf0e10cSrcweir#define FID_KILLEDITVIEW        (SC_MESSAGE_START + 5)
242cdf0e10cSrcweir#define SID_SOLVE               (SC_MESSAGE_START + 6)
243cdf0e10cSrcweir#define FID_FONT_SELECTED       (SC_MESSAGE_START + 7)
244cdf0e10cSrcweir#define FID_FILTER_OK           (SC_MESSAGE_START + 8)
245cdf0e10cSrcweir#define SC_HINT_DRWLAYER_NEW    (SC_MESSAGE_START + 9)
246cdf0e10cSrcweir#define SID_TABDELETED          (SC_MESSAGE_START + 10)
247cdf0e10cSrcweir#define FID_INPUTLINE_MATRIX    (SC_MESSAGE_START + 11)
248cdf0e10cSrcweir#define SID_DLG_RETOK           (SC_MESSAGE_START + 12)
249cdf0e10cSrcweir#define FID_ANYDATACHANGED      (SC_MESSAGE_START + 13)
250cdf0e10cSrcweir#define SID_STATUS_DOCPOS       (SC_MESSAGE_START + 14)
251cdf0e10cSrcweir#define SID_STATUS_PAGESTYLE    (SC_MESSAGE_START + 15)
252cdf0e10cSrcweir#define SID_STATUS_SELMODE      (SC_MESSAGE_START + 16)
253cdf0e10cSrcweir#define FID_KILLEDITVIEW_NOPAINT (SC_MESSAGE_START + 17)
254cdf0e10cSrcweir#define SID_DLG_MATRIX          (SC_MESSAGE_START + 18)
255cdf0e10cSrcweir#define SC_HINT_DBAREAS_CHANGED (SC_MESSAGE_START + 19)
256cdf0e10cSrcweir#define SC_HINT_AREAS_CHANGED   (SC_MESSAGE_START + 20)
257cdf0e10cSrcweir#define SC_HINT_TABLES_CHANGED  (SC_MESSAGE_START + 21)
258cdf0e10cSrcweir
259cdf0e10cSrcweir#define SID_STATUS_SELMODE_ERG  (SC_MESSAGE_START + 22)
260cdf0e10cSrcweir#define SID_STATUS_SELMODE_ERW  (SC_MESSAGE_START + 23)
261cdf0e10cSrcweir#define SID_STATUS_SELMODE_NORM (SC_MESSAGE_START + 24)
262cdf0e10cSrcweir
263cdf0e10cSrcweir#define SID_CHART_SOURCE        (SC_MESSAGE_START + 25)
264cdf0e10cSrcweir#define SID_CHART_NAME          (SC_MESSAGE_START + 26)
265cdf0e10cSrcweir#define SID_CHART_ADDSOURCE     (SC_MESSAGE_START + 27)
266cdf0e10cSrcweir
267cdf0e10cSrcweir#define SID_AUTO_STYLE          (SC_MESSAGE_START + 28)
268cdf0e10cSrcweir
269cdf0e10cSrcweir#define FID_INPUTLINE_BLOCK     (SC_MESSAGE_START + 29)
270cdf0e10cSrcweir
271cdf0e10cSrcweir#define SID_STATUS_SUM          (SC_MESSAGE_START + 30)
272cdf0e10cSrcweir
273cdf0e10cSrcweir#define SC_HINT_DRAW_CHANGED    (SC_MESSAGE_START + 31)
274cdf0e10cSrcweir#define SC_HINT_DOCNAME_CHANGED (SC_MESSAGE_START + 32)
275cdf0e10cSrcweir#define SC_HINT_AREALINKS_CHANGED (SC_MESSAGE_START + 33)
276cdf0e10cSrcweir#define SC_HINT_SHOWRANGEFINDER (SC_MESSAGE_START + 34)
277cdf0e10cSrcweir#define SC_HINT_DOC_SAVED       (SC_MESSAGE_START + 35)
278cdf0e10cSrcweir#define SC_HINT_FORCESETTAB     (SC_MESSAGE_START + 36)
279cdf0e10cSrcweir
280cdf0e10cSrcweir// Nachricht zum Oeffnen von Dialogen:
281cdf0e10cSrcweir#define SID_OPENDLG_CONSOLIDATE     (SC_MESSAGE_START + 50)
282cdf0e10cSrcweir#define SID_OPENDLG_PIVOTTABLE      (SC_MESSAGE_START + 51)
283cdf0e10cSrcweir#define SID_OPENDLG_FUNCTION        (SC_MESSAGE_START + 52)
284cdf0e10cSrcweir#define SID_OPENDLG_SOLVE           (SC_MESSAGE_START + 53)
285cdf0e10cSrcweir#define SID_OPENDLG_TABOP           (SC_MESSAGE_START + 54)
286cdf0e10cSrcweir//#define SID_OPENDLG_CHART         (SC_MESSAGE_START + 55)
287cdf0e10cSrcweir#define SID_OPENDLG_EDITFUNCTION    (SC_MESSAGE_START + 56)
288cdf0e10cSrcweir#define SID_OPENDLG_ARGUMENT        (SC_MESSAGE_START + 57)
289cdf0e10cSrcweir//#define SID_OPENDLG_MODCHART      (SC_MESSAGE_START + 58)
290cdf0e10cSrcweir#define SID_OPENDLG_CONDFRMT        (SC_MESSAGE_START + 59)
291cdf0e10cSrcweir#define SID_OPENDLG_OPTSOLVER       (SC_MESSAGE_START + 60)
292cdf0e10cSrcweir//<!--Added by PengYunQuan for Validity Cell Range Picker
293cdf0e10cSrcweir#define SID_VALIDITY_REFERENCE      (SC_MESSAGE_START + 61)
294cdf0e10cSrcweir//-->Added by PengYunQuan for Validity Cell Range Picker
295cdf0e10cSrcweir#define SC_HINT_NAVIGATOR_UPDATEALL (SC_MESSAGE_START + 65)
296cdf0e10cSrcweir
297cdf0e10cSrcweir// Funktionen ------------------------------------------------------------
298cdf0e10cSrcweir
299cdf0e10cSrcweir
300cdf0e10cSrcweir//#define FID_PRINT_PREVIEW     (SC_FUNCTION_START)
301cdf0e10cSrcweir#define FID_DOC_MANAGER         (SC_FUNCTION_START + 1)
302cdf0e10cSrcweir#define FID_CURSOR_ENTER        (SC_FUNCTION_START + 2)
303cdf0e10cSrcweir#define SID_MAIL                (SC_FUNCTION_START + 3)
304cdf0e10cSrcweir#define FILE_MENU_END           (SC_FUNCTION_START + 20)
305cdf0e10cSrcweir
306cdf0e10cSrcweir#define EDIT_MENU_START         (FILE_MENU_END)
307cdf0e10cSrcweir#define FID_DELETE_CELLCONTENTS (EDIT_MENU_START + 1)
308cdf0e10cSrcweir#define FID_DELETE_CELL         (EDIT_MENU_START + 2)
309cdf0e10cSrcweir#define FID_DELETE_TABLE        (EDIT_MENU_START + 3)
310cdf0e10cSrcweir#define FID_FILL_TO_BOTTOM      (EDIT_MENU_START + 4)
311cdf0e10cSrcweir#define FID_FILL_TO_RIGHT       (EDIT_MENU_START + 5)
312cdf0e10cSrcweir#define FID_FILL_TO_TOP         (EDIT_MENU_START + 6)
313cdf0e10cSrcweir#define FID_FILL_TO_LEFT        (EDIT_MENU_START + 7)
314cdf0e10cSrcweir#define FID_FILL_TAB            (EDIT_MENU_START + 8)
315cdf0e10cSrcweir#define FID_FILL_SERIES         (EDIT_MENU_START + 9)
316cdf0e10cSrcweir#define FID_SEARCH_REPLACE_DLG  (EDIT_MENU_START + 10)
317cdf0e10cSrcweir#define FID_EDIT_OBJECT         (EDIT_MENU_START + 11)
318cdf0e10cSrcweir#define SID_SC_NAVIGATOR        (EDIT_MENU_START + 12)
319cdf0e10cSrcweir#define SID_SC_WIZARD           (EDIT_MENU_START + 13)
320cdf0e10cSrcweir#define SID_SC_EDIT_OBJECT      (EDIT_MENU_START + 14)
321cdf0e10cSrcweir#define SID_HFEDIT              (EDIT_MENU_START + 15)
322cdf0e10cSrcweir
323cdf0e10cSrcweir#define SID_DEL_ROWS            (EDIT_MENU_START + 16)//JN
324cdf0e10cSrcweir#define SID_DEL_COLS            (EDIT_MENU_START + 17)//JN
325cdf0e10cSrcweir
326cdf0e10cSrcweir//#define   FID_CHG_RECORD          (EDIT_MENU_START + 18)  -> moved to SVX
327cdf0e10cSrcweir#define FID_CHG_SHOW            (EDIT_MENU_START + 19)
328cdf0e10cSrcweir
329cdf0e10cSrcweir#define EDIT_MENU_END           (EDIT_MENU_START + 20)
330cdf0e10cSrcweir#define VIEW_MENU_START         (EDIT_MENU_END)
331cdf0e10cSrcweir
332cdf0e10cSrcweir#define FID_TOGGLEOBJECT        (VIEW_MENU_START)
333cdf0e10cSrcweir#define FID_TOGGLEINPUTLINE     (VIEW_MENU_START + 1)
334cdf0e10cSrcweir#define FID_TOGGLEHEADERS       (VIEW_MENU_START + 2)
335cdf0e10cSrcweir#define FID_SCALE               (VIEW_MENU_START + 4)
336cdf0e10cSrcweir#define FID_TOGGLESYNTAX        (VIEW_MENU_START + 5)
337cdf0e10cSrcweir#define FID_SCREEN_OPTIONS      (VIEW_MENU_START + 6)
338cdf0e10cSrcweir#define FID_PAGEBREAKMODE       (VIEW_MENU_START + 7)
339cdf0e10cSrcweir#define FID_FUNCTION_BOX        (VIEW_MENU_START + 8)
340cdf0e10cSrcweir#define FID_NORMALVIEWMODE      (VIEW_MENU_START + 9)
341cdf0e10cSrcweir#define FID_TOGGLEFORMULA       (VIEW_MENU_START + 10)
342cdf0e10cSrcweir// Compare/Merge jetzt aus Sfx
343cdf0e10cSrcweir//#define FID_CHG_COMPARE       (VIEW_MENU_START + 16)// DANGER DIRTY ID
344cdf0e10cSrcweir//#define FID_CHG_MERGE         (VIEW_MENU_START + 17)// DANGER DIRTY ID
345cdf0e10cSrcweir#define FID_CHG_ACCEPT          (VIEW_MENU_START + 18)// DANGER DIRTY ID
346cdf0e10cSrcweir#define FID_CHG_COMMENT         (VIEW_MENU_START + 19)// DANGER DIRTY ID
347cdf0e10cSrcweir#define VIEW_MENU_END           (VIEW_MENU_START + 20)
348cdf0e10cSrcweir
349cdf0e10cSrcweir#define INSERT_MENU_START       (VIEW_MENU_END)
350cdf0e10cSrcweir#define FID_PAGEBREAK           (INSERT_MENU_START)
351cdf0e10cSrcweir#define FID_INS_ROWBRK          (INSERT_MENU_START + 1)
352cdf0e10cSrcweir#define FID_INS_COLBRK          (INSERT_MENU_START + 2)
353cdf0e10cSrcweir#define FID_DEL_ROWBRK          (INSERT_MENU_START + 3)
354cdf0e10cSrcweir#define FID_DEL_COLBRK          (INSERT_MENU_START + 4)
355cdf0e10cSrcweir#define FID_INS_CELL_CONTENTS   (INSERT_MENU_START + 5)
356cdf0e10cSrcweir#define FID_INS_CELL            (INSERT_MENU_START + 6)
357cdf0e10cSrcweir#define FID_INS_ROW             (INSERT_MENU_START + 7)
358cdf0e10cSrcweir#define FID_INS_COLUMN          (INSERT_MENU_START + 8)
359cdf0e10cSrcweir#define FID_INS_TABLE           (INSERT_MENU_START + 9)
360cdf0e10cSrcweir#define SID_INS_FUNCTION        (INSERT_MENU_START + 10)
361cdf0e10cSrcweir#define FID_DEFINE_NAME         (INSERT_MENU_START + 11)
362cdf0e10cSrcweir#define FID_INSERT_NAME         (INSERT_MENU_START + 12)
363cdf0e10cSrcweir#define FID_USE_NAME            (INSERT_MENU_START + 13)
364cdf0e10cSrcweir#define FID_APPLY_NAME          (INSERT_MENU_START + 14)
365cdf0e10cSrcweir#define FID_INS_TABLE_EXT       (INSERT_MENU_START + 15)
366cdf0e10cSrcweir//#define SID_CHARMAP               (INSERT_MENU_START + 15)//!!! kommt von sfx
367cdf0e10cSrcweir//aus sfx: #define SID_INSERT_POSTIT       (INSERT_MENU_START + 16)
368cdf0e10cSrcweir#define SID_INSERT_CLIPART      (INSERT_MENU_START + 17) //!!! sollte vom Svx kommen
369cdf0e10cSrcweir#define FID_INS_CELLSDOWN       (INSERT_MENU_START + 18)
370cdf0e10cSrcweir#define FID_INS_CELLSRIGHT      (INSERT_MENU_START + 19)
371cdf0e10cSrcweir#define INSERT_MENU_END         (INSERT_MENU_START + 20)
372cdf0e10cSrcweir
373cdf0e10cSrcweir#define FORMAT_MENU_START       (INSERT_MENU_END)
374cdf0e10cSrcweir#define FID_CELL_FORMAT         (FORMAT_MENU_START)
375cdf0e10cSrcweir#define FID_ROW_HEIGHT          (FORMAT_MENU_START + 1)
376cdf0e10cSrcweir#define FID_ROW_OPT_HEIGHT      (FORMAT_MENU_START + 2)
377cdf0e10cSrcweir#define FID_ROW_HIDE            (FORMAT_MENU_START + 3)
378cdf0e10cSrcweir#define FID_ROW_SHOW            (FORMAT_MENU_START + 4)
379cdf0e10cSrcweir#define FID_COL_WIDTH           (FORMAT_MENU_START + 5)
380cdf0e10cSrcweir#define FID_COL_OPT_WIDTH       (FORMAT_MENU_START + 6)
381cdf0e10cSrcweir#define FID_COL_HIDE            (FORMAT_MENU_START + 7)
382cdf0e10cSrcweir#define FID_COL_SHOW            (FORMAT_MENU_START + 8)
383cdf0e10cSrcweir#define FID_TABLE_HIDE          (FORMAT_MENU_START + 9)
384cdf0e10cSrcweir#define FID_TABLE_SHOW          (FORMAT_MENU_START + 10)
385cdf0e10cSrcweir#define FID_CONDITIONAL_FORMAT  (FORMAT_MENU_START + 11)
386cdf0e10cSrcweir#define SID_SCSTYLES            (FORMAT_MENU_START + 12)
387cdf0e10cSrcweir#define FID_MERGE_ON            (FORMAT_MENU_START + 13)
388cdf0e10cSrcweir#define FID_MERGE_OFF           (FORMAT_MENU_START + 14)
389cdf0e10cSrcweir#define SID_FORMATPAGE          (FORMAT_MENU_START + 15)
390cdf0e10cSrcweir#define SID_TEXT_STANDARD       (FORMAT_MENU_START + 16)
391cdf0e10cSrcweir#define SID_DRAWTEXT_ATTR_DLG   (FORMAT_MENU_START + 17)
392cdf0e10cSrcweir#define FID_TABLE_VISIBLE       (FORMAT_MENU_START + 18)
393cdf0e10cSrcweir#define FID_COL_OPT_DIRECT      (FORMAT_MENU_START + 19)
394cdf0e10cSrcweir#define FORMAT_MENU_END         (FORMAT_MENU_START + 20)
395cdf0e10cSrcweir
396cdf0e10cSrcweir#define EXTRA_MENU_START        (FORMAT_MENU_END)
397cdf0e10cSrcweir#define FID_VOICE_CONTROL       (EXTRA_MENU_START + 1)
398cdf0e10cSrcweir#define SID_RECALC_TITLE        (EXTRA_MENU_START + 2)
399cdf0e10cSrcweir#define FID_AUTO_CALC           (EXTRA_MENU_START + 3)
400cdf0e10cSrcweir#define FID_RECALC              (EXTRA_MENU_START + 4)
401cdf0e10cSrcweir#define FID_UPDATE_DIAGRAMS     (EXTRA_MENU_START + 5)
402cdf0e10cSrcweir#define FID_PROTECT_TABLE       (EXTRA_MENU_START + 6)
403cdf0e10cSrcweir#define FID_PROTECT_DOC         (EXTRA_MENU_START + 7)
404cdf0e10cSrcweir#define SID_EDIT_MACRO          (EXTRA_MENU_START + 8)
405cdf0e10cSrcweir#define SID_SCOPTIONS           (EXTRA_MENU_START + 9)
406cdf0e10cSrcweir#define SID_MACRO_CHOOSER       (EXTRA_MENU_START + 10)
407cdf0e10cSrcweir#define SID_SHARE_DOC           (EXTRA_MENU_START + 11)
408cdf0e10cSrcweir#define SID_SCENARIOS           (EXTRA_MENU_START + 12)
409cdf0e10cSrcweir#define SID_ADD_IN_MANAGER      (EXTRA_MENU_START + 13)
410cdf0e10cSrcweir#define SID_PIVOT_RECALC        (EXTRA_MENU_START + 14)
411cdf0e10cSrcweir#define SID_PIVOT_KILL          (EXTRA_MENU_START + 15)
412cdf0e10cSrcweir
413cdf0e10cSrcweir// hier falsch, aber erstmal
414cdf0e10cSrcweir#define SID_SC_HELP_PI          (EXTRA_MENU_START + 16)
415cdf0e10cSrcweir#define SID_SC_SHOW_KEYBOARD_HELP (EXTRA_MENU_START + 17)
416cdf0e10cSrcweir
417cdf0e10cSrcweir#define FID_HARD_RECALC         (EXTRA_MENU_START + 18)
418cdf0e10cSrcweir#define FID_AUTOCOMPLETE        (EXTRA_MENU_START + 19)
419cdf0e10cSrcweir
420cdf0e10cSrcweir#define EXTRA_MENU_END          (EXTRA_MENU_START + 20)
421cdf0e10cSrcweir
422cdf0e10cSrcweir#define DATA_MENU_START         (EXTRA_MENU_END)
423cdf0e10cSrcweir#define SID_DEFINE_DBNAME       (DATA_MENU_START)
424cdf0e10cSrcweir#define SID_SELECT_DB           (DATA_MENU_START + 1)
425cdf0e10cSrcweir#define SID_SORT                (DATA_MENU_START + 2)
426cdf0e10cSrcweir#define SID_FILTER              (DATA_MENU_START + 3)
427cdf0e10cSrcweir#define SID_SPECIAL_FILTER      (DATA_MENU_START + 4)
428cdf0e10cSrcweir#define SID_AUTO_FILTER         (DATA_MENU_START + 5)
429cdf0e10cSrcweir#define SID_UNFILTER            (DATA_MENU_START + 6)
430cdf0e10cSrcweir#define SID_QUERY               (DATA_MENU_START + 7)
431cdf0e10cSrcweir#define SID_SUBTOTALS           (DATA_MENU_START + 8)
432cdf0e10cSrcweir//aus sfx: #define SID_OUTLINE_HIDE        (DATA_MENU_START + 9)
433cdf0e10cSrcweir//aus sfx: #define SID_OUTLINE_SHOW        (DATA_MENU_START + 10)
434cdf0e10cSrcweir//aus sfx: #define SID_OUTLINE_MAKE        (DATA_MENU_START + 11)
435cdf0e10cSrcweir//aus sfx: #define SID_OUTLINE_REMOVE      (DATA_MENU_START + 12)
436cdf0e10cSrcweir#define SID_AUTO_OUTLINE        (DATA_MENU_START + 13)
437cdf0e10cSrcweir//aus sfx: #define SID_OUTLINE_DELETEALL   (DATA_MENU_START + 14)
438cdf0e10cSrcweir#define SID_IMPORT_DATA         (DATA_MENU_START + 15)
439cdf0e10cSrcweir#define SID_REIMPORT_DATA       (DATA_MENU_START + 16)
440cdf0e10cSrcweir#define SID_PIVOT_TABLE         (DATA_MENU_START + 17)
441cdf0e10cSrcweir#define SID_TABOP               (DATA_MENU_START + 18)
442cdf0e10cSrcweir#define SID_TEXT_TO_COLUMNS     (DATA_MENU_START + 19)
443cdf0e10cSrcweir#define SID_CONSOLIDATE         (DATA_MENU_START + 20)
444cdf0e10cSrcweir#define SID_AUTOFILTER_HIDE     (DATA_MENU_START + 21)
445cdf0e10cSrcweir
446cdf0e10cSrcweir#define SID_SBA_IMPORT          (DATA_MENU_START + 22)
447cdf0e10cSrcweir
448cdf0e10cSrcweir#define SID_SORT_DESCENDING     (DATA_MENU_START + 23)
449cdf0e10cSrcweir#define SID_SORT_ASCENDING      (DATA_MENU_START + 24)
450cdf0e10cSrcweir//
451cdf0e10cSrcweir//
452cdf0e10cSrcweir#define DATA_MENU_END           (DATA_MENU_START + 25)
453cdf0e10cSrcweir
454cdf0e10cSrcweir#define TAB_POPUP_START         (DATA_MENU_END)
455cdf0e10cSrcweir#define RID_POPUP_TAB           (TAB_POPUP_START)
456cdf0e10cSrcweir#define FID_TAB_MENU_RENAME     (TAB_POPUP_START+1)
457cdf0e10cSrcweir#define FID_TAB_RENAME          (TAB_POPUP_START+2)
458cdf0e10cSrcweir#define FID_TAB_MOVE            (TAB_POPUP_START+3)
459cdf0e10cSrcweir#define FID_TAB_SELECTALL       (TAB_POPUP_START+4)
460cdf0e10cSrcweir#define FID_TAB_APPEND          (TAB_POPUP_START+5)
461cdf0e10cSrcweir#define FID_TAB_INDEX           (TAB_POPUP_START+6)
462cdf0e10cSrcweir#define FID_TAB_RTL             (TAB_POPUP_START+7)
463cdf0e10cSrcweir#define FID_TAB_DESELECTALL     (TAB_POPUP_START+8)
464cdf0e10cSrcweir#define FID_TAB_MENU_SET_TAB_BG_COLOR (TAB_POPUP_START + 9)
465cdf0e10cSrcweir#define FID_TAB_SET_TAB_BG_COLOR      (TAB_POPUP_START + 10)
466cdf0e10cSrcweir#define FID_TAB_EVENTS          (TAB_POPUP_START+11)
467cdf0e10cSrcweir
468cdf0e10cSrcweir#define TAB_POPUP_END           (TAB_POPUP_START + 20)
469cdf0e10cSrcweir
470cdf0e10cSrcweir#define OBJBAR_FORMAT_START     (TAB_POPUP_END)
471cdf0e10cSrcweir#define SID_ALIGNLEFT           (OBJBAR_FORMAT_START+6)
472cdf0e10cSrcweir#define SID_ALIGNRIGHT          (OBJBAR_FORMAT_START+7)
473cdf0e10cSrcweir#define SID_ALIGNCENTERHOR      (OBJBAR_FORMAT_START+8)
474cdf0e10cSrcweir#define SID_ALIGNBLOCK          (OBJBAR_FORMAT_START+9)
475cdf0e10cSrcweir#define SID_ALIGNTOP            (OBJBAR_FORMAT_START+10)
476cdf0e10cSrcweir#define SID_ALIGNBOTTOM         (OBJBAR_FORMAT_START+11)
477cdf0e10cSrcweir#define SID_ALIGNCENTERVER      (OBJBAR_FORMAT_START+12)
478cdf0e10cSrcweir#define SID_SELECT_SCENARIO     (OBJBAR_FORMAT_START+13)
479cdf0e10cSrcweir
480cdf0e10cSrcweir#define SID_V_ALIGNCELL         (OBJBAR_FORMAT_START+14)
481cdf0e10cSrcweir#define SID_H_ALIGNCELL         (OBJBAR_FORMAT_START+15)
482cdf0e10cSrcweir
483cdf0e10cSrcweir#define OBJBAR_FORMAT_END       (OBJBAR_FORMAT_START+20)
484cdf0e10cSrcweir
485cdf0e10cSrcweir#define RID_INPUTBAR_START      (OBJBAR_FORMAT_END)
486cdf0e10cSrcweir#define SID_INPUT_WINDOW        (RID_INPUTBAR_START)
487cdf0e10cSrcweir#define RID_INPUTBAR_END        (RID_INPUTBAR_START+1)
488cdf0e10cSrcweir
489cdf0e10cSrcweir#define DRAW_BAR_START          (RID_INPUTBAR_END)
490cdf0e10cSrcweir#define SID_DRAWTOABOVE         (DRAW_BAR_START+15)
491cdf0e10cSrcweir#define SID_DRAWTOBELOW         (DRAW_BAR_START+16)
492cdf0e10cSrcweir//#define SID_GROUP             (DRAW_BAR_START+17)
493cdf0e10cSrcweir//#define SID_UNGROUP               (DRAW_BAR_START+18)
494cdf0e10cSrcweir#define SID_FRAMETOTOP          (DRAW_BAR_START+19)
495cdf0e10cSrcweir#define SID_FRAMETOBOTTOM       (DRAW_BAR_START+20)
496cdf0e10cSrcweir//aus sfx: #define SID_FRAME_UP         (DRAW_BAR_START+21)
497cdf0e10cSrcweir//aus sfx: #define SID_FRAME_DOWN           (DRAW_BAR_START+22)
498cdf0e10cSrcweir#define SID_TOOL_TEXT           (DRAW_BAR_START+23)
499cdf0e10cSrcweir#define SID_ANCHOR_PAGE         (DRAW_BAR_START+24)
500cdf0e10cSrcweir#define SID_ANCHOR_CELL         (DRAW_BAR_START+25)
501cdf0e10cSrcweir#define SID_ANCHOR_TOGGLE       (DRAW_BAR_START+26)
502cdf0e10cSrcweir#define SID_ORIGINALSIZE        (DRAW_BAR_START+27)
503cdf0e10cSrcweir
504cdf0e10cSrcweir#define DRAW_BAR_END            (DRAW_BAR_START+50)
505cdf0e10cSrcweir
506cdf0e10cSrcweir#define DRAWTEXTBAR_START       (DRAW_BAR_END)
507cdf0e10cSrcweir#define SID_TEXT_LINESPACING_1  (DRAWTEXTBAR_START)
508cdf0e10cSrcweir#define SID_TEXT_LINESPACING_2  (DRAWTEXTBAR_START+1)
509cdf0e10cSrcweir#define SID_TEXT_LINESPACING_3  (DRAWTEXTBAR_START+2)
510cdf0e10cSrcweir#define DRAWTEXTBAR_END         (DRAWTEXTBAR_START+20)
511cdf0e10cSrcweir
512cdf0e10cSrcweir#define DETECTIVE_START         (DRAWTEXTBAR_END)
513cdf0e10cSrcweir#define SID_DETECTIVE_ADD_PRED  (DETECTIVE_START)
514cdf0e10cSrcweir#define SID_DETECTIVE_DEL_PRED  (DETECTIVE_START+1)
515cdf0e10cSrcweir#define SID_DETECTIVE_ADD_SUCC  (DETECTIVE_START+2)
516cdf0e10cSrcweir#define SID_DETECTIVE_DEL_SUCC  (DETECTIVE_START+3)
517cdf0e10cSrcweir#define SID_DETECTIVE_ADD_ERR   (DETECTIVE_START+4)
518cdf0e10cSrcweir#define SID_DETECTIVE_DEL_ALL   (DETECTIVE_START+5)
519cdf0e10cSrcweir
520cdf0e10cSrcweir#define SID_DETECTIVE_FILLMODE  (DETECTIVE_START+6)
521cdf0e10cSrcweir#define SID_FILL_ADD_PRED       (DETECTIVE_START+7)
522cdf0e10cSrcweir#define SID_FILL_DEL_PRED       (DETECTIVE_START+8)
523cdf0e10cSrcweir#define SID_FILL_ADD_SUCC       (DETECTIVE_START+9)
524cdf0e10cSrcweir#define SID_FILL_DEL_SUCC       (DETECTIVE_START+10)
525cdf0e10cSrcweir#define SID_FILL_NONE           (DETECTIVE_START+11)
526cdf0e10cSrcweir#define SID_FILL_SELECT         (DETECTIVE_START+12)
527cdf0e10cSrcweir
528cdf0e10cSrcweir#define SID_DETECTIVE_INVALID   (DETECTIVE_START+13)
529cdf0e10cSrcweir
530cdf0e10cSrcweir#define SID_DETECTIVE_REFRESH   (DETECTIVE_START+14)
531cdf0e10cSrcweir#define SID_DETECTIVE_AUTO      (DETECTIVE_START+15)
532cdf0e10cSrcweir
533cdf0e10cSrcweir#define DETECTIVE_END           (DETECTIVE_START+20)
534cdf0e10cSrcweir
535cdf0e10cSrcweir#define SID_API_SLOTS           (DETECTIVE_END)
536cdf0e10cSrcweir//aus sfx: #define SID_ENTER_STRING     (SID_API_SLOTS)
537cdf0e10cSrcweir#define SID_INSERT_MATRIX       (SID_API_SLOTS+1)
538cdf0e10cSrcweir
539cdf0e10cSrcweir#define SID_DELETE_NOTE         (SID_API_SLOTS+2)
540cdf0e10cSrcweir
541cdf0e10cSrcweir
542cdf0e10cSrcweir#define SID_PREVIEW_START       (SID_API_SLOTS+20)
543cdf0e10cSrcweir#define SID_PREVIEW_NEXT        (SID_PREVIEW_START)
544cdf0e10cSrcweir#define SID_PREVIEW_PREVIOUS    (SID_PREVIEW_START+1)
545cdf0e10cSrcweir#define SID_PREVIEW_FIRST       (SID_PREVIEW_START+2)
546cdf0e10cSrcweir#define SID_PREVIEW_LAST        (SID_PREVIEW_START+3)
547cdf0e10cSrcweir#define SID_PREVIEW_GOTO        (SID_PREVIEW_START+4)
548cdf0e10cSrcweir#define SID_PREVIEW_ZOOMIN      (SID_PREVIEW_START+5)
549cdf0e10cSrcweir#define SID_PREVIEW_ZOOMOUT     (SID_PREVIEW_START+6)
550cdf0e10cSrcweir#define SID_PREVIEW_CLOSE       (SID_PREVIEW_START+7)
551cdf0e10cSrcweir#define SID_PREVIEW_MARGIN      (SID_PREVIEW_START+8)
552cdf0e10cSrcweir#define SID_PREVIEW_SCALINGFACTOR   (SID_PREVIEW_START+9)
553cdf0e10cSrcweir#define SID_PREVIEW_END         (SID_PREVIEW_START+20)
554cdf0e10cSrcweir
555cdf0e10cSrcweir//aus sfx: #define SID_KEYFUNC_START        (SID_PREVIEW_END+5)
556cdf0e10cSrcweir#define SID_CURSORDOWN_SEL      (SID_KEYFUNC_START + 0)
557cdf0e10cSrcweir#define SID_CURSORUP_SEL        (SID_KEYFUNC_START + 1)
558cdf0e10cSrcweir#define SID_CURSORLEFT_SEL      (SID_KEYFUNC_START + 2)
559cdf0e10cSrcweir#define SID_CURSORRIGHT_SEL     (SID_KEYFUNC_START + 3)
560cdf0e10cSrcweir#define SID_CURSORPAGEDOWN_SEL  (SID_KEYFUNC_START + 4)
561cdf0e10cSrcweir#define SID_CURSORPAGEUP_SEL    (SID_KEYFUNC_START + 5)
562cdf0e10cSrcweir
563cdf0e10cSrcweir#define SID_CURSORPAGELEFT_     (SID_KEYFUNC_START + 6)
564cdf0e10cSrcweir#define SID_CURSORPAGELEFT_SEL  (SID_KEYFUNC_START + 7)
565cdf0e10cSrcweir#define SID_CURSORPAGERIGHT_    (SID_KEYFUNC_START + 8)
566cdf0e10cSrcweir#define SID_CURSORPAGERIGHT_SEL (SID_KEYFUNC_START + 9)
567cdf0e10cSrcweir
568cdf0e10cSrcweir#define SID_CURSORTOPOFFILE_SEL (SID_KEYFUNC_START + 10)
569cdf0e10cSrcweir#define SID_CURSORENDOFFILE_SEL (SID_KEYFUNC_START + 11)
570cdf0e10cSrcweir#define SID_CURSORHOME_SEL      (SID_KEYFUNC_START + 12)
571cdf0e10cSrcweir#define SID_CURSOREND_SEL       (SID_KEYFUNC_START + 13)
572cdf0e10cSrcweir#define SID_CURSORBLKUP         (SID_KEYFUNC_START + 14)
573cdf0e10cSrcweir#define SID_CURSORBLKDOWN       (SID_KEYFUNC_START + 15)
574cdf0e10cSrcweir#define SID_CURSORBLKLEFT       (SID_KEYFUNC_START + 16)
575cdf0e10cSrcweir#define SID_CURSORBLKRIGHT      (SID_KEYFUNC_START + 17)
576cdf0e10cSrcweir#define SID_CURSORBLKUP_SEL     (SID_KEYFUNC_START + 18)
577cdf0e10cSrcweir#define SID_CURSORBLKDOWN_SEL   (SID_KEYFUNC_START + 19)
578cdf0e10cSrcweir#define SID_CURSORBLKLEFT_SEL   (SID_KEYFUNC_START + 20)
579cdf0e10cSrcweir#define SID_CURSORBLKRIGHT_SEL  (SID_KEYFUNC_START + 21)
580cdf0e10cSrcweir
581cdf0e10cSrcweir#define SID_NEXT_TABLE          (SID_KEYFUNC_START + 22)
582cdf0e10cSrcweir#define SID_PREV_TABLE          (SID_KEYFUNC_START + 23)
583cdf0e10cSrcweir
584cdf0e10cSrcweir#define SID_NEXT_UNPROTECT      (SID_KEYFUNC_START + 24)
585cdf0e10cSrcweir#define SID_PREV_UNPROTECT      (SID_KEYFUNC_START + 25)
586cdf0e10cSrcweir
587cdf0e10cSrcweir#define SID_SELECT_COL          (SID_KEYFUNC_START + 26)
588cdf0e10cSrcweir#define SID_SELECT_ROW          (SID_KEYFUNC_START + 27)
589cdf0e10cSrcweir#define SID_SELECT_NONE         (SID_KEYFUNC_START + 28)
590cdf0e10cSrcweir#define SID_ALIGNCURSOR         (SID_KEYFUNC_START + 29)
591cdf0e10cSrcweir#define SID_MARKDATAAREA        (SID_KEYFUNC_START + 30)
592cdf0e10cSrcweir#define SID_SETINPUTMODE        (SID_KEYFUNC_START + 31)
593cdf0e10cSrcweir#define SID_DELETE_CONTENTS     (SID_KEYFUNC_START + 32)
594cdf0e10cSrcweir
595cdf0e10cSrcweir#define SID_MARKAREA            (SID_KEYFUNC_START + 33)
596cdf0e10cSrcweir
597cdf0e10cSrcweir#define SID_AUTOFILL            (SID_KEYFUNC_START + 34)
598cdf0e10cSrcweir#define FID_FILL_AUTO           (SID_KEYFUNC_START + 35)
599cdf0e10cSrcweir#define SID_CANCEL              (SID_KEYFUNC_START + 36)
600cdf0e10cSrcweir
601cdf0e10cSrcweir#define SID_CURSORENTERUP       (SID_KEYFUNC_START + 37)
602cdf0e10cSrcweir#define SID_CURSORENTERDOWN     (SID_KEYFUNC_START + 38)
603cdf0e10cSrcweir
604cdf0e10cSrcweir#define SID_MARKARRAYFORMULA    (SID_KEYFUNC_START + 39)
605cdf0e10cSrcweir
606cdf0e10cSrcweir#define SID_NEXT_TABLE_SEL      (SID_KEYFUNC_START + 40)
607cdf0e10cSrcweir#define SID_PREV_TABLE_SEL      (SID_KEYFUNC_START + 41)
608cdf0e10cSrcweir
609cdf0e10cSrcweir#define SID_KEYFUNC_END         (SID_KEYFUNC_START + 50)
610cdf0e10cSrcweir
611cdf0e10cSrcweir#define SID_NEW_SLOTS           (SID_KEYFUNC_END)
612cdf0e10cSrcweir#define SID_NEW_SLOTS_END       (SID_NEW_SLOTS+100)
613cdf0e10cSrcweir
614cdf0e10cSrcweir#define SID_NEW_TABLENAME       (SID_NEW_SLOTS+1)
615cdf0e10cSrcweir#define SID_COL_START           (SID_NEW_SLOTS+2)
616cdf0e10cSrcweir#define SID_ROW_START           (SID_NEW_SLOTS+3)
617cdf0e10cSrcweir#define SID_COL_END             (SID_NEW_SLOTS+4)
618cdf0e10cSrcweir#define SID_ROW_END             (SID_NEW_SLOTS+5)
619cdf0e10cSrcweir#define SID_KEEP_MARK           (SID_NEW_SLOTS+6)
620cdf0e10cSrcweir#define SID_FILL_DIR            (SID_NEW_SLOTS+7)
621cdf0e10cSrcweir#define SID_FILL_COUNT          (SID_NEW_SLOTS+8)
622cdf0e10cSrcweir#define SID_WITH_UNDO           (SID_NEW_SLOTS+9)
623cdf0e10cSrcweir#define FID_MERGE_TOGGLE        (SID_NEW_SLOTS+10)
624cdf0e10cSrcweir//aus sfx: #define SID_ATTR_SECIALCHAR      (SID_NEW_SLOTS+10)
625cdf0e10cSrcweir#define SID_ATTR_ROWHEADERS     (SID_NEW_SLOTS+11)
626cdf0e10cSrcweir#define SID_ATTR_COLHEADERS     (SID_NEW_SLOTS+12)
627cdf0e10cSrcweir
628cdf0e10cSrcweir#define SID_SC_CELLS            (SID_NEW_SLOTS+13)
629cdf0e10cSrcweir#define SID_SC_RANGE            (SID_NEW_SLOTS+14)
630cdf0e10cSrcweir#define SID_SC_SELECTION        (SID_NEW_SLOTS+15)
631cdf0e10cSrcweir#define SID_SC_CELLTEXT         (SID_NEW_SLOTS+16)
632cdf0e10cSrcweir
633cdf0e10cSrcweir#define SID_SC_NAME_TITLE       (SID_NEW_SLOTS+17)
634cdf0e10cSrcweir
635cdf0e10cSrcweir#define SID_SC_ACTIVECELL       (SID_NEW_SLOTS+18)
636cdf0e10cSrcweir#define SID_SC_ACTIVETAB        (SID_NEW_SLOTS+19)
637cdf0e10cSrcweir#define SID_RANGE_ROW           (SID_NEW_SLOTS+20)
638cdf0e10cSrcweir#define SID_RANGE_COL           (SID_NEW_SLOTS+21)
639cdf0e10cSrcweir#define SID_RANGE_TABLE         (SID_NEW_SLOTS+22)
640cdf0e10cSrcweir#define SID_RANGE_VALUE         (SID_NEW_SLOTS+23)
641cdf0e10cSrcweir#define SID_RANGE_FORMULA       (SID_NEW_SLOTS+24)
642cdf0e10cSrcweir#define SID_RANGE_TEXT          (SID_NEW_SLOTS+25)
643cdf0e10cSrcweir#define SID_RANGE_TEXTVALUE     (SID_NEW_SLOTS+26)
644cdf0e10cSrcweir#define SID_TABLE_ACTIVATE      (SID_NEW_SLOTS+27)
645cdf0e10cSrcweir#define SID_TABLES_GET          (SID_NEW_SLOTS+28)
646cdf0e10cSrcweir#define SID_PROP_INTERIOR       (SID_NEW_SLOTS+29)
647cdf0e10cSrcweir#define SID_PROP_FONT           (SID_NEW_SLOTS+30)
648cdf0e10cSrcweir
649cdf0e10cSrcweir#define SID_DEFINE_PRINTAREA        (SID_NEW_SLOTS+31)
650cdf0e10cSrcweir#define SID_DELETE_PRINTAREA        (SID_NEW_SLOTS+32)
651cdf0e10cSrcweir#define SID_CHANGE_PRINTAREA        (SID_NEW_SLOTS+33)
652cdf0e10cSrcweir#define SID_OPENDLG_EDIT_PRINTAREA  (SID_NEW_SLOTS+34)
653cdf0e10cSrcweir
654cdf0e10cSrcweir#define SID_OLE_OBJECT          (SID_NEW_SLOTS+35)
655cdf0e10cSrcweir#define SID_OLE_ACTIVATE        (SID_NEW_SLOTS+36)
656cdf0e10cSrcweir#define SID_OLE_DEACTIVATE      (SID_NEW_SLOTS+37)
657cdf0e10cSrcweir
658cdf0e10cSrcweir#define SID_TOGGLE_REL          (SID_NEW_SLOTS+38)
659cdf0e10cSrcweir#define SID_DATA_SELECT         (SID_NEW_SLOTS+39)
660cdf0e10cSrcweir
661cdf0e10cSrcweir// Suchen & Ersetzen
662cdf0e10cSrcweir#define FID_SEARCH              (SID_NEW_SLOTS+40)
663cdf0e10cSrcweir#define FID_REPEAT_SEARCH       (SID_NEW_SLOTS+41)
664cdf0e10cSrcweir#define FID_REPLACE             (SID_NEW_SLOTS+42)
665cdf0e10cSrcweir#define FID_SEARCH_ALL          (SID_NEW_SLOTS+43)
666cdf0e10cSrcweir#define FID_REPLACE_ALL         (SID_NEW_SLOTS+44)
667cdf0e10cSrcweir#define FID_SEARCH_COUNT        (SID_NEW_SLOTS+45)
668cdf0e10cSrcweir
669cdf0e10cSrcweir#define SID_SC_SETTEXT          (SID_NEW_SLOTS+46)
670cdf0e10cSrcweir#define SID_RANGE_ADDRESS       (SID_NEW_SLOTS+47)
671cdf0e10cSrcweir#define SID_RANGE_OFFSET        (SID_NEW_SLOTS+48)
672cdf0e10cSrcweir#define SID_NUMBER_FORMAT       (SID_NEW_SLOTS+49)
673cdf0e10cSrcweir
674cdf0e10cSrcweir#define SID_OLE_SELECT          (SID_NEW_SLOTS+50)
675cdf0e10cSrcweir#define SID_SC_ACTIVEOBJECT     (SID_NEW_SLOTS+51)
676cdf0e10cSrcweir
677cdf0e10cSrcweir#define SID_RANGE_NOTETEXT      (SID_NEW_SLOTS+52)
678cdf0e10cSrcweir#define FID_INSERT_FILE         (SID_NEW_SLOTS+53)
679cdf0e10cSrcweir
680cdf0e10cSrcweir#define FID_VALIDATION          (SID_NEW_SLOTS+54)
681cdf0e10cSrcweir
682*97c7a49cSmseidel// Slots für Toolbox Controller in der Werkzeugleiste
683cdf0e10cSrcweir#define SID_TBXCTL_INSERT       (SID_NEW_SLOTS+55)
684cdf0e10cSrcweir#define SID_TBXCTL_INSCELLS     (SID_NEW_SLOTS+56)
685cdf0e10cSrcweir#define SID_TBXCTL_INSOBJ       (SID_NEW_SLOTS+57)
686cdf0e10cSrcweir
687cdf0e10cSrcweir#define SID_DEFINE_COLROWNAMERANGES (SID_NEW_SLOTS+58)
688cdf0e10cSrcweir
689cdf0e10cSrcweir#define FID_NOTE_VISIBLE        (SID_NEW_SLOTS+59)
690cdf0e10cSrcweir
691*97c7a49cSmseidel// Items für Gültigkeit
692cdf0e10cSrcweir#define FID_VALID_MODE          (SID_NEW_SLOTS+60)
693cdf0e10cSrcweir#define FID_VALID_CONDMODE      (SID_NEW_SLOTS+61)
694cdf0e10cSrcweir#define FID_VALID_VALUE1        (SID_NEW_SLOTS+62)
695cdf0e10cSrcweir#define FID_VALID_VALUE2        (SID_NEW_SLOTS+63)
696cdf0e10cSrcweir#define FID_VALID_BLANK         (SID_NEW_SLOTS+64)
697cdf0e10cSrcweir#define FID_VALID_SHOWHELP      (SID_NEW_SLOTS+65)
698cdf0e10cSrcweir#define FID_VALID_HELPTITLE     (SID_NEW_SLOTS+66)
699cdf0e10cSrcweir#define FID_VALID_HELPTEXT      (SID_NEW_SLOTS+67)
700cdf0e10cSrcweir#define FID_VALID_SHOWERR       (SID_NEW_SLOTS+68)
701cdf0e10cSrcweir#define FID_VALID_ERRSTYLE      (SID_NEW_SLOTS+69)
702cdf0e10cSrcweir#define FID_VALID_ERRTITLE      (SID_NEW_SLOTS+70)
703cdf0e10cSrcweir#define FID_VALID_ERRTEXT       (SID_NEW_SLOTS+71)
704cdf0e10cSrcweir
705cdf0e10cSrcweir#define SID_REFRESH_DBAREA      (SID_NEW_SLOTS+72)
706cdf0e10cSrcweir#define SID_RANGE_REGION        (SID_NEW_SLOTS+73)
707cdf0e10cSrcweir
708cdf0e10cSrcweir#define FID_FOCUS_POSWND        (SID_NEW_SLOTS+74)
709cdf0e10cSrcweir
710*97c7a49cSmseidel// einzelne Slots für verschiedene Unterstreich-Arten (Popup-Menu)
711cdf0e10cSrcweir#define SID_ULINE_VAL_NONE      (SID_NEW_SLOTS+75)
712cdf0e10cSrcweir#define SID_ULINE_VAL_SINGLE    (SID_NEW_SLOTS+76)
713cdf0e10cSrcweir#define SID_ULINE_VAL_DOUBLE    (SID_NEW_SLOTS+77)
714cdf0e10cSrcweir#define SID_ULINE_VAL_DOTTED    (SID_NEW_SLOTS+78)
715cdf0e10cSrcweir
716cdf0e10cSrcweir#define FID_DEL_MANUALBREAKS    (SID_NEW_SLOTS+79)
717cdf0e10cSrcweir#define SID_ADD_PRINTAREA       (SID_NEW_SLOTS+80)
718cdf0e10cSrcweir#define FID_ADJUST_PRINTZOOM    (SID_NEW_SLOTS+81)
719cdf0e10cSrcweir#define FID_RESET_PRINTZOOM     (SID_NEW_SLOTS+82)
720cdf0e10cSrcweir
721cdf0e10cSrcweir#define SID_TABLES_COUNT        (SID_NEW_SLOTS+83)
722cdf0e10cSrcweir#define SID_ACTIVE_OBJ_NAME     (SID_NEW_SLOTS+84)
723cdf0e10cSrcweir#define SID_OBJECT_LEFT         (SID_NEW_SLOTS+85)
724cdf0e10cSrcweir#define SID_OBJECT_TOP          (SID_NEW_SLOTS+86)
725cdf0e10cSrcweir#define SID_OBJECT_WIDTH        (SID_NEW_SLOTS+87)
726cdf0e10cSrcweir#define SID_OBJECT_HEIGHT       (SID_NEW_SLOTS+88)
727cdf0e10cSrcweir
728cdf0e10cSrcweir#define SID_PIVOT_CREATE        (SID_NEW_SLOTS+89)
729cdf0e10cSrcweir#define SID_PIVOT_FIELDS        (SID_NEW_SLOTS+90)
730cdf0e10cSrcweir#define SID_PFIELD_NAME         (SID_NEW_SLOTS+91)
731cdf0e10cSrcweir#define SID_PFIELD_ORIENTATION  (SID_NEW_SLOTS+92)
732cdf0e10cSrcweir#define SID_PFIELD_FUNCTION     (SID_NEW_SLOTS+93)
733cdf0e10cSrcweir#define SID_PIVOT_GET           (SID_NEW_SLOTS+94)
734cdf0e10cSrcweir
735cdf0e10cSrcweir#define SID_DELETE_SCENARIO     (SID_NEW_SLOTS+95)
736cdf0e10cSrcweir#define SID_EDIT_SCENARIO       (SID_NEW_SLOTS+96)
737cdf0e10cSrcweir
738cdf0e10cSrcweir// idl Parameter ---------------------------------------------------------
739cdf0e10cSrcweir
740cdf0e10cSrcweir//aus sfx: #define FN_PARAM_1               (SC_PARAM_START)
741cdf0e10cSrcweir//aus sfx: #define FN_PARAM_2               (SC_PARAM_START+1)
742cdf0e10cSrcweir//aus sfx: #define FN_PARAM_3               (SC_PARAM_START+2)
743cdf0e10cSrcweir//aus sfx: #define FN_PARAM_4               (SC_PARAM_START+3)
744cdf0e10cSrcweir//aus sfx: #define FN_PARAM_5               (SC_PARAM_START+4)
745cdf0e10cSrcweir//aus sfx: #define FN_PARAM_6               (SC_PARAM_START+5)
746cdf0e10cSrcweir//aus sfx: #define FN_PARAM_7               (SC_PARAM_START+6)
747cdf0e10cSrcweir//aus sfx: #define FN_PARAM_8               (SC_PARAM_START+7)
748cdf0e10cSrcweir#define FN_PARAM_9              (FN_PARAM_8+1)
749cdf0e10cSrcweir
750cdf0e10cSrcweir#define SID_SORT_BYROW          (SC_PARAM_START)
751cdf0e10cSrcweir#define SID_SORT_HASHEADER      (SC_PARAM_START+1)
752cdf0e10cSrcweir#define SID_SORT_CASESENS       (SC_PARAM_START+2)
753cdf0e10cSrcweir#define SID_SORT_ATTRIBS        (SC_PARAM_START+3)
754cdf0e10cSrcweir#define SID_SORT_USERDEF        (SC_PARAM_START+4)
755cdf0e10cSrcweir
756facb16e7SArmin Le Grand// Sidebar -------------------------------------------------------------
757facb16e7SArmin Le Grand
758bb605c80SOliver-Rainer Wittmann#define SID_PROPERTY_PANEL_CELLTEXT_DLG (SC_SIDEBAR_PROPERTY_BEGIN+0)
759facb16e7SArmin Le Grand#define SID_SCGRIDSHOW                  (SC_SIDEBAR_PROPERTY_BEGIN+1)
7604e8031e0SArmin Le Grand#define SID_NUMBER_TYPE_FORMAT          (SC_SIDEBAR_PROPERTY_BEGIN+2)
761facb16e7SArmin Le Grand
762cdf0e10cSrcweir// Resourcen -------------------------------------------------------------
763cdf0e10cSrcweir
764cdf0e10cSrcweir#define RID_OBJECTBAR_APP       (SC_RESOURCE_START)
765cdf0e10cSrcweir#define RID_OBJECTBAR_FORMAT    (SC_RESOURCE_START+1)
766cdf0e10cSrcweir#define RID_OBJECTBAR_INPUT     (SC_RESOURCE_START+2)
767cdf0e10cSrcweir#define RID_POPUP_CELLS         (SC_RESOURCE_START+3)
768cdf0e10cSrcweir#define RID_POPUP_DRAW          (SC_RESOURCE_START+4)
769cdf0e10cSrcweir#define RID_TEXT_TOOLBOX        (SC_RESOURCE_START+5)
770cdf0e10cSrcweir#define RID_OBJECTBAR_PREVIEW   (SC_RESOURCE_START+6)
771cdf0e10cSrcweir#define RID_POPUP_PREVIEW       (SC_RESOURCE_START+7)
772cdf0e10cSrcweir#define RID_POPUP_OLE           (SC_RESOURCE_START+8)
773cdf0e10cSrcweir#define RID_POPUP_CHART         (SC_RESOURCE_START+9)
774cdf0e10cSrcweir//#define RID_ANCHORBITMAP      (SC_RESOURCE_START+10)
775cdf0e10cSrcweir//#define RID_GRAYANCHORBITMAP  (SC_RESOURCE_START+11)
776cdf0e10cSrcweir#define RID_OUTLINEBITMAPS      (SC_RESOURCE_START+12)
777cdf0e10cSrcweir#define RID_DRAW_WIN            (SC_RESOURCE_START+13)
778cdf0e10cSrcweir#define RID_CNTRLR_WIN          (SC_RESOURCE_START+14)
779cdf0e10cSrcweir#define RID_GLOBSTR             (SC_RESOURCE_START+15)
780cdf0e10cSrcweir#define RID_ALIGNMENT_WIN       (SC_RESOURCE_START+19)
781cdf0e10cSrcweir#define RID_SCFUNCTIONS         (SC_RESOURCE_START+20)
782cdf0e10cSrcweir#define RID_POPUP_PIVOT         (SC_RESOURCE_START+21)
783cdf0e10cSrcweir#define RID_IMGLIST_INPUTWIN    (SC_RESOURCE_START+22)
784cdf0e10cSrcweir#define RID_ERRHDLSC            (SC_RESOURCE_START+23)
785cdf0e10cSrcweir#define RID_POPUP_GRAPHIC       (SC_RESOURCE_START+24)
786cdf0e10cSrcweir#define RID_POPUP_DRAWTEXT      (SC_RESOURCE_START+29)
787cdf0e10cSrcweir#define RID_MN_FORMAT_ALGN      (SC_RESOURCE_START+30)
788cdf0e10cSrcweir#define RID_MN_FORMAT_STYLE     (SC_RESOURCE_START+31)
789cdf0e10cSrcweir#define RID_MN_FORMAT_LINESPACE (SC_RESOURCE_START+32)
790cdf0e10cSrcweir#define RID_POPUP_EDIT          (SC_RESOURCE_START+33)
791cdf0e10cSrcweir#define RID_POPUP_AUDIT         (SC_RESOURCE_START+34)
792cdf0e10cSrcweir#define RID_OBJECTBAR_TOOLS     (SC_RESOURCE_START+35)
793cdf0e10cSrcweir// free
794cdf0e10cSrcweir// free
795cdf0e10cSrcweir#define RID_TBXCTL_INSERT       (SC_RESOURCE_START+38)
796cdf0e10cSrcweir#define RID_TBXCTL_INSCELLS     (SC_RESOURCE_START+39)
797cdf0e10cSrcweir#define RID_TBXCTL_INSOBJ       (SC_RESOURCE_START+40)
798cdf0e10cSrcweir// free
799cdf0e10cSrcweir// free
800cdf0e10cSrcweir#define RID_SC_FUNCTION_DESCRIPTIONS1   (SC_RESOURCE_START+43)
801cdf0e10cSrcweir#define RID_SC_FUNCTION_DESCRIPTIONS2   (SC_RESOURCE_START+44)
802cdf0e10cSrcweir#define RID_POPUP_CONTROL       (SC_RESOURCE_START+45)
803cdf0e10cSrcweir#define RID_POPUP_PAGEBREAK     (SC_RESOURCE_START+46)
804cdf0e10cSrcweir// free
805cdf0e10cSrcweir#define RID_POPUP_DRAWFORM      (SC_RESOURCE_START+48)
806cdf0e10cSrcweir#define RID_SC_ADDIN_ROT13      (SC_RESOURCE_START+50)
807cdf0e10cSrcweir#define RID_SC_ADDIN_DFA        (SC_RESOURCE_START+51)
808cdf0e10cSrcweir#define RID_IMAGELIST_NAVCONT   (SC_RESOURCE_START+52)
809cdf0e10cSrcweir#define RID_DRAW_OBJECTBAR      (SC_RESOURCE_START+53)
810cdf0e10cSrcweir#define RID_GRAPHIC_OBJECTBAR   (SC_RESOURCE_START+54)
811cdf0e10cSrcweir// free
812cdf0e10cSrcweir// free
813cdf0e10cSrcweir#define RID_IMAGELIST_H_NAVCONT (SC_RESOURCE_START+57)
814cdf0e10cSrcweir#define RID_OUTLINEBITMAPS_H    (SC_RESOURCE_START+58)
815cdf0e10cSrcweir#define RID_MEDIA_OBJECTBAR     (SC_RESOURCE_START+60)
816cdf0e10cSrcweir#define RID_POPUP_MEDIA         (SC_RESOURCE_START+61)
817cdf0e10cSrcweir#define RID_FUNCTION_CATEGORIES (SC_RESOURCE_START+62)
818cdf0e10cSrcweir
819cdf0e10cSrcweir#define STR_START               (SC_RESOURCE_START+100)
820cdf0e10cSrcweir#define STR_ROWHEIGHT           (STR_START)
821cdf0e10cSrcweir#define STR_ROWHEIGHT_TITLE     (STR_START + 1)
822cdf0e10cSrcweir#define STR_OPT_ROWHEIGHT       (STR_START + 2)
823cdf0e10cSrcweir#define STR_OPT_ROWHEIGHT_TITLE (STR_START + 3)
824cdf0e10cSrcweir#define STR_COLWIDTH            (STR_START + 4)
825cdf0e10cSrcweir#define STR_COLWIDTH_TITLE      (STR_START + 5)
826cdf0e10cSrcweir#define STR_OPT_COLWIDTH        (STR_START + 6)
827cdf0e10cSrcweir#define STR_OPT_COLWIDTH_TITLE  (STR_START + 7)
828cdf0e10cSrcweir#define SCSTR_UNDEFINED         (STR_START + 8)
829cdf0e10cSrcweir#define SCSTR_NONAME            (STR_START + 9)
830cdf0e10cSrcweir#define SCSTR_NONE              (STR_START + 10)
831cdf0e10cSrcweir#define SCSTR_EMPTY             (STR_START + 11)
832cdf0e10cSrcweir#define SCSTR_NOTEMPTY          (STR_START + 12)
833cdf0e10cSrcweir#define SCSTR_COLUMN            (STR_START + 13)
834cdf0e10cSrcweir#define SCSTR_ROW               (STR_START + 14)
835cdf0e10cSrcweir#define SCSTR_NEW               (STR_START + 15)
836cdf0e10cSrcweir#define SCSTR_ADD               (STR_START + 16)
837cdf0e10cSrcweir#define SCSTR_REMOVE            (STR_START + 17)
838cdf0e10cSrcweir#define SCSTR_CANCEL            (STR_START + 18)
839cdf0e10cSrcweir#define SCSTR_MODIFY            (STR_START + 19)
840cdf0e10cSrcweir#define SCSTR_SHOWTABLE         (STR_START + 20)
841cdf0e10cSrcweir#define SCSTR_HIDDENTABLES      (STR_START + 21)
842cdf0e10cSrcweir#define SCSTR_SELECTDB          (STR_START + 22)
843cdf0e10cSrcweir#define SCSTR_AREAS             (STR_START + 23)
844cdf0e10cSrcweir#define SCSTR_TABLE             (STR_START + 24)
845cdf0e10cSrcweir#define SCSTR_NAME              (STR_START + 25)
846cdf0e10cSrcweir#define SCSTR_INSTABLE          (STR_START + 26)
847cdf0e10cSrcweir#define SCSTR_APDTABLE          (STR_START + 27)
848cdf0e10cSrcweir#define SCSTR_RENAMETAB         (STR_START + 28)
849cdf0e10cSrcweir#define STR_INSERTGRAPHIC       (STR_START + 29)
850cdf0e10cSrcweir//#define STR_BASIC_IDE           (STR_START + 30)
851cdf0e10cSrcweir#define SCSTR_APPLICATION       (STR_START + 31)
852cdf0e10cSrcweir#define SCSTR_DOCSHELL          (STR_START + 32)
853cdf0e10cSrcweir#define SCSTR_TABVIEWSHELL      (STR_START + 33)
854cdf0e10cSrcweir#define SCSTR_EDITSHELL         (STR_START + 34)
855cdf0e10cSrcweir#define SCSTR_DRAWSHELL         (STR_START + 35)
856cdf0e10cSrcweir#define SCSTR_DRAWTEXTSHELL     (STR_START + 36)
857cdf0e10cSrcweir#define SCSTR_NEWTABLE          (STR_START + 37)
858cdf0e10cSrcweir#define SCSTR_PREVIEWSHELL      (STR_START + 38)
859cdf0e10cSrcweir
860cdf0e10cSrcweir#define SCSTR_PROTECTDOC        (STR_START + 39)
861cdf0e10cSrcweir#define SCSTR_UNPROTECTDOC      (STR_START + 40)
862cdf0e10cSrcweir#define SCSTR_PROTECTTAB        (STR_START + 41)
863cdf0e10cSrcweir#define SCSTR_UNPROTECTTAB      (STR_START + 42)
864cdf0e10cSrcweir#define SCSTR_PASSWORD          (STR_START + 43)
865cdf0e10cSrcweir#define SCSTR_PASSWORDOPT       (STR_START + 44)
866cdf0e10cSrcweir#define SCSTR_WRONGPASSWORD     (STR_START + 45)
867cdf0e10cSrcweir
868cdf0e10cSrcweir#define SCSTR_PIVOTSHELL        (STR_START + 46)
869cdf0e10cSrcweir#define SCSTR_END               (STR_START + 47)
870cdf0e10cSrcweir#define SCSTR_STAT_PRINT        (STR_START + 48)
871cdf0e10cSrcweir
872cdf0e10cSrcweir#define SCSTR_UNKNOWN           (STR_START + 49)
873cdf0e10cSrcweir#define SCSTR_CHAR_ATTRS        (STR_START + 50)
874cdf0e10cSrcweir#define SCSTR_ALL               (STR_START + 51)
875cdf0e10cSrcweir#define SCSTR_STDFILTER         (STR_START + 52)
876cdf0e10cSrcweir
877cdf0e10cSrcweir// Cfg-Item-Namen
878cdf0e10cSrcweir#define SCSTR_CFG_APP           (STR_START + 53)
879cdf0e10cSrcweir#define SCSTR_CFG_DOC           (STR_START + 54)
880cdf0e10cSrcweir#define SCSTR_CFG_VIEW          (STR_START + 55)
881cdf0e10cSrcweir#define SCSTR_CFG_SPELLCHECK    (STR_START + 56)
882cdf0e10cSrcweir#define SCSTR_CFG_PRINT         (STR_START + 57)
883cdf0e10cSrcweir
884cdf0e10cSrcweir#define SCSTR_AUDITSHELL        (STR_START + 58)
885cdf0e10cSrcweir
886cdf0e10cSrcweir#define SCSTR_CHARSET_USER      (STR_START + 59)
887cdf0e10cSrcweir#define SCSTR_COLUMN_USER       (STR_START + 60)
888cdf0e10cSrcweir#define SCSTR_FIELDSEP          (STR_START + 61)
889cdf0e10cSrcweir#define SCSTR_TEXTSEP           (STR_START + 62)
890cdf0e10cSrcweir
891cdf0e10cSrcweir#define SCSTR_30_APPLICATION    (STR_START + 63)
892cdf0e10cSrcweir#define SCSTR_30_LONG_DOCNAME   (STR_START + 64)
893cdf0e10cSrcweir
894cdf0e10cSrcweir#define SCSTR_CFG_INPUT         (STR_START + 65)
895cdf0e10cSrcweir
896cdf0e10cSrcweir#define SCSTR_TOP10FILTER       (STR_START + 66)
897cdf0e10cSrcweir
898cdf0e10cSrcweir#define SCSTR_CFG_NAVIPI        (STR_START + 67)
899cdf0e10cSrcweir
900cdf0e10cSrcweir#define SCSTR_40_APPLICATION    (STR_START + 68)
901cdf0e10cSrcweir#define SCSTR_40_LONG_DOCNAME   (STR_START + 69)
902cdf0e10cSrcweir
903cdf0e10cSrcweir#define SCSTR_DRAWFORMSHELL     (STR_START + 70)
904cdf0e10cSrcweir#define SCSTR_CELLSHELL         (STR_START + 71)
905cdf0e10cSrcweir#define SCSTR_FORMATSHELL       (STR_START + 72)
906cdf0e10cSrcweir#define SCSTR_OLEOBJECTSHELL    (STR_START + 73)
907cdf0e10cSrcweir#define SCSTR_CHARTSHELL        (STR_START + 74)
908cdf0e10cSrcweir#define SCSTR_GRAPHICSHELL      (STR_START + 75)
909cdf0e10cSrcweir#define SCSTR_PAGEBREAKSHELL    (STR_START + 76)
910cdf0e10cSrcweir
911cdf0e10cSrcweir#define SCSTR_GRFILTER_OPENERROR     (STR_START + 77)
912cdf0e10cSrcweir#define SCSTR_GRFILTER_IOERROR       (STR_START + 78)
913cdf0e10cSrcweir#define SCSTR_GRFILTER_FORMATERROR   (STR_START + 79)
914cdf0e10cSrcweir#define SCSTR_GRFILTER_VERSIONERROR  (STR_START + 80)
915cdf0e10cSrcweir#define SCSTR_GRFILTER_FILTERERROR   (STR_START + 81)
916cdf0e10cSrcweir#define SCSTR_GRFILTER_TOOBIG        (STR_START + 82)
917cdf0e10cSrcweir#define SCSTR_UNDO_GRAFFILTER        (STR_START + 83)
918cdf0e10cSrcweir
919cdf0e10cSrcweir#define SCSTR_50_APPLICATION    (STR_START + 84)
920cdf0e10cSrcweir#define SCSTR_50_LONG_DOCNAME   (STR_START + 85)
921cdf0e10cSrcweir#define SCSTR_CHG_PROTECT       (STR_START + 86)
922cdf0e10cSrcweir#define SCSTR_CHG_UNPROTECT     (STR_START + 87)
923cdf0e10cSrcweir
924cdf0e10cSrcweir// #98185#
925cdf0e10cSrcweir#define STR_CAPTION_DEFAULT_TEXT    (STR_START + 88)
926cdf0e10cSrcweir
927cdf0e10cSrcweir// dialog: Select Sheets
928cdf0e10cSrcweir#define STR_DLG_SELECTTABLES_TITLE  (STR_START + 89)
929cdf0e10cSrcweir#define STR_DLG_SELECTTABLES_LBNAME (STR_START + 90)
930cdf0e10cSrcweir
931cdf0e10cSrcweir// #101160# Replace cell contents warning
932cdf0e10cSrcweir#define STR_REPLCELLSWARN           (STR_START + 91)
933cdf0e10cSrcweir
934cdf0e10cSrcweir#define SCSTR_DPFUNCLISTBOX         (STR_START + 92)
935cdf0e10cSrcweir#define SCSTR_ALLFILTER             (STR_START + 94)
936cdf0e10cSrcweir#define SCSTR_MOREBTN_MOREOPTIONS   (STR_START + 95)
937cdf0e10cSrcweir#define SCSTR_MOREBTN_FEWEROPTIONS   (STR_START + 96)
938cdf0e10cSrcweir
939cdf0e10cSrcweir// Items
940cdf0e10cSrcweir
941cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_LEFT      (STR_START + 100)
942cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_CENTER    (STR_START + 101)
943cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_RIGHT     (STR_START + 102)
944cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_BLOCK     (STR_START + 103)
945cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_REPEAT    (STR_START + 104)
946cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_STANDARD  (STR_START + 105)
947cdf0e10cSrcweir#define SCSTR_VER_JUSTIFY_TOP       (STR_START + 106)
948cdf0e10cSrcweir#define SCSTR_VER_JUSTIFY_CENTER    (STR_START + 107)
949cdf0e10cSrcweir#define SCSTR_VER_JUSTIFY_BOTTOM    (STR_START + 108)
950cdf0e10cSrcweir#define SCSTR_VER_JUSTIFY_STANDARD  (STR_START + 109)
951cdf0e10cSrcweir#define SCSTR_ORIENTATION_TOPBOTTOM (STR_START + 110)
952cdf0e10cSrcweir#define SCSTR_ORIENTATION_BOTTOMTOP (STR_START + 111)
953cdf0e10cSrcweir#define SCSTR_ORIENTATION_STANDARD  (STR_START + 112)
954cdf0e10cSrcweir
955cdf0e10cSrcweir// Accessibility ------------------------------------
956cdf0e10cSrcweir
957cdf0e10cSrcweir// CSV import
958cdf0e10cSrcweir#define STR_ACC_CSVRULER_NAME       (STR_START + 150)
959cdf0e10cSrcweir#define STR_ACC_CSVRULER_DESCR      (STR_START + 151)
960cdf0e10cSrcweir#define STR_ACC_CSVGRID_NAME        (STR_START + 152)
961cdf0e10cSrcweir#define STR_ACC_CSVGRID_DESCR       (STR_START + 153)
962cdf0e10cSrcweir
963cdf0e10cSrcweir// Document
964cdf0e10cSrcweir#define STR_ACC_DOC_NAME            (STR_START + 154)
965cdf0e10cSrcweir#define STR_ACC_DOC_DESCR           (STR_START + 155)
966cdf0e10cSrcweir#define STR_ACC_TABLE_NAME          (STR_START + 156)
967cdf0e10cSrcweir#define STR_ACC_TABLE_DESCR         (STR_START + 157)
968cdf0e10cSrcweir#define STR_ACC_CELL_NAME           (STR_START + 158)
969cdf0e10cSrcweir#define STR_ACC_CELL_DESCR          (STR_START + 159)
970cdf0e10cSrcweir// Preview
971cdf0e10cSrcweir#define STR_ACC_PREVIEWDOC_NAME     (STR_START + 160)
972cdf0e10cSrcweir#define STR_ACC_PREVIEWDOC_DESCR    (STR_START + 161)
973cdf0e10cSrcweir#define STR_ACC_HEADERCELL_NAME     (STR_START + 162)
974cdf0e10cSrcweir#define STR_ACC_HEADERCELL_DESCR    (STR_START + 163)
975cdf0e10cSrcweir#define STR_ACC_LEFTAREA_NAME       (STR_START + 164)
976cdf0e10cSrcweir#define STR_ACC_LEFTAREA_DESCR      (STR_START + 165)
977cdf0e10cSrcweir#define STR_ACC_CENTERAREA_NAME     (STR_START + 166)
978cdf0e10cSrcweir#define STR_ACC_CENTERAREA_DESCR    (STR_START + 167)
979cdf0e10cSrcweir#define STR_ACC_RIGHTAREA_NAME      (STR_START + 168)
980cdf0e10cSrcweir#define STR_ACC_RIGHTAREA_DESCR     (STR_START + 169)
981cdf0e10cSrcweir#define STR_ACC_HEADER_NAME         (STR_START + 170)
982cdf0e10cSrcweir#define STR_ACC_HEADER_DESCR        (STR_START + 171)
983cdf0e10cSrcweir#define STR_ACC_FOOTER_NAME         (STR_START + 172)
984cdf0e10cSrcweir#define STR_ACC_FOOTER_DESCR        (STR_START + 173)
985cdf0e10cSrcweir
986cdf0e10cSrcweir// Editline
987cdf0e10cSrcweir#define STR_ACC_EDITLINE_NAME       (STR_START + 174)
988cdf0e10cSrcweir#define STR_ACC_EDITLINE_DESCR      (STR_START + 175)
989cdf0e10cSrcweir
990cdf0e10cSrcweir// EditCell
991cdf0e10cSrcweir#define STR_ACC_EDITCELL_NAME       (STR_START + 176)
992cdf0e10cSrcweir#define STR_ACC_EDITCELL_DESCR      (STR_START + 177)
993cdf0e10cSrcweir
994cdf0e10cSrcweir// DataPilot
995cdf0e10cSrcweir#define STR_ACC_DATAPILOT_ROW_DESCR (STR_START + 178)
996cdf0e10cSrcweir#define STR_ACC_DATAPILOT_COL_DESCR (STR_START + 179)
997cdf0e10cSrcweir#define STR_ACC_DATAPILOT_DATA_DESCR (STR_START + 180)
998cdf0e10cSrcweir#define STR_ACC_DATAPILOT_SEL_DESCR (STR_START + 181)
999cdf0e10cSrcweir
1000cdf0e10cSrcweir#define STR_ACC_TOOLBAR_FORMULA     (STR_START + 182)
1001cdf0e10cSrcweir#define STR_ACC_DOC_SPREADSHEET     (STR_START + 185)
1002cdf0e10cSrcweir#define STR_ACC_DOC_PREVIEW_SUFFIX (STR_START + 186)
1003cdf0e10cSrcweir#define STR_ACC_DOC_SPREADSHEET_READONLY        (STR_START + 187)
1004cdf0e10cSrcweir
1005cdf0e10cSrcweir
1006cdf0e10cSrcweir// --------------------------------------------------
1007cdf0e10cSrcweir
1008cdf0e10cSrcweir#define SCSTR_HUMAN_SCDOC_NAME      (STR_START + 210)
1009cdf0e10cSrcweir#define SCSTR_SHORT_SCDOC_NAME      (STR_START + 211)
1010cdf0e10cSrcweir#define SCSTR_LONG_SCDOC_NAME       (STR_START + 212)
1011cdf0e10cSrcweir
1012cdf0e10cSrcweir#define SCSTR_CLPBRD_CLEAR          (STR_START + 213)
1013cdf0e10cSrcweir
1014cdf0e10cSrcweir#define SCSTR_FORMULA_AUTOCORRECTION    (STR_START + 214)
1015cdf0e10cSrcweir
1016cdf0e10cSrcweir#define SCSTR_RENAMEOBJECT          (STR_START + 215)
1017cdf0e10cSrcweir
1018cdf0e10cSrcweir#define SCSTR_PRINT_OPTIONS     (STR_START+216)
1019cdf0e10cSrcweir
1020cdf0e10cSrcweir// Navigator - in der Reihenfolge wie SC_CONTENT_...
1021cdf0e10cSrcweir#define SCSTR_CONTENT_ROOT      (STR_START + 250)
1022cdf0e10cSrcweir#define SCSTR_CONTENT_TABLE     (STR_START + 251)
1023cdf0e10cSrcweir#define SCSTR_CONTENT_RANGENAME (STR_START + 252)
1024cdf0e10cSrcweir#define SCSTR_CONTENT_DBAREA    (STR_START + 253)
1025cdf0e10cSrcweir#define SCSTR_CONTENT_GRAPHIC   (STR_START + 254)
1026cdf0e10cSrcweir#define SCSTR_CONTENT_OLEOBJECT (STR_START + 255)
1027cdf0e10cSrcweir#define SCSTR_CONTENT_NOTE      (STR_START + 256)
1028cdf0e10cSrcweir#define SCSTR_CONTENT_AREALINK  (STR_START + 257)
1029cdf0e10cSrcweir#define SCSTR_CONTENT_DRAWING   (STR_START + 258)
1030*97c7a49cSmseidel// hier ein wenig Platz für Erweiterungen
1031cdf0e10cSrcweir
1032cdf0e10cSrcweir// Eingabezeile, Quickhelp-Strings (HelpText jetzt per HelpId aus Hilfe)
1033cdf0e10cSrcweir#define SCSTR_QHELP_INPUTWND    (STR_START + 307)
1034cdf0e10cSrcweir#define SCSTR_QHELP_POSWND      (STR_START + 308)
1035cdf0e10cSrcweir#define SCSTR_QHELP_BTNCALC     (STR_START + 309)
1036cdf0e10cSrcweir#define SCSTR_QHELP_BTNOK       (STR_START + 310)
1037cdf0e10cSrcweir#define SCSTR_QHELP_BTNCANCEL   (STR_START + 311)
1038cdf0e10cSrcweir#define SCSTR_QHELP_BTNSUM      (STR_START + 312)
1039cdf0e10cSrcweir#define SCSTR_QHELP_BTNEQUAL    (STR_START + 313)
1040cdf0e10cSrcweir
1041cdf0e10cSrcweir// Validator
1042cdf0e10cSrcweir#define SCSTR_VALID_MINIMUM     (STR_START + 314)
1043cdf0e10cSrcweir#define SCSTR_VALID_MAXIMUM     (STR_START + 315)
1044cdf0e10cSrcweir#define SCSTR_VALID_VALUE       (STR_START + 316)
1045cdf0e10cSrcweir#define SCSTR_VALID_RANGE       (STR_START + 317)
1046cdf0e10cSrcweir#define SCSTR_VALID_LIST        (STR_START + 318)
1047cdf0e10cSrcweir
1048cdf0e10cSrcweir// Formulator
1049cdf0e10cSrcweir#define SCSTR_FUDB              (STR_START + 389)
1050cdf0e10cSrcweir#define SCSTR_FUDATE            (STR_START + 390)
1051cdf0e10cSrcweir#define SCSTR_FUFIN             (STR_START + 391)
1052cdf0e10cSrcweir#define SCSTR_FUINFO            (STR_START + 392)
1053cdf0e10cSrcweir#define SCSTR_FULOG             (STR_START + 393)
1054cdf0e10cSrcweir#define SCSTR_FUMATHS           (STR_START + 394)
1055cdf0e10cSrcweir#define SCSTR_FUSTAT            (STR_START + 395)
1056cdf0e10cSrcweir#define SCSTR_FUTAB             (STR_START + 396)
1057cdf0e10cSrcweir#define SCSTR_FUTEXT            (STR_START + 397)
1058cdf0e10cSrcweir//
1059cdf0e10cSrcweir#define SCSTR_COMPILER_STRINGS  (STR_START + 398)
1060cdf0e10cSrcweir#define SCSTR_FILTER_STRINGS    (STR_START + 399)
1061cdf0e10cSrcweir#define SCSTR_COMPILER_INTL_STR (STR_START + 400)
1062cdf0e10cSrcweir
1063cdf0e10cSrcweir// Media shell
1064cdf0e10cSrcweir#define SCSTR_MEDIASHELL        (STR_START + 401)
1065cdf0e10cSrcweir
1066cdf0e10cSrcweir#define RID_SCSTR_ONCLICK       (STR_START + 402)
1067cdf0e10cSrcweir
1068cdf0e10cSrcweir#define SCSTR_SET_TAB_BG_COLOR  (STR_START + 403)
1069cdf0e10cSrcweir#define SCSTR_NO_TAB_BG_COLOR   (STR_START + 404)
1070cdf0e10cSrcweir
107102c0dac2SAriel Constenla-Haile#define SCSTR_FIELDSEP_TAB      (STR_START + 405)
107202c0dac2SAriel Constenla-Haile#define SCSTR_FIELDSEP_SPACE    (STR_START + 406)
107302c0dac2SAriel Constenla-Haile
107402c0dac2SAriel Constenla-Haile#define STR_END                 (SCSTR_FIELDSEP_SPACE)
1075cdf0e10cSrcweir
1076cdf0e10cSrcweir#define BMP_START               (STR_END)
1077cdf0e10cSrcweir
1078cdf0e10cSrcweir// Navigator
1079cdf0e10cSrcweir// not used anymore: RID_BMP_EXPAND, RID_BMP_COLLAPSE
1080cdf0e10cSrcweir//#define    RID_BMP_EXPAND          (BMP_START)
1081cdf0e10cSrcweir//#define    RID_BMP_COLLAPSE        (BMP_START + 1)
1082cdf0e10cSrcweir#define RID_IMG_DROP_URL        (BMP_START + 2)
1083cdf0e10cSrcweir#define RID_IMG_DROP_LINK       (BMP_START + 3)
1084cdf0e10cSrcweir#define RID_IMG_DROP_COPY       (BMP_START + 4)
1085cdf0e10cSrcweir#define RID_IMG_H_DROP_URL      (BMP_START + 5)
1086cdf0e10cSrcweir#define RID_IMG_H_DROP_LINK     (BMP_START + 6)
1087cdf0e10cSrcweir#define RID_IMG_H_DROP_COPY     (BMP_START + 7)
1088cdf0e10cSrcweir#define RID_IMG_SELECT_CURRENT  (BMP_START + 8)
1089cdf0e10cSrcweir#define RID_IMG_UNSELECT_CURRENT (BMP_START + 9)
1090cdf0e10cSrcweir
1091cdf0e10cSrcweir#define RID_SCPTR_PIVOTCOL      (BMP_START + 81)
1092cdf0e10cSrcweir#define RID_SCPTR_PIVOTROW      (BMP_START + 82)
1093cdf0e10cSrcweir#define RID_SCPTR_DETECTIVE     (BMP_START + 83)
1094cdf0e10cSrcweir#define RID_SCPTR_CHART         (BMP_START + 84)
1095cdf0e10cSrcweir
1096cdf0e10cSrcweir#define RID_SCICN_DOCUMENT      (BMP_START + 95)
1097cdf0e10cSrcweir#define RID_SCICN_TEMPLATE      (BMP_START + 96)
1098cdf0e10cSrcweir#define RID_SCICN_SC10DOC       (BMP_START + 97)
1099cdf0e10cSrcweir
1100cdf0e10cSrcweir#define BMP_END                 (BMP_START + 100)
1101cdf0e10cSrcweir
1102cdf0e10cSrcweir#define SC_DIALOGS_START        (BMP_END)
1103cdf0e10cSrcweir#define RID_SCDLG_ATTR          (SC_DIALOGS_START)
1104cdf0e10cSrcweir#define RID_SCPAGE_NUMBER       (SC_DIALOGS_START + 1)
1105cdf0e10cSrcweir#define RID_SCPAGE_ALIGNMENT    (SC_DIALOGS_START + 2)
1106cdf0e10cSrcweir#define RID_SCPAGE_PROTECTION   (SC_DIALOGS_START + 3)
1107cdf0e10cSrcweir#define RID_SCDLG_SORT          (SC_DIALOGS_START + 5)
1108cdf0e10cSrcweir#define RID_SCPAGE_SORT_FIELDS  (SC_DIALOGS_START + 6)
1109cdf0e10cSrcweir#define RID_SCPAGE_SORT_OPTIONS (SC_DIALOGS_START + 7)
1110cdf0e10cSrcweir#define RID_SCDLG_FILTER        (SC_DIALOGS_START + 8)
1111cdf0e10cSrcweir#define RID_SCDLG_SPEC_FILTER   (SC_DIALOGS_START + 9)
1112cdf0e10cSrcweir#define RID_SCMISCDLGS          (SC_DIALOGS_START + 10)
1113cdf0e10cSrcweir#define RID_SCDLG_DELCELL       (SC_DIALOGS_START + 11)
1114cdf0e10cSrcweir#define RID_SCDLG_INSCELL       (SC_DIALOGS_START + 12)
1115cdf0e10cSrcweir#define RID_SCDLG_DELCONT       (SC_DIALOGS_START + 13)
1116cdf0e10cSrcweir#define RID_SCDLG_INSCONT       (SC_DIALOGS_START + 14)
1117cdf0e10cSrcweir#define RID_SCDLG_MOVETAB       (SC_DIALOGS_START + 15)
1118cdf0e10cSrcweir#define RID_SCDLG_STRINPUT      (SC_DIALOGS_START + 16)
1119cdf0e10cSrcweir#define RID_SCDLG_MTRINPUT      (SC_DIALOGS_START + 17)
1120cdf0e10cSrcweir#define RID_SCDLG_SELENTRY      (SC_DIALOGS_START + 18)
1121cdf0e10cSrcweir#define RID_SCDLG_FILLSERIES    (SC_DIALOGS_START + 19)
1122cdf0e10cSrcweir#define RID_SCDLG_AUTOFORMAT    (SC_DIALOGS_START + 20)
1123cdf0e10cSrcweir#define RID_SCDLG_GROUP         (SC_DIALOGS_START + 21)
1124cdf0e10cSrcweir#define RID_SCDLG_NAMES         (SC_DIALOGS_START + 22)
1125cdf0e10cSrcweir#define RID_SCDLG_DBNAMES       (SC_DIALOGS_START + 23)
1126cdf0e10cSrcweir#define RID_SCDLG_PRINTOPTIONS  (SC_DIALOGS_START + 24)
1127cdf0e10cSrcweir#define RID_SCPAGE_PRINTOPTIONS (SC_DIALOGS_START + 25)
1128cdf0e10cSrcweir#define RID_SCDLG_SOLVER        (SC_DIALOGS_START + 26)
1129cdf0e10cSrcweir#define RID_SCDLG_SUBTOTALS     (SC_DIALOGS_START + 27)
1130cdf0e10cSrcweir#define RID_SUBTBASE            (SC_DIALOGS_START + 28)
1131cdf0e10cSrcweir#define RID_SCPAGE_SUBT_OPTIONS (SC_DIALOGS_START + 29)
1132cdf0e10cSrcweir#define RID_SCDLG_OPTIONS       (SC_DIALOGS_START + 30)
1133cdf0e10cSrcweir#define RID_SCPAGE_USERLISTS    (SC_DIALOGS_START + 31)
1134cdf0e10cSrcweir#define RID_SCDLG_PIVOTFILTER   (SC_DIALOGS_START + 33)
1135cdf0e10cSrcweir#define RID_SCDLG_PIVOT_LAYOUT  (SC_DIALOGS_START + 34)
1136cdf0e10cSrcweir#define RID_SCDLG_CONSOLIDATE   (SC_DIALOGS_START + 35)
1137cdf0e10cSrcweir#define RID_SCTBXWND_SCENARIO   (SC_DIALOGS_START + 36)
1138cdf0e10cSrcweir#define RID_SCDLG_FORMULATOR    (SC_DIALOGS_START + 37)
1139cdf0e10cSrcweir#define RID_SCDLG_PIVOTSUBT     (SC_DIALOGS_START + 38)
1140cdf0e10cSrcweir#define RID_SCDLG_NEWSCENARIO   (SC_DIALOGS_START + 39)
1141cdf0e10cSrcweir#define RID_SCDLG_FORMULA       (SC_DIALOGS_START + 40)
1142cdf0e10cSrcweir#define RID_SCDLG_ARGUMENTS     (SC_DIALOGS_START + 41)
1143cdf0e10cSrcweir#define RID_SCDLG_INSERT_TABLE  (SC_DIALOGS_START + 42)
1144cdf0e10cSrcweir#define RID_SCPAGE_TABLE        (SC_DIALOGS_START + 43)
1145cdf0e10cSrcweir#define RID_SCPAGE_AREAS        (SC_DIALOGS_START + 44)
1146cdf0e10cSrcweir#define RID_SCDLG_STYLES_START  (SC_DIALOGS_START + 45)
1147cdf0e10cSrcweir#define RID_SCDLG_STYLES_CHAR   (SC_DIALOGS_START + 45)
1148cdf0e10cSrcweir#define RID_SCDLG_STYLES_PAR    (SC_DIALOGS_START + 46)
1149cdf0e10cSrcweir#define RID_SCDLG_STYLES_FRAME  (SC_DIALOGS_START + 47)
1150cdf0e10cSrcweir#define RID_SCDLG_STYLES_PAGE   (SC_DIALOGS_START + 48)
1151cdf0e10cSrcweir#define RID_SCDLG_STYLES_END    (SC_DIALOGS_START + 48)
1152cdf0e10cSrcweir#define RID_HFBASE              (SC_DIALOGS_START + 49)
1153cdf0e10cSrcweir#define RID_SCDLG_HFEDIT        (SC_DIALOGS_START + 50)
1154cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_ALL    (SC_DIALOGS_START + 51)
1155cdf0e10cSrcweir#define RID_SCDLG_HFED_HEADER   (SC_DIALOGS_START + 52)
1156cdf0e10cSrcweir#define RID_SCDLG_HFED_FOOTER   (SC_DIALOGS_START + 53)
1157cdf0e10cSrcweir#define RID_SCBTN_HFEDIT        (SC_DIALOGS_START + 54)
1158cdf0e10cSrcweir#define RID_SCPAGE_VIEW         (SC_DIALOGS_START + 55)
1159cdf0e10cSrcweir#define RID_SCPAGE_CALC         (SC_DIALOGS_START + 56)
1160cdf0e10cSrcweir#define RID_SCDLG_NAVIGATOR     (SC_DIALOGS_START + 57)
1161cdf0e10cSrcweir#define RID_SCDLG_TABOP         (SC_DIALOGS_START + 58)
1162cdf0e10cSrcweir#define RID_SCDLG_IMPORTOPT     (SC_DIALOGS_START + 59)
1163cdf0e10cSrcweir#define RID_POPUP_ROWHEADER     (SC_DIALOGS_START + 60)
1164cdf0e10cSrcweir#define RID_POPUP_COLHEADER     (SC_DIALOGS_START + 61)
1165cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_SHDR   (SC_DIALOGS_START + 62)
1166cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_SFTR   (SC_DIALOGS_START + 63)
1167cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_LEFTHEADER     (SC_DIALOGS_START + 64)
1168cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_RIGHTHEADER    (SC_DIALOGS_START + 65)
1169cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_LEFTFOOTER     (SC_DIALOGS_START + 66)
1170cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_RIGHTFOOTER    (SC_DIALOGS_START + 67)
1171cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_HEADER         (SC_DIALOGS_START + 68)
1172cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_FOOTER         (SC_DIALOGS_START + 69)
1173cdf0e10cSrcweir#define RID_SCPAGE_PRINT                (SC_DIALOGS_START + 70)
1174cdf0e10cSrcweir#define RID_SCDLG_COLORROW              (SC_DIALOGS_START + 71)
1175cdf0e10cSrcweir#define RID_SCDLG_NAMES_PASTE           (SC_DIALOGS_START + 72)
1176cdf0e10cSrcweir#define RID_SCDLG_NAMES_CREATE          (SC_DIALOGS_START + 73)
1177cdf0e10cSrcweir#define RID_SCDLG_NAMES_APPLY           (SC_DIALOGS_START + 74) //NYI
1178cdf0e10cSrcweir
1179cdf0e10cSrcweir#define RID_SCDLG_CHAR                  (SC_DIALOGS_START + 76)
1180cdf0e10cSrcweir#define RID_SCDLG_PARAGRAPH             (SC_DIALOGS_START + 77)
1181cdf0e10cSrcweir//#define RID_SCDLG_CHARTRANGE          (SC_DIALOGS_START + 78)
1182cdf0e10cSrcweir
1183cdf0e10cSrcweir#define RID_SCPAGE_STAT                 (SC_DIALOGS_START + 79)
1184cdf0e10cSrcweir#define RID_SCDLG_CHARTCOLROW           (SC_DIALOGS_START + 80)
1185cdf0e10cSrcweir#define RID_SCDLG_AREAS                 (SC_DIALOGS_START + 81)
1186cdf0e10cSrcweir
1187cdf0e10cSrcweir#define RID_SCDLG_EDITCHAR              (SC_DIALOGS_START + 82)
1188cdf0e10cSrcweir
1189*97c7a49cSmseidel// Popup für Statusbar-Controller
1190cdf0e10cSrcweir#define RID_POPUP_SUMCTL                (SC_DIALOGS_START + 83)
1191cdf0e10cSrcweir#define RID_SUMCTL_SUM                  (SC_DIALOGS_START + 84)
1192cdf0e10cSrcweir#define RID_SUMCTL_MIN                  (SC_DIALOGS_START + 85)
1193cdf0e10cSrcweir#define RID_SUMCTL_MAX                  (SC_DIALOGS_START + 86)
1194cdf0e10cSrcweir#define RID_SUMCTL_COUNT                (SC_DIALOGS_START + 87)
1195cdf0e10cSrcweir#define RID_SUMCTL_COUNT2               (SC_DIALOGS_START + 88)
1196cdf0e10cSrcweir#define RID_SUMCTL_AVG                  (SC_DIALOGS_START + 89)
1197cdf0e10cSrcweir#define RID_SUMCTL_NONE                 (SC_DIALOGS_START + 90)
1198cdf0e10cSrcweir
1199cdf0e10cSrcweir#define RID_SCDLG_ASCII                 (SC_DIALOGS_START + 91)
1200cdf0e10cSrcweir
1201*97c7a49cSmseidel// Popup für Drop-Modus im Navigator
1202cdf0e10cSrcweir#define RID_POPUP_DROPMODE              (SC_DIALOGS_START + 92)
1203cdf0e10cSrcweir#define RID_DROPMODE_URL                (SC_DIALOGS_START + 93)
1204cdf0e10cSrcweir#define RID_DROPMODE_LINK               (SC_DIALOGS_START + 94)
1205cdf0e10cSrcweir#define RID_DROPMODE_COPY               (SC_DIALOGS_START + 95)
1206cdf0e10cSrcweir#define RID_SCDLG_CONDFORMAT            (SC_DIALOGS_START + 96)
1207cdf0e10cSrcweir
1208cdf0e10cSrcweir#define RID_SCPAGE_SUBT_GROUP1          (SC_DIALOGS_START + 97)
1209cdf0e10cSrcweir#define RID_SCPAGE_SUBT_GROUP2          (SC_DIALOGS_START + 98)
1210cdf0e10cSrcweir#define RID_SCPAGE_SUBT_GROUP3          (SC_DIALOGS_START + 99)
1211cdf0e10cSrcweir
1212cdf0e10cSrcweir#define RID_SCPAGE_HFED_HL              (SC_DIALOGS_START + 100)
1213cdf0e10cSrcweir#define RID_SCPAGE_HFED_HR              (SC_DIALOGS_START + 101)
1214cdf0e10cSrcweir#define RID_SCPAGE_HFED_FL              (SC_DIALOGS_START + 102)
1215cdf0e10cSrcweir#define RID_SCPAGE_HFED_FR              (SC_DIALOGS_START + 103)
1216cdf0e10cSrcweir
1217cdf0e10cSrcweir// Ableitungen von RID_SCDLG_MTRINPUT
1218cdf0e10cSrcweir#define RID_SCDLG_COL_MAN               (SC_DIALOGS_START + 104)
1219cdf0e10cSrcweir#define RID_SCDLG_COL_OPT               (SC_DIALOGS_START + 105)
1220cdf0e10cSrcweir#define RID_SCDLG_ROW_MAN               (SC_DIALOGS_START + 106)
1221cdf0e10cSrcweir#define RID_SCDLG_ROW_OPT               (SC_DIALOGS_START + 107)
1222cdf0e10cSrcweir
1223cdf0e10cSrcweir// Ableitungen von RID_SCDLG_SELENTRY
1224cdf0e10cSrcweir#define RID_SCDLG_SELECTDB              (SC_DIALOGS_START + 108)
1225cdf0e10cSrcweir#define RID_SCDLG_SHOW_TAB              (SC_DIALOGS_START + 109)
1226cdf0e10cSrcweir
1227cdf0e10cSrcweir// Ableitungen von RID_SCDLG_GROUP
1228cdf0e10cSrcweir#define RID_SCDLG_GRP_MAKE              (SC_DIALOGS_START + 110)
1229cdf0e10cSrcweir#define RID_SCDLG_GRP_KILL              (SC_DIALOGS_START + 111)
1230cdf0e10cSrcweir
1231cdf0e10cSrcweir#define RID_SCDLG_COLROWNAMERANGES      (SC_DIALOGS_START + 112)
1232cdf0e10cSrcweir
1233cdf0e10cSrcweir#define RID_SCPAGE_CONTENT              (SC_DIALOGS_START + 113)
1234cdf0e10cSrcweir#define RID_SCPAGE_LAYOUT               (SC_DIALOGS_START + 114)
1235cdf0e10cSrcweir#define RID_SCPAGE_INPUT                (SC_DIALOGS_START + 115)
1236cdf0e10cSrcweir
1237cdf0e10cSrcweir#define RID_SCTAB_PARAMETER             (SC_DIALOGS_START + 116)
1238cdf0e10cSrcweir#define RID_SCTAB_FUNCTION              (SC_DIALOGS_START + 117)
1239cdf0e10cSrcweir#define RID_SCTAB_STRUCT                (SC_DIALOGS_START + 118)
1240cdf0e10cSrcweir
1241cdf0e10cSrcweir#define RID_SCDLG_CHANGES               (SC_DIALOGS_START + 119)
1242cdf0e10cSrcweir
1243cdf0e10cSrcweir#define RID_POPUP_NAVIPI_SCENARIO       (SC_DIALOGS_START + 120)
1244cdf0e10cSrcweir#define RID_NAVIPI_SCENARIO_DELETE      (SC_DIALOGS_START + 121)
1245cdf0e10cSrcweir#define RID_NAVIPI_SCENARIO_EDIT        (SC_DIALOGS_START + 122)
1246cdf0e10cSrcweir
1247cdf0e10cSrcweir#define RID_SCDLG_HIGHLIGHT_CHANGES     (SC_DIALOGS_START + 123)
1248cdf0e10cSrcweir#define RID_SCPAGE_OPREDLINE            (SC_DIALOGS_START + 124)
1249cdf0e10cSrcweir
1250cdf0e10cSrcweir#define RID_SCDLG_SIMPLEREF             (SC_DIALOGS_START + 125)
1251cdf0e10cSrcweir#define WID_SIMPLE_REF                  (SC_DIALOGS_START + 126)
1252cdf0e10cSrcweir#define RID_POPUP_CHANGES               (SC_DIALOGS_START + 127)
1253cdf0e10cSrcweir#define RID_SCPAGE_OPTLOAD              (SC_DIALOGS_START + 128)
1254cdf0e10cSrcweir
1255cdf0e10cSrcweir#define RID_SCDLG_DAPITYPE              (SC_DIALOGS_START + 129)
1256cdf0e10cSrcweir#define RID_SCDLG_DAPISERVICE           (SC_DIALOGS_START + 130)
1257cdf0e10cSrcweir#define RID_SCDLG_DAPIDATA              (SC_DIALOGS_START + 131)
1258cdf0e10cSrcweir
1259cdf0e10cSrcweir#define RID_SCDLG_LINKAREA              (SC_DIALOGS_START + 132)
1260cdf0e10cSrcweir#define RID_SCDLG_DPDATAFIELD           (SC_DIALOGS_START + 133)
1261cdf0e10cSrcweir#define RID_SCDLG_DPSUBTOTAL_OPT        (SC_DIALOGS_START + 134)
1262cdf0e10cSrcweir#define RID_SCDLG_DPNUMGROUP            (SC_DIALOGS_START + 135)
1263cdf0e10cSrcweir#define RID_SCDLG_DPDATEGROUP           (SC_DIALOGS_START + 136)
1264cdf0e10cSrcweir#define RID_SCDLG_DPSHOWDETAIL          (SC_DIALOGS_START + 137)
1265cdf0e10cSrcweir#define RID_SCDLG_OPTSOLVER             (SC_DIALOGS_START + 138)
1266cdf0e10cSrcweir#define RID_SCDLG_SOLVEROPTIONS         (SC_DIALOGS_START + 139)
1267cdf0e10cSrcweir#define RID_SCDLG_SOLVER_INTEGER        (SC_DIALOGS_START + 140)
1268cdf0e10cSrcweir#define RID_SCDLG_SOLVER_DOUBLE         (SC_DIALOGS_START + 141)
1269cdf0e10cSrcweir#define RID_SCDLG_SOLVER_PROGRESS       (SC_DIALOGS_START + 142)
1270cdf0e10cSrcweir#define RID_SCDLG_SOLVER_NOSOLUTION     (SC_DIALOGS_START + 143)
1271cdf0e10cSrcweir#define RID_SCDLG_SOLVER_SUCCESS        (SC_DIALOGS_START + 144)
1272cdf0e10cSrcweir
1273cdf0e10cSrcweir#define RID_SCDLG_CONFLICTS             (SC_DIALOGS_START + 145)
1274cdf0e10cSrcweir#define RID_SCDLG_SHAREDOCUMENT         (SC_DIALOGS_START + 146)
1275cdf0e10cSrcweir#define RID_SCDLG_SORT_WARNING          (SC_DIALOGS_START + 147)
1276cdf0e10cSrcweir#define RID_SCDLG_TABPROTECTION         (SC_DIALOGS_START + 148)
1277cdf0e10cSrcweir#define RID_SCDLG_DOCPROTECTION         (SC_DIALOGS_START + 149)
1278cdf0e10cSrcweir#define RID_SCDLG_RETYPEPASS            (SC_DIALOGS_START + 150)
1279cdf0e10cSrcweir#define RID_SCDLG_RETYPEPASS_INPUT      (SC_DIALOGS_START + 151)
1280cdf0e10cSrcweir#define RID_SCDLG_TEXT_IMPORT_OPTIONS   (SC_DIALOGS_START + 152)
1281cdf0e10cSrcweir#define RID_POPUP_FILTER                (SC_DIALOGS_START + 153)
1282cdf0e10cSrcweir#define RID_SCDLG_TAB_BG_COLOR          (SC_DIALOGS_START + 154)
1283cdf0e10cSrcweir
1284facb16e7SArmin Le Grand// defines for AlignmentPropertyPanel
1285facb16e7SArmin Le Grand#define RID_PROPERTYPANEL_SC_ALIGNMENT  (SC_DIALOGS_START + 155)
1286facb16e7SArmin Le Grand
1287facb16e7SArmin Le Grand// defines for CellAppearancePropertyPanel
1288facb16e7SArmin Le Grand#define RID_PROPERTYPANEL_SC_APPEAR     (SC_DIALOGS_START + 156)
1289facb16e7SArmin Le Grand#define RID_POPUPPANEL_CELLAPPEARANCE_FILLCOLOR (SC_DIALOGS_START + 157)
1290facb16e7SArmin Le Grand#define RID_POPUPPANEL_CELLAPPEARANCE_LINECOLOR (SC_DIALOGS_START + 158)
1291facb16e7SArmin Le Grand#define RID_POPUPPANEL_APPEARANCE_CELL_LINESTYLE (SC_DIALOGS_START + 159)
1292facb16e7SArmin Le Grand#define RID_POPUPPANEL_APPEARANCE_CELL_BORDERSTYLE (SC_DIALOGS_START + 160)
12934e8031e0SArmin Le Grand#define RID_PROPERTYPANEL_SC_NUMBERFORMAT (SC_DIALOGS_START + 161)
1294facb16e7SArmin Le Grand
12954e8031e0SArmin Le Grand#define SC_DIALOGS_END                  (RID_PROPERTYPANEL_SC_NUMBERFORMAT+1)
1296cdf0e10cSrcweir
1297cdf0e10cSrcweir#ifndef STD_MASKCOLOR
1298cdf0e10cSrcweir#define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }
1299cdf0e10cSrcweir#endif
1300cdf0e10cSrcweir
1301cdf0e10cSrcweir// mask color for high contrast
1302cdf0e10cSrcweir#define SC_HC_MASKCOLOR STD_MASKCOLOR
1303cdf0e10cSrcweir
1304cdf0e10cSrcweir#define MID_1   1
1305cdf0e10cSrcweir#define MID_2   2
1306cdf0e10cSrcweir#define MID_3   3
1307cdf0e10cSrcweir#define MID_4   4
1308cdf0e10cSrcweir
1309cdf0e10cSrcweir#endif
1310