Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / inc / globstr.hrc
blobf02ef5122b003d1561a2fbb0fd8e3ba40e097771
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #ifndef SC_GLOBSTR_HRC
21 #define SC_GLOBSTR_HRC
24  * This file is reserved for string IDs of permanently loaded resident string
25  * resources for faster access in core and filter code (and some UI like
26  * Undo/Redo or strings displayed in the status bar), they reside in resource
27  * RID_GLOBSTR and are meant to be accessed via ScGlobal::GetRscString(). All
28  * other string IDs of strings used in message boxes and elsewhere go into
29  * sc/inc/sc.hrc if they need to be global, or if restricted to UI dialogs into
30  * a proper sc/source/ui/xxx/yyy.hrc and corresponding .src PLEASE!
31  *
32  * When inserting or removing defines the entire file can be renumbered using
33  * sc/util/number-defines-consecutively.awk
34  * Hint: when inserting a define use some arbitrary large enough number such as
35  * 9999 and then renumber the file, which you HAVE TO then since otherwise the
36  * number would be greater than the count of resident strings.
37  */
39 #define STR_UNDO_DELETECELLS        1
40 #define STR_UNDO_CUT                2
41 #define STR_UNDO_PASTE              3
42 #define STR_UNDO_MOVE               4
43 #define STR_UNDO_COPY               5
44 #define STR_UNDO_DELETECONTENTS     6
45 #define STR_UNDO_SELATTR            7
46 #define STR_UNDO_SELATTRLINES       8
47 #define STR_UNDO_COLWIDTH           9
48 #define STR_UNDO_OPTCOLWIDTH        10
49 #define STR_UNDO_ROWHEIGHT          11
50 #define STR_UNDO_OPTROWHEIGHT       12
51 #define STR_UNDO_AUTOFILL           13
52 #define STR_UNDO_MERGE              14
53 #define STR_UNDO_REMERGE            15
54 #define STR_UNDO_AUTOFORMAT         16
55 #define STR_UNDO_REPLACE            17
56 #define STR_UNDO_CURSORATTR         18
57 #define STR_UNDO_ENTERDATA          19
58 #define STR_UNDO_INSCOLBREAK        20
59 #define STR_UNDO_DELCOLBREAK        21
60 #define STR_UNDO_INSROWBREAK        22
61 #define STR_UNDO_DELROWBREAK        23
62 #define STR_UNDO_DOOUTLINE          24
63 #define STR_UNDO_REDOOUTLINE        25
64 #define STR_UNDO_MAKEOUTLINE        26
65 #define STR_UNDO_REMAKEOUTLINE      27
66 #define STR_UNDO_OUTLINELEVEL       28
67 #define STR_UNDO_DOOUTLINEBLK       29
68 #define STR_UNDO_REDOOUTLINEBLK     30
69 #define STR_UNDO_REMOVEALLOTLNS     31
70 #define STR_UNDO_AUTOOUTLINE        32
71 #define STR_UNDO_SUBTOTALS          33
72 #define STR_UNDO_SORT               34
73 #define STR_UNDO_QUERY              35
74 #define STR_UNDO_DBDATA             36
75 #define STR_UNDO_IMPORTDATA         37
76 #define STR_UNDO_REPEATDB           38
78 #define STR_MSSG_DOSUBTOTALS_0      39
79 #define STR_MSSG_DOSUBTOTALS_1      40
80 #define STR_MSSG_DOSUBTOTALS_2      41
81 #define STR_MSSG_REPEATDB_0         42
82 #define STR_MSSG_MAKEAUTOFILTER_0   43
83 #define STR_MSSG_IMPORTDATA_0       44
84 #define STR_MSSG_MAKEOUTLINE_0      45
85 #define STR_MSSG_REMOVEOUTLINE_0    46
86 #define STR_MSSG_PASTEFROMCLIP_0    47
87 #define STR_MSSG_PASTEFROMCLIP_1    48
88 #define STR_MSSG_MOVEBLOCKTO_0      49
89 #define STR_MSSG_INSERTCELLS_0      50
90 #define STR_MSSG_DELETECELLS_0      51
91 #define STR_MSSG_MERGECELLS_0       52
92 #define STR_MSSG_SEARCHANDREPLACE_0 53
93 #define STR_MSSG_SOLVE_0            54
94 #define STR_MSSG_SOLVE_1            55
95 #define STR_MSSG_SOLVE_2            56
96 #define STR_MSSG_SOLVE_3            57
97 #define STR_MSSG_SOLVE_4            58
99 #define STR_TABLE_GESAMTERGEBNIS    59
100 #define STR_TABLE_ERGEBNIS          60
101 #define STR_UNDO_SPELLING           61
102 #define STR_TABLE_UND               62
103 #define STR_TABLE_ODER              63
104 #define STR_UNDO_INSERTCELLS        64
105 #define STR_TABLE_DEF               65
106 #define STR_MOVE_TO_END             66
107 #define STR_BOX_YNI                 67
108 #define STR_NO_REF_TABLE            68
110 #define STR_PIVOTFUNC_SUM           69  // pivot.cxx
111 #define STR_PIVOTFUNC_COUNT         70
112 #define STR_PIVOTFUNC_AVG           71
113 #define STR_PIVOTFUNC_MAX           72
114 #define STR_PIVOTFUNC_MIN           73
115 #define STR_PIVOTFUNC_PROD          74
116 #define STR_PIVOTFUNC_COUNT2        75
117 #define STR_PIVOTFUNC_STDDEV        76
118 #define STR_PIVOTFUNC_STDDEV2       77
119 #define STR_PIVOTFUNC_VAR           78
120 #define STR_PIVOTFUNC_VAR2          79
121 #define STR_PIVOT_TOTAL             80
122 #define STR_PIVOT_DATA              81
124 #define STR_PIVOT_INVALID_DBAREA    82 // tabvwsh3.cxx
126 #define STR_TABLE                   83
127 #define STR_COLUMN                  84
128 #define STR_ROW                     85
129 #define STR_LOAD_DOC                86
130 #define STR_SAVE_DOC                87
132 #define STR_ERR_INVALID_TABREF      88
133 #define STR_AREA_ALREADY_INSERTED   89
134 #define STR_INVALID_TABREF          90
135 #define STR_INVALID_QUERYAREA       91
137 #define STR_REIMPORT_EMPTY          92
138 #define STR_NOMULTISELECT           93
139 #define STR_FILL_SERIES_PROGRESS    94 // documen3.cxx
141 #define STR_UNKNOWN_FILTER          95
143 #define STR_DATABASE_NOTFOUND       96
144 #define STR_DATABASE_ABORTED        97
146 #define STR_UNDO_PRINTRANGES        98
148 #define STR_UNDO_DEC_INDENT         99
149 #define STR_UNDO_INC_INDENT         100
150 #define STR_UNDO_THESAURUS          101
152 #define STR_FILL_TAB                102
153 #define STR_NO_VALUE                103     /* moved to compiler.src, keep define! */
154 #define STR_UPDATE_SCENARIO         104
155 #define STR_ERR_NEWSCENARIO         105
156 #define STR_SCENARIO                106
157 #define STR_PIVOT_TABLE             107
158 #define STR_NEWTABNAMENOTUNIQUE     108
160 #define STR_FUN_TEXT_SUM            109
161 #define STR_FUN_TEXT_COUNT          110
162 #define STR_FUN_TEXT_AVG            111
163 #define STR_FUN_TEXT_MAX            112
164 #define STR_FUN_TEXT_MIN            113
165 #define STR_FUN_TEXT_PRODUCT        114
166 #define STR_FUN_TEXT_STDDEV         115
167 #define STR_FUN_TEXT_VAR            116
168 #define STR_DOC_STAT                117
170 #define STR_DBNAME_IMPORT           118
172 #define STR_NOCHARTATCURSOR         119
173 #define STR_NOAREASELECTED          120
174 #define STR_INVALIDTABNAME          121
176 #define STR_PIVOT_NOTFOUND          122
177 #define STR_ERROR_STR               123
178 #define STR_NV_STR                  124     /* moved to compiler.src, keep define! */
179 #define STR_EMPTYDATA               125
180 #define STR_PIVOT_NODATA            126
181 #define STR_PIVOT_MOVENOTALLOWED    127
183 #define STR_PRINT_INVALID_AREA      128
185 #define STR_PAGESTYLE               129
186 #define STR_HEADER                  130
187 #define STR_FOOTER                  131
189 #define STR_TEXTATTRS               132
191 #define STR_HFCMD_DELIMITER         133
192 #define STR_HFCMD_PAGE              134
193 #define STR_HFCMD_PAGES             135
194 #define STR_HFCMD_DATE              136
195 #define STR_HFCMD_TIME              137
196 #define STR_HFCMD_FILE              138
197 #define STR_HFCMD_TABLE             139
199 #define STR_PROTECTIONERR           140
201 #define STR_PAGEHEADER              141
202 #define STR_PAGEFOOTER              142
203 #define STR_PAGE                    143
204 #define STR_LONG_ERR_ILL_ARG        144
205 #define STR_LONG_ERR_ILL_PAR        145
206 #define STR_LONG_ERR_ILL_FPO        146
207 #define STR_LONG_ERR_ILL_CHAR       147
208 #define STR_LONG_ERR_ILL_SEP        148
209 #define STR_LONG_ERR_PAIR           149
210 #define STR_LONG_ERR_OP_EXP         150
211 #define STR_LONG_ERR_VAR_EXP        151
212 #define STR_LONG_ERR_CODE_OVF       152
213 #define STR_LONG_ERR_STR_OVF        153
214 #define STR_LONG_ERR_STACK_OVF      154
215 #define STR_LONG_ERR_SYNTAX         155
216 #define STR_LONG_ERR_CIRC_REF       156
217 #define STR_LONG_ERR_NO_NAME        157
218 #define STR_LONG_ERR_NO_REF         158
219 #define STR_LONG_ERR_NO_CONV        159
220 #define STR_LONG_ERR_NO_VALUE       160
221 #define STR_LONG_ERR_NV             161
223 #define STR_GRIDCOLOR               162
224 #define STR_MERGE_NOTEMPTY          163
225 #define STR_CELL_FILTER             164
227 #define STR_TARGETNOTFOUND          165
229 #define STR_INVALID_EPS             166
230 #define STR_TABLE_OP                167     // documen4.cxx
231 #define STR_UNDO_TABOP              168
233 #define STR_INVALID_AFNAME          169
235 #define STR_AREA                    170
236 #define STR_YES                     171
237 #define STR_NO                      172
238 #define STR_PROTECTION              173
239 #define STR_FORMULAS                174
240 #define STR_HIDE                    175
241 #define STR_PRINT                   176
243 #define STR_INVALID_AFAREA          177
245 #define STR_CASCADE                 178 // function auto pilot
246 #define STR_OPTIONAL                179
247 #define STR_REQUIRED                180
248 #define STR_EDITFUNCTION            181
249 #define STR_INVALID                 182
251 #define STR_NOTES                   183
252 #define STR_QUERY_DELTAB            184
254 #define STR_UNDO_DETREFRESH         185
256 #define STR_UNDO_SHOWNOTE           186
257 #define STR_UNDO_HIDENOTE           187
258 #define STR_UNDO_DRAGDROP           188
260 #define STR_EXPORT_ASCII_WARNING    189
261 #define STR_IMPORT_ERROR            190
262 #define STR_IMPORT_ASCII            191
263 #define STR_IMPORT_LOTUS            192
264 #define STR_IMPORT_DBF              193
265 #define STR_EXPORT_ASCII            194
267 #define STR_STYLENAME_STANDARD      195
268 #define STR_STYLENAME_RESULT        196
269 #define STR_STYLENAME_RESULT1       197
270 #define STR_STYLENAME_HEADLINE      198
271 #define STR_STYLENAME_HEADLINE1     199
272 #define STR_STYLENAME_REPORT        200
273 #define STR_STYLENAME_REPORT1       201
275 #define STR_PIVOT_ERROR             202
276 #define STR_PIVOT_PROGRESS          203
277 #define STR_IMPORT_EXCEL_WARNING    204
278 #define STR_SPELLING_STOP_OK        205
279 #define STR_THESAURUS_NO_STRING     206
280 #define STR_SPELLING_BEGIN_TAB      207
281 #define STR_SPELLING_NO_LANG        208                         // can be removed later
283 #define STR_UNDO_GRAFEDIT           209
285 #define STR_NOLANGERR               210
287 #define STR_UNDO_INSERT_TAB         211
288 #define STR_UNDO_DELETE_TAB         212
289 #define STR_UNDO_RENAME_TAB         213
290 #define STR_UNDO_MOVE_TAB           214
291 #define STR_UNDO_COPY_TAB           215
292 #define STR_UNDO_APPEND_TAB         216
294 #define STR_CHART_MAINTITLE         217
295 #define STR_CHART_SUBTITLE          218
296 #define STR_CHART_XTITLE            219
297 #define STR_CHART_YTITLE            220
298 #define STR_CHART_ZTITLE            221
300 #define STR_ABSREFLOST              222
301 #define STR_NAMECONFLICT            223
303 #define STR_ERR_AUTOFILTER          224
304 #define STR_MSSG_SEARCHANDREPLACE_1 225
305 #define STR_MSSG_SEARCHANDREPLACE_2 226
306 #define STR_MSSG_SEARCHANDREPLACE_3 227
308 #define STR_CREATENAME_REPLACE      228
309 #define STR_CREATENAME_MARKERR      229
311 #define STR_UNDO_LISTNAMES          230
312 #define STR_UNDO_PIVOT_NEW          231
313 #define STR_UNDO_PIVOT_MODIFY       232
314 #define STR_UNDO_PIVOT_DELETE       233
315 #define STR_UNDO_CONSOLIDATE        234
316 #define STR_UNDO_USESCENARIO        235
317 #define STR_UNDO_MAKESCENARIO       236
319 #define STR_CONSOLIDATE_ERR1        237
320 #define STR_SCENARIO_NOTFOUND       238
322 #define STR_UNDO_APPLYCELLSTYLE     239
324 #define STR_UNDO_DETADDPRED         240
325 #define STR_UNDO_DETDELPRED         241
326 #define STR_UNDO_DETADDSUCC         242
327 #define STR_UNDO_DETDELSUCC         243
328 #define STR_UNDO_DETADDERROR        244
329 #define STR_UNDO_DETDELALL          245
331 #define STR_QUERY_DELENTRY          246
333 #define STR_VOBJ_OBJECT             247
334 #define STR_VOBJ_CHART              248
335 #define STR_VOBJ_DRAWINGS           249
336 #define STR_VOBJ_MODE_SHOW          250
337 #define STR_VOBJ_MODE_HIDE          251
339 #define STR_SCATTR_PAGE_TOPDOWN     252
340 #define STR_SCATTR_PAGE_LEFTRIGHT   253
341 #define STR_SCATTR_PAGE_NOTES       254
342 #define STR_SCATTR_PAGE_GRID        255
343 #define STR_SCATTR_PAGE_HEADERS     256
344 #define STR_SCATTR_PAGE_FORMULAS    257
345 #define STR_SCATTR_PAGE_NULLVALS    258
346 #define STR_SCATTR_PAGE_PRINTDIR    259
347 #define STR_SCATTR_PAGE_FIRSTPAGENO 260
348 #define STR_SCATTR_PAGE_SCALE       261
349 #define STR_SCATTR_PAGE_SCALETOPAGES 262
351 #define STR_NOREF_STR               263     /* moved to compiler.src, keep define! */
353 #define STR_UNDO_CHARTDATA          264
354 #define STR_UNDO_ORIGINALSIZE       265
356 #define STR_LINKERROR               266
357 #define STR_LINKERRORFILE           267
358 #define STR_LINKERRORTAB            268
359 #define STR_UNDO_UPDATELINK         269
361 #define STR_IMPORT_REPLACE          270
363 #define STR_UNDO_REMOVELINK         271
365 #define STR_OVERVIEW                272
366 #define STR_DOC_INFO                273
367 #define STR_DOC_CREATED             274
368 #define STR_DOC_MODIFIED            275
369 #define STR_DOC_PRINTED             276
370 #define STR_DOC_THEME               277
371 #define STR_DOC_KEYWORDS            278
372 #define STR_DOC_COMMENT             279
373 #define STR_BY                      280
374 #define STR_ON                      281
376 #define STR_RELOAD_TABLES           282
378 #define STR_FILTER_TOOMANY          283
380 #define STR_UNDO_ENTERMATRIX        284
382 #define STR_INSERT_FULL             285
383 #define STR_TABINSERT_ERROR         286
384 #define STR_PASTE_ERROR             287
385 #define STR_PASTE_FULL              288
387 #define STR_ERR_INVALID_AREA        289
389 #define STR_IMPORT_DIF              290
390 #define STR_EXPORT_DIF              291
392 #define STR_ERR_NOREF               292
393 #define STR_FUN_TEXT_COUNT2         293
394 #define STR_NO_NAME_REF             294     /* moved to compiler.src, keep define! */
396 #define STR_MATRIXFRAGMENTERR       295
398 #define STR_UNDO_SHOWTAB            296
399 #define STR_UNDO_HIDETAB            297
400 #define STR_UNDO_INSERTAREALINK     298
402 #define STR_REIMPORT_AFTER_LOAD     299
404 #define STR_DETINVALID_OVERFLOW     300
405 #define STR_GRAPHICNAME             301
406 #define STR_INVALIDNAME             302
407 #define STR_ERR_LINKOVERLAP         303
409 #define STR_VALID_MACRONOTFOUND     304
410 #define STR_VALID_DEFERROR          305
412 #define STR_UNDO_DETINVALID         306
414 #define STR_PROGRESS_CALCULATING    307
415 #define STR_PROGRESS_SORTING        308
416 #define STR_PROGRESS_HEIGHTING      309
418 #define STR_QUICKHELP_DELETE        310
420 #define STR_FUNCTIONLIST_MORE       311
422 #define STR_PIVOT_STYLE_INNER       312
423 #define STR_PIVOT_STYLE_RESULT      313
424 #define STR_PIVOT_STYLE_CATEGORY    314
425 #define STR_PIVOT_STYLE_TITLE       315
426 #define STR_PIVOT_STYLE_FIELDNAME   316
427 #define STR_PIVOT_STYLE_TOP         317
429 #define STR_OPERATION_FILTER        318
430 #define STR_OPERATION_SORT          319
431 #define STR_OPERATION_SUBTOTAL      320
432 #define STR_OPERATION_NONE          321
434 #define STR_UNDO_PROTECT_TAB        322
435 #define STR_UNDO_UNPROTECT_TAB      323
436 #define STR_UNDO_PROTECT_DOC        324
437 #define STR_UNDO_UNPROTECT_DOC      325
439 #define STR_PROGRESS_IMPORT         326
441 #define STR_SORT_ERR_MERGED         327
443 #define STR_TIP_WIDTH               328
444 #define STR_TIP_HEIGHT              329
445 #define STR_TIP_HIDE                330
447 #define STR_UNDO_REMOVEBREAKS       331
448 #define STR_UNDO_PRINTSCALE         332
449 #define STR_UNDO_DRAG_BREAK         333
451 #define STR_QUICKHELP_REF           334
453 #define STR_PIVOT_OVERLAP           335
454 #define STR_PIVOT_NOTEMPTY          336
456 #define STR_QUERY_NOTFOUND          337
458 #define STR_ERR_INSERTOBJ           338
460 #define STR_PROGRESS_COMPARING      339
462 #define STR_CHANGED_BLANK           340
463 #define STR_CHANGED_CELL            341
464 #define STR_CHANGED_INSERT          342
465 #define STR_CHANGED_DELETE          343
466 #define STR_CHANGED_MOVE            344
468 #define STR_QUERY_DELSCENARIO       345
469 #define STR_UNDO_EDITSCENARIO       346
471 #define STR_END_REDLINING_TITLE     347
472 #define STR_END_REDLINING           348
474 #define STR_UNDO_EDITNOTE           349
475 #define STR_TABREMOVE_ERROR         350
476 #define STR_CLOSE_ERROR_LINK        351
477 #define STR_UNDO_RANGENAMES         352
479 #define STR_MSSG_SEARCHANDREPLACE_4 353
480 #define STR_MSSG_SEARCHANDREPLACE_5 354
482 #define STR_UNDO_RESIZEMATRIX       355
483 #define STR_TIP_RESIZEMATRIX        356
485 #define STR_READONLYERR             357
487 #define STR_PASTE_BIGGER            358
489 #define STR_MACRO_WARNING           359
491 #define STR_EXPORT_DBF              360
493 #define STR_UNDO_APPLYPAGESTYLE     361
494 #define STR_UNDO_EDITCELLSTYLE      362
495 #define STR_UNDO_EDITPAGESTYLE      363
497 #define STR_DATAPILOT_SUBTOTAL      364
499 #define STR_UNDO_TRANSLITERATE      365
501 #define STR_NO_ADDIN                366
502 #define STR_LONG_ERR_NO_ADDIN       367
503 #define STR_NO_MACRO                368
504 #define STR_LONG_ERR_NO_MACRO       369
506 #define STR_SCATTR_PAGE_SCALETO         370
507 #define STR_SCATTR_PAGE_SCALE_WIDTH     371
508 #define STR_SCATTR_PAGE_SCALE_HEIGHT    372
509 #define STR_SCATTR_PAGE_SCALE_PAGES     373
510 #define STR_SCATTR_PAGE_SCALE_AUTO      374
512 #define STR_UNDO_TAB_RTL                375
513 #define STR_UNDO_HANGULHANJA            376
514 #define STR_UNDO_CHINESE_TRANSLATION    377
516 #define STR_NAME_INPUT_CELL         378
517 #define STR_NAME_INPUT_RANGE        379
518 #define STR_NAME_INPUT_DBRANGE      380
519 #define STR_NAME_INPUT_ROW          381
520 #define STR_NAME_INPUT_SHEET        382
521 #define STR_NAME_INPUT_DEFINE       383
522 #define STR_NAME_ERROR_SELECTION    384
523 #define STR_NAME_ERROR_NAME         385
525 #define STR_CHANGED_MOVE_REJECTION_WARNING      386
526 #define STR_CHANGED_DELETE_REJECTION_WARNING    387
528 #define STR_ERR_DATAPILOT_INPUT     388
530 #define STR_DIV_ZERO                389     /* moved to compiler.src, keep define! */
531 #define STR_LONG_ERR_DIV_ZERO       390
532 #define STR_NUM_ERROR               391     /* moved to compiler.src, keep define! */
533 #define STR_NULL_ERROR              392     /* moved to compiler.src, keep define! */
535 #define STR_RECALC_MANUAL           393
536 #define STR_RECALC_AUTO             394
538 #define STR_UNDO_TAB_R1C1           395
540 #define STR_ERR_LONG_NESTED_ARRAY   396
541 #define STR_UNDO_TEXTTOCOLUMNS      397
543 #define STR_DOC_UPDATED             398
544 #define STR_DOC_WILLBESAVED         399
545 #define STR_DOC_WILLNOTBESAVED      400
546 #define STR_DOC_DISABLESHARED       401
547 #define STR_DOC_NOLONGERSHARED      402
548 #define STR_SHARED_DOC_WARNING      403
549 #define STR_FILE_LOCKED_TRY_LATER   404
550 #define STR_FILE_LOCKED_SAVE_LATER  405
551 #define STR_UNKNOWN_USER            406
552 #define STR_LONG_ERR_NULL           407
554 #define STR_UNDO_INSERTNOTE         408
555 #define STR_UNDO_DELETENOTE         409
556 #define STR_STYLE_FAMILY_CELL       410
557 #define STR_STYLE_FAMILY_PAGE       411
559 #define STR_ERR_DATAPILOTSOURCE     412
560 #define STR_PIVOT_FIRSTROWEMPTYERR  413
561 #define STR_PIVOT_ONLYONEROWERR     414
563 #define STR_UNDO_SET_TAB_BG_COLOR       415
564 #define STR_UNDO_SET_MULTI_TAB_BG_COLOR 416
565 #define STR_UNDO_INSERT_CURRENT_DATE    417
566 #define STR_UNDO_INSERT_CURRENT_TIME    418
568 #define STR_OPTIONS_WARN_SEPARATORS 419
569 #define STR_SHAPE_AUTOSHAPE         420
570 #define STR_SHAPE_RECTANGLE         421
571 #define STR_SHAPE_LINE              422
572 #define STR_SHAPE_OVAL              423
573 #define STR_SHAPE_TEXTBOX           424
575 #define STR_FORM_BUTTON             425
576 #define STR_FORM_CHECKBOX           426
577 #define STR_FORM_OPTIONBUTTON       427
578 #define STR_FORM_LABEL              428
579 #define STR_FORM_LISTBOX            429
580 #define STR_FORM_GROUPBOX           430
581 #define STR_FORM_DROPDOWN           431
582 #define STR_FORM_SPINNER            432
583 #define STR_FORM_SCROLLBAR          433
585 #define STR_PGNUM                   434
587 #define STR_MANAGE_NAMES            435
589 #define STR_HEADER_NAME             436
590 #define STR_HEADER_RANGE            437
591 #define STR_HEADER_SCOPE            438
592 #define STR_GLOBAL_SCOPE            439
593 #define STR_ERR_NAME_EXISTS         440
594 #define STR_ERR_NAME_INVALID        441
596 #define STR_UNSAVED_EXT_REF         442
597 #define STR_CLOSE_WITH_UNSAVED_REFS 443
598 #define STR_PIVOT_GROUP             444
599 #define STR_HEADER_COND             445
601 #define STR_COND_CONDITION          446
602 #define STR_COND_COLORSCALE         447
603 #define STR_COND_DATABAR            448
604 #define STR_COND_ICONSET            449
605 #define STR_COND_FORMULA            450
606 #define STR_COND_BETWEEN            451
607 #define STR_COND_NOTBETWEEN         452
608 #define STR_COND_UNIQUE             453
609 #define STR_COND_DUPLICATE          454
610 #define STR_COND_TOP10              455
611 #define STR_COND_BOTTOM10           456
612 #define STR_COND_TOP_PERCENT        457
613 #define STR_COND_BOTTOM_PERCENT     458
614 #define STR_COND_ABOVE_AVERAGE      459
615 #define STR_COND_BELOW_AVERAGE      460
616 #define STR_COND_ERROR              461
617 #define STR_COND_NOERROR            462
618 #define STR_COND_BEGINS_WITH        463
619 #define STR_COND_ENDS_WITH          464
620 #define STR_COND_CONTAINS           465
621 #define STR_COND_NOT_CONTAINS       466
622 #define STR_COND_DATE               467
623 #define STR_COND_TODAY              468
624 #define STR_COND_YESTERDAY          469
625 #define STR_COND_TOMORROW           470
626 #define STR_COND_LAST7DAYS          471
627 #define STR_COND_THISWEEK           472
628 #define STR_COND_LASTWEEK           473
629 #define STR_COND_NEXTWEEK           474
630 #define STR_COND_THISMONTH          475
631 #define STR_COND_LASTMONTH          476
632 #define STR_COND_NEXTMONTH          477
633 #define STR_COND_THISYEAR           478
634 #define STR_COND_LASTYEAR           479
635 #define STR_COND_NEXTYEAR           480
637 #define STR_ERR_CONDFORMAT_PROTECTED   481
638 #define STR_EDIT_EXISTING_COND_FORMATS 482
640 #define STR_QUERY_FORMULA_RECALC_ONLOAD_ODS 483
641 #define STR_QUERY_FORMULA_RECALC_ONLOAD_XLS 484
642 #define STR_ALWAYS_PERFORM_SELECTED         485
644 #define STR_NO_INSERT_DELETE_OVER_PIVOT_TABLE 486
646 #define STR_CHG_INSERT_COLS         487
647 #define STR_CHG_INSERT_ROWS         488
648 #define STR_CHG_INSERT_TABS         489
649 #define STR_CHG_DELETE_COLS         490
650 #define STR_CHG_DELETE_ROWS         491
651 #define STR_CHG_DELETE_TABS         492
652 #define STR_CHG_MOVE                493
653 #define STR_CHG_CONTENT             494
654 #define STR_CHG_REJECT              495
655 #define STR_CHG_ACCEPTED            496
656 #define STR_CHG_REJECTED            497
657 #define STR_CHG_NO_ENTRY            498
658 #define STR_CHG_CONTENT_WITH_CHILD  499
659 #define STR_CHG_CHILD_CONTENT       500
660 #define STR_CHG_CHILD_ORGCONTENT    501
661 #define STR_CHG_EMPTY               502
663 #define STR_UNDO_HIDETABS           503
664 #define STR_UNDO_SHOWTABS           504
666 #define STR_DPFIELD_GROUP_BY_SECONDS     505
667 #define STR_DPFIELD_GROUP_BY_MINUTES     506
668 #define STR_DPFIELD_GROUP_BY_HOURS       507
669 #define STR_DPFIELD_GROUP_BY_DAYS        508
670 #define STR_DPFIELD_GROUP_BY_MONTHS      509
671 #define STR_DPFIELD_GROUP_BY_QUARTERS    510
672 #define STR_DPFIELD_GROUP_BY_YEARS       511
674 #define STR_COND_ABOVE_EQUAL_AVERAGE 512
675 #define STR_COND_BELOW_EQUAL_AVERAGE 513
677 #define STR_MULTI_SELECT            514
679 #define STR_INVALIDVAL              515
680 #define STR_INVALIDVAR              516
681 #define STR_INVALIDFORM             517
682 #define STR_NOFORMULA               518
684 #define STR_INVALIDINPUT            519
685 #define STR_INVALIDCONDITION        520
687 #define STR_FUN_TEXT_SELECTION_COUNT 521
689 #define STR_QUERYREMOVE             522
690 #define STR_COPYLIST                523
691 #define STR_COPYFROM                524
692 #define STR_COPYERR                 525
694 #define STR_CTRLCLICKHYPERLINK      526
695 #define STR_CLICKHYPERLINK          527
697 #define SC_GLOBSTR_STR_COUNT        528     /**< the count of permanently resident strings */
699 #endif
701 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */