tdf#48459 sw inline heading: don't apply inside frames or over 120 chars
[LibreOffice.git] / sc / inc / unonames.hxx
blob0d8fd9dbd696a1c89ee9bb582b701f3730c7b36b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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 .
20 #pragma once
22 #include <rtl/ustring.hxx>
24 // service names
25 inline constexpr OUString SC_SERVICENAME_VALBIND = u"com.sun.star.table.CellValueBinding"_ustr;
26 inline constexpr OUString SC_SERVICENAME_LISTCELLBIND = u"com.sun.star.table.ListPositionCellBinding"_ustr;
27 inline constexpr OUString SC_SERVICENAME_LISTSOURCE = u"com.sun.star.table.CellRangeListSource"_ustr;
28 inline constexpr OUString SC_SERVICENAME_CELLADDRESS = u"com.sun.star.table.CellAddressConversion"_ustr;
29 inline constexpr OUString SC_SERVICENAME_RANGEADDRESS = u"com.sun.star.table.CellRangeAddressConversion"_ustr;
31 inline constexpr OUString SC_SERVICENAME_FORMULAPARS = u"com.sun.star.sheet.FormulaParser"_ustr;
32 inline constexpr OUString SC_SERVICENAME_OPCODEMAPPER = u"com.sun.star.sheet.FormulaOpCodeMapper"_ustr;
34 inline constexpr OUString SC_SERVICENAME_CHDATAPROV = u"com.sun.star.chart2.data.DataProvider"_ustr;
35 inline constexpr OUString SC_SERVICENAME_CHRANGEHILIGHT = u"com.sun.star.chart2.data.RangeHighlightListener"_ustr;
36 inline constexpr OUString SC_SERVICENAME_CHART_PIVOTTABLE_DATAPROVIDER = u"com.sun.star.chart2.data.PivotTableDataProvider"_ustr;
38 // document
39 inline constexpr OUString SC_UNO_AREALINKS = u"AreaLinks"_ustr;
40 inline constexpr OUString SC_UNO_DDELINKS = u"DDELinks"_ustr;
41 inline constexpr OUString SC_UNO_EXTERNALDOCLINKS = u"ExternalDocLinks"_ustr;
42 inline constexpr OUString SC_UNO_COLLABELRNG = u"ColumnLabelRanges"_ustr;
43 inline constexpr OUString SC_UNO_DATABASERNG = u"DatabaseRanges"_ustr;
44 inline constexpr OUString SC_UNO_UNNAMEDDBRNG = u"UnnamedDatabaseRanges"_ustr;
45 inline constexpr OUString SC_UNO_NAMEDRANGES = u"NamedRanges"_ustr;
46 inline constexpr OUString SC_UNO_ROWLABELRNG = u"RowLabelRanges"_ustr;
47 inline constexpr OUString SC_UNO_SHEETLINKS = u"SheetLinks"_ustr;
48 inline constexpr OUString SC_UNO_FORBIDDEN = u"ForbiddenCharacters"_ustr;
49 inline constexpr OUString SC_UNO_HASDRAWPAGES = u"HasDrawPages"_ustr;
50 inline constexpr OUString SC_UNO_THEME = u"Theme"_ustr;
51 inline constexpr OUString SC_UNO_SOLVERSETTINGS = u"SolverSettings"_ustr;
53 // CharacterProperties
54 inline constexpr OUString SC_UNONAME_CCOLOR = u"CharColor"_ustr;
55 inline constexpr OUString SC_UNONAME_CHAR_COMPLEX_COLOR = u"CharComplexColor"_ustr;
56 inline constexpr OUString SC_UNONAME_CHEIGHT = u"CharHeight"_ustr;
57 inline constexpr OUString SC_UNONAME_CUNDER = u"CharUnderline"_ustr;
58 inline constexpr OUString SC_UNONAME_CUNDLCOL = u"CharUnderlineColor"_ustr;
59 inline constexpr OUString SC_UNONAME_CUNDLHAS = u"CharUnderlineHasColor"_ustr;
60 inline constexpr OUString SC_UNONAME_COVER = u"CharOverline"_ustr;
61 inline constexpr OUString SC_UNONAME_COVRLCOL = u"CharOverlineColor"_ustr;
62 inline constexpr OUString SC_UNONAME_COVRLHAS = u"CharOverlineHasColor"_ustr;
63 inline constexpr OUString SC_UNONAME_CWEIGHT = u"CharWeight"_ustr;
64 inline constexpr OUString SC_UNONAME_CPOST = u"CharPosture"_ustr;
65 inline constexpr OUString SC_UNONAME_CCROSS = u"CharCrossedOut"_ustr;
66 inline constexpr OUString SC_UNONAME_CSTRIKE = u"CharStrikeout"_ustr;
67 inline constexpr OUString SC_UNONAME_CLOCAL = u"CharLocale"_ustr;
68 inline constexpr OUString SC_UNONAME_CSHADD = u"CharShadowed"_ustr;
69 inline constexpr OUString SC_UNONAME_CFONT = u"CharFont"_ustr;
70 inline constexpr OUString SC_UNONAME_COUTL = u"CharContoured"_ustr;
71 inline constexpr OUString SC_UNONAME_CEMPHAS = u"CharEmphasis"_ustr;
72 inline constexpr OUString SC_UNONAME_CFNAME = u"CharFontName"_ustr;
73 inline constexpr OUString SC_UNONAME_CFSTYLE = u"CharFontStyleName"_ustr;
74 inline constexpr OUString SC_UNONAME_CFFAMIL = u"CharFontFamily"_ustr;
75 inline constexpr OUString SC_UNONAME_CFCHARS = u"CharFontCharSet"_ustr;
76 inline constexpr OUString SC_UNONAME_CFPITCH = u"CharFontPitch"_ustr;
77 inline constexpr OUString SC_UNONAME_CRELIEF = u"CharRelief"_ustr;
78 inline constexpr OUString SC_UNONAME_CWORDMOD = u"CharWordMode"_ustr;
80 inline constexpr OUString SC_UNO_CJK_CFNAME = u"CharFontNameAsian"_ustr;
81 inline constexpr OUString SC_UNO_CJK_CFSTYLE = u"CharFontStyleNameAsian"_ustr;
82 inline constexpr OUString SC_UNO_CJK_CFFAMIL = u"CharFontFamilyAsian"_ustr;
83 inline constexpr OUString SC_UNO_CJK_CFCHARS = u"CharFontCharSetAsian"_ustr;
84 inline constexpr OUString SC_UNO_CJK_CFPITCH = u"CharFontPitchAsian"_ustr;
85 inline constexpr OUString SC_UNO_CJK_CHEIGHT = u"CharHeightAsian"_ustr;
86 inline constexpr OUString SC_UNO_CJK_CWEIGHT = u"CharWeightAsian"_ustr;
87 inline constexpr OUString SC_UNO_CJK_CPOST = u"CharPostureAsian"_ustr;
88 inline constexpr OUString SC_UNO_CJK_CLOCAL = u"CharLocaleAsian"_ustr;
90 inline constexpr OUString SC_UNO_CTL_CFNAME = u"CharFontNameComplex"_ustr;
91 inline constexpr OUString SC_UNO_CTL_CFSTYLE = u"CharFontStyleNameComplex"_ustr;
92 inline constexpr OUString SC_UNO_CTL_CFFAMIL = u"CharFontFamilyComplex"_ustr;
93 inline constexpr OUString SC_UNO_CTL_CFCHARS = u"CharFontCharSetComplex"_ustr;
94 inline constexpr OUString SC_UNO_CTL_CFPITCH = u"CharFontPitchComplex"_ustr;
95 inline constexpr OUString SC_UNO_CTL_CHEIGHT = u"CharHeightComplex"_ustr;
96 inline constexpr OUString SC_UNO_CTL_CWEIGHT = u"CharWeightComplex"_ustr;
97 inline constexpr OUString SC_UNO_CTL_CPOST = u"CharPostureComplex"_ustr;
98 inline constexpr OUString SC_UNO_CTL_CLOCAL = u"CharLocaleComplex"_ustr;
100 // CellProperties
101 inline constexpr OUString SC_UNONAME_CELLSTYL = u"CellStyle"_ustr;
102 inline constexpr OUString SC_UNONAME_CELLBACK = u"CellBackColor"_ustr;
103 inline constexpr OUString SC_UNONAME_CELL_BACKGROUND_COMPLEX_COLOR = u"CellBackgroundComplexColor"_ustr;
104 inline constexpr OUString SC_UNONAME_CELLTRAN = u"IsCellBackgroundTransparent"_ustr;
105 inline constexpr OUString SC_UNONAME_CELLPRO = u"CellProtection"_ustr;
106 inline constexpr OUString SC_UNONAME_CELLHJUS = u"HoriJustify"_ustr;
107 inline constexpr OUString SC_UNONAME_CELLVJUS = u"VertJustify"_ustr;
108 inline constexpr OUString SC_UNONAME_CELLHJUS_METHOD = u"HoriJustifyMethod"_ustr;
109 inline constexpr OUString SC_UNONAME_CELLVJUS_METHOD = u"VertJustifyMethod"_ustr;
110 inline constexpr OUString SC_UNONAME_CELLORI = u"Orientation"_ustr;
111 inline constexpr OUString SC_UNONAME_NUMFMT = u"NumberFormat"_ustr;
112 inline constexpr OUString SC_UNONAME_FORMATID = u"FormatID"_ustr;
113 inline constexpr OUString SC_UNONAME_SHADOW = u"ShadowFormat"_ustr;
114 inline constexpr OUString SC_UNONAME_TBLBORD = u"TableBorder"_ustr;
115 inline constexpr OUString SC_UNONAME_TBLBORD2 = u"TableBorder2"_ustr;
116 inline constexpr OUString SC_UNONAME_WRAP = u"IsTextWrapped"_ustr;
117 inline constexpr OUString SC_UNONAME_PINDENT = u"ParaIndent"_ustr;
118 inline constexpr OUString SC_UNONAME_PTMARGIN = u"ParaTopMargin"_ustr;
119 inline constexpr OUString SC_UNONAME_PBMARGIN = u"ParaBottomMargin"_ustr;
120 inline constexpr OUString SC_UNONAME_PLMARGIN = u"ParaLeftMargin"_ustr;
121 inline constexpr OUString SC_UNONAME_PRMARGIN = u"ParaRightMargin"_ustr;
122 inline constexpr OUString SC_UNONAME_ROTANG = u"RotateAngle"_ustr;
123 inline constexpr OUString SC_UNONAME_ROTREF = u"RotateReference"_ustr;
124 inline constexpr OUString SC_UNONAME_ASIANVERT = u"AsianVerticalMode"_ustr;
125 inline constexpr OUString SC_UNONAME_WRITING = u"WritingMode"_ustr;
126 inline constexpr OUString SC_UNONAME_HIDDEN = u"Hidden"_ustr;
128 inline constexpr OUString SC_UNONAME_BOTTBORDER = u"BottomBorder"_ustr;
129 inline constexpr OUString SC_UNONAME_LEFTBORDER = u"LeftBorder"_ustr;
130 inline constexpr OUString SC_UNONAME_RIGHTBORDER = u"RightBorder"_ustr;
131 inline constexpr OUString SC_UNONAME_TOPBORDER = u"TopBorder"_ustr;
133 inline constexpr OUString SC_UNONAME_BOTTBORDER2 = u"BottomBorder2"_ustr;
134 inline constexpr OUString SC_UNONAME_LEFTBORDER2 = u"LeftBorder2"_ustr;
135 inline constexpr OUString SC_UNONAME_RIGHTBORDER2 = u"RightBorder2"_ustr;
136 inline constexpr OUString SC_UNONAME_TOPBORDER2 = u"TopBorder2"_ustr;
138 inline constexpr OUString SC_UNONAME_BOTTOM_BORDER_COMPLEX_COLOR = u"BottomBorderComplexColor"_ustr;
139 inline constexpr OUString SC_UNONAME_LEFT_BORDER_COMPLEX_COLOR = u"LeftBorderComplexColor"_ustr;
140 inline constexpr OUString SC_UNONAME_RIGHT_BORDER_COMPLEX_COLOR = u"RightBorderComplexColor"_ustr;
141 inline constexpr OUString SC_UNONAME_TOP_BORDER_COMPLEX_COLOR = u"TopBorderComplexColor"_ustr;
143 inline constexpr OUString SC_UNONAME_DIAGONAL_TLBR = u"DiagonalTLBR"_ustr;
144 inline constexpr OUString SC_UNONAME_DIAGONAL_BLTR = u"DiagonalBLTR"_ustr;
146 inline constexpr OUString SC_UNONAME_DIAGONAL_TLBR2 = u"DiagonalTLBR2"_ustr;
147 inline constexpr OUString SC_UNONAME_DIAGONAL_BLTR2 = u"DiagonalBLTR2"_ustr;
149 inline constexpr OUString SC_UNONAME_SHRINK_TO_FIT = u"ShrinkToFit"_ustr;
151 inline constexpr OUString SC_UNONAME_PISHANG = u"ParaIsHangingPunctuation"_ustr;
152 inline constexpr OUString SC_UNONAME_PISCHDIST = u"ParaIsCharacterDistance"_ustr;
153 inline constexpr OUString SC_UNONAME_PISFORBID = u"ParaIsForbiddenRules"_ustr;
154 inline constexpr OUString SC_UNONAME_PISHYPHEN = u"ParaIsHyphenation"_ustr;
155 inline constexpr OUString SC_UNONAME_PADJUST = u"ParaAdjust"_ustr;
156 inline constexpr OUString SC_UNONAME_PLASTADJ = u"ParaLastLineAdjust"_ustr;
158 inline constexpr OUString SC_UNONAME_NUMRULES = u"NumberingRules"_ustr;
160 // Styles
161 inline constexpr OUString SC_UNONAME_DISPNAME = u"DisplayName"_ustr;
163 // XStyleLoader
164 inline constexpr OUString SC_UNONAME_OVERWSTL = u"OverwriteStyles"_ustr;
165 inline constexpr OUString SC_UNONAME_LOADCELL = u"LoadCellStyles"_ustr;
166 inline constexpr OUString SC_UNONAME_LOADPAGE = u"LoadPageStyles"_ustr;
168 // SheetCellRange
169 inline constexpr OUString SC_UNONAME_POS = u"Position"_ustr;
170 inline constexpr OUString SC_UNONAME_SIZE = u"Size"_ustr;
171 inline constexpr OUString SC_UNONAME_ABSNAME = u"AbsoluteName"_ustr;
173 // column/row/sheet
174 inline constexpr OUString SC_UNONAME_CELLHGT = u"Height"_ustr;
175 inline constexpr OUString SC_UNONAME_CELLWID = u"Width"_ustr;
176 inline constexpr OUString SC_UNONAME_CELLVIS = u"IsVisible"_ustr;
177 inline constexpr OUString SC_UNONAME_CELLFILT = u"IsFiltered"_ustr;
178 inline constexpr OUString SC_UNONAME_MANPAGE = u"IsManualPageBreak"_ustr;
179 inline constexpr OUString SC_UNONAME_NEWPAGE = u"IsStartOfNewPage"_ustr;
180 inline constexpr OUString SC_UNONAME_OHEIGHT = u"OptimalHeight"_ustr;
181 inline constexpr OUString SC_UNONAME_OWIDTH = u"OptimalWidth"_ustr;
182 inline constexpr OUString SC_UNONAME_PAGESTL = u"PageStyle"_ustr;
183 inline constexpr OUString SC_UNONAME_ISACTIVE = u"IsActive"_ustr;
184 inline constexpr OUString SC_UNONAME_BORDCOL = u"BorderColor"_ustr;
185 inline constexpr OUString SC_UNONAME_PROTECT = u"Protected"_ustr;
186 inline constexpr OUString SC_UNONAME_SHOWBORD = u"ShowBorder"_ustr;
187 inline constexpr OUString SC_UNONAME_PRINTBORD = u"PrintBorder"_ustr;
188 inline constexpr OUString SC_UNONAME_COPYBACK = u"CopyBack"_ustr;
189 inline constexpr OUString SC_UNONAME_COPYSTYL = u"CopyStyles"_ustr;
190 inline constexpr OUString SC_UNONAME_COPYFORM = u"CopyFormulas"_ustr;
191 inline constexpr OUString SC_UNONAME_TABLAYOUT = u"TableLayout"_ustr;
192 inline constexpr OUString SC_UNONAME_AUTOPRINT = u"AutomaticPrintArea"_ustr;
193 inline constexpr OUString SC_UNONAME_TABCOLOR = u"TabColor"_ustr;
194 inline constexpr OUString SC_UNONAME_CONDFORMAT = u"ConditionalFormats"_ustr;
195 inline constexpr OUString SC_UNONAME_TOTALBELOW = u"TotalsRowBelow"_ustr;
197 inline constexpr OUString SC_UNONAME_VISFLAG = u"VisibleFlag"_ustr;
199 // LinkTarget
200 inline constexpr OUString SC_UNO_LINKDISPBIT = u"LinkDisplayBitmap"_ustr;
201 inline constexpr OUString SC_UNO_LINKDISPNAME = u"LinkDisplayName"_ustr;
203 // drawing objects
204 inline constexpr OUString SC_UNONAME_IMAGEMAP = u"ImageMap"_ustr;
205 inline constexpr OUString SC_UNONAME_ANCHOR = u"Anchor"_ustr;
206 inline constexpr OUString SC_UNONAME_RESIZE_WITH_CELL = u"ResizeWithCell"_ustr;
207 inline constexpr OUString SC_UNONAME_HORIPOS = u"HoriOrientPosition"_ustr;
208 inline constexpr OUString SC_UNONAME_VERTPOS = u"VertOrientPosition"_ustr;
209 inline constexpr OUString SC_UNONAME_HYPERLINK = u"Hyperlink"_ustr;
210 inline constexpr OUString SC_UNONAME_MOVEPROTECT = u"MoveProtect"_ustr;
211 inline constexpr OUString SC_UNONAME_STYLE = u"Style"_ustr;
213 // other cell properties
214 inline constexpr OUString SC_UNONAME_CHCOLHDR = u"ChartColumnAsLabel"_ustr;
215 inline constexpr OUString SC_UNONAME_CHROWHDR = u"ChartRowAsLabel"_ustr;
216 inline constexpr OUString SC_UNONAME_CONDFMT = u"ConditionalFormat"_ustr;
217 inline constexpr OUString SC_UNONAME_CONDLOC = u"ConditionalFormatLocal"_ustr;
218 inline constexpr OUString SC_UNONAME_CONDXML = u"ConditionalFormatXML"_ustr;
219 inline constexpr OUString SC_UNONAME_VALIDAT = u"Validation"_ustr;
220 inline constexpr OUString SC_UNONAME_VALILOC = u"ValidationLocal"_ustr;
221 inline constexpr OUString SC_UNONAME_VALIXML = u"ValidationXML"_ustr;
222 inline constexpr OUString SC_UNONAME_FORMLOC = u"FormulaLocal"_ustr;
223 inline constexpr OUString SC_UNONAME_FORMRT = u"FormulaResultType"_ustr;
224 inline constexpr OUString SC_UNONAME_FORMRT2 = u"FormulaResultType2"_ustr;
225 inline constexpr OUString SC_UNONAME_CELLCONTENTTYPE = u"CellContentType"_ustr;
227 inline constexpr OUString SC_UNONAME_USERDEF = u"UserDefinedAttributes"_ustr;
228 inline constexpr OUString SC_UNONAME_TEXTUSER = u"TextUserDefinedAttributes"_ustr;
230 // auto format
231 inline constexpr OUString SC_UNONAME_INCBACK = u"IncludeBackground"_ustr;
232 inline constexpr OUString SC_UNONAME_INCBORD = u"IncludeBorder"_ustr;
233 inline constexpr OUString SC_UNONAME_INCFONT = u"IncludeFont"_ustr;
234 inline constexpr OUString SC_UNONAME_INCJUST = u"IncludeJustify"_ustr;
235 inline constexpr OUString SC_UNONAME_INCNUM = u"IncludeNumberFormat"_ustr;
236 inline constexpr OUString SC_UNONAME_INCWIDTH = u"IncludeWidthAndHeight"_ustr;
238 // function description
239 inline constexpr OUString SC_UNONAME_ARGUMENTS = u"Arguments"_ustr;
240 inline constexpr OUString SC_UNONAME_CATEGORY = u"Category"_ustr;
241 inline constexpr OUString SC_UNONAME_DESCRIPTION = u"Description"_ustr;
242 inline constexpr OUString SC_UNONAME_ID = u"Id"_ustr;
243 inline constexpr OUString SC_UNONAME_NAME = u"Name"_ustr;
245 // application settings
246 inline constexpr OUString SC_UNONAME_DOAUTOCP = u"DoAutoComplete"_ustr;
247 inline constexpr OUString SC_UNONAME_ENTERED = u"EnterEdit"_ustr;
248 inline constexpr OUString SC_UNONAME_EXPREF = u"ExpandReferences"_ustr;
249 inline constexpr OUString SC_UNONAME_EXTFMT = u"ExtendFormat"_ustr;
250 inline constexpr OUString SC_UNONAME_LINKUPD = u"LinkUpdateMode"_ustr;
251 inline constexpr OUString SC_UNONAME_MARKHDR = u"MarkHeader"_ustr;
252 inline constexpr OUString SC_UNONAME_METRIC = u"Metric"_ustr;
253 inline constexpr OUString SC_UNONAME_MOVEDIR = u"MoveDirection"_ustr;
254 inline constexpr OUString SC_UNONAME_MOVESEL = u"MoveSelection"_ustr;
255 inline constexpr OUString SC_UNONAME_RANGEFIN = u"RangeFinder"_ustr;
256 inline constexpr OUString SC_UNONAME_SCALE = u"Scale"_ustr;
257 inline constexpr OUString SC_UNONAME_STBFUNC = u"StatusBarFunction"_ustr;
258 inline constexpr OUString SC_UNONAME_ULISTS = u"UserLists"_ustr;
259 inline constexpr OUString SC_UNONAME_USETABCOL = u"UseTabCol"_ustr;
260 inline constexpr OUString SC_UNONAME_PRMETRICS = u"UsePrinterMetrics"_ustr;
261 inline constexpr OUString SC_UNONAME_PRALLSH = u"PrintAllSheets"_ustr;
262 inline constexpr OUString SC_UNONAME_PREMPTY = u"PrintEmptyPages"_ustr;
263 inline constexpr OUString SC_UNONAME_REPLWARN = u"ReplaceCellsWarning"_ustr;
265 // data pilot field
266 inline constexpr OUString SC_UNONAME_FUNCTION = u"Function"_ustr;
267 inline constexpr OUString SC_UNONAME_FUNCTION2 = u"Function2"_ustr;
268 inline constexpr OUString SC_UNONAME_SUBTOTALS = u"Subtotals"_ustr;
269 inline constexpr OUString SC_UNONAME_SUBTOTALS2 = u"Subtotals2"_ustr;
270 inline constexpr OUString SC_UNONAME_SELPAGE = u"SelectedPage"_ustr;
271 inline constexpr OUString SC_UNONAME_USESELPAGE = u"UseSelectedPage"_ustr;
272 inline constexpr OUString SC_UNONAME_HASREFERENCE = u"HasReference"_ustr;
273 inline constexpr OUString SC_UNONAME_REFERENCE = u"Reference"_ustr;
274 inline constexpr OUString SC_UNONAME_HASAUTOSHOW = u"HasAutoShowInfo"_ustr;
275 inline constexpr OUString SC_UNONAME_AUTOSHOW = u"AutoShowInfo"_ustr;
276 inline constexpr OUString SC_UNONAME_HASSORTINFO = u"HasSortInfo"_ustr;
277 inline constexpr OUString SC_UNONAME_SORTINFO = u"SortInfo"_ustr;
278 inline constexpr OUString SC_UNONAME_HASLAYOUTINFO = u"HasLayoutInfo"_ustr;
279 inline constexpr OUString SC_UNONAME_LAYOUTINFO = u"LayoutInfo"_ustr;
280 inline constexpr OUString SC_UNONAME_ISGROUP = u"IsGroupField"_ustr;
281 inline constexpr OUString SC_UNONAME_GROUPINFO = u"GroupInfo"_ustr;
282 inline constexpr OUString SC_UNONAME_SHOWEMPTY = u"ShowEmpty"_ustr;
283 inline constexpr OUString SC_UNONAME_REPEATITEMLABELS = u"RepeatItemLabels"_ustr;
285 // data pilot item
286 inline constexpr OUString SC_UNONAME_SHOWDETAIL = u"ShowDetail"_ustr;
287 inline constexpr OUString SC_UNONAME_ISHIDDEN = u"IsHidden"_ustr;
289 // database options
290 inline constexpr OUString SC_UNONAME_CASE = u"CaseSensitive"_ustr;
291 inline constexpr OUString SC_UNONAME_DBNAME = u"DatabaseName"_ustr;
292 inline constexpr OUString SC_UNONAME_FORMATS = u"IncludeFormats"_ustr;
293 inline constexpr OUString SC_UNONAME_INSBRK = u"InsertPageBreaks"_ustr;
294 inline constexpr OUString SC_UNONAME_KEEPFORM = u"KeepFormats"_ustr;
295 inline constexpr OUString SC_UNONAME_MOVCELLS = u"MoveCells"_ustr;
296 inline constexpr OUString SC_UNONAME_ISUSER = u"IsUserDefined"_ustr;
297 inline constexpr OUString SC_UNONAME_ISNATIVE = u"IsNative"_ustr;
298 inline constexpr OUString SC_UNONAME_REGEXP = u"RegularExpressions"_ustr;
299 inline constexpr OUString SC_UNONAME_WILDCARDS = u"Wildcards"_ustr;
300 inline constexpr OUString SC_UNONAME_SAVEOUT = u"SaveOutputPosition"_ustr;
301 inline constexpr OUString SC_UNONAME_SKIPDUP = u"SkipDuplicates"_ustr;
302 inline constexpr OUString SC_UNONAME_SRCOBJ = u"SourceObject"_ustr;
303 inline constexpr OUString SC_UNONAME_SRCTYPE = u"SourceType"_ustr;
304 inline constexpr OUString SC_UNONAME_STRIPDAT = u"StripData"_ustr;
305 inline constexpr OUString SC_UNONAME_USEREGEX = u"UseRegularExpressions"_ustr;
306 inline constexpr OUString SC_UNONAME_ULIST = u"UserListEnabled"_ustr;
307 inline constexpr OUString SC_UNONAME_UINDEX = u"UserListIndex"_ustr;
308 inline constexpr OUString SC_UNONAME_BINDFMT = u"BindFormatsToContent"_ustr;
309 inline constexpr OUString SC_UNONAME_COPYOUT = u"CopyOutputData"_ustr;
310 inline constexpr OUString SC_UNONAME_ISCASE = u"IsCaseSensitive"_ustr;
311 inline constexpr OUString SC_UNONAME_ISULIST = u"IsUserListEnabled"_ustr;
312 inline constexpr OUString SC_UNONAME_OUTPOS = u"OutputPosition"_ustr;
313 inline constexpr OUString SC_UNONAME_CONTHDR = u"ContainsHeader"_ustr;
314 inline constexpr OUString SC_UNONAME_MAXFLD = u"MaxFieldCount"_ustr;
315 inline constexpr OUString SC_UNONAME_ORIENT = u"Orientation"_ustr;
316 inline constexpr OUString SC_UNONAME_ISSORTCOLUMNS = u"IsSortColumns"_ustr;
317 inline constexpr OUString SC_UNONAME_SORTFLD = u"SortFields"_ustr;
318 inline constexpr OUString SC_UNONAME_SORTASC = u"SortAscending"_ustr;
319 inline constexpr OUString SC_UNONAME_ENUSLIST = u"EnableUserSortList"_ustr;
320 inline constexpr OUString SC_UNONAME_USINDEX = u"UserSortListIndex"_ustr;
321 inline constexpr OUString SC_UNONAME_COLLLOC = u"CollatorLocale"_ustr;
322 inline constexpr OUString SC_UNONAME_COLLALG = u"CollatorAlgorithm"_ustr;
323 inline constexpr OUString SC_UNONAME_AUTOFLT = u"AutoFilter"_ustr;
324 inline constexpr OUString SC_UNONAME_FLTCRT = u"FilterCriteriaSource"_ustr;
325 inline constexpr OUString SC_UNONAME_USEFLTCRT = u"UseFilterCriteriaSource"_ustr;
326 inline constexpr OUString SC_UNONAME_ENABSORT = u"EnableSort"_ustr;
327 inline constexpr OUString SC_UNONAME_FROMSELECT = u"FromSelection"_ustr;
328 inline constexpr OUString SC_UNONAME_CONRES = u"ConnectionResource"_ustr;
329 inline constexpr OUString SC_UNONAME_TOKENINDEX = u"TokenIndex"_ustr;
330 inline constexpr OUString SC_UNONAME_ISSHAREDFMLA = u"IsSharedFormula"_ustr;
331 inline constexpr OUString SC_UNONAME_TOTALSROW = u"TotalsRow"_ustr;
333 // text fields
334 inline constexpr OUString SC_UNONAME_ANCTYPE = u"AnchorType"_ustr;
335 inline constexpr OUString SC_UNONAME_ANCTYPES = u"AnchorTypes"_ustr;
336 inline constexpr OUString SC_UNONAME_TEXTWRAP = u"TextWrap"_ustr;
337 inline constexpr OUString SC_UNONAME_FILEFORM = u"FileFormat"_ustr;
338 inline constexpr OUString SC_UNONAME_TEXTFIELD_TYPE = u"TextFieldType"_ustr;
340 // url field
341 inline constexpr OUString SC_UNONAME_REPR = u"Representation"_ustr;
342 inline constexpr OUString SC_UNONAME_TARGET = u"TargetFrame"_ustr;
343 inline constexpr OUString SC_UNONAME_URL = u"URL"_ustr;
345 // date time field
346 inline constexpr OUString SC_UNONAME_ISDATE = u"IsDate"_ustr;
347 inline constexpr OUString SC_UNONAME_ISFIXED = u"IsFixed"_ustr;
348 inline constexpr OUString SC_UNONAME_DATETIME = u"DateTime"_ustr;
350 // table field
351 inline constexpr OUString SC_UNONAME_TABLEPOS = u"TablePosition"_ustr;
353 // conditional format
354 inline constexpr OUString SC_UNONAME_OPERATOR = u"Operator"_ustr;
355 inline constexpr OUString SC_UNONAME_FORMULA1 = u"Formula1"_ustr;
356 inline constexpr OUString SC_UNONAME_FORMULA2 = u"Formula2"_ustr;
357 inline constexpr OUString SC_UNONAME_SOURCEPOS = u"SourcePosition"_ustr;
358 inline constexpr OUString SC_UNONAME_SOURCESTR = u"SourcePositionAsString"_ustr; // only for use in XML filter
359 inline constexpr OUString SC_UNONAME_FORMULANMSP1 = u"FormulaNamespace1"_ustr; // only for use in XML filter
360 inline constexpr OUString SC_UNONAME_FORMULANMSP2 = u"FormulaNamespace2"_ustr; // only for use in XML filter
361 inline constexpr OUString SC_UNONAME_GRAMMAR1 = u"Grammar1"_ustr; // only for use in XML filter
362 inline constexpr OUString SC_UNONAME_GRAMMAR2 = u"Grammar2"_ustr; // only for use in XML filter
363 inline constexpr OUString SC_UNONAME_STYLENAME = u"StyleName"_ustr;
365 // validation
366 inline constexpr OUString SC_UNONAME_ERRALSTY = u"ErrorAlertStyle"_ustr;
367 inline constexpr OUString SC_UNONAME_ERRMESS = u"ErrorMessage"_ustr;
368 inline constexpr OUString SC_UNONAME_ERRTITLE = u"ErrorTitle"_ustr;
369 inline constexpr OUString SC_UNONAME_IGNOREBL = u"IgnoreBlankCells"_ustr;
370 inline constexpr OUString SC_UNONAME_INPMESS = u"InputMessage"_ustr;
371 inline constexpr OUString SC_UNONAME_INPTITLE = u"InputTitle"_ustr;
372 inline constexpr OUString SC_UNONAME_SHOWERR = u"ShowErrorMessage"_ustr;
373 inline constexpr OUString SC_UNONAME_SHOWINP = u"ShowInputMessage"_ustr;
374 inline constexpr OUString SC_UNONAME_SHOWLIST = u"ShowList"_ustr;
375 inline constexpr OUString SC_UNONAME_TYPE = u"Type"_ustr;
377 // links
378 inline constexpr OUString SC_UNONAME_FILTER = u"Filter"_ustr;
379 inline constexpr OUString SC_UNONAME_FILTOPT = u"FilterOptions"_ustr;
380 inline constexpr OUString SC_UNONAME_LINKURL = u"Url"_ustr;
381 inline constexpr OUString SC_UNONAME_REFPERIOD = u"RefreshPeriod"_ustr;
382 inline constexpr OUString SC_UNONAME_REFDELAY = u"RefreshDelay"_ustr; // deprecated, don't use anymore
384 // search descriptor
385 inline constexpr OUString SC_UNO_SRCHBACK = u"SearchBackwards"_ustr;
386 inline constexpr OUString SC_UNO_SRCHBYROW = u"SearchByRow"_ustr;
387 inline constexpr OUString SC_UNO_SRCHCASE = u"SearchCaseSensitive"_ustr;
388 inline constexpr OUString SC_UNO_SRCHREGEXP = u"SearchRegularExpression"_ustr;
389 inline constexpr OUString SC_UNO_SRCHWILDCARD = u"SearchWildcard"_ustr;
390 inline constexpr OUString SC_UNO_SRCHSIM = u"SearchSimilarity"_ustr;
391 inline constexpr OUString SC_UNO_SRCHSIMADD = u"SearchSimilarityAdd"_ustr;
392 inline constexpr OUString SC_UNO_SRCHSIMEX = u"SearchSimilarityExchange"_ustr;
393 inline constexpr OUString SC_UNO_SRCHSIMREL = u"SearchSimilarityRelax"_ustr;
394 inline constexpr OUString SC_UNO_SRCHSIMREM = u"SearchSimilarityRemove"_ustr;
395 inline constexpr OUString SC_UNO_SRCHSTYLES = u"SearchStyles"_ustr;
396 inline constexpr OUString SC_UNO_SRCHTYPE = u"SearchType"_ustr;
397 inline constexpr OUString SC_UNO_SRCHWORDS = u"SearchWords"_ustr;
398 inline constexpr OUString SC_UNO_SRCHFILTERED = u"SearchFiltered"_ustr;
399 inline constexpr OUString SC_UNO_SRCHFORMATTED = u"SearchFormatted"_ustr;
400 inline constexpr OUString SC_UNO_SRCHWCESCCHAR = u"WildcardEscapeCharacter"_ustr;
402 // old (5.2) property names for page styles - for compatibility only!
403 inline constexpr OUString OLD_UNO_PAGE_BACKCOLOR = u"BackgroundColor"_ustr;
404 inline constexpr OUString OLD_UNO_PAGE_BACKTRANS = u"IsBackgroundTransparent"_ustr;
405 inline constexpr OUString OLD_UNO_PAGE_HDRBACKCOL = u"HeaderBackgroundColor"_ustr;
406 inline constexpr OUString OLD_UNO_PAGE_HDRBACKTRAN = u"TransparentHeaderBackground"_ustr;
407 inline constexpr OUString OLD_UNO_PAGE_HDRSHARED = u"HeaderShared"_ustr;
408 inline constexpr OUString OLD_UNO_PAGE_HDRDYNAMIC = u"HeaderDynamic"_ustr;
409 inline constexpr OUString OLD_UNO_PAGE_HDRON = u"HeaderOn"_ustr;
410 inline constexpr OUString OLD_UNO_PAGE_FTRBACKCOL = u"FooterBackgroundColor"_ustr;
411 inline constexpr OUString OLD_UNO_PAGE_FTRBACKTRAN = u"TransparentFooterBackground"_ustr;
412 inline constexpr OUString OLD_UNO_PAGE_FTRSHARED = u"FooterShared"_ustr;
413 inline constexpr OUString OLD_UNO_PAGE_FTRDYNAMIC = u"FooterDynamic"_ustr;
414 inline constexpr OUString OLD_UNO_PAGE_FTRON = u"FooterOn"_ustr;
416 // page styles
417 inline constexpr OUString SC_UNO_PAGE_BACKCOLOR = u"BackColor"_ustr;
418 inline constexpr OUString SC_UNO_PAGE_BACKTRANS = u"BackTransparent"_ustr;
419 inline constexpr OUString SC_UNO_PAGE_GRAPHICFILT = u"BackGraphicFilter"_ustr;
420 inline constexpr OUString SC_UNO_PAGE_GRAPHICLOC = u"BackGraphicLocation"_ustr;
421 inline constexpr OUString SC_UNO_PAGE_GRAPHICURL = u"BackGraphicURL"_ustr;
422 inline constexpr OUString SC_UNO_PAGE_GRAPHIC = u"BackGraphic"_ustr;
423 #define SC_UNO_PAGE_LEFTBORDER SC_UNONAME_LEFTBORDER
424 #define SC_UNO_PAGE_RIGHTBORDER SC_UNONAME_RIGHTBORDER
425 #define SC_UNO_PAGE_BOTTBORDER SC_UNONAME_BOTTBORDER
426 #define SC_UNO_PAGE_TOPBORDER SC_UNONAME_TOPBORDER
427 inline constexpr OUString SC_UNO_PAGE_LEFTBRDDIST = u"LeftBorderDistance"_ustr;
428 inline constexpr OUString SC_UNO_PAGE_RIGHTBRDDIST = u"RightBorderDistance"_ustr;
429 inline constexpr OUString SC_UNO_PAGE_BOTTBRDDIST = u"BottomBorderDistance"_ustr;
430 inline constexpr OUString SC_UNO_PAGE_TOPBRDDIST = u"TopBorderDistance"_ustr;
431 inline constexpr OUString SC_UNO_PAGE_BORDERDIST = u"BorderDistance"_ustr;
432 inline constexpr OUString SC_UNO_PAGE_SHADOWFORM = u"ShadowFormat"_ustr;
433 inline constexpr OUString SC_UNO_PAGE_LEFTMARGIN = u"LeftMargin"_ustr;
434 inline constexpr OUString SC_UNO_PAGE_RIGHTMARGIN = u"RightMargin"_ustr;
435 inline constexpr OUString SC_UNO_PAGE_TOPMARGIN = u"TopMargin"_ustr;
436 inline constexpr OUString SC_UNO_PAGE_BOTTMARGIN = u"BottomMargin"_ustr;
437 inline constexpr OUString SC_UNO_PAGE_LANDSCAPE = u"IsLandscape"_ustr;
438 inline constexpr OUString SC_UNO_PAGE_NUMBERTYPE = u"NumberingType"_ustr;
439 inline constexpr OUString SC_UNO_PAGE_SYTLELAYOUT = u"PageStyleLayout"_ustr;
440 inline constexpr OUString SC_UNO_PAGE_PAPERTRAY = u"PrinterPaperTray"_ustr;
441 inline constexpr OUString SC_UNO_PAGE_SIZE = u"Size"_ustr;
442 inline constexpr OUString SC_UNO_PAGE_WIDTH = u"Width"_ustr;
443 inline constexpr OUString SC_UNO_PAGE_HEIGHT = u"Height"_ustr;
444 inline constexpr OUString SC_UNO_PAGE_CENTERHOR = u"CenterHorizontally"_ustr;
445 inline constexpr OUString SC_UNO_PAGE_CENTERVER = u"CenterVertically"_ustr;
446 inline constexpr OUString SC_UNO_PAGE_PRINTANNOT = u"PrintAnnotations"_ustr;
447 inline constexpr OUString SC_UNO_PAGE_PRINTGRID = u"PrintGrid"_ustr;
448 inline constexpr OUString SC_UNO_PAGE_PRINTHEADER = u"PrintHeaders"_ustr;
449 inline constexpr OUString SC_UNO_PAGE_PRINTCHARTS = u"PrintCharts"_ustr;
450 inline constexpr OUString SC_UNO_PAGE_PRINTOBJS = u"PrintObjects"_ustr;
451 inline constexpr OUString SC_UNO_PAGE_PRINTDRAW = u"PrintDrawing"_ustr;
452 inline constexpr OUString SC_UNO_PAGE_PRINTDOWN = u"PrintDownFirst"_ustr;
453 inline constexpr OUString SC_UNO_PAGE_SCALEVAL = u"PageScale"_ustr;
454 inline constexpr OUString SC_UNO_PAGE_SCALETOPAG = u"ScaleToPages"_ustr;
455 inline constexpr OUString SC_UNO_PAGE_SCALETOX = u"ScaleToPagesX"_ustr;
456 inline constexpr OUString SC_UNO_PAGE_SCALETOY = u"ScaleToPagesY"_ustr;
457 inline constexpr OUString SC_UNO_PAGE_FIRSTPAGE = u"FirstPageNumber"_ustr;
458 inline constexpr OUString SC_UNO_PAGE_FIRSTHDRSHARED = u"FirstPageHeaderIsShared"_ustr;
459 inline constexpr OUString SC_UNO_PAGE_FIRSTFTRSHARED = u"FirstPageFooterIsShared"_ustr;
460 inline constexpr OUString SC_UNO_PAGE_LEFTHDRCONT = u"LeftPageHeaderContent"_ustr;
461 inline constexpr OUString SC_UNO_PAGE_LEFTFTRCONT = u"LeftPageFooterContent"_ustr;
462 inline constexpr OUString SC_UNO_PAGE_RIGHTHDRCON = u"RightPageHeaderContent"_ustr;
463 inline constexpr OUString SC_UNO_PAGE_RIGHTFTRCON = u"RightPageFooterContent"_ustr;
464 inline constexpr OUString SC_UNO_PAGE_FIRSTHDRCONT = u"FirstPageHeaderContent"_ustr;
465 inline constexpr OUString SC_UNO_PAGE_FIRSTFTRCONT = u"FirstPageFooterContent"_ustr;
466 inline constexpr OUString SC_UNO_PAGE_PRINTFORMUL = u"PrintFormulas"_ustr;
467 inline constexpr OUString SC_UNO_PAGE_PRINTZERO = u"PrintZeroValues"_ustr;
468 inline constexpr OUString SC_UNO_PAGE_HDRBACKCOL = u"HeaderBackColor"_ustr;
469 inline constexpr OUString SC_UNO_PAGE_HDRBACKTRAN = u"HeaderBackTransparent"_ustr;
470 inline constexpr OUString SC_UNO_PAGE_HDRGRFFILT = u"HeaderBackGraphicFilter"_ustr;
471 inline constexpr OUString SC_UNO_PAGE_HDRGRFLOC = u"HeaderBackGraphicLocation"_ustr;
472 inline constexpr OUString SC_UNO_PAGE_HDRGRF = u"HeaderBackGraphic"_ustr;
473 inline constexpr OUString SC_UNO_PAGE_HDRGRFURL = u"HeaderBackGraphicURL"_ustr;
474 inline constexpr OUString SC_UNO_PAGE_HDRLEFTBOR = u"HeaderLeftBorder"_ustr;
475 inline constexpr OUString SC_UNO_PAGE_HDRRIGHTBOR = u"HeaderRightBorder"_ustr;
476 inline constexpr OUString SC_UNO_PAGE_HDRBOTTBOR = u"HeaderBottomBorder"_ustr;
477 inline constexpr OUString SC_UNO_PAGE_HDRTOPBOR = u"HeaderTopBorder"_ustr;
478 inline constexpr OUString SC_UNO_PAGE_HDRLEFTBDIS = u"HeaderLeftBorderDistance"_ustr;
479 inline constexpr OUString SC_UNO_PAGE_HDRRIGHTBDIS = u"HeaderRightBorderDistance"_ustr;
480 inline constexpr OUString SC_UNO_PAGE_HDRBOTTBDIS = u"HeaderBottomBorderDistance"_ustr;
481 inline constexpr OUString SC_UNO_PAGE_HDRTOPBDIS = u"HeaderTopBorderDistance"_ustr;
482 inline constexpr OUString SC_UNO_PAGE_HDRBRDDIST = u"HeaderBorderDistance"_ustr;
483 inline constexpr OUString SC_UNO_PAGE_HDRSHADOW = u"HeaderShadowFormat"_ustr;
484 inline constexpr OUString SC_UNO_PAGE_HDRLEFTMAR = u"HeaderLeftMargin"_ustr;
485 inline constexpr OUString SC_UNO_PAGE_HDRRIGHTMAR = u"HeaderRightMargin"_ustr;
486 inline constexpr OUString SC_UNO_PAGE_HDRBODYDIST = u"HeaderBodyDistance"_ustr;
487 inline constexpr OUString SC_UNO_PAGE_HDRHEIGHT = u"HeaderHeight"_ustr;
488 inline constexpr OUString SC_UNO_PAGE_HDRON = u"HeaderIsOn"_ustr;
489 inline constexpr OUString SC_UNO_PAGE_HDRDYNAMIC = u"HeaderIsDynamicHeight"_ustr;
490 inline constexpr OUString SC_UNO_PAGE_HDRSHARED = u"HeaderIsShared"_ustr;
491 inline constexpr OUString SC_UNO_PAGE_FTRBACKCOL = u"FooterBackColor"_ustr;
492 inline constexpr OUString SC_UNO_PAGE_FTRBACKTRAN = u"FooterBackTransparent"_ustr;
493 inline constexpr OUString SC_UNO_PAGE_FTRGRFFILT = u"FooterBackGraphicFilter"_ustr;
494 inline constexpr OUString SC_UNO_PAGE_FTRGRFLOC = u"FooterBackGraphicLocation"_ustr;
495 inline constexpr OUString SC_UNO_PAGE_FTRGRF = u"FooterBackGraphic"_ustr;
496 inline constexpr OUString SC_UNO_PAGE_FTRGRFURL = u"FooterBackGraphicURL"_ustr;
497 inline constexpr OUString SC_UNO_PAGE_FTRLEFTBOR = u"FooterLeftBorder"_ustr;
498 inline constexpr OUString SC_UNO_PAGE_FTRRIGHTBOR = u"FooterRightBorder"_ustr;
499 inline constexpr OUString SC_UNO_PAGE_FTRBOTTBOR = u"FooterBottomBorder"_ustr;
500 inline constexpr OUString SC_UNO_PAGE_FTRTOPBOR = u"FooterTopBorder"_ustr;
501 inline constexpr OUString SC_UNO_PAGE_FTRLEFTBDIS = u"FooterLeftBorderDistance"_ustr;
502 inline constexpr OUString SC_UNO_PAGE_FTRRIGHTBDIS = u"FooterRightBorderDistance"_ustr;
503 inline constexpr OUString SC_UNO_PAGE_FTRBOTTBDIS = u"FooterBottomBorderDistance"_ustr;
504 inline constexpr OUString SC_UNO_PAGE_FTRTOPBDIS = u"FooterTopBorderDistance"_ustr;
505 inline constexpr OUString SC_UNO_PAGE_FTRBRDDIST = u"FooterBorderDistance"_ustr;
506 inline constexpr OUString SC_UNO_PAGE_FTRSHADOW = u"FooterShadowFormat"_ustr;
507 inline constexpr OUString SC_UNO_PAGE_FTRLEFTMAR = u"FooterLeftMargin"_ustr;
508 inline constexpr OUString SC_UNO_PAGE_FTRRIGHTMAR = u"FooterRightMargin"_ustr;
509 inline constexpr OUString SC_UNO_PAGE_FTRBODYDIST = u"FooterBodyDistance"_ustr;
510 inline constexpr OUString SC_UNO_PAGE_FTRHEIGHT = u"FooterHeight"_ustr;
511 inline constexpr OUString SC_UNO_PAGE_FTRON = u"FooterIsOn"_ustr;
512 inline constexpr OUString SC_UNO_PAGE_FTRDYNAMIC = u"FooterIsDynamicHeight"_ustr;
513 inline constexpr OUString SC_UNO_PAGE_FTRSHARED = u"FooterIsShared"_ustr;
515 // document settings
516 inline constexpr OUString SC_UNO_CALCASSHOWN = u"CalcAsShown"_ustr;
517 inline constexpr OUString SC_UNO_DEFTABSTOP = u"DefaultTabStop"_ustr;
518 inline constexpr OUString SC_UNO_TABSTOPDIS = u"TabStopDistance"_ustr; // is the same like the before, but only the writer name
519 inline constexpr OUString SC_UNO_IGNORECASE = u"IgnoreCase"_ustr;
520 inline constexpr OUString SC_UNO_ITERCOUNT = u"IterationCount"_ustr;
521 inline constexpr OUString SC_UNO_ITERENABLED = u"IsIterationEnabled"_ustr;
522 inline constexpr OUString SC_UNO_ITEREPSILON = u"IterationEpsilon"_ustr;
523 inline constexpr OUString SC_UNO_LOOKUPLABELS = u"LookUpLabels"_ustr;
524 inline constexpr OUString SC_UNO_MATCHWHOLE = u"MatchWholeCell"_ustr;
525 inline constexpr OUString SC_UNO_NULLDATE = u"NullDate"_ustr;
526 inline constexpr OUString SC_UNO_SPELLONLINE = u"SpellOnline"_ustr;
527 inline constexpr OUString SC_UNO_STANDARDDEC = u"StandardDecimals"_ustr;
528 inline constexpr OUString SC_UNO_REGEXENABLED = u"RegularExpressions"_ustr;
529 inline constexpr OUString SC_UNO_WILDCARDSENABLED = u"Wildcards"_ustr;
530 inline constexpr OUString SC_UNO_BASICLIBRARIES = u"BasicLibraries"_ustr;
531 inline constexpr OUString SC_UNO_DIALOGLIBRARIES = u"DialogLibraries"_ustr;
532 inline constexpr OUString SC_UNO_RUNTIMEUID = u"RuntimeUID"_ustr;
533 inline constexpr OUString SC_UNO_HASVALIDSIGNATURES = u"HasValidSignatures"_ustr;
534 inline constexpr OUString SC_UNO_ALLOWLINKUPDATE = u"AllowLinkUpdate"_ustr;
535 inline constexpr OUString SC_UNO_ISLOADED = u"IsLoaded"_ustr;
536 inline constexpr OUString SC_UNO_ISUNDOENABLED = u"IsUndoEnabled"_ustr;
537 inline constexpr OUString SC_UNO_ISADJUSTHEIGHTENABLED = u"IsAdjustHeightEnabled"_ustr;
538 inline constexpr OUString SC_UNO_ISEXECUTELINKENABLED = u"IsExecuteLinkEnabled"_ustr;
539 inline constexpr OUString SC_UNO_ISCHANGEREADONLYENABLED = u"IsChangeReadOnlyEnabled"_ustr;
540 inline constexpr OUString SC_UNO_REFERENCEDEVICE = u"ReferenceDevice"_ustr;
541 inline constexpr OUString SC_UNO_CODENAME = u"CodeName"_ustr;
542 inline constexpr OUString SC_UNO_INTEROPGRABBAG = u"InteropGrabBag"_ustr;
543 inline constexpr OUString SC_UNO_RECORDCHANGES = u"RecordChanges"_ustr;
544 inline constexpr OUString SC_UNO_ISRECORDCHANGESPROTECTED = u"IsRecordChangesProtected"_ustr;
545 inline constexpr OUString SC_UNO_SYNTAXSTRINGREF = u"SyntaxStringRef"_ustr;
548 // document properties from FormModel
549 inline constexpr OUString SC_UNO_APPLYFMDES = u"ApplyFormDesignMode"_ustr;
550 inline constexpr OUString SC_UNO_AUTOCONTFOC = u"AutomaticControlFocus"_ustr;
552 // view options
553 inline constexpr OUString SC_UNO_COLROWHDR = u"HasColumnRowHeaders"_ustr;
554 inline constexpr OUString SC_UNO_GRIDCOLOR = u"GridColor"_ustr;
555 inline constexpr OUString SC_UNO_HIDESPELL = u"HideSpellMarks"_ustr; /* deprecated #i91949 */
556 inline constexpr OUString SC_UNO_HORSCROLL = u"HasHorizontalScrollBar"_ustr;
557 inline constexpr OUString SC_UNO_OUTLSYMB = u"IsOutlineSymbolsSet"_ustr;
558 inline constexpr OUString SC_UNO_SHEETTABS = u"HasSheetTabs"_ustr;
559 inline constexpr OUString SC_UNO_SHOWANCHOR = u"ShowAnchor"_ustr;
560 inline constexpr OUString SC_UNO_SHOWCHARTS = u"ShowCharts"_ustr;
561 inline constexpr OUString SC_UNO_SHOWDRAW = u"ShowDrawing"_ustr;
562 inline constexpr OUString SC_UNO_SHOWFORM = u"ShowFormulas"_ustr;
563 inline constexpr OUString SC_UNO_SHOWGRID = u"ShowGrid"_ustr;
564 inline constexpr OUString SC_UNO_SHOWHELP = u"ShowHelpLines"_ustr;
565 inline constexpr OUString SC_UNO_SHOWNOTES = u"ShowNotes"_ustr;
566 inline constexpr OUString SC_UNO_SHOWNOTEAUTHOR = u"ShowNoteAuthor"_ustr;
567 inline constexpr OUString SC_UNO_SHOWFORMULASMARKS = u"ShowFormulasMarks"_ustr;
568 inline constexpr OUString SC_UNO_SHOWOBJ = u"ShowObjects"_ustr;
569 inline constexpr OUString SC_UNO_SHOWPAGEBR = u"ShowPageBreaks"_ustr;
570 inline constexpr OUString SC_UNO_SHOWZERO = u"ShowZeroValues"_ustr;
571 inline constexpr OUString SC_UNO_VALUEHIGH = u"IsValueHighlightingEnabled"_ustr;
572 inline constexpr OUString SC_UNO_VERTSCROLL = u"HasVerticalScrollBar"_ustr;
573 inline constexpr OUString SC_UNO_SNAPTORASTER = u"IsSnapToRaster"_ustr;
574 inline constexpr OUString SC_UNO_RASTERVIS = u"RasterIsVisible"_ustr;
575 inline constexpr OUString SC_UNO_RASTERRESX = u"RasterResolutionX"_ustr;
576 inline constexpr OUString SC_UNO_RASTERRESY = u"RasterResolutionY"_ustr;
577 inline constexpr OUString SC_UNO_RASTERSUBX = u"RasterSubdivisionX"_ustr;
578 inline constexpr OUString SC_UNO_RASTERSUBY = u"RasterSubdivisionY"_ustr;
579 inline constexpr OUString SC_UNO_RASTERSYNC = u"IsRasterAxisSynchronized"_ustr;
580 inline constexpr OUString SC_UNO_AUTOCALC = u"AutoCalculate"_ustr;
581 inline constexpr OUString SC_UNO_PRINTERNAME = u"PrinterName"_ustr;
582 inline constexpr OUString SC_UNO_PRINTERSETUP = u"PrinterSetup"_ustr;
583 inline constexpr OUString SC_UNO_PRINTERPAPER = u"PrinterPaperFromSetup"_ustr;
584 inline constexpr OUString SC_UNO_APPLYDOCINF = u"ApplyUserData"_ustr;
585 inline constexpr OUString SC_UNO_SAVE_THUMBNAIL = u"SaveThumbnail"_ustr;
586 inline constexpr OUString SC_UNO_CHARCOMP = u"CharacterCompressionType"_ustr;
587 inline constexpr OUString SC_UNO_ASIANKERN = u"IsKernAsianPunctuation"_ustr;
588 inline constexpr OUString SC_UNO_VISAREA = u"VisibleArea"_ustr;
589 inline constexpr OUString SC_UNO_ZOOMTYPE = u"ZoomType"_ustr;
590 inline constexpr OUString SC_UNO_ZOOMVALUE = u"ZoomValue"_ustr;
591 inline constexpr OUString SC_UNO_UPDTEMPL = u"UpdateFromTemplate"_ustr;
592 inline constexpr OUString SC_UNO_FILTERED_RANGE_SELECTION = u"FilteredRangeSelection"_ustr;
593 inline constexpr OUString SC_UNO_VISAREASCREEN = u"VisibleAreaOnScreen"_ustr;
594 inline constexpr OUString SC_UNO_FORMULABARHEIGHT = u"FormulaBarHeight"_ustr;
595 inline constexpr OUString SC_UNO_IMAGE_PREFERRED_DPI = u"ImagePreferredDPI"_ustr;
597 /*Stampit enable/disable print cancel */
598 inline constexpr OUString SC_UNO_ALLOWPRINTJOBCANCEL = u"AllowPrintJobCancel"_ustr;
600 // old (5.2) property names for view options - for compatibility only!
601 inline constexpr OUString OLD_UNO_COLROWHDR = u"ColumnRowHeaders"_ustr;
602 inline constexpr OUString OLD_UNO_HORSCROLL = u"HorizontalScrollBar"_ustr;
603 inline constexpr OUString OLD_UNO_OUTLSYMB = u"OutlineSymbols"_ustr;
604 inline constexpr OUString OLD_UNO_SHEETTABS = u"SheetTabs"_ustr;
605 inline constexpr OUString OLD_UNO_VALUEHIGH = u"ValueHighlighting"_ustr;
606 inline constexpr OUString OLD_UNO_VERTSCROLL = u"VerticalScrollBar"_ustr;
608 // data pilot source
609 inline constexpr OUString SC_UNO_DP_COLGRAND = u"ColumnGrand"_ustr;
610 inline constexpr OUString SC_UNO_DP_ROWGRAND = u"RowGrand"_ustr;
611 inline constexpr OUString SC_UNO_DP_ORIGINAL = u"Original"_ustr;
612 inline constexpr OUString SC_UNO_DP_ORIGINAL_POS = u"OriginalPosition"_ustr;
613 inline constexpr OUString SC_UNO_DP_ISDATALAYOUT = u"IsDataLayoutDimension"_ustr;
614 inline constexpr OUString SC_UNO_DP_ORIENTATION = u"Orientation"_ustr;
615 inline constexpr OUString SC_UNO_DP_POSITION = u"Position"_ustr;
616 inline constexpr OUString SC_UNO_DP_FUNCTION = u"Function"_ustr;
617 inline constexpr OUString SC_UNO_DP_FUNCTION2 = u"Function2"_ustr;
618 inline constexpr OUString SC_UNO_DP_USEDHIERARCHY = u"UsedHierarchy"_ustr;
619 inline constexpr OUString SC_UNO_DP_FILTER = u"Filter"_ustr;
620 inline constexpr OUString SC_UNO_DP_SUBTOTAL = u"SubTotals"_ustr;
621 inline constexpr OUString SC_UNO_DP_SUBTOTAL2 = u"SubTotals2"_ustr;
622 inline constexpr OUString SC_UNO_DP_SHOWEMPTY = u"ShowEmpty"_ustr;
623 inline constexpr OUString SC_UNO_DP_REPEATITEMLABELS = u"RepeatItemLabels"_ustr;
624 inline constexpr OUString SC_UNO_DP_ISVISIBLE = u"IsVisible"_ustr;
625 inline constexpr OUString SC_UNO_DP_SHOWDETAILS = u"ShowDetails"_ustr;
626 inline constexpr OUString SC_UNO_DP_IGNOREEMPTY = u"IgnoreEmptyRows"_ustr;
627 inline constexpr OUString SC_UNO_DP_REPEATEMPTY = u"RepeatIfEmpty"_ustr;
628 inline constexpr OUString SC_UNO_DP_DATADESC = u"DataDescription"_ustr;
629 #define SC_UNO_DP_NUMBERFO SC_UNONAME_NUMFMT
630 inline constexpr OUString SC_UNO_DP_ROWFIELDCOUNT = u"RowFieldCount"_ustr;
631 inline constexpr OUString SC_UNO_DP_COLUMNFIELDCOUNT = u"ColumnFieldCount"_ustr;
632 inline constexpr OUString SC_UNO_DP_DATAFIELDCOUNT = u"DataFieldCount"_ustr;
633 inline constexpr OUString SC_UNO_DP_LAYOUTNAME = u"LayoutName"_ustr;
634 inline constexpr OUString SC_UNO_DP_FIELD_SUBTOTALNAME = u"FieldSubtotalName"_ustr;
635 inline constexpr OUString SC_UNO_DP_GRANDTOTAL_NAME = u"GrandTotalName"_ustr;
636 inline constexpr OUString SC_UNO_DP_HAS_HIDDEN_MEMBER = u"HasHiddenMember"_ustr;
637 inline constexpr OUString SC_UNO_DP_FLAGS = u"Flags"_ustr;
639 inline constexpr OUString SC_UNO_DP_REFVALUE = u"ReferenceValue"_ustr;
640 inline constexpr OUString SC_UNO_DP_SORTING = u"Sorting"_ustr;
641 inline constexpr OUString SC_UNO_DP_AUTOSHOW = u"AutoShow"_ustr;
642 inline constexpr OUString SC_UNO_DP_LAYOUT = u"Layout"_ustr;
644 // data pilot descriptor
645 inline constexpr OUString SC_UNO_DP_IGNORE_EMPTYROWS = u"IgnoreEmptyRows"_ustr;
646 inline constexpr OUString SC_UNO_DP_DRILLDOWN = u"DrillDownOnDoubleClick"_ustr;
647 inline constexpr OUString SC_UNO_DP_SHOWFILTER = u"ShowFilterButton"_ustr;
648 inline constexpr OUString SC_UNO_DP_IMPORTDESC = u"ImportDescriptor"_ustr;
649 inline constexpr OUString SC_UNO_DP_SOURCESERVICE = u"SourceServiceName"_ustr;
650 inline constexpr OUString SC_UNO_DP_SERVICEARG = u"ServiceArguments"_ustr;
652 // properties in data pilot descriptor ServiceArguments
653 inline constexpr OUString SC_UNO_DP_SOURCENAME = u"SourceName"_ustr;
654 inline constexpr OUString SC_UNO_DP_OBJECTNAME = u"ObjectName"_ustr;
655 inline constexpr OUString SC_UNO_DP_USERNAME = u"UserName"_ustr;
656 inline constexpr OUString SC_UNO_DP_PASSWORD = u"Password"_ustr;
658 // range selection
659 inline constexpr OUString SC_UNONAME_INITVAL = u"InitialValue"_ustr;
660 inline constexpr OUString SC_UNONAME_TITLE = u"Title"_ustr;
661 inline constexpr OUString SC_UNONAME_CLOSEONUP = u"CloseOnMouseRelease"_ustr;
662 inline constexpr OUString SC_UNONAME_SINGLECELL = u"SingleCellMode"_ustr;
663 inline constexpr OUString SC_UNONAME_MULTISEL = u"MultiSelectionMode"_ustr;
665 // XRenderable
666 inline constexpr OUString SC_UNONAME_PAGESIZE = u"PageSize"_ustr;
667 inline constexpr OUString SC_UNONAME_RENDERDEV = u"RenderDevice"_ustr;
668 inline constexpr OUString SC_UNONAME_SOURCERANGE = u"SourceRange"_ustr;
669 inline constexpr OUString SC_UNONAME_INC_NP_AREA = u"PageIncludesNonprintableArea"_ustr;
670 inline constexpr OUString SC_UNONAME_CALCPAGESIZE = u"CalcPageContentSize"_ustr;
671 inline constexpr OUString SC_UNONAME_CALCPAGEPOS = u"CalcPagePos"_ustr;
673 // CellValueBinding
674 inline constexpr OUString SC_UNONAME_BOUNDCELL = u"BoundCell"_ustr;
675 // CellRangeListSource
676 inline constexpr OUString SC_UNONAME_CELLRANGE = u"CellRange"_ustr;
678 // CellAddressConversion / CellRangeAddressConversion
679 inline constexpr OUString SC_UNONAME_ADDRESS = u"Address"_ustr;
680 inline constexpr OUString SC_UNONAME_UIREPR = u"UserInterfaceRepresentation"_ustr;
681 inline constexpr OUString SC_UNONAME_PERSREPR = u"PersistentRepresentation"_ustr;
682 inline constexpr OUString SC_UNONAME_XLA1REPR = u"XLA1Representation"_ustr;
683 inline constexpr OUString SC_UNONAME_REFSHEET = u"ReferenceSheet"_ustr;
685 // Security options
686 inline constexpr OUString SC_UNO_LOADREADONLY = u"LoadReadonly"_ustr;
687 inline constexpr OUString SC_UNO_MODIFYPASSWORDINFO = u"ModifyPasswordInfo"_ustr;
688 inline constexpr OUString SC_UNO_MODIFYPASSWORDHASH = u"ModifyPasswordHash"_ustr;
690 // FormulaParser
691 inline constexpr OUString SC_UNO_COMPILEENGLISH = u"CompileEnglish"_ustr;
692 inline constexpr OUString SC_UNO_FORMULACONVENTION = u"FormulaConvention"_ustr;
693 inline constexpr OUString SC_UNO_IGNORELEADING = u"IgnoreLeadingSpaces"_ustr;
694 inline constexpr OUString SC_UNO_OPCODEMAP = u"OpCodeMap"_ustr;
695 inline constexpr OUString SC_UNO_EXTERNALLINKS = u"ExternalLinks"_ustr;
696 inline constexpr OUString SC_UNO_COMPILEFAP = u"CompileFAP"_ustr;
697 inline constexpr OUString SC_UNO_REF_CONV_CHARTOOXML = u"RefConventionChartOOXML"_ustr;
699 // Chart2
700 inline constexpr OUString SC_UNONAME_ROLE = u"Role"_ustr;
701 inline constexpr OUString SC_UNONAME_HIDDENVALUES = u"HiddenValues"_ustr;
702 inline constexpr OUString SC_UNONAME_INCLUDEHIDDENCELLS = u"IncludeHiddenCells"_ustr;
703 inline constexpr OUString SC_UNONAME_USE_INTERNAL_DATA_PROVIDER = u"UseInternalDataProvider"_ustr;
704 inline constexpr OUString SC_UNONAME_HAS_STRING_LABEL = u"HasStringLabel"_ustr;
705 inline constexpr OUString SC_UNONAME_TIME_BASED = u"TimeBased"_ustr;
707 // Solver
708 inline constexpr OUString SC_UNONAME_TIMEOUT = u"Timeout"_ustr;
709 inline constexpr OUString SC_UNO_SHAREDOC = u"IsDocumentShared"_ustr;
711 // EventDescriptor
712 inline constexpr OUString SC_UNO_EVENTTYPE = u"EventType"_ustr;
713 inline constexpr OUString SC_UNO_SCRIPT = u"Script"_ustr;
715 // Named ranges
716 inline constexpr OUString SC_UNO_MODIFY_BROADCAST = u"ModifyAndBroadcast"_ustr;
718 inline constexpr OUString SC_UNO_EMBED_FONTS = u"EmbedFonts"_ustr;
719 inline constexpr OUString SC_UNO_EMBED_ONLY_USED_FONTS = u"EmbedOnlyUsedFonts"_ustr;
720 inline constexpr OUString SC_UNO_EMBED_FONT_SCRIPT_LATIN = u"EmbedLatinScriptFonts"_ustr;
721 inline constexpr OUString SC_UNO_EMBED_FONT_SCRIPT_ASIAN = u"EmbedAsianScriptFonts"_ustr;
722 inline constexpr OUString SC_UNO_EMBED_FONT_SCRIPT_COMPLEX = u"EmbedComplexScriptFonts"_ustr;
724 inline constexpr OUString SC_UNO_ODS_LOCK_SOLAR_MUTEX = u"ODSLockSolarMutex"_ustr;
725 inline constexpr OUString SC_UNO_ODS_IMPORT_STYLES = u"ODSImportStyles"_ustr;
727 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */