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