1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
23 #include <sfx2/sfxsids.hrc>
24 #include <svx/svxids.hrc>
26 #include <svx/svxcommands.h>
30 #define SC_VIEW_START (SID_SC_START)
31 // SC_VIEW_END (SID_SC_START + 99)
32 #define SC_MESSAGE_START (SID_SC_START + 100)
33 // SC_MESSAGE_END (SID_SC_START + 199)
34 #define SC_FUNCTION_START (SID_SC_START + 200)
35 // SC_FUNCTION_END (SID_SC_START + 299)
36 #define SC_PARAM_START (SID_SC_START + 300)
37 // SC_PARAM_END (SID_SC_START + 399)
38 #define SC_SIDEBAR_PROPERTY_BEGIN (SID_SC_START + 400)
39 // SC_SIDEBAR_PROPERTY_END (SID_SC_START + 499)
41 // stay compatible to the past
42 #define SC_RESOURCE_START (RID_APP_START+5000)
45 // calc has a range of 2000 IDs
46 // the functions need 11*90 = 990 IDs
48 #define HID_SC_SHEET_START (HID_SC_START + 1010)
49 #define HID_SC_SHELL_START (HID_SC_START + 1030)
51 // help IDs for templates
52 #define HID_SC_SHEET_CELL_STD (HID_SC_SHEET_START +0 )
53 #define HID_SC_SHEET_CELL_ERG1 (HID_SC_SHEET_START +2 )
54 #define HID_SC_SHEET_PAGE_STD (HID_SC_SHEET_START +10 )
55 #define HID_SC_SHEET_PAGE_REP (HID_SC_SHEET_START +11 )
57 // view-functions (max. 100)
58 #define FID_SCALESTATUS (SC_VIEW_START + 10)
59 #define SID_UPDATECHART (SC_VIEW_START + 13)
61 // TabPage entry - Legacy selection
62 #define SID_SC_INPUT_LEGACY_CELL_SELECTION (SC_VIEW_START + 15)
63 #define SID_SC_OPT_SORT_REF_UPDATE (SC_VIEW_START + 16)
66 #define SID_SCFORMULAOPTIONS (SC_VIEW_START + 20)
67 #define SID_SCDEFAULTSOPTIONS (SC_VIEW_START + 21)
70 #define SID_DATA_PROVIDER (SC_VIEW_START + 31)
71 #define SID_DATA_PROVIDER_REFRESH (SC_VIEW_START + 32)
72 #define SID_DATA_STREAMS_PLAY (SC_VIEW_START + 33)
73 #define SID_DATA_STREAMS_STOP (SC_VIEW_START + 34)
74 #define SID_DATA_STREAMS (SC_VIEW_START + 35)
76 // slot-IDs for attributes
77 #define SID_SCATTR_PROTECTION (SC_VIEW_START + 36) // protection-page
80 #define SID_SCUSERLISTS (SC_VIEW_START + 37) // user defined lists
81 #define RES_TBX_DUMMY (SC_VIEW_START + 38) // dummy-item
82 #define SID_SCVIEWOPTIONS (SC_VIEW_START + 39)
83 #define SID_SCDOCOPTIONS (SC_VIEW_START + 40)
85 // cursor movements as properties:
86 #define SID_CURRENTCELL (SC_VIEW_START + 41)
87 #define SID_CURRENTTAB (SC_VIEW_START + 42)
88 #define SID_CURRENTDOC (SC_VIEW_START + 43)
89 #define SID_CURRENTOBJECT (SC_VIEW_START + 44)
91 // slot-IDs for special toolbox functions:
92 #define SID_NUMBER_CURRENCY (SC_VIEW_START + 45)
93 #define SID_NUMBER_PERCENT (SC_VIEW_START + 46)
95 // "slot" IDs for input images:
96 #define SID_INPUT_FUNCTION (SC_VIEW_START + 47)
97 #define SID_INPUT_SUM (SC_VIEW_START + 48)
98 #define SID_INPUT_EQUAL (SC_VIEW_START + 49)
99 #define SID_INPUT_CANCEL (SC_VIEW_START + 50)
100 #define SID_INPUT_OK (SC_VIEW_START + 51)
102 #define SID_NUMBER_STANDARD (SC_VIEW_START + 52)
103 #define SID_NUMBER_DATE (SC_VIEW_START + 53)
104 #define SID_NUMBER_TWODEC (SC_VIEW_START + 54)
105 #define SID_NUMBER_SCIENTIFIC (SC_VIEW_START + 55)
106 #define SID_NUMBER_TIME (SC_VIEW_START + 56)
107 #define SID_NUMBER_INCDEC (SC_VIEW_START + 57)
108 #define SID_NUMBER_DECDEC (SC_VIEW_START + 58)
109 #define SID_NUMBER_THOUSANDS (SC_VIEW_START + 59)
112 #define SID_LINKS (SC_VIEW_START + 60)
113 #define SID_INSERT_SMATH (SC_VIEW_START + 63)
114 #define SID_MIRROR_VERTICAL (SC_VIEW_START + 65)
115 #define SID_MIRROR_HORIZONTAL (SC_VIEW_START + 66)
116 #define SID_CELL_FORMAT_RESET (SC_VIEW_START + 67)
117 #define SID_SCPRINTOPTIONS (SC_VIEW_START + 68)
118 #define SID_WINDOW_SPLIT (SC_VIEW_START + 69)
119 #define SID_WINDOW_FIX (SC_VIEW_START + 70)
120 #define SID_DRAW_CHART (SC_VIEW_START + 71)
121 #define SID_UPDATETABLINKS (SC_VIEW_START + 72)
124 #define SID_SC_INPUT_SELECTION (SC_VIEW_START + 73)
125 #define SID_SC_INPUT_SELECTIONPOS (SC_VIEW_START + 74)
126 #define SID_SC_INPUT_EDITMODE (SC_VIEW_START + 75)
127 #define SID_SC_INPUT_FMT_EXPAND (SC_VIEW_START + 76)
128 #define SID_SC_INPUT_RANGEFINDER (SC_VIEW_START + 77)
129 #define SID_SC_INPUT_REF_EXPAND (SC_VIEW_START + 78)
130 #define SID_SC_INPUT_MARK_HEADER (SC_VIEW_START + 79)
132 #define SID_REIMPORT_AFTER_LOAD (SC_VIEW_START + 80)
133 #define SID_DRAW_NOTEEDIT (SC_VIEW_START + 81)
135 #define SID_CHOOSE_DESIGN (SC_VIEW_START + 82)
136 #define SID_EURO_CONVERTER (SC_VIEW_START + 83)
137 //See include/sfx2/sfxsids.hrc for reserved usage of (SC_VIEW_START + 84)
138 #define SID_EXTERNAL_SOURCE (SC_VIEW_START + 85)
140 #define SID_SC_INPUT_TEXTWYSIWYG (SC_VIEW_START + 86)
142 #define SID_ENABLE_HYPHENATION (SC_VIEW_START + 87)
144 #define SID_RENAME_OBJECT (SC_VIEW_START + 88)
145 #define SID_FOCUS_INPUTLINE (SC_VIEW_START + 89)
146 #define SID_SELECT_TABLES (SC_VIEW_START + 90)
148 // new entry "Filter..." in DP popup menu
149 #define SID_DP_FILTER (SC_VIEW_START + 91)
151 // replace cell contents warning
152 #define SID_SC_INPUT_REPLCELLSWARN (SC_VIEW_START + 92)
154 // additional IDs for list/range validity
155 #define FID_VALID_LISTTYPE (SC_VIEW_START + 93)
157 // #i68101# ID for changing title & description of an object
158 #define SID_TITLE_DESCRIPTION_OBJECT (SC_VIEW_START + 94)
160 // #i59082# assign macro to shape
161 #define SID_ASSIGNMACRO (SC_VIEW_START + 95)
163 // #i66550# hyperlinks in shapes
164 #define SID_DRAW_HLINK_EDIT (SC_VIEW_START + 96)
165 #define SID_DRAW_HLINK_DELETE (SC_VIEW_START + 97)
167 // "Zoom / Synchronize sheets" in options dialog
168 #define SID_SC_OPT_SYNCZOOM (SC_VIEW_START + 98)
170 #define SID_SC_OPT_KEY_BINDING_COMPAT (SC_VIEW_START + 99)
172 // NOTE: last valid ID is (SC_VIEW_START + 99)
176 #define FID_INPUTLINE_STATUS (SC_MESSAGE_START)
177 #define FID_INPUTLINE_ENTER (SC_MESSAGE_START + 1)
178 #define FID_REPAINT (SC_MESSAGE_START + 2)
179 #define SID_SOLVE (SC_MESSAGE_START + 6)
180 #define FID_FILTER_OK (SC_MESSAGE_START + 8)
181 #define FID_INPUTLINE_MATRIX (SC_MESSAGE_START + 11)
182 #define SID_DLG_RETOK (SC_MESSAGE_START + 12)
183 #define SID_STATUS_DOCPOS (SC_MESSAGE_START + 14)
184 #define SID_STATUS_PAGESTYLE (SC_MESSAGE_START + 15)
185 #define SID_STATUS_SELMODE (SC_MESSAGE_START + 16)
186 #define SID_DLG_MATRIX (SC_MESSAGE_START + 18)
188 #define SID_STATUS_SELMODE_ERG (SC_MESSAGE_START + 22)
189 #define SID_STATUS_SELMODE_ERW (SC_MESSAGE_START + 23)
190 #define SID_STATUS_SELMODE_NORM (SC_MESSAGE_START + 24)
192 #define SID_CHART_SOURCE (SC_MESSAGE_START + 25)
193 #define SID_CHART_NAME (SC_MESSAGE_START + 26)
194 #define SID_CHART_ADDSOURCE (SC_MESSAGE_START + 27)
196 #define SID_AUTO_STYLE (SC_MESSAGE_START + 28)
198 #define FID_INPUTLINE_BLOCK (SC_MESSAGE_START + 29)
200 #define SID_STATUS_SUM (SC_MESSAGE_START + 30)
202 #define SID_ENTER_STRING (SC_MESSAGE_START + 37)
203 #define SID_ROWCOL_SELCOUNT (SC_MESSAGE_START + 38)
204 #define SID_AUTO_SUM (SC_MESSAGE_START + 39)
206 // messages for opening dialogs:
207 #define SID_OPENDLG_CONSOLIDATE (SC_MESSAGE_START + 50)
208 #define SID_OPENDLG_PIVOTTABLE (SC_MESSAGE_START + 51)
209 #define SID_OPENDLG_FUNCTION (SC_MESSAGE_START + 52)
210 #define SID_OPENDLG_SOLVE (SC_MESSAGE_START + 53)
211 #define SID_OPENDLG_TABOP (SC_MESSAGE_START + 54)
212 #define SID_OPENDLG_CURRENTCONDFRMT (SC_MESSAGE_START + 58)
213 #define SID_OPENDLG_CONDFRMT (SC_MESSAGE_START + 59)
214 #define SID_OPENDLG_OPTSOLVER (SC_MESSAGE_START + 60)
215 #define SID_VALIDITY_REFERENCE (SC_MESSAGE_START + 61)
216 #define SID_OPENDLG_CONDFRMT_MANAGER (SC_MESSAGE_START + 62)
217 #define SID_POPUP_CONDFRMT (SC_MESSAGE_START + 63)
218 #define SID_OPENDLG_CURRENTCONDFRMT_MANAGER (SC_MESSAGE_START + 64)
219 #define SID_OPENDLG_COLORSCALE (SC_MESSAGE_START + 66)
220 #define SID_OPENDLG_DATABAR (SC_MESSAGE_START + 67)
221 #define SID_OPENDLG_ICONSET (SC_MESSAGE_START + 68)
222 #define SID_OPENDLG_CONDDATE (SC_MESSAGE_START + 69)
224 #define SID_RANDOM_NUMBER_GENERATOR_DIALOG (SC_MESSAGE_START + 70)
225 #define SID_SAMPLING_DIALOG (SC_MESSAGE_START + 71)
226 #define SID_DESCRIPTIVE_STATISTICS_DIALOG (SC_MESSAGE_START + 72)
227 #define SID_ANALYSIS_OF_VARIANCE_DIALOG (SC_MESSAGE_START + 73)
228 #define SID_CORRELATION_DIALOG (SC_MESSAGE_START + 74)
229 #define SID_COVARIANCE_DIALOG (SC_MESSAGE_START + 75)
230 #define SID_EXPONENTIAL_SMOOTHING_DIALOG (SC_MESSAGE_START + 76)
231 #define SID_MOVING_AVERAGE_DIALOG (SC_MESSAGE_START + 77)
232 #define SID_REGRESSION_DIALOG (SC_MESSAGE_START + 78)
233 #define SID_TTEST_DIALOG (SC_MESSAGE_START + 79)
234 #define SID_FTEST_DIALOG (SC_MESSAGE_START + 80)
235 #define SID_ZTEST_DIALOG (SC_MESSAGE_START + 81)
236 #define SID_CHI_SQUARE_TEST_DIALOG (SC_MESSAGE_START + 82)
237 #define SID_SEARCH_RESULTS_DIALOG (SC_MESSAGE_START + 83)
238 #define SID_WINDOW_FIX_ROW (SC_MESSAGE_START + 84)
239 #define SID_WINDOW_FIX_COL (SC_MESSAGE_START + 85)
240 #define SID_COLUMN_OPERATIONS (SC_MESSAGE_START + 86)
241 #define SID_ROW_OPERATIONS (SC_MESSAGE_START + 87)
245 #define SID_OPEN_CALC (SC_FUNCTION_START + 4)
246 #define SID_CONVERT_FORMULA_TO_VALUE (SC_FUNCTION_START + 5)
247 #define FILE_MENU_END (SC_FUNCTION_START + 20)
249 #define EDIT_MENU_START (FILE_MENU_END)
250 #define FID_DELETE_CELL (EDIT_MENU_START + 2)
251 #define FID_DELETE_TABLE (EDIT_MENU_START + 3)
252 #define FID_FILL_TO_BOTTOM (EDIT_MENU_START + 4)
253 #define FID_FILL_TO_RIGHT (EDIT_MENU_START + 5)
254 #define FID_FILL_TO_TOP (EDIT_MENU_START + 6)
255 #define FID_FILL_TO_LEFT (EDIT_MENU_START + 7)
256 #define FID_FILL_TAB (EDIT_MENU_START + 8)
257 #define FID_FILL_SERIES (EDIT_MENU_START + 9)
258 #define FID_FILL_SINGLE_EDIT (EDIT_MENU_START + 10)
259 #define SID_HFEDIT (EDIT_MENU_START + 15)
261 #define SID_DEL_ROWS (EDIT_MENU_START + 16)//JN
262 #define SID_DEL_COLS (EDIT_MENU_START + 17)//JN
263 // EDIT_MENU_START + 18 is defined in include/sfx2/sfxsids.hrc
264 #define FID_CHG_SHOW (EDIT_MENU_START + 19)
266 #define EDIT_MENU_END (EDIT_MENU_START + 20)
267 #define VIEW_MENU_START (EDIT_MENU_END)
269 #define FID_TOGGLEINPUTLINE (VIEW_MENU_START + 1)
270 #define FID_TOGGLEHEADERS (VIEW_MENU_START + 2)
271 #define FID_SCALE (VIEW_MENU_START + 4)
272 #define FID_TOGGLESYNTAX (VIEW_MENU_START + 5)
273 #define FID_PAGEBREAKMODE (VIEW_MENU_START + 7)
274 #define FID_FUNCTION_BOX (VIEW_MENU_START + 8)
275 #define FID_NORMALVIEWMODE (VIEW_MENU_START + 9)
276 #define FID_TOGGLEFORMULA (VIEW_MENU_START + 10)
278 #define FID_CHG_ACCEPT (VIEW_MENU_START + 18)// DANGER DIRTY ID
279 #define FID_CHG_COMMENT (VIEW_MENU_START + 19)// DANGER DIRTY ID
280 #define VIEW_MENU_END (VIEW_MENU_START + 20)
282 #define INSERT_MENU_START (VIEW_MENU_END)
283 #define FID_INS_ROWBRK (INSERT_MENU_START + 1)
284 #define FID_INS_COLBRK (INSERT_MENU_START + 2)
285 #define FID_DEL_ROWBRK (INSERT_MENU_START + 3)
286 #define FID_DEL_COLBRK (INSERT_MENU_START + 4)
287 #define FID_INS_CELL_CONTENTS (INSERT_MENU_START + 5)
288 #define FID_INS_CELL (INSERT_MENU_START + 6)
289 #define FID_INS_ROW (INSERT_MENU_START + 7)
290 #define FID_INS_COLUMN (INSERT_MENU_START + 8)
291 #define FID_INS_TABLE (INSERT_MENU_START + 9)
292 #define SID_INS_FUNCTION (INSERT_MENU_START + 10)
293 #define FID_DEFINE_NAME (INSERT_MENU_START + 11)
294 #define FID_INSERT_NAME (INSERT_MENU_START + 12)
295 #define FID_USE_NAME (INSERT_MENU_START + 13)
296 #define FID_APPLY_NAME (INSERT_MENU_START + 14)
297 #define FID_INS_TABLE_EXT (INSERT_MENU_START + 15)
298 #define FID_ADD_NAME (INSERT_MENU_START + 16)
299 #define FID_INS_CELLSDOWN (INSERT_MENU_START + 18)
300 #define FID_INS_CELLSRIGHT (INSERT_MENU_START + 19)
301 #define FID_INS_ROWS_AFTER (INSERT_MENU_START + 20)
302 #define FID_INS_COLUMNS_AFTER (INSERT_MENU_START + 21)
303 #define FID_INS_ROWS_BEFORE (INSERT_MENU_START + 22)
304 #define FID_INS_COLUMNS_BEFORE (INSERT_MENU_START + 23)
305 #define FID_DEFINE_CURRENT_NAME (INSERT_MENU_START + 24)
306 #define INSERT_MENU_END (INSERT_MENU_START + 25)
308 #define FORMAT_MENU_START (INSERT_MENU_END)
309 #define FID_CELL_FORMAT (FORMAT_MENU_START)
310 #define FID_ROW_HEIGHT (FORMAT_MENU_START + 1)
311 #define FID_ROW_OPT_HEIGHT (FORMAT_MENU_START + 2)
312 #define FID_ROW_HIDE (FORMAT_MENU_START + 3)
313 #define FID_ROW_SHOW (FORMAT_MENU_START + 4)
314 #define FID_COL_WIDTH (FORMAT_MENU_START + 5)
315 #define FID_COL_OPT_WIDTH (FORMAT_MENU_START + 6)
316 #define FID_COL_HIDE (FORMAT_MENU_START + 7)
317 #define FID_COL_SHOW (FORMAT_MENU_START + 8)
318 #define FID_TABLE_HIDE (FORMAT_MENU_START + 9)
319 #define FID_TABLE_SHOW (FORMAT_MENU_START + 10)
320 #define FID_MERGE_ON (FORMAT_MENU_START + 15)
321 #define FID_MERGE_OFF (FORMAT_MENU_START + 16)
322 #define SID_FORMATPAGE (FORMAT_MENU_START + 17)
323 #define SID_TEXT_STANDARD (FORMAT_MENU_START + 18)
324 #define SID_DRAWTEXT_ATTR_DLG (FORMAT_MENU_START + 19)
325 #define FID_TABLE_VISIBLE (FORMAT_MENU_START + 20)
326 #define FID_COL_OPT_DIRECT (FORMAT_MENU_START + 21)
327 #define FORMAT_MENU_END (FORMAT_MENU_START + 22)
329 #define EXTRA_MENU_START (FORMAT_MENU_END)
330 #define FID_AUTO_CALC (EXTRA_MENU_START + 3)
331 #define FID_RECALC (EXTRA_MENU_START + 4)
332 #define FID_PROTECT_TABLE (EXTRA_MENU_START + 6)
333 #define FID_PROTECT_DOC (EXTRA_MENU_START + 7)
334 #define SID_SHARE_DOC (EXTRA_MENU_START + 11)
335 #define SID_SCENARIOS (EXTRA_MENU_START + 12)
336 #define SID_PIVOT_RECALC (EXTRA_MENU_START + 14)
337 #define SID_PIVOT_KILL (EXTRA_MENU_START + 15)
339 #define FID_HARD_RECALC (EXTRA_MENU_START + 18)
340 #define FID_AUTOCOMPLETE (EXTRA_MENU_START + 19)
342 #define EXTRA_MENU_END (EXTRA_MENU_START + 20)
344 #define DATA_MENU_START (EXTRA_MENU_END)
345 #define SID_DEFINE_DBNAME (DATA_MENU_START)
346 #define SID_SELECT_DB (DATA_MENU_START + 1)
347 #define SID_SORT (DATA_MENU_START + 2)
348 #define SID_FILTER (DATA_MENU_START + 3)
349 #define SID_SPECIAL_FILTER (DATA_MENU_START + 4)
350 #define SID_AUTO_FILTER (DATA_MENU_START + 5)
351 #define SID_UNFILTER (DATA_MENU_START + 6)
352 #define SID_QUERY (DATA_MENU_START + 7)
353 #define SID_MANAGE_XML_SOURCE (DATA_MENU_START + 8)
354 #define SID_SUBTOTALS (DATA_MENU_START + 13)
355 #define SID_AUTO_OUTLINE (DATA_MENU_START + 14)
356 #define SID_REIMPORT_DATA (DATA_MENU_START + 16)
357 #define SID_PIVOT_TABLE (DATA_MENU_START + 17)
358 #define SID_TABOP (DATA_MENU_START + 18)
359 #define SID_TEXT_TO_COLUMNS (DATA_MENU_START + 19)
360 #define SID_CONSOLIDATE (DATA_MENU_START + 20)
361 #define SID_AUTOFILTER_HIDE (DATA_MENU_START + 21)
362 #define SID_SBA_IMPORT (DATA_MENU_START + 22)
363 #define SID_SORT_DESCENDING (DATA_MENU_START + 23)
364 #define SID_SORT_ASCENDING (DATA_MENU_START + 24)
365 #define SID_OUTLINE_HIDE (DATA_MENU_START + 25)
366 #define SID_OUTLINE_SHOW (DATA_MENU_START + 26)
367 #define SID_OUTLINE_MAKE (DATA_MENU_START + 27)
368 #define SID_OUTLINE_REMOVE (DATA_MENU_START + 28)
370 #define DATA_MENU_END (DATA_MENU_START + 29)
372 #define TAB_POPUP_START (DATA_MENU_END)
373 #define FID_TAB_MENU_RENAME (TAB_POPUP_START)
374 #define FID_TAB_RENAME (TAB_POPUP_START+1)
375 #define FID_TAB_MOVE (TAB_POPUP_START+2)
376 #define FID_TAB_SELECTALL (TAB_POPUP_START+3)
377 #define FID_TAB_APPEND (TAB_POPUP_START+4)
378 #define FID_TAB_INDEX (TAB_POPUP_START+5)
379 #define FID_TAB_RTL (TAB_POPUP_START+6)
380 #define FID_TAB_DESELECTALL (TAB_POPUP_START+7)
381 #define FID_TAB_MENU_SET_TAB_BG_COLOR (TAB_POPUP_START + 8)
382 #define FID_TAB_SET_TAB_BG_COLOR (TAB_POPUP_START + 9)
383 #define FID_TAB_EVENTS (TAB_POPUP_START+10)
385 #define TAB_POPUP_END (TAB_POPUP_START + 20)
387 #define OBJBAR_FORMAT_START (TAB_POPUP_END)
388 #define SID_ALIGNLEFT (OBJBAR_FORMAT_START+6)
389 #define SID_ALIGNRIGHT (OBJBAR_FORMAT_START+7)
390 #define SID_ALIGNCENTERHOR (OBJBAR_FORMAT_START+8)
391 #define SID_ALIGNBLOCK (OBJBAR_FORMAT_START+9)
392 #define SID_ALIGNTOP (OBJBAR_FORMAT_START+10)
393 #define SID_ALIGNBOTTOM (OBJBAR_FORMAT_START+11)
394 #define SID_ALIGNCENTERVER (OBJBAR_FORMAT_START+12)
395 #define SID_SELECT_SCENARIO (OBJBAR_FORMAT_START+13)
397 #define SID_V_ALIGNCELL (OBJBAR_FORMAT_START+14)
398 #define SID_H_ALIGNCELL (OBJBAR_FORMAT_START+15)
400 #define OBJBAR_FORMAT_END (OBJBAR_FORMAT_START+20)
402 #define RID_INPUTBAR_START (OBJBAR_FORMAT_END)
403 #define RID_INPUTBAR_END (RID_INPUTBAR_START+1)
405 #define DRAW_BAR_START (RID_INPUTBAR_END)
406 #define SID_ANCHOR_PAGE (DRAW_BAR_START+24)
407 #define SID_ANCHOR_CELL (DRAW_BAR_START+25)
408 #define SID_ANCHOR_CELL_RESIZE (DRAW_BAR_START+26)
409 #define SID_ANCHOR_TOGGLE (DRAW_BAR_START+27)
410 #define SID_ORIGINALSIZE (DRAW_BAR_START+28)
411 #define SID_FITCELLSIZE (DRAW_BAR_START+29)
413 #define DRAW_BAR_END (DRAW_BAR_START+50)
415 #define DRAWTEXTBAR_START (DRAW_BAR_END)
416 #define DRAWTEXTBAR_END (DRAWTEXTBAR_START+20)
418 #define DETECTIVE_START (DRAWTEXTBAR_END)
419 #define SID_DETECTIVE_ADD_PRED (DETECTIVE_START)
420 #define SID_DETECTIVE_DEL_PRED (DETECTIVE_START+1)
421 #define SID_DETECTIVE_ADD_SUCC (DETECTIVE_START+2)
422 #define SID_DETECTIVE_DEL_SUCC (DETECTIVE_START+3)
423 #define SID_DETECTIVE_ADD_ERR (DETECTIVE_START+4)
424 #define SID_DETECTIVE_DEL_ALL (DETECTIVE_START+5)
426 #define SID_DETECTIVE_FILLMODE (DETECTIVE_START+6)
427 #define SID_FILL_ADD_PRED (DETECTIVE_START+7)
428 #define SID_FILL_DEL_PRED (DETECTIVE_START+8)
429 #define SID_FILL_ADD_SUCC (DETECTIVE_START+9)
430 #define SID_FILL_DEL_SUCC (DETECTIVE_START+10)
431 #define SID_FILL_NONE (DETECTIVE_START+11)
432 #define SID_FILL_SELECT (DETECTIVE_START+12)
434 #define SID_DETECTIVE_INVALID (DETECTIVE_START+13)
436 #define SID_DETECTIVE_REFRESH (DETECTIVE_START+14)
437 #define SID_DETECTIVE_AUTO (DETECTIVE_START+15)
439 #define SID_DETECTIVE_MARK_PRED (DETECTIVE_START+16)
440 #define SID_DETECTIVE_MARK_SUCC (DETECTIVE_START+17)
442 #define DETECTIVE_END (DETECTIVE_START+20)
444 #define SID_API_SLOTS (DETECTIVE_END)
445 #define SID_INSERT_MATRIX (SID_API_SLOTS+1)
447 #define SID_DELETE_NOTE (SID_API_SLOTS+2)
449 #define SID_PREVIEW_START (SID_API_SLOTS+20)
450 #define SID_PREVIEW_NEXT (SID_PREVIEW_START)
451 #define SID_PREVIEW_PREVIOUS (SID_PREVIEW_START+1)
452 #define SID_PREVIEW_FIRST (SID_PREVIEW_START+2)
453 #define SID_PREVIEW_LAST (SID_PREVIEW_START+3)
454 #define SID_PREVIEW_ZOOMIN (SID_PREVIEW_START+5)
455 #define SID_PREVIEW_ZOOMOUT (SID_PREVIEW_START+6)
456 #define SID_PREVIEW_CLOSE (SID_PREVIEW_START+7)
457 #define SID_PREVIEW_MARGIN (SID_PREVIEW_START+8)
458 #define SID_PREVIEW_SCALINGFACTOR (SID_PREVIEW_START+9)
459 #define SID_PREVIEW_END (SID_PREVIEW_START+20)
461 //from sfx: #define SID_KEYFUNC_START (SID_PREVIEW_END+5)
462 #define SID_CURSORDOWN_SEL (SID_KEYFUNC_START + 0)
463 #define SID_CURSORUP_SEL (SID_KEYFUNC_START + 1)
464 #define SID_CURSORLEFT_SEL (SID_KEYFUNC_START + 2)
465 #define SID_CURSORRIGHT_SEL (SID_KEYFUNC_START + 3)
466 #define SID_CURSORPAGEDOWN_SEL (SID_KEYFUNC_START + 4)
467 #define SID_CURSORPAGEUP_SEL (SID_KEYFUNC_START + 5)
469 #define SID_CURSORPAGELEFT_ (SID_KEYFUNC_START + 6)
470 #define SID_CURSORPAGELEFT_SEL (SID_KEYFUNC_START + 7)
471 #define SID_CURSORPAGERIGHT_ (SID_KEYFUNC_START + 8)
472 #define SID_CURSORPAGERIGHT_SEL (SID_KEYFUNC_START + 9)
474 #define SID_CURSORTOPOFFILE_SEL (SID_KEYFUNC_START + 10)
475 #define SID_CURSORENDOFFILE_SEL (SID_KEYFUNC_START + 11)
476 #define SID_CURSORHOME_SEL (SID_KEYFUNC_START + 12)
477 #define SID_CURSOREND_SEL (SID_KEYFUNC_START + 13)
478 #define SID_CURSORBLKUP (SID_KEYFUNC_START + 14)
479 #define SID_CURSORBLKDOWN (SID_KEYFUNC_START + 15)
480 #define SID_CURSORBLKLEFT (SID_KEYFUNC_START + 16)
481 #define SID_CURSORBLKRIGHT (SID_KEYFUNC_START + 17)
482 #define SID_CURSORBLKUP_SEL (SID_KEYFUNC_START + 18)
483 #define SID_CURSORBLKDOWN_SEL (SID_KEYFUNC_START + 19)
484 #define SID_CURSORBLKLEFT_SEL (SID_KEYFUNC_START + 20)
485 #define SID_CURSORBLKRIGHT_SEL (SID_KEYFUNC_START + 21)
487 #define SID_NEXT_TABLE (SID_KEYFUNC_START + 22)
488 #define SID_PREV_TABLE (SID_KEYFUNC_START + 23)
490 #define SID_NEXT_UNPROTECT (SID_KEYFUNC_START + 24)
491 #define SID_PREV_UNPROTECT (SID_KEYFUNC_START + 25)
493 #define SID_SELECT_COL (SID_KEYFUNC_START + 26)
494 #define SID_SELECT_ROW (SID_KEYFUNC_START + 27)
495 #define SID_SELECT_NONE (SID_KEYFUNC_START + 28)
496 #define SID_ALIGNCURSOR (SID_KEYFUNC_START + 29)
497 #define SID_MARKDATAAREA (SID_KEYFUNC_START + 30)
498 #define SID_SETINPUTMODE (SID_KEYFUNC_START + 31)
499 #define SID_DELETE_CONTENTS (SID_KEYFUNC_START + 32)
501 #define SID_MARKAREA (SID_KEYFUNC_START + 33)
503 #define FID_FILL_AUTO (SID_KEYFUNC_START + 35)
504 #define SID_CANCEL (SID_KEYFUNC_START + 36)
506 #define SID_CURSORENTERUP (SID_KEYFUNC_START + 37)
507 #define SID_CURSORENTERDOWN (SID_KEYFUNC_START + 38)
509 #define SID_MARKARRAYFORMULA (SID_KEYFUNC_START + 39)
511 #define SID_NEXT_TABLE_SEL (SID_KEYFUNC_START + 40)
512 #define SID_PREV_TABLE_SEL (SID_KEYFUNC_START + 41)
514 #define SID_KEYFUNC_END (SID_KEYFUNC_START + 50)
516 #define SID_NEW_SLOTS (SID_KEYFUNC_END)
518 #define SID_NEW_TABLENAME (SID_NEW_SLOTS+1)
519 #define SID_EXPORT_AS_GRAPHIC (SID_NEW_SLOTS+2)
521 #define FID_MERGE_TOGGLE (SID_NEW_SLOTS+10)
523 #define SID_RANGE_ROW (SID_NEW_SLOTS+20)
524 #define SID_RANGE_COL (SID_NEW_SLOTS+21)
525 #define SID_RANGE_TABLE (SID_NEW_SLOTS+22)
526 #define SID_RANGE_VALUE (SID_NEW_SLOTS+23)
527 #define SID_RANGE_FORMULA (SID_NEW_SLOTS+24)
528 #define SID_RANGE_TEXTVALUE (SID_NEW_SLOTS+26)
529 #define SID_TABLE_ACTIVATE (SID_NEW_SLOTS+27)
531 #define SID_DEFINE_PRINTAREA (SID_NEW_SLOTS+31)
532 #define SID_DELETE_PRINTAREA (SID_NEW_SLOTS+32)
533 #define SID_CHANGE_PRINTAREA (SID_NEW_SLOTS+33)
534 #define SID_OPENDLG_EDIT_PRINTAREA (SID_NEW_SLOTS+34)
536 #define SID_OLE_ACTIVATE (SID_NEW_SLOTS+36)
537 #define SID_OLE_DEACTIVATE (SID_NEW_SLOTS+37)
539 #define SID_TOGGLE_REL (SID_NEW_SLOTS+38)
540 #define SID_DATA_SELECT (SID_NEW_SLOTS+39)
543 #define FID_SEARCH (SID_NEW_SLOTS+40)
544 #define FID_REPEAT_SEARCH (SID_NEW_SLOTS+41)
545 #define FID_REPLACE (SID_NEW_SLOTS+42)
546 #define FID_SEARCH_ALL (SID_NEW_SLOTS+43)
547 #define FID_REPLACE_ALL (SID_NEW_SLOTS+44)
548 #define FID_SEARCH_COUNT (SID_NEW_SLOTS+45)
550 #define SID_SC_SETTEXT (SID_NEW_SLOTS+46)
551 #define SID_RANGE_ADDRESS (SID_NEW_SLOTS+47)
552 #define SID_NUMBER_FORMAT (SID_NEW_SLOTS+49)
554 #define SID_OLE_SELECT (SID_NEW_SLOTS+50)
556 #define FID_CURRENTVALIDATION (SID_NEW_SLOTS+51)
557 #define SID_RANGE_NOTETEXT (SID_NEW_SLOTS+52)
558 #define FID_INSERT_FILE (SID_NEW_SLOTS+53)
560 #define FID_VALIDATION (SID_NEW_SLOTS+54)
562 // slots for toolbox controller in toolbar
563 #define SID_TBXCTL_INSERT (SID_NEW_SLOTS+55)
564 #define SID_TBXCTL_INSCELLS (SID_NEW_SLOTS+56)
566 #define SID_DEFINE_COLROWNAMERANGES (SID_NEW_SLOTS+58)
568 #define FID_NOTE_VISIBLE (SID_NEW_SLOTS+59)
570 // items for validation
571 #define FID_VALID_MODE (SID_NEW_SLOTS+60)
572 #define FID_VALID_CONDMODE (SID_NEW_SLOTS+61)
573 #define FID_VALID_VALUE1 (SID_NEW_SLOTS+62)
574 #define FID_VALID_VALUE2 (SID_NEW_SLOTS+63)
575 #define FID_VALID_BLANK (SID_NEW_SLOTS+64)
576 #define FID_VALID_SHOWHELP (SID_NEW_SLOTS+65)
577 #define FID_VALID_HELPTITLE (SID_NEW_SLOTS+66)
578 #define FID_VALID_HELPTEXT (SID_NEW_SLOTS+67)
579 #define FID_VALID_SHOWERR (SID_NEW_SLOTS+68)
580 #define FID_VALID_ERRSTYLE (SID_NEW_SLOTS+69)
581 #define FID_VALID_ERRTITLE (SID_NEW_SLOTS+70)
582 #define FID_VALID_ERRTEXT (SID_NEW_SLOTS+71)
584 #define SID_REFRESH_DBAREA (SID_NEW_SLOTS+72)
586 #define FID_FOCUS_POSWND (SID_NEW_SLOTS+74)
588 // single slots for different underline kinds (popup menu)
589 #define SID_ULINE_VAL_NONE (SID_NEW_SLOTS+75)
590 #define SID_ULINE_VAL_SINGLE (SID_NEW_SLOTS+76)
591 #define SID_ULINE_VAL_DOUBLE (SID_NEW_SLOTS+77)
592 #define SID_ULINE_VAL_DOTTED (SID_NEW_SLOTS+78)
594 #define FID_DEL_MANUALBREAKS (SID_NEW_SLOTS+79)
595 #define SID_ADD_PRINTAREA (SID_NEW_SLOTS+80)
596 #define FID_ADJUST_PRINTZOOM (SID_NEW_SLOTS+81)
597 #define FID_RESET_PRINTZOOM (SID_NEW_SLOTS+82)
599 #define SID_TABLES_COUNT (SID_NEW_SLOTS+83)
600 #define SID_ACTIVE_OBJ_NAME (SID_NEW_SLOTS+84)
601 #define SID_OBJECT_LEFT (SID_NEW_SLOTS+85)
602 #define SID_OBJECT_TOP (SID_NEW_SLOTS+86)
603 #define SID_OBJECT_WIDTH (SID_NEW_SLOTS+87)
604 #define SID_OBJECT_HEIGHT (SID_NEW_SLOTS+88)
606 #define SID_DELETE_SCENARIO (SID_NEW_SLOTS+95)
607 #define SID_EDIT_SCENARIO (SID_NEW_SLOTS+96)
608 #define SID_INSERT_FIELD_SHEET (SID_NEW_SLOTS+97)
609 #define SID_INSERT_FIELD_TITLE (SID_NEW_SLOTS+98)
610 #define SID_INSERT_FIELD_DATE_VAR (SID_NEW_SLOTS+99)
612 #define FID_SHOW_NOTE (SID_NEW_SLOTS+100)
613 #define FID_HIDE_NOTE (SID_NEW_SLOTS+101)
614 #define FID_SHOW_ALL_NOTES (SID_NEW_SLOTS+102)
615 #define FID_HIDE_ALL_NOTES (SID_NEW_SLOTS+103)
616 #define FID_DELETE_ALL_NOTES (SID_NEW_SLOTS+104)
617 #define SID_SCATTR_CELLPROTECTION (SID_NEW_SLOTS+105)
618 #define SID_SELECT_UNPROTECTED_CELLS (SID_NEW_SLOTS+106)
622 #define SID_SORT_BYROW (SC_PARAM_START)
623 #define SID_SORT_HASHEADER (SC_PARAM_START+1)
624 #define SID_SORT_CASESENS (SC_PARAM_START+2)
625 #define SID_SORT_ATTRIBS (SC_PARAM_START+3)
626 #define SID_SORT_USERDEF (SC_PARAM_START+4)
627 #define SID_SORT_NATURALSORT (SC_PARAM_START+5)
628 #define SID_SORT_INCCOMMENTS (SC_PARAM_START+6)
629 #define SID_SORT_INCIMAGES (SC_PARAM_START+7)
631 // Sidebar -------------------------------------------------------------
633 #define SID_PROPERTY_PANEL_CELLTEXT_DLG (SC_SIDEBAR_PROPERTY_BEGIN+0)
634 #define SID_NUMBER_TYPE_FORMAT (SC_SIDEBAR_PROPERTY_BEGIN+1)
638 #define SID_DATA_FORM (SC_RESOURCE_START+15) // menu (in Data menu)
639 #define SID_INSERT_CURRENT_DATE (SC_RESOURCE_START+16)
640 #define SID_INSERT_CURRENT_TIME (SC_RESOURCE_START+17)
641 #define FID_TAB_TOGGLE_GRID (SC_RESOURCE_START+18) // toggle sheet grid
642 #define WID_SIMPLE_REF (SC_RESOURCE_START+20)
646 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */