/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef SC_GLOBSTR_HRC
#define SC_GLOBSTR_HRC
/*
* This file is reserved for string IDs of permanently loaded resident string
* resources for faster access in core and filter code (and some UI like
* Undo/Redo or strings displayed in the status bar), they reside in resource
* RID_GLOBSTR and are meant to be accessed via ScGlobal::GetRscString(). All
* other string IDs of strings used in message boxes and elsewhere go into
* sc/inc/sc.hrc if they need to be global, or if restricted to UI dialogs into
* a proper sc/source/ui/xxx/yyy.hrc and corresponding .src PLEASE!
*
* When inserting or removing defines the entire file can be renumbered using
* sc/util/number-defines-consecutively.awk
* Hint: when inserting a define use some arbitrary large enough number such as
* 9999 and then renumber the file, which you HAVE TO then since otherwise the
* number would be greater than the count of resident strings.
*/
#define STR_UNDO_DELETECELLS 1
#define STR_UNDO_CUT 2
#define STR_UNDO_PASTE 3
#define STR_UNDO_MOVE 4
#define STR_UNDO_COPY 5
#define STR_UNDO_DELETECONTENTS 6
#define STR_UNDO_SELATTR 7
#define STR_UNDO_SELATTRLINES 8
#define STR_UNDO_COLWIDTH 9
#define STR_UNDO_OPTCOLWIDTH 10
#define STR_UNDO_ROWHEIGHT 11
#define STR_UNDO_OPTROWHEIGHT 12
#define STR_UNDO_AUTOFILL 13
#define STR_UNDO_MERGE 14
#define STR_UNDO_REMERGE 15
#define STR_UNDO_AUTOFORMAT 16
#define STR_UNDO_REPLACE 17
#define STR_UNDO_CURSORATTR 18
#define STR_UNDO_ENTERDATA 19
#define STR_UNDO_INSCOLBREAK 20
#define STR_UNDO_DELCOLBREAK 21
#define STR_UNDO_INSROWBREAK 22
#define STR_UNDO_DELROWBREAK 23
#define STR_UNDO_DOOUTLINE 24
#define STR_UNDO_REDOOUTLINE 25
#define STR_UNDO_MAKEOUTLINE 26
#define STR_UNDO_REMAKEOUTLINE 27
#define STR_UNDO_OUTLINELEVEL 28
#define STR_UNDO_DOOUTLINEBLK 29
#define STR_UNDO_REDOOUTLINEBLK 30
#define STR_UNDO_REMOVEALLOTLNS 31
#define STR_UNDO_AUTOOUTLINE 32
#define STR_UNDO_SUBTOTALS 33
#define STR_UNDO_SORT 34
#define STR_UNDO_QUERY 35
#define STR_UNDO_DBDATA 36
#define STR_UNDO_IMPORTDATA 37
#define STR_UNDO_REPEATDB 38
#define STR_MSSG_DOSUBTOTALS_0 39
#define STR_MSSG_DOSUBTOTALS_1 40
#define STR_MSSG_DOSUBTOTALS_2 41
#define STR_MSSG_REPEATDB_0 42
#define STR_MSSG_MAKEAUTOFILTER_0 43
#define STR_MSSG_IMPORTDATA_0 44
#define STR_MSSG_MAKEOUTLINE_0 45
#define STR_MSSG_REMOVEOUTLINE_0 46
#define STR_MSSG_PASTEFROMCLIP_0 47
#define STR_MSSG_PASTEFROMCLIP_1 48
#define STR_MSSG_MOVEBLOCKTO_0 49
#define STR_MSSG_INSERTCELLS_0 50
#define STR_MSSG_DELETECELLS_0 51
#define STR_MSSG_MERGECELLS_0 52
#define STR_MSSG_SOLVE_0 54
#define STR_MSSG_SOLVE_1 55
#define STR_MSSG_SOLVE_2 56
#define STR_MSSG_SOLVE_3 57
#define STR_MSSG_SOLVE_4 58
#define STR_TABLE_GESAMTERGEBNIS 59
#define STR_TABLE_ERGEBNIS 60
#define STR_UNDO_SPELLING 61
#define STR_TABLE_UND 62
#define STR_TABLE_ODER 63
#define STR_UNDO_INSERTCELLS 64
#define STR_TABLE_DEF 65
#define STR_MOVE_TO_END 66
#define STR_BOX_YNI 67
#define STR_NO_REF_TABLE 68
#define STR_PIVOTFUNC_SUM 69 // pivot.cxx
#define STR_PIVOTFUNC_COUNT 70
#define STR_PIVOTFUNC_AVG 71
#define STR_PIVOTFUNC_MAX 72
#define STR_PIVOTFUNC_MIN 73
#define STR_PIVOTFUNC_PROD 74
#define STR_PIVOTFUNC_COUNT2 75
#define STR_PIVOTFUNC_STDDEV 76
#define STR_PIVOTFUNC_STDDEV2 77
#define STR_PIVOTFUNC_VAR 78
#define STR_PIVOTFUNC_VAR2 79
#define STR_PIVOT_TOTAL 80
#define STR_PIVOT_DATA 81
#define STR_PIVOT_INVALID_DBAREA 82 // tabvwsh3.cxx
#define STR_TABLE 83
#define STR_COLUMN 84
#define STR_ROW 85
#define STR_LOAD_DOC 86
#define STR_SAVE_DOC 87
#define STR_ERR_INVALID_TABREF 88
#define STR_AREA_ALREADY_INSERTED 89
#define STR_INVALID_TABREF 90
#define STR_INVALID_QUERYAREA 91
#define STR_REIMPORT_EMPTY 92
#define STR_NOMULTISELECT 93
#define STR_FILL_SERIES_PROGRESS 94 // documen3.cxx
#define STR_UNKNOWN_FILTER 95
#define STR_DATABASE_NOTFOUND 96
#define STR_DATABASE_ABORTED 97
#define STR_UNDO_PRINTRANGES 98
#define STR_UNDO_DEC_INDENT 99
#define STR_UNDO_INC_INDENT 100
#define STR_UNDO_THESAURUS 101
#define STR_FILL_TAB 102
#define STR_NO_VALUE 103 /* moved to compiler.src, keep define! */
#define STR_UPDATE_SCENARIO 104
#define STR_ERR_NEWSCENARIO 105
#define STR_SCENARIO 106
#define STR_PIVOT_TABLE 107
#define STR_NEWTABNAMENOTUNIQUE 108
#define STR_FUN_TEXT_SUM 109
#define STR_FUN_TEXT_COUNT 110
#define STR_FUN_TEXT_AVG 111
#define STR_FUN_TEXT_MAX 112
#define STR_FUN_TEXT_MIN 113
#define STR_FUN_TEXT_PRODUCT 114
#define STR_FUN_TEXT_STDDEV 115
#define STR_FUN_TEXT_VAR 116
#define STR_DOC_STAT 117
#define STR_DBNAME_IMPORT 118
#define STR_NOCHARTATCURSOR 119
#define STR_NOAREASELECTED 120
#define STR_INVALIDTABNAME 121
#define STR_PIVOT_NOTFOUND 122
#define STR_ERROR_STR 123
#define STR_NV_STR 124 /* moved to compiler.src, keep define! */
#define STR_EMPTYDATA 125
#define STR_PIVOT_NODATA 126
#define STR_PIVOT_MOVENOTALLOWED 127
#define STR_PRINT_INVALID_AREA 128
#define STR_PAGESTYLE 129
#define STR_HEADER 130
#define STR_FOOTER 131
#define STR_TEXTATTRS 132
#define STR_HFCMD_DELIMITER 133
#define STR_HFCMD_PAGE 134
#define STR_HFCMD_PAGES 135
#define STR_HFCMD_DATE 136
#define STR_HFCMD_TIME 137
#define STR_HFCMD_FILE 138
#define STR_HFCMD_TABLE 139
#define STR_PROTECTIONERR 140
#define STR_PAGEHEADER 141
#define STR_PAGEFOOTER 142
#define STR_PAGE 143
#define STR_LONG_ERR_ILL_ARG 144
#define STR_LONG_ERR_ILL_PAR 145
#define STR_LONG_ERR_ILL_FPO 146
#define STR_LONG_ERR_ILL_CHAR 147
#define STR_LONG_ERR_ILL_SEP 148
#define STR_LONG_ERR_PAIR 149
#define STR_LONG_ERR_OP_EXP 150
#define STR_LONG_ERR_VAR_EXP 151
#define STR_LONG_ERR_CODE_OVF 152
#define STR_LONG_ERR_STR_OVF 153
#define STR_LONG_ERR_STACK_OVF 154
#define STR_LONG_ERR_SYNTAX 155
#define STR_LONG_ERR_CIRC_REF 156
#define STR_LONG_ERR_NO_NAME 157
#define STR_LONG_ERR_NO_REF 158
#define STR_LONG_ERR_NO_CONV 159
#define STR_LONG_ERR_NO_VALUE 160
#define STR_LONG_ERR_NV 161
#define STR_GRIDCOLOR 162
#define STR_MERGE_NOTEMPTY 163
#define STR_CELL_FILTER 164
#define STR_TARGETNOTFOUND 165
#define STR_INVALID_EPS 166
#define STR_TABLE_OP 167 // documen4.cxx
#define STR_UNDO_TABOP 168
#define STR_INVALID_AFNAME 169
#define STR_AREA 170
#define STR_YES 171
#define STR_NO 172
#define STR_PROTECTION 173
#define STR_FORMULAS 174
#define STR_HIDE 175
#define STR_PRINT 176
#define STR_INVALID_AFAREA 177
#define STR_CASCADE 178 // function auto pilot
#define STR_OPTIONAL 179
#define STR_REQUIRED 180
#define STR_EDITFUNCTION 181
#define STR_INVALID 182
#define STR_NOTES 183
#define STR_QUERY_DELTAB 184
#define STR_UNDO_DETREFRESH 185
#define STR_UNDO_SHOWNOTE 186
#define STR_UNDO_HIDENOTE 187
#define STR_UNDO_DRAGDROP 188
#define STR_EXPORT_ASCII_WARNING 189
#define STR_IMPORT_ERROR 190
#define STR_IMPORT_ASCII 191
#define STR_IMPORT_LOTUS 192
#define STR_IMPORT_DBF 193
#define STR_EXPORT_ASCII 194
#define STR_STYLENAME_STANDARD 195
#define STR_STYLENAME_RESULT 196
#define STR_STYLENAME_RESULT1 197
#define STR_STYLENAME_HEADLINE 198
#define STR_STYLENAME_HEADLINE1 199
#define STR_STYLENAME_REPORT 200
#define STR_STYLENAME_REPORT1 201
#define STR_PIVOT_ERROR 202
#define STR_PIVOT_PROGRESS 203
#define STR_IMPORT_EXCEL_WARNING 204
#define STR_SPELLING_STOP_OK 205
#define STR_THESAURUS_NO_STRING 206
#define STR_SPELLING_BEGIN_TAB 207
#define STR_SPELLING_NO_LANG 208 // can be removed later
#define STR_UNDO_GRAFEDIT 209
#define STR_NOLANGERR 210
#define STR_UNDO_INSERT_TAB 211
#define STR_UNDO_DELETE_TAB 212
#define STR_UNDO_RENAME_TAB 213
#define STR_UNDO_MOVE_TAB 214
#define STR_UNDO_COPY_TAB 215
#define STR_UNDO_APPEND_TAB 216
#define STR_CHART_MAINTITLE 217
#define STR_CHART_SUBTITLE 218
#define STR_CHART_XTITLE 219
#define STR_CHART_YTITLE 220
#define STR_CHART_ZTITLE 221
#define STR_ABSREFLOST 222
#define STR_NAMECONFLICT 223
#define STR_ERR_AUTOFILTER 224
#define STR_CREATENAME_REPLACE 228
#define STR_CREATENAME_MARKERR 229
#define STR_UNDO_LISTNAMES 230
#define STR_UNDO_PIVOT_NEW 231
#define STR_UNDO_PIVOT_MODIFY 232
#define STR_UNDO_PIVOT_DELETE 233
#define STR_UNDO_CONSOLIDATE 234
#define STR_UNDO_USESCENARIO 235
#define STR_UNDO_MAKESCENARIO 236
#define STR_CONSOLIDATE_ERR1 237
#define STR_SCENARIO_NOTFOUND 238
#define STR_UNDO_APPLYCELLSTYLE 239
#define STR_UNDO_DETADDPRED 240
#define STR_UNDO_DETDELPRED 241
#define STR_UNDO_DETADDSUCC 242
#define STR_UNDO_DETDELSUCC 243
#define STR_UNDO_DETADDERROR 244
#define STR_UNDO_DETDELALL 245
#define STR_QUERY_DELENTRY 246
#define STR_VOBJ_OBJECT 247
#define STR_VOBJ_CHART 248
#define STR_VOBJ_DRAWINGS 249
#define STR_VOBJ_MODE_SHOW 250
#define STR_VOBJ_MODE_HIDE 251
#define STR_SCATTR_PAGE_TOPDOWN 252
#define STR_SCATTR_PAGE_LEFTRIGHT 253
#define STR_SCATTR_PAGE_NOTES 254
#define STR_SCATTR_PAGE_GRID 255
#define STR_SCATTR_PAGE_HEADERS 256
#define STR_SCATTR_PAGE_FORMULAS 257
#define STR_SCATTR_PAGE_NULLVALS 258
#define STR_SCATTR_PAGE_PRINTDIR 259
#define STR_SCATTR_PAGE_FIRSTPAGENO 260
#define STR_SCATTR_PAGE_SCALE 261
#define STR_SCATTR_PAGE_SCALETOPAGES 262
#define STR_NOREF_STR 263 /* moved to compiler.src, keep define! */
#define STR_UNDO_CHARTDATA 264
#define STR_UNDO_ORIGINALSIZE 265
#define STR_LINKERROR 266
#define STR_LINKERRORFILE 267
#define STR_LINKERRORTAB 268
#define STR_UNDO_UPDATELINK 269
#define STR_IMPORT_REPLACE 270
#define STR_UNDO_REMOVELINK 271
#define STR_OVERVIEW 272
#define STR_DOC_INFO 273
#define STR_DOC_CREATED 274
#define STR_DOC_MODIFIED 275
#define STR_DOC_PRINTED 276
#define STR_DOC_THEME 277
#define STR_DOC_KEYWORDS 278
#define STR_DOC_COMMENT 279
#define STR_BY 280
#define STR_ON 281
#define STR_RELOAD_TABLES 282
#define STR_FILTER_TOOMANY 283
#define STR_UNDO_ENTERMATRIX 284
#define STR_INSERT_FULL 285
#define STR_TABINSERT_ERROR 286
#define STR_PASTE_ERROR 287
#define STR_PASTE_FULL 288
#define STR_ERR_INVALID_AREA 289
#define STR_IMPORT_DIF 290
#define STR_EXPORT_DIF 291
#define STR_ERR_NOREF 292
#define STR_FUN_TEXT_COUNT2 293
#define STR_NO_NAME_REF 294 /* moved to compiler.src, keep define! */
#define STR_MATRIXFRAGMENTERR 295
#define STR_UNDO_SHOWTAB 296
#define STR_UNDO_HIDETAB 297
#define STR_UNDO_INSERTAREALINK 298
#define STR_REIMPORT_AFTER_LOAD 299
#define STR_DETINVALID_OVERFLOW 300
#define STR_GRAPHICNAME 301
#define STR_INVALIDNAME 302
#define STR_ERR_LINKOVERLAP 303
#define STR_VALID_MACRONOTFOUND 304
#define STR_VALID_DEFERROR 305
#define STR_UNDO_DETINVALID 306
#define STR_PROGRESS_CALCULATING 307
#define STR_PROGRESS_SORTING 308
#define STR_PROGRESS_HEIGHTING 309
#define STR_QUICKHELP_DELETE 310
#define STR_FUNCTIONLIST_MORE 311
#define STR_PIVOT_STYLE_INNER 312
#define STR_PIVOT_STYLE_RESULT 313
#define STR_PIVOT_STYLE_CATEGORY 314
#define STR_PIVOT_STYLE_TITLE 315
#define STR_PIVOT_STYLE_FIELDNAME 316
#define STR_PIVOT_STYLE_TOP 317
#define STR_OPERATION_FILTER 318
#define STR_OPERATION_SORT 319
#define STR_OPERATION_SUBTOTAL 320
#define STR_OPERATION_NONE 321
#define STR_UNDO_PROTECT_TAB 322
#define STR_UNDO_UNPROTECT_TAB 323
#define STR_UNDO_PROTECT_DOC 324
#define STR_UNDO_UNPROTECT_DOC 325
#define STR_PROGRESS_IMPORT 326
#define STR_SORT_ERR_MERGED 327
#define STR_TIP_WIDTH 328
#define STR_TIP_HEIGHT 329
#define STR_TIP_HIDE 330
#define STR_UNDO_REMOVEBREAKS 331
#define STR_UNDO_PRINTSCALE 332
#define STR_UNDO_DRAG_BREAK 333
#define STR_QUICKHELP_REF 334
#define STR_PIVOT_OVERLAP 335
#define STR_PIVOT_NOTEMPTY 336
#define STR_QUERY_NOTFOUND 337
#define STR_ERR_INSERTOBJ 338
#define STR_PROGRESS_COMPARING 339
#define STR_CHANGED_BLANK 340
#define STR_CHANGED_CELL 341
#define STR_CHANGED_INSERT 342
#define STR_CHANGED_DELETE 343
#define STR_CHANGED_MOVE 344
#define STR_QUERY_DELSCENARIO 345
#define STR_UNDO_EDITSCENARIO 346
#define STR_END_REDLINING_TITLE 347
#define STR_END_REDLINING 348
#define STR_UNDO_EDITNOTE 349
#define STR_TABREMOVE_ERROR 350
#define STR_CLOSE_ERROR_LINK 351
#define STR_UNDO_RANGENAMES 352
#define STR_UNDO_RESIZEMATRIX 355
#define STR_TIP_RESIZEMATRIX 356
#define STR_READONLYERR 357
#define STR_PASTE_BIGGER 358
#define STR_MACRO_WARNING 359
#define STR_EXPORT_DBF 360
#define STR_UNDO_APPLYPAGESTYLE 361
#define STR_UNDO_EDITCELLSTYLE 362
#define STR_UNDO_EDITPAGESTYLE 363
#define STR_DATAPILOT_SUBTOTAL 364
#define STR_UNDO_TRANSLITERATE 365
#define STR_NO_ADDIN 366
#define STR_LONG_ERR_NO_ADDIN 367
#define STR_NO_MACRO 368
#define STR_LONG_ERR_NO_MACRO 369
#define STR_SCATTR_PAGE_SCALETO 370
#define STR_SCATTR_PAGE_SCALE_WIDTH 371
#define STR_SCATTR_PAGE_SCALE_HEIGHT 372
#define STR_SCATTR_PAGE_SCALE_PAGES 373
#define STR_SCATTR_PAGE_SCALE_AUTO 374
#define STR_UNDO_TAB_RTL 375
#define STR_UNDO_HANGULHANJA 376
#define STR_UNDO_CHINESE_TRANSLATION 377
#define STR_NAME_INPUT_CELL 378
#define STR_NAME_INPUT_RANGE 379
#define STR_NAME_INPUT_DBRANGE 380
#define STR_NAME_INPUT_ROW 381
#define STR_NAME_INPUT_SHEET 382
#define STR_NAME_INPUT_DEFINE 383
#define STR_NAME_ERROR_SELECTION 384
#define STR_NAME_ERROR_NAME 385
#define STR_CHANGED_MOVE_REJECTION_WARNING 386
#define STR_CHANGED_DELETE_REJECTION_WARNING 387
#define STR_ERR_DATAPILOT_INPUT 388
#define STR_DIV_ZERO 389 /* moved to compiler.src, keep define! */
#define STR_LONG_ERR_DIV_ZERO 390
#define STR_NUM_ERROR 391 /* moved to compiler.src, keep define! */
#define STR_NULL_ERROR 392 /* moved to compiler.src, keep define! */
#define STR_RECALC_MANUAL 393
#define STR_RECALC_AUTO 394
#define STR_UNDO_TAB_R1C1 395
#define STR_ERR_LONG_NESTED_ARRAY 396
#define STR_UNDO_TEXTTOCOLUMNS 397
#define STR_DOC_UPDATED 398
#define STR_DOC_WILLBESAVED 399
#define STR_DOC_WILLNOTBESAVED 400
#define STR_DOC_DISABLESHARED 401
#define STR_DOC_NOLONGERSHARED 402
#define STR_SHARED_DOC_WARNING 403
#define STR_FILE_LOCKED_TRY_LATER 404
#define STR_FILE_LOCKED_SAVE_LATER 405
#define STR_UNKNOWN_USER 406
#define STR_LONG_ERR_NULL 407
#define STR_UNDO_INSERTNOTE 408
#define STR_UNDO_DELETENOTE 409
#define STR_STYLE_FAMILY_CELL 410
#define STR_STYLE_FAMILY_PAGE 411
#define STR_ERR_DATAPILOTSOURCE 412
#define STR_PIVOT_FIRSTROWEMPTYERR 413
#define STR_PIVOT_ONLYONEROWERR 414
#define STR_UNDO_SET_TAB_BG_COLOR 415
#define STR_UNDO_SET_MULTI_TAB_BG_COLOR 416
#define STR_UNDO_INSERT_CURRENT_DATE 417
#define STR_UNDO_INSERT_CURRENT_TIME 418
#define STR_OPTIONS_WARN_SEPARATORS 419
#define STR_SHAPE_AUTOSHAPE 420
#define STR_SHAPE_RECTANGLE 421
#define STR_SHAPE_LINE 422
#define STR_SHAPE_OVAL 423
#define STR_SHAPE_TEXTBOX 424
#define STR_FORM_BUTTON 425
#define STR_FORM_CHECKBOX 426
#define STR_FORM_OPTIONBUTTON 427
#define STR_FORM_LABEL 428
#define STR_FORM_LISTBOX 429
#define STR_FORM_GROUPBOX 430
#define STR_FORM_DROPDOWN 431
#define STR_FORM_SPINNER 432
#define STR_FORM_SCROLLBAR 433
#define STR_PGNUM 434
#define STR_MANAGE_NAMES 435
#define STR_HEADER_NAME 436
#define STR_HEADER_RANGE 437
#define STR_HEADER_SCOPE 438
#define STR_GLOBAL_SCOPE 439
#define STR_ERR_NAME_EXISTS 440
#define STR_ERR_NAME_INVALID 441
#define STR_UNSAVED_EXT_REF 442
#define STR_CLOSE_WITH_UNSAVED_REFS 443
#define STR_PIVOT_GROUP 444
#define STR_HEADER_COND 445
#define STR_COND_CONDITION 446
#define STR_COND_COLORSCALE 447
#define STR_COND_DATABAR 448
#define STR_COND_ICONSET 449
#define STR_COND_FORMULA 450
#define STR_COND_BETWEEN 451
#define STR_COND_NOTBETWEEN 452
#define STR_COND_UNIQUE 453
#define STR_COND_DUPLICATE 454
#define STR_COND_TOP10 455
#define STR_COND_BOTTOM10 456
#define STR_COND_TOP_PERCENT 457
#define STR_COND_BOTTOM_PERCENT 458
#define STR_COND_ABOVE_AVERAGE 459
#define STR_COND_BELOW_AVERAGE 460
#define STR_COND_ERROR 461
#define STR_COND_NOERROR 462
#define STR_COND_BEGINS_WITH 463
#define STR_COND_ENDS_WITH 464
#define STR_COND_CONTAINS 465
#define STR_COND_NOT_CONTAINS 466
#define STR_COND_DATE 467
#define STR_COND_TODAY 468
#define STR_COND_YESTERDAY 469
#define STR_COND_TOMORROW 470
#define STR_COND_LAST7DAYS 471
#define STR_COND_THISWEEK 472
#define STR_COND_LASTWEEK 473
#define STR_COND_NEXTWEEK 474
#define STR_COND_THISMONTH 475
#define STR_COND_LASTMONTH 476
#define STR_COND_NEXTMONTH 477
#define STR_COND_THISYEAR 478
#define STR_COND_LASTYEAR 479
#define STR_COND_NEXTYEAR 480
#define STR_ERR_CONDFORMAT_PROTECTED 481
#define STR_EDIT_EXISTING_COND_FORMATS 482
#define STR_QUERY_FORMULA_RECALC_ONLOAD_ODS 483
#define STR_QUERY_FORMULA_RECALC_ONLOAD_XLS 484
#define STR_ALWAYS_PERFORM_SELECTED 485
#define STR_NO_INSERT_DELETE_OVER_PIVOT_TABLE 486
#define STR_CHG_INSERT_COLS 487
#define STR_CHG_INSERT_ROWS 488
#define STR_CHG_INSERT_TABS 489
#define STR_CHG_DELETE_COLS 490
#define STR_CHG_DELETE_ROWS 491
#define STR_CHG_DELETE_TABS 492
#define STR_CHG_MOVE 493
#define STR_CHG_CONTENT 494
#define STR_CHG_REJECT 495
#define STR_CHG_ACCEPTED 496
#define STR_CHG_REJECTED 497
#define STR_CHG_NO_ENTRY 498
#define STR_CHG_CONTENT_WITH_CHILD 499
#define STR_CHG_CHILD_CONTENT 500
#define STR_CHG_CHILD_ORGCONTENT 501
#define STR_CHG_EMPTY 502
#define STR_UNDO_HIDETABS 503
#define STR_UNDO_SHOWTABS 504
#define STR_DPFIELD_GROUP_BY_SECONDS 505
#define STR_DPFIELD_GROUP_BY_MINUTES 506
#define STR_DPFIELD_GROUP_BY_HOURS 507
#define STR_DPFIELD_GROUP_BY_DAYS 508
#define STR_DPFIELD_GROUP_BY_MONTHS 509
#define STR_DPFIELD_GROUP_BY_QUARTERS 510
#define STR_DPFIELD_GROUP_BY_YEARS 511
#define STR_COND_ABOVE_EQUAL_AVERAGE 512
#define STR_COND_BELOW_EQUAL_AVERAGE 513
#define STR_MULTI_SELECT 514
#define STR_INVALIDVAL 515
#define STR_INVALIDVAR 516
#define STR_INVALIDFORM 517
#define STR_NOFORMULA 518
#define STR_INVALIDINPUT 519
#define STR_INVALIDCONDITION 520
#define STR_FUN_TEXT_SELECTION_COUNT 521
#define STR_QUERYREMOVE 522
#define STR_COPYLIST 523
#define STR_COPYFROM 524
#define STR_COPYERR 525
#define STR_CTRLCLICKHYPERLINK 526
#define STR_CLICKHYPERLINK 527
#define STR_ROWCOL_SELCOUNT 528
#define STR_PRINT_PREVIEW_NODATA 529
#define STR_PRINT_PREVIEW_EMPTY_RANGE 530
#define STR_UNDO_CONDFORMAT 531
#define STR_UNDO_FORMULA_TO_VALUE 532
#define STR_UNQUOTED_STRING 533
#define STR_ENTER_VALUE 534
#define STR_TABLE_COUNT 535
#define SC_GLOBSTR_STR_COUNT 536 /**< the count of permanently resident strings */
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
feature/slideshow_onlySprites
feature/slideshowprimitives
feature/sparklines
feature/spellig_popup_SID
feature/stub_writer
feature/svg-export
feature/svg-optimisations
feature/svg-optimisations-5-0
feature/sw-delete-undo-rework
feature/sw_redlinehide_4a_for_libreoffice-6-2
feature/sw_redlinehide_4b_for_libreoffice-6-2
feature/table-style
feature/table-style-rebased
feature/table_panel
feature/table_rotated_text
feature/taggedPDF
feature/template_manager_improvements
feature/template_manager_improvements2
feature/themesupport
feature/themesupport2
feature/tiled-editing
feature/tscp3
feature/unitver
feature/unocrsrptr
feature/unostyles
feature/unostyles2
feature/unostyles3
feature/use-ogl-context-in-canvas
feature/vcl-opengl
feature/vcl-opengl-integration
feature/vcl-opengl2
feature/vclptr
feature/vlc
feature/vlc-rb
feature/vs2012
feature/wasm
feature/window-iter
feature/windows-cross-build
feature/windowsupdater
feature/xtiledrenderable
feature/yrs-demo
libreoffice-24-2
libreoffice-24-2-0
libreoffice-24-2-1
libreoffice-24-2-2
libreoffice-24-2-3
libreoffice-24-2-4
libreoffice-24-2-5
libreoffice-24-2-6
libreoffice-24-2-7
libreoffice-24-8
libreoffice-24-8-0
libreoffice-24-8-1
libreoffice-24-8-2
libreoffice-24-8-3
libreoffice-24-8-4
libreoffice-24-8-5
libreoffice-25-2
libreoffice-25-2-0
libreoffice-3-5
libreoffice-3-5-0
libreoffice-3-5-1
libreoffice-3-5-2
libreoffice-3-5-3
libreoffice-3-5-4
libreoffice-3-5-5
libreoffice-3-5-6
libreoffice-3-5-7
libreoffice-3-6
libreoffice-3-6-0
libreoffice-3-6-1
libreoffice-3-6-2
libreoffice-3-6-3
libreoffice-3-6-4
libreoffice-3-6-5
libreoffice-3-6-6
libreoffice-3-6-7
libreoffice-4-0
libreoffice-4-0-0
libreoffice-4-0-1
libreoffice-4-0-2
libreoffice-4-0-3
libreoffice-4-0-4
libreoffice-4-0-5
libreoffice-4-0-6
libreoffice-4-1
libreoffice-4-1-0
libreoffice-4-1-1
libreoffice-4-1-2
libreoffice-4-1-3
libreoffice-4-1-4
libreoffice-4-1-5
libreoffice-4-1-6
libreoffice-4-2
libreoffice-4-2-0
libreoffice-4-2-1
libreoffice-4-2-2
libreoffice-4-2-3
libreoffice-4-2-4
libreoffice-4-2-5
libreoffice-4-2-6
libreoffice-4-2-7
libreoffice-4-2-8
libreoffice-4-3
libreoffice-4-3-0
libreoffice-4-3-1
libreoffice-4-3-2
libreoffice-4-3-3
libreoffice-4-3-4
libreoffice-4-3-5
libreoffice-4-3-6
libreoffice-4-3-7
libreoffice-4-4
libreoffice-4-4-0
libreoffice-4-4-1
libreoffice-4-4-2
libreoffice-4-4-3
libreoffice-4-4-4
libreoffice-4-4-5
libreoffice-4-4-6
libreoffice-4-4-7
libreoffice-5-0
libreoffice-5-0-0
libreoffice-5-0-1
libreoffice-5-0-2
libreoffice-5-0-3
libreoffice-5-0-4
libreoffice-5-0-5
libreoffice-5-0-6
libreoffice-5-1
libreoffice-5-1-0
libreoffice-5-1-1
libreoffice-5-1-2
libreoffice-5-1-3
libreoffice-5-1-4
libreoffice-5-1-5
libreoffice-5-1-6
libreoffice-5-2
libreoffice-5-2-0
libreoffice-5-2-1
libreoffice-5-2-2
libreoffice-5-2-3
libreoffice-5-2-4
libreoffice-5-2-5
libreoffice-5-2-6
libreoffice-5-2-7
libreoffice-5-3
libreoffice-5-3-0
libreoffice-5-3-1
libreoffice-5-3-2
libreoffice-5-3-3
libreoffice-5-3-4
libreoffice-5-3-5
libreoffice-5-3-6
libreoffice-5-3-7
libreoffice-5-4
libreoffice-5-4-0
libreoffice-5-4-1
libreoffice-5-4-2
libreoffice-5-4-3
libreoffice-5-4-4
libreoffice-5-4-5
libreoffice-5-4-6
libreoffice-5-4-7
libreoffice-6-0
libreoffice-6-0-0
libreoffice-6-0-1
libreoffice-6-0-2
libreoffice-6-0-3
libreoffice-6-0-4
libreoffice-6-0-5
libreoffice-6-0-6
libreoffice-6-0-7
libreoffice-6-1
libreoffice-6-1-0
libreoffice-6-1-1
libreoffice-6-1-2
libreoffice-6-1-3
libreoffice-6-1-4
libreoffice-6-1-5
libreoffice-6-1-6
libreoffice-6-2
libreoffice-6-2-0
libreoffice-6-2-1
libreoffice-6-2-2
libreoffice-6-2-3
libreoffice-6-2-4
libreoffice-6-2-5
libreoffice-6-2-6
libreoffice-6-2-7
libreoffice-6-2-8
libreoffice-6-3
libreoffice-6-3-0
libreoffice-6-3-1
libreoffice-6-3-2
libreoffice-6-3-3
libreoffice-6-3-4
libreoffice-6-3-5
libreoffice-6-3-6
libreoffice-6-4
libreoffice-6-4-0
libreoffice-6-4-1
libreoffice-6-4-2
libreoffice-6-4-3
libreoffice-6-4-4
libreoffice-6-4-5
libreoffice-6-4-6
libreoffice-6-4-7
libreoffice-7-0
libreoffice-7-0-0
libreoffice-7-0-1
libreoffice-7-0-2
libreoffice-7-0-3
libreoffice-7-0-4
libreoffice-7-0-5
libreoffice-7-0-6
libreoffice-7-1
libreoffice-7-1-0
libreoffice-7-1-1
libreoffice-7-1-2
libreoffice-7-1-3
libreoffice-7-1-4
libreoffice-7-1-5
libreoffice-7-1-6
libreoffice-7-1-7
libreoffice-7-2
libreoffice-7-2-0
libreoffice-7-2-1
libreoffice-7-2-2
libreoffice-7-2-3
libreoffice-7-2-5
libreoffice-7-2-6
libreoffice-7-2-7
libreoffice-7-3
libreoffice-7-3-0
libreoffice-7-3-1
libreoffice-7-3-2
libreoffice-7-3-3
libreoffice-7-3-4
libreoffice-7-3-5
libreoffice-7-3-6
libreoffice-7-3-7
libreoffice-7-4
libreoffice-7-4-0
libreoffice-7-4-1
libreoffice-7-4-2
libreoffice-7-4-3
libreoffice-7-4-4
libreoffice-7-4-6
libreoffice-7-4-7
libreoffice-7-5
libreoffice-7-5-0
libreoffice-7-5-1
libreoffice-7-5-2
libreoffice-7-5-3
libreoffice-7-5-4
libreoffice-7-5-5
libreoffice-7-5-6
libreoffice-7-5-7
libreoffice-7-5-8
libreoffice-7-5-9
libreoffice-7-6
libreoffice-7-6-0
libreoffice-7-6-1
libreoffice-7-6-2
libreoffice-7-6-3
libreoffice-7-6-4
libreoffice-7-6-5
libreoffice-7-6-6
libreoffice-7-6-7
master
ports/macosx10.5/master
private/Ashod/cd-5.3-3.2_import_unloaded
private/Ashod/cd-5.3-3.2_import_unloaded_share_GfxLink
private/Ashod/cd-5.3.3.2
private/Ashod/cp-5.0-preinit
private/Ashod/fast-calc-rendering
private/Ashod/pdfium
private/Ashod/pdfium_on_master
private/Ashod/pdfium_on_master_fixed
private/EL-SHREIF/ui_logger
private/Minion3665/swf-export
private/Rosemary/change-tracking
private/Sweetshark/killswclient
private/Sweetshark/lessdepend
private/Sweetshark/multilistenerfix
private/ajrhunt/c4
private/ajrhunt/cunit
private/ajrhunt/cunitdemo
private/ajrhunt/firebird-improvement
private/bansan/chardraw
private/bubli/textboxchaining
private/hcvcastro/preinit
private/hcvcastro/undo-row-comment
private/jmux/armin-strip-before-squash
private/jmux/broken-static-win
private/jmux/current-reorga
private/jmux/meson
private/jmux/meson-gsoc-2021
private/jmux/oss-fuzz
private/jmux/oss-fuzz-wip
private/jmux/scheduler-fixes
private/jmux/shape.odt
private/jmux/wasm-for-master
private/jmux/wasm-tmp
private/jmux/wasm_for_master_catchall
private/jmux/win-arm64
private/jmux/win-test-nohang
private/juergen/Tests
private/juergen/check-cjk
private/kendy/condformat-api
private/kendy/condformat-fdo82014
private/kendy/mailmerge-04
private/kendy/mailmerge-05
private/kendy/swinterpreter
private/kendy/testcl
private/khaledhosny/color-fonts
private/khaledhosny/vcl-cleanup-font
private/kohei/chart-bugs
private/kohei/find-replace-all-perf
private/kohei/headless-perf
private/kohei/if-or-not-if-jump
private/kohei/sort-ref-update
private/lfrb/opengl-vcl
private/lgodard/calc_notes_import_export
private/lgodard/tdf#117202
private/llunak/mailmerge
private/llunak/mailmerge_01
private/llunak/mailmerge_02
private/llunak/mailmerge_03
private/llunak/munich_12587
private/llunak/skia
private/lmamane/basetest
private/lmamane/for-julien2412
private/lmamane/for-julien2412-master
private/lmamane/tdf110997
private/lmamane/timedate-controls-nanosecond
private/lmamane/validation
private/mcecchetti/23H1/a11y/paragraph
private/mcecchetti/accessibility/paragraph
private/mcecchetti/amd/pdf-export-jpeg
private/mcecchetti/bitmapcrc64
private/mcecchetti/bitmapcrc64-5-0
private/mcecchetti/calc-perf-unit-test
private/mcecchetti/calc-unit-test
private/mcecchetti/gl-program-binary
private/mert/wip_deepl
private/mikekaganski/multicolumn
private/mmeeks/aafixes44
private/mmeeks/backports
private/mmeeks/binarydatacache
private/mmeeks/bitmapcrc64
private/mmeeks/copy-paste
private/mmeeks/copypaste
private/mmeeks/cp-6.2-bits
private/mmeeks/cp64merge
private/mmeeks/currency-dropdown
private/mmeeks/foo
private/mmeeks/formula-iterator
private/mmeeks/gldebug
private/mmeeks/hidpi-bits
private/mmeeks/icontest
private/mmeeks/opengl-backbuffer
private/mmeeks/opengl-backbuffer2
private/mmeeks/sandbox
private/mmeeks/swapdatacontainer
private/mmeeks/vcl-opengl3
private/moggi/fix-opengl-context-problems
private/moggi/improved-dxf-xls-export
private/moggi/opengl-4-4-build-test
private/moggi/opengl-preparation
private/moggi/opengl-vcl-win
private/moggi/orcus-improvements
private/moggi/track-win-dc
private/moggi/ui-test
private/moggi/vcl-opengl3
private/mst/sw_fieldmarkhide
private/mst/sw_redlinehide
private/mst/sw_redlinehide_2
private/mst/sw_redlinehide_3
private/mst/sw_redlinehide_4a
private/mst/sw_redlinehide_4b
private/pranavk/modernize_gtktiledviewer
private/quwex/gsoc-box2d-experimental
private/quwex/notespane-search
private/quwex/notespaneflat
private/quwex/notespanesquashed
private/quwex/tdf59323
private/s.mehrbrodt/colorpicker-backport
private/sweetshark/swdepend
private/tbsdy/clipping
private/tbsdy/drawserverfontlayout
private/tbsdy/emf
private/tbsdy/osl_getAllEnvironment
private/tbsdy/outdev
private/tbsdy/printinfomgr
private/tbsdy/workbench
private/thb/libo-6-1+backports
private/thb/libreoffice-5-2+backports
private/thb/sw_redlinehide-6-1
private/thb/tdf149754
private/thb/wasm-upstreaming
private/timar/cp-6.2-centos7
private/timar/fontconfigcrash
private/timar/pythonupgrademsp
private/tml/Use-the-iOS-French-and-Italian-dictionaries-for-othe
private/tml/android-use-bionic-linker-copy
private/tml/android-use-faulty.lib
private/tml/cp-6-4-28-1
private/tml/fixwintext
private/tml/iculess
private/tml/lov-6.1.5.2
private/tml/lov-6.2.1
private/tml/lov-7.0.3.3
private/tml/lov-7.0.4
private/tml/lov-7.1.2
private/tml/opencl-default-1
private/tvajngerl/staging
ref/for/distro/collabora/cp-6.2
LibreOffice 核心代码仓库 文档基金会
Age Commit message (Collapse ) Author
in order to save special options of a database file.
Regression from d6fce54c82868b82bd6fa190db6047d69bbb3ecf
Read https://bugs.documentfoundation.org/show_bug.cgi?id=119743#c5
for detailed explanation
Change-Id: Icea932ef5e7358db1cd819583f6ef3ad9399ca87
Reviewed-on: https://gerrit.libreoffice.org/60471
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
It was just "Document" to be consistent with Calc's "Spreadsheet", but
it's confusing as we have a Text driver as well.
Change-Id: I9ec10f49c3f2bdab7d8f92a9ee0a44b4536e83eb
Reviewed-on: https://gerrit.libreoffice.org/40135
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Similar to the calc one. As a first step the Driver and the Connection
interfaces are implemented, though the later has some stubs.
Change-Id: Id043f7742fdb2006d4f88526ef4d055a6d8dee82
Reviewed-on: https://gerrit.libreoffice.org/40033
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>