1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: unonames.hxx,v $
10 * $Revision: 1.82.104.2 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef SC_UNONAMES_HXX
32 #define SC_UNONAMES_HXX
35 #define SC_SERVICENAME_VALBIND "com.sun.star.table.CellValueBinding"
36 #define SC_SERVICENAME_LISTCELLBIND "com.sun.star.table.ListPositionCellBinding"
37 #define SC_SERVICENAME_LISTSOURCE "com.sun.star.table.CellRangeListSource"
38 #define SC_SERVICENAME_CELLADDRESS "com.sun.star.table.CellAddressConversion"
39 #define SC_SERVICENAME_RANGEADDRESS "com.sun.star.table.CellRangeAddressConversion"
41 #define SC_SERVICENAME_FORMULAPARS "com.sun.star.sheet.FormulaParser"
42 #define SC_SERVICENAME_OPCODEMAPPER "com.sun.star.sheet.FormulaOpCodeMapper"
44 #define SC_SERVICENAME_CHDATAPROV "com.sun.star.chart2.data.DataProvider"
45 #define SC_SERVICENAME_CHRANGEHILIGHT "com.sun.star.chart2.data.RangeHighlightListener"
48 #define SC_UNO_AREALINKS "AreaLinks"
49 #define SC_UNO_DDELINKS "DDELinks"
50 #define SC_UNO_EXTERNALDOCLINKS "ExternalDocLinks"
51 #define SC_UNO_COLLABELRNG "ColumnLabelRanges"
52 #define SC_UNO_DATABASERNG "DatabaseRanges"
53 #define SC_UNO_NAMEDRANGES "NamedRanges"
54 #define SC_UNO_ROWLABELRNG "RowLabelRanges"
55 #define SC_UNO_SHEETLINKS "SheetLinks"
56 #define SC_UNO_FORBIDDEN "ForbiddenCharacters"
57 #define SC_UNO_HASDRAWPAGES "HasDrawPages"
59 // CharacterProperties
60 #define SC_UNONAME_CCOLOR "CharColor"
61 #define SC_UNONAME_CHEIGHT "CharHeight"
62 #define SC_UNONAME_CUNDER "CharUnderline"
63 #define SC_UNONAME_CUNDLCOL "CharUnderlineColor"
64 #define SC_UNONAME_CUNDLHAS "CharUnderlineHasColor"
65 #define SC_UNONAME_COVER "CharOverline"
66 #define SC_UNONAME_COVRLCOL "CharOverlineColor"
67 #define SC_UNONAME_COVRLHAS "CharOverlineHasColor"
68 #define SC_UNONAME_CWEIGHT "CharWeight"
69 #define SC_UNONAME_CPOST "CharPosture"
70 #define SC_UNONAME_CCROSS "CharCrossedOut"
71 #define SC_UNONAME_CSTRIKE "CharStrikeout"
72 #define SC_UNONAME_CLOCAL "CharLocale"
73 #define SC_UNONAME_CSHADD "CharShadowed"
74 #define SC_UNONAME_CFONT "CharFont"
75 #define SC_UNONAME_COUTL "CharContoured"
76 #define SC_UNONAME_CEMPHAS "CharEmphasis"
77 #define SC_UNONAME_CFNAME "CharFontName"
78 #define SC_UNONAME_CFSTYLE "CharFontStyleName"
79 #define SC_UNONAME_CFFAMIL "CharFontFamily"
80 #define SC_UNONAME_CFCHARS "CharFontCharSet"
81 #define SC_UNONAME_CFPITCH "CharFontPitch"
82 #define SC_UNONAME_CRELIEF "CharRelief"
83 #define SC_UNONAME_CWORDMOD "CharWordMode"
85 #define SC_UNO_CJK_CFNAME "CharFontNameAsian"
86 #define SC_UNO_CJK_CFSTYLE "CharFontStyleNameAsian"
87 #define SC_UNO_CJK_CFFAMIL "CharFontFamilyAsian"
88 #define SC_UNO_CJK_CFCHARS "CharFontCharSetAsian"
89 #define SC_UNO_CJK_CFPITCH "CharFontPitchAsian"
90 #define SC_UNO_CJK_CHEIGHT "CharHeightAsian"
91 #define SC_UNO_CJK_CWEIGHT "CharWeightAsian"
92 #define SC_UNO_CJK_CPOST "CharPostureAsian"
93 #define SC_UNO_CJK_CLOCAL "CharLocaleAsian"
95 #define SC_UNO_CTL_CFNAME "CharFontNameComplex"
96 #define SC_UNO_CTL_CFSTYLE "CharFontStyleNameComplex"
97 #define SC_UNO_CTL_CFFAMIL "CharFontFamilyComplex"
98 #define SC_UNO_CTL_CFCHARS "CharFontCharSetComplex"
99 #define SC_UNO_CTL_CFPITCH "CharFontPitchComplex"
100 #define SC_UNO_CTL_CHEIGHT "CharHeightComplex"
101 #define SC_UNO_CTL_CWEIGHT "CharWeightComplex"
102 #define SC_UNO_CTL_CPOST "CharPostureComplex"
103 #define SC_UNO_CTL_CLOCAL "CharLocaleComplex"
106 #define SC_UNONAME_CELLSTYL "CellStyle"
107 #define SC_UNONAME_CELLBACK "CellBackColor"
108 #define SC_UNONAME_CELLTRAN "IsCellBackgroundTransparent"
109 #define SC_UNONAME_CELLPRO "CellProtection"
110 #define SC_UNONAME_CELLHJUS "HoriJustify"
111 #define SC_UNONAME_CELLVJUS "VertJustify"
112 #define SC_UNONAME_CELLORI "Orientation"
113 #define SC_UNONAME_NUMFMT "NumberFormat"
114 #define SC_UNONAME_SHADOW "ShadowFormat"
115 #define SC_UNONAME_TBLBORD "TableBorder"
116 #define SC_UNONAME_WRAP "IsTextWrapped"
117 #define SC_UNONAME_PINDENT "ParaIndent"
118 #define SC_UNONAME_PTMARGIN "ParaTopMargin"
119 #define SC_UNONAME_PBMARGIN "ParaBottomMargin"
120 #define SC_UNONAME_PLMARGIN "ParaLeftMargin"
121 #define SC_UNONAME_PRMARGIN "ParaRightMargin"
122 #define SC_UNONAME_ROTANG "RotateAngle"
123 #define SC_UNONAME_ROTREF "RotateReference"
124 #define SC_UNONAME_ASIANVERT "AsianVerticalMode"
125 #define SC_UNONAME_WRITING "WritingMode"
127 #define SC_UNONAME_BOTTBORDER "BottomBorder"
128 #define SC_UNONAME_LEFTBORDER "LeftBorder"
129 #define SC_UNONAME_RIGHTBORDER "RightBorder"
130 #define SC_UNONAME_TOPBORDER "TopBorder"
132 #define SC_UNONAME_DIAGONAL_TLBR "DiagonalTLBR"
133 #define SC_UNONAME_DIAGONAL_BLTR "DiagonalBLTR"
135 #define SC_UNONAME_SHRINK_TO_FIT "ShrinkToFit"
137 #define SC_UNONAME_PISHANG "ParaIsHangingPunctuation"
138 #define SC_UNONAME_PISCHDIST "ParaIsCharacterDistance"
139 #define SC_UNONAME_PISFORBID "ParaIsForbiddenRules"
140 #define SC_UNONAME_PISHYPHEN "ParaIsHyphenation"
141 #define SC_UNONAME_PADJUST "ParaAdjust"
142 #define SC_UNONAME_PLASTADJ "ParaLastLineAdjust"
144 #define SC_UNONAME_NUMRULES "NumberingRules"
147 #define SC_UNONAME_DISPNAME "DisplayName"
150 #define SC_UNONAME_OVERWSTL "OverwriteStyles"
151 #define SC_UNONAME_LOADCELL "LoadCellStyles"
152 #define SC_UNONAME_LOADPAGE "LoadPageStyles"
155 #define SC_UNONAME_POS "Position"
156 #define SC_UNONAME_SIZE "Size"
157 #define SC_UNONAME_ABSNAME "AbsoluteName"
160 #define SC_UNONAME_CELLHGT "Height"
161 #define SC_UNONAME_CELLWID "Width"
162 #define SC_UNONAME_CELLVIS "IsVisible"
163 #define SC_UNONAME_CELLFILT "IsFiltered"
164 #define SC_UNONAME_MANPAGE "IsManualPageBreak"
165 #define SC_UNONAME_NEWPAGE "IsStartOfNewPage"
166 #define SC_UNONAME_OHEIGHT "OptimalHeight"
167 #define SC_UNONAME_OWIDTH "OptimalWidth"
168 #define SC_UNONAME_PAGESTL "PageStyle"
169 #define SC_UNONAME_ISACTIVE "IsActive"
170 #define SC_UNONAME_BORDCOL "BorderColor"
171 #define SC_UNONAME_PROTECT "Protected"
172 #define SC_UNONAME_SHOWBORD "ShowBorder"
173 #define SC_UNONAME_PRINTBORD "PrintBorder"
174 #define SC_UNONAME_COPYBACK "CopyBack"
175 #define SC_UNONAME_COPYSTYL "CopyStyles"
176 #define SC_UNONAME_COPYFORM "CopyFormulas"
177 #define SC_UNONAME_TABLAYOUT "TableLayout"
178 #define SC_UNONAME_AUTOPRINT "AutomaticPrintArea"
181 #define SC_UNO_LINKDISPBIT "LinkDisplayBitmap"
182 #define SC_UNO_LINKDISPNAME "LinkDisplayName"
185 #define SC_UNONAME_IMAGEMAP "ImageMap"
186 #define SC_UNONAME_ANCHOR "Anchor"
187 #define SC_UNONAME_HORIPOS "HoriOrientPosition"
188 #define SC_UNONAME_VERTPOS "VertOrientPosition"
189 // #i66550 HLINK_FOR_SHAPES
190 #define SC_UNONAME_HYPERLINK "Hyperlink"
192 // other cell properties
193 #define SC_UNONAME_CHCOLHDR "ChartColumnAsLabel"
194 #define SC_UNONAME_CHROWHDR "ChartRowAsLabel"
195 #define SC_UNONAME_CONDFMT "ConditionalFormat"
196 #define SC_UNONAME_CONDLOC "ConditionalFormatLocal"
197 #define SC_UNONAME_CONDXML "ConditionalFormatXML"
198 #define SC_UNONAME_VALIDAT "Validation"
199 #define SC_UNONAME_VALILOC "ValidationLocal"
200 #define SC_UNONAME_VALIXML "ValidationXML"
201 #define SC_UNONAME_FORMLOC "FormulaLocal"
202 #define SC_UNONAME_FORMRT "FormulaResultType"
204 #define SC_UNONAME_USERDEF "UserDefinedAttributes"
205 #define SC_UNONAME_TEXTUSER "TextUserDefinedAttributes"
208 #define SC_UNONAME_INCBACK "IncludeBackground"
209 #define SC_UNONAME_INCBORD "IncludeBorder"
210 #define SC_UNONAME_INCFONT "IncludeFont"
211 #define SC_UNONAME_INCJUST "IncludeJustify"
212 #define SC_UNONAME_INCNUM "IncludeNumberFormat"
213 #define SC_UNONAME_INCWIDTH "IncludeWidthAndHeight"
215 // function description
216 #define SC_UNONAME_ARGUMENTS "Arguments"
217 #define SC_UNONAME_CATEGORY "Category"
218 #define SC_UNONAME_DESCRIPTION "Description"
219 #define SC_UNONAME_ID "Id"
220 #define SC_UNONAME_NAME "Name"
222 // application settings
223 #define SC_UNONAME_DOAUTOCP "DoAutoComplete"
224 #define SC_UNONAME_ENTERED "EnterEdit"
225 #define SC_UNONAME_EXPREF "ExpandReferences"
226 #define SC_UNONAME_EXTFMT "ExtendFormat"
227 #define SC_UNONAME_LINKUPD "LinkUpdateMode"
228 #define SC_UNONAME_MARKHDR "MarkHeader"
229 #define SC_UNONAME_METRIC "Metric"
230 #define SC_UNONAME_MOVEDIR "MoveDirection"
231 #define SC_UNONAME_MOVESEL "MoveSelection"
232 #define SC_UNONAME_RANGEFIN "RangeFinder"
233 #define SC_UNONAME_SCALE "Scale"
234 #define SC_UNONAME_STBFUNC "StatusBarFunction"
235 #define SC_UNONAME_ULISTS "UserLists"
236 #define SC_UNONAME_USETABCOL "UseTabCol"
237 #define SC_UNONAME_PRMETRICS "UsePrinterMetrics"
238 #define SC_UNONAME_PRALLSH "PrintAllSheets"
239 #define SC_UNONAME_PREMPTY "PrintEmptyPages"
240 #define SC_UNONAME_REPLWARN "ReplaceCellsWarning"
243 #define SC_UNONAME_FUNCTION "Function"
244 #define SC_UNONAME_SUBTOTALS "Subtotals"
245 #define SC_UNONAME_SELPAGE "SelectedPage"
246 #define SC_UNONAME_USESELPAGE "UseSelectedPage"
247 #define SC_UNONAME_HASREFERENCE "HasReference"
248 #define SC_UNONAME_REFERENCE "Reference"
249 #define SC_UNONAME_HASAUTOSHOW "HasAutoShowInfo"
250 #define SC_UNONAME_AUTOSHOW "AutoShowInfo"
251 #define SC_UNONAME_HASSORTINFO "HasSortInfo"
252 #define SC_UNONAME_SORTINFO "SortInfo"
253 #define SC_UNONAME_HASLAYOUTINFO "HasLayoutInfo"
254 #define SC_UNONAME_LAYOUTINFO "LayoutInfo"
255 #define SC_UNONAME_ISGROUP "IsGroupField"
256 #define SC_UNONAME_GROUPINFO "GroupInfo"
257 #define SC_UNONAME_SHOWEMPTY "ShowEmpty"
260 #define SC_UNONAME_SHOWDETAIL "ShowDetail"
261 #define SC_UNONAME_ISHIDDEN "IsHidden"
264 #define SC_UNONAME_CASE "CaseSensitive"
265 #define SC_UNONAME_DBNAME "DatabaseName"
266 #define SC_UNONAME_FORMATS "IncludeFormats"
267 #define SC_UNONAME_INSBRK "InsertPageBreaks"
268 #define SC_UNONAME_KEEPFORM "KeepFormats"
269 #define SC_UNONAME_MOVCELLS "MoveCells"
270 #define SC_UNONAME_ISUSER "IsUserDefined"
271 #define SC_UNONAME_ISNATIVE "IsNative"
272 #define SC_UNONAME_REGEXP "RegularExpressions"
273 #define SC_UNONAME_SAVEOUT "SaveOutputPosition"
274 #define SC_UNONAME_SKIPDUP "SkipDuplicates"
275 #define SC_UNONAME_SRCOBJ "SourceObject"
276 #define SC_UNONAME_SRCTYPE "SourceType"
277 #define SC_UNONAME_STRIPDAT "StripData"
278 #define SC_UNONAME_UNIQUE "UniqueOnly"
279 #define SC_UNONAME_USEREGEX "UseRegularExpressions"
280 #define SC_UNONAME_ULIST "UserListEnabled"
281 #define SC_UNONAME_UINDEX "UserListIndex"
282 #define SC_UNONAME_BINDFMT "BindFormatsToContent"
283 #define SC_UNONAME_COPYOUT "CopyOutputData"
284 #define SC_UNONAME_ISCASE "IsCaseSensitive"
285 #define SC_UNONAME_ISULIST "IsUserListEnabled"
286 #define SC_UNONAME_OUTPOS "OutputPosition"
287 #define SC_UNONAME_CONTHDR "ContainsHeader"
288 #define SC_UNONAME_MAXFLD "MaxFieldCount"
289 #define SC_UNONAME_ORIENT "Orientation"
290 #define SC_UNONAME_ISSORTCOLUMNS "IsSortColumns"
291 #define SC_UNONAME_SORTFLD "SortFields"
292 #define SC_UNONAME_SORTASC "SortAscending"
293 #define SC_UNONAME_ENUSLIST "EnableUserSortList"
294 #define SC_UNONAME_USINDEX "UserSortListIndex"
295 #define SC_UNONAME_COLLLOC "CollatorLocale"
296 #define SC_UNONAME_COLLALG "CollatorAlgorithm"
297 #define SC_UNONAME_AUTOFLT "AutoFilter"
298 #define SC_UNONAME_FLTCRT "FilterCriteriaSource"
299 #define SC_UNONAME_USEFLTCRT "UseFilterCriteriaSource"
300 #define SC_UNONAME_ENABSORT "EnableSort"
301 #define SC_UNONAME_FROMSELECT "FromSelection"
302 #define SC_UNONAME_CONRES "ConnectionResource"
303 #define SC_UNONAME_TOKENINDEX "TokenIndex"
304 #define SC_UNONAME_ISSHAREDFMLA "IsSharedFormula"
307 #define SC_UNONAME_ANCTYPE "AnchorType"
308 #define SC_UNONAME_ANCTYPES "AnchorTypes"
309 #define SC_UNONAME_TEXTWRAP "TextWrap"
310 #define SC_UNONAME_FILEFORM "FileFormat"
313 #define SC_UNONAME_REPR "Representation"
314 #define SC_UNONAME_TARGET "TargetFrame"
315 #define SC_UNONAME_URL "URL"
317 // conditional format
318 #define SC_UNONAME_OPERATOR "Operator"
319 #define SC_UNONAME_FORMULA1 "Formula1"
320 #define SC_UNONAME_FORMULA2 "Formula2"
321 #define SC_UNONAME_SOURCEPOS "SourcePosition"
322 #define SC_UNONAME_SOURCESTR "SourcePositionAsString" // only for use in XML filter
323 #define SC_UNONAME_FORMULANMSP1 "FormulaNamespace1" // only for use in XML filter
324 #define SC_UNONAME_FORMULANMSP2 "FormulaNamespace2" // only for use in XML filter
325 #define SC_UNONAME_GRAMMAR1 "Grammar1" // only for use in XML filter
326 #define SC_UNONAME_GRAMMAR2 "Grammar2" // only for use in XML filter
327 #define SC_UNONAME_STYLENAME "StyleName"
330 #define SC_UNONAME_ERRALSTY "ErrorAlertStyle"
331 #define SC_UNONAME_ERRMESS "ErrorMessage"
332 #define SC_UNONAME_ERRTITLE "ErrorTitle"
333 #define SC_UNONAME_IGNOREBL "IgnoreBlankCells"
334 #define SC_UNONAME_INPMESS "InputMessage"
335 #define SC_UNONAME_INPTITLE "InputTitle"
336 #define SC_UNONAME_SHOWERR "ShowErrorMessage"
337 #define SC_UNONAME_SHOWINP "ShowInputMessage"
338 #define SC_UNONAME_SHOWLIST "ShowList"
339 #define SC_UNONAME_TYPE "Type"
342 #define SC_UNONAME_FILTER "Filter"
343 #define SC_UNONAME_FILTOPT "FilterOptions"
344 #define SC_UNONAME_LINKURL "Url"
345 #define SC_UNONAME_REFPERIOD "RefreshPeriod"
346 #define SC_UNONAME_REFDELAY "RefreshDelay" // deprecated, don't use anymore
349 #define SC_UNO_SRCHBACK "SearchBackwards"
350 #define SC_UNO_SRCHBYROW "SearchByRow"
351 #define SC_UNO_SRCHCASE "SearchCaseSensitive"
352 #define SC_UNO_SRCHREGEXP "SearchRegularExpression"
353 #define SC_UNO_SRCHSIM "SearchSimilarity"
354 #define SC_UNO_SRCHSIMADD "SearchSimilarityAdd"
355 #define SC_UNO_SRCHSIMEX "SearchSimilarityExchange"
356 #define SC_UNO_SRCHSIMREL "SearchSimilarityRelax"
357 #define SC_UNO_SRCHSIMREM "SearchSimilarityRemove"
358 #define SC_UNO_SRCHSTYLES "SearchStyles"
359 #define SC_UNO_SRCHTYPE "SearchType"
360 #define SC_UNO_SRCHWORDS "SearchWords"
362 // old (5.2) property names for page styles - for compatibility only!
363 #define OLD_UNO_PAGE_BACKCOLOR "BackgroundColor"
364 #define OLD_UNO_PAGE_BACKTRANS "IsBackgroundTransparent"
365 #define OLD_UNO_PAGE_HDRBACKCOL "HeaderBackgroundColor"
366 #define OLD_UNO_PAGE_HDRBACKTRAN "TransparentHeaderBackground"
367 #define OLD_UNO_PAGE_HDRSHARED "HeaderShared"
368 #define OLD_UNO_PAGE_HDRDYNAMIC "HeaderDynamic"
369 #define OLD_UNO_PAGE_HDRON "HeaderOn"
370 #define OLD_UNO_PAGE_FTRBACKCOL "FooterBackgroundColor"
371 #define OLD_UNO_PAGE_FTRBACKTRAN "TransparentFooterBackground"
372 #define OLD_UNO_PAGE_FTRSHARED "FooterShared"
373 #define OLD_UNO_PAGE_FTRDYNAMIC "FooterDynamic"
374 #define OLD_UNO_PAGE_FTRON "FooterOn"
377 #define SC_UNO_PAGE_BACKCOLOR "BackColor"
378 #define SC_UNO_PAGE_BACKTRANS "BackTransparent"
379 #define SC_UNO_PAGE_GRAPHICFILT "BackGraphicFilter"
380 #define SC_UNO_PAGE_GRAPHICLOC "BackGraphicLocation"
381 #define SC_UNO_PAGE_GRAPHICURL "BackGraphicURL"
382 #define SC_UNO_PAGE_LEFTBORDER SC_UNONAME_LEFTBORDER
383 #define SC_UNO_PAGE_RIGHTBORDER SC_UNONAME_RIGHTBORDER
384 #define SC_UNO_PAGE_BOTTBORDER SC_UNONAME_BOTTBORDER
385 #define SC_UNO_PAGE_TOPBORDER SC_UNONAME_TOPBORDER
386 #define SC_UNO_PAGE_LEFTBRDDIST "LeftBorderDistance"
387 #define SC_UNO_PAGE_RIGHTBRDDIST "RightBorderDistance"
388 #define SC_UNO_PAGE_BOTTBRDDIST "BottomBorderDistance"
389 #define SC_UNO_PAGE_TOPBRDDIST "TopBorderDistance"
390 #define SC_UNO_PAGE_BORDERDIST "BorderDistance"
391 #define SC_UNO_PAGE_SHADOWFORM "ShadowFormat"
392 #define SC_UNO_PAGE_LEFTMARGIN "LeftMargin"
393 #define SC_UNO_PAGE_RIGHTMARGIN "RightMargin"
394 #define SC_UNO_PAGE_TOPMARGIN "TopMargin"
395 #define SC_UNO_PAGE_BOTTMARGIN "BottomMargin"
396 #define SC_UNO_PAGE_LANDSCAPE "IsLandscape"
397 #define SC_UNO_PAGE_NUMBERTYPE "NumberingType"
398 #define SC_UNO_PAGE_SYTLELAYOUT "PageStyleLayout"
399 #define SC_UNO_PAGE_PAPERTRAY "PrinterPaperTray"
400 #define SC_UNO_PAGE_SIZE "Size"
401 #define SC_UNO_PAGE_WIDTH "Width"
402 #define SC_UNO_PAGE_HEIGHT "Height"
403 #define SC_UNO_PAGE_CENTERHOR "CenterHorizontally"
404 #define SC_UNO_PAGE_CENTERVER "CenterVertically"
405 #define SC_UNO_PAGE_PRINTANNOT "PrintAnnotations"
406 #define SC_UNO_PAGE_PRINTGRID "PrintGrid"
407 #define SC_UNO_PAGE_PRINTHEADER "PrintHeaders"
408 #define SC_UNO_PAGE_PRINTCHARTS "PrintCharts"
409 #define SC_UNO_PAGE_PRINTOBJS "PrintObjects"
410 #define SC_UNO_PAGE_PRINTDRAW "PrintDrawing"
411 #define SC_UNO_PAGE_PRINTDOWN "PrintDownFirst"
412 #define SC_UNO_PAGE_SCALEVAL "PageScale"
413 #define SC_UNO_PAGE_SCALETOPAG "ScaleToPages"
414 #define SC_UNO_PAGE_SCALETOX "ScaleToPagesX"
415 #define SC_UNO_PAGE_SCALETOY "ScaleToPagesY"
416 #define SC_UNO_PAGE_FIRSTPAGE "FirstPageNumber"
417 #define SC_UNO_PAGE_LEFTHDRCONT "LeftPageHeaderContent"
418 #define SC_UNO_PAGE_LEFTFTRCONT "LeftPageFooterContent"
419 #define SC_UNO_PAGE_RIGHTHDRCON "RightPageHeaderContent"
420 #define SC_UNO_PAGE_RIGHTFTRCON "RightPageFooterContent"
421 #define SC_UNO_PAGE_PRINTFORMUL "PrintFormulas"
422 #define SC_UNO_PAGE_PRINTZERO "PrintZeroValues"
423 #define SC_UNO_PAGE_HDRBACKCOL "HeaderBackColor"
424 #define SC_UNO_PAGE_HDRBACKTRAN "HeaderBackTransparent"
425 #define SC_UNO_PAGE_HDRGRFFILT "HeaderBackGraphicFilter"
426 #define SC_UNO_PAGE_HDRGRFLOC "HeaderBackGraphicLocation"
427 #define SC_UNO_PAGE_HDRGRFURL "HeaderBackGraphicURL"
428 #define SC_UNO_PAGE_HDRLEFTBOR "HeaderLeftBorder"
429 #define SC_UNO_PAGE_HDRRIGHTBOR "HeaderRightBorder"
430 #define SC_UNO_PAGE_HDRBOTTBOR "HeaderBottomBorder"
431 #define SC_UNO_PAGE_HDRTOPBOR "HeaderTopBorder"
432 #define SC_UNO_PAGE_HDRLEFTBDIS "HeaderLeftBorderDistance"
433 #define SC_UNO_PAGE_HDRRIGHTBDIS "HeaderRightBorderDistance"
434 #define SC_UNO_PAGE_HDRBOTTBDIS "HeaderBottomBorderDistance"
435 #define SC_UNO_PAGE_HDRTOPBDIS "HeaderTopBorderDistance"
436 #define SC_UNO_PAGE_HDRBRDDIST "HeaderBorderDistance"
437 #define SC_UNO_PAGE_HDRSHADOW "HeaderShadowFormat"
438 #define SC_UNO_PAGE_HDRLEFTMAR "HeaderLeftMargin"
439 #define SC_UNO_PAGE_HDRRIGHTMAR "HeaderRightMargin"
440 #define SC_UNO_PAGE_HDRBODYDIST "HeaderBodyDistance"
441 #define SC_UNO_PAGE_HDRHEIGHT "HeaderHeight"
442 #define SC_UNO_PAGE_HDRON "HeaderIsOn"
443 #define SC_UNO_PAGE_HDRDYNAMIC "HeaderIsDynamicHeight"
444 #define SC_UNO_PAGE_HDRSHARED "HeaderIsShared"
445 #define SC_UNO_PAGE_FTRBACKCOL "FooterBackColor"
446 #define SC_UNO_PAGE_FTRBACKTRAN "FooterBackTransparent"
447 #define SC_UNO_PAGE_FTRGRFFILT "FooterBackGraphicFilter"
448 #define SC_UNO_PAGE_FTRGRFLOC "FooterBackGraphicLocation"
449 #define SC_UNO_PAGE_FTRGRFURL "FooterBackGraphicURL"
450 #define SC_UNO_PAGE_FTRLEFTBOR "FooterLeftBorder"
451 #define SC_UNO_PAGE_FTRRIGHTBOR "FooterRightBorder"
452 #define SC_UNO_PAGE_FTRBOTTBOR "FooterBottomBorder"
453 #define SC_UNO_PAGE_FTRTOPBOR "FooterTopBorder"
454 #define SC_UNO_PAGE_FTRLEFTBDIS "FooterLeftBorderDistance"
455 #define SC_UNO_PAGE_FTRRIGHTBDIS "FooterRightBorderDistance"
456 #define SC_UNO_PAGE_FTRBOTTBDIS "FooterBottomBorderDistance"
457 #define SC_UNO_PAGE_FTRTOPBDIS "FooterTopBorderDistance"
458 #define SC_UNO_PAGE_FTRBRDDIST "FooterBorderDistance"
459 #define SC_UNO_PAGE_FTRSHADOW "FooterShadowFormat"
460 #define SC_UNO_PAGE_FTRLEFTMAR "FooterLeftMargin"
461 #define SC_UNO_PAGE_FTRRIGHTMAR "FooterRightMargin"
462 #define SC_UNO_PAGE_FTRBODYDIST "FooterBodyDistance"
463 #define SC_UNO_PAGE_FTRHEIGHT "FooterHeight"
464 #define SC_UNO_PAGE_FTRON "FooterIsOn"
465 #define SC_UNO_PAGE_FTRDYNAMIC "FooterIsDynamicHeight"
466 #define SC_UNO_PAGE_FTRSHARED "FooterIsShared"
469 #define SC_UNO_CALCASSHOWN "CalcAsShown"
470 #define SC_UNO_DEFTABSTOP "DefaultTabStop"
471 #define SC_UNO_TABSTOPDIS "TabStopDistance" // is the same like the before, but only the writer name
472 #define SC_UNO_IGNORECASE "IgnoreCase"
473 #define SC_UNO_ITERCOUNT "IterationCount"
474 #define SC_UNO_ITERENABLED "IsIterationEnabled"
475 #define SC_UNO_ITEREPSILON "IterationEpsilon"
476 #define SC_UNO_LOOKUPLABELS "LookUpLabels"
477 #define SC_UNO_MATCHWHOLE "MatchWholeCell"
478 #define SC_UNO_NULLDATE "NullDate"
479 #define SC_UNO_SPELLONLINE "SpellOnline"
480 #define SC_UNO_STANDARDDEC "StandardDecimals"
481 #define SC_UNO_REGEXENABLED "RegularExpressions"
482 #define SC_UNO_BASICLIBRARIES "BasicLibraries"
483 #define SC_UNO_DIALOGLIBRARIES "DialogLibraries"
484 #define SC_UNO_RUNTIMEUID "RuntimeUID"
485 #define SC_UNO_HASVALIDSIGNATURES "HasValidSignatures"
486 #define SC_UNO_ISLOADED "IsLoaded"
487 #define SC_UNO_ISUNDOENABLED "IsUndoEnabled"
488 #define SC_UNO_ISADJUSTHEIGHTENABLED "IsAdjustHeightEnabled"
489 #define SC_UNO_ISEXECUTELINKENABLED "IsExecuteLinkEnabled"
490 #define SC_UNO_ISCHANGEREADONLYENABLED "IsChangeReadOnlyEnabled"
491 #define SC_UNO_REFERENCEDEVICE "ReferenceDevice"
492 #define SC_UNO_ALWAYS_ALLOW_SAVE "AlwaysAllowSave"
494 // document properties from FormModel
495 #define SC_UNO_APPLYFMDES "ApplyFormDesignMode"
496 #define SC_UNO_AUTOCONTFOC "AutomaticControlFocus"
499 #define SC_UNO_COLROWHDR "HasColumnRowHeaders"
500 #define SC_UNO_GRIDCOLOR "GridColor"
501 #define SC_UNO_HIDESPELL "HideSpellMarks" /* deprecated #i91949 */
502 #define SC_UNO_HORSCROLL "HasHorizontalScrollBar"
503 #define SC_UNO_OUTLSYMB "IsOutlineSymbolsSet"
504 #define SC_UNO_SHEETTABS "HasSheetTabs"
505 #define SC_UNO_SHOWANCHOR "ShowAnchor"
506 #define SC_UNO_SHOWCHARTS "ShowCharts"
507 #define SC_UNO_SHOWDRAW "ShowDrawing"
508 #define SC_UNO_SHOWFORM "ShowFormulas"
509 #define SC_UNO_SHOWGRID "ShowGrid"
510 #define SC_UNO_SHOWHELP "ShowHelpLines"
511 #define SC_UNO_SHOWNOTES "ShowNotes"
512 #define SC_UNO_SHOWOBJ "ShowObjects"
513 #define SC_UNO_SHOWPAGEBR "ShowPageBreaks"
514 #define SC_UNO_SHOWZERO "ShowZeroValues"
515 #define SC_UNO_SHOWSOLID "SolidHandles"
516 #define SC_UNO_VALUEHIGH "IsValueHighlightingEnabled"
517 #define SC_UNO_VERTSCROLL "HasVerticalScrollBar"
518 #define SC_UNO_SNAPTORASTER "IsSnapToRaster"
519 #define SC_UNO_RASTERVIS "RasterIsVisible"
520 #define SC_UNO_RASTERRESX "RasterResolutionX"
521 #define SC_UNO_RASTERRESY "RasterResolutionY"
522 #define SC_UNO_RASTERSUBX "RasterSubdivisionX"
523 #define SC_UNO_RASTERSUBY "RasterSubdivisionY"
524 #define SC_UNO_RASTERSYNC "IsRasterAxisSynchronized"
525 #define SC_UNO_AUTOCALC "AutoCalculate"
526 #define SC_UNO_PRINTERNAME "PrinterName"
527 #define SC_UNO_PRINTERSETUP "PrinterSetup"
528 #define SC_UNO_APPLYDOCINF "ApplyUserData"
529 #define SC_UNO_CHARCOMP "CharacterCompressionType"
530 #define SC_UNO_ASIANKERN "IsKernAsianPunctuation"
531 #define SC_UNO_VISAREA "VisibleArea"
532 #define SC_UNO_ZOOMTYPE "ZoomType"
533 #define SC_UNO_ZOOMVALUE "ZoomValue"
534 #define SC_UNO_UPDTEMPL "UpdateFromTemplate"
535 #define SC_UNO_FILTERED_RANGE_SELECTION "FilteredRangeSelection"
536 #define SC_UNO_TABCOLOR "TabColor"
538 /*Stampit enable/disable print cancel */
539 #define SC_UNO_ALLOWPRINTJOBCANCEL "AllowPrintJobCancel"
541 // old (5.2) property names for view options - for compatibility only!
542 #define OLD_UNO_COLROWHDR "ColumnRowHeaders"
543 #define OLD_UNO_HORSCROLL "HorizontalScrollBar"
544 #define OLD_UNO_OUTLSYMB "OutlineSymbols"
545 #define OLD_UNO_SHEETTABS "SheetTabs"
546 #define OLD_UNO_VALUEHIGH "ValueHighlighting"
547 #define OLD_UNO_VERTSCROLL "VerticalScrollBar"
550 #define SC_UNO_COLGRAND "ColumnGrand"
551 #define SC_UNO_ROWGRAND "RowGrand"
552 #define SC_UNO_ORIGINAL "Original"
553 #define SC_UNO_ISDATALA "IsDataLayoutDimension"
554 #define SC_UNO_ORIENTAT "Orientation"
555 #define SC_UNO_POSITION "Position"
556 #define SC_UNO_FUNCTION "Function"
557 #define SC_UNO_USEDHIER "UsedHierarchy"
558 #define SC_UNO_FILTER "Filter"
559 #define SC_UNO_SUBTOTAL "SubTotals"
560 #define SC_UNO_SHOWEMPT "ShowEmpty"
561 #define SC_UNO_ISVISIBL "IsVisible"
562 #define SC_UNO_SHOWDETA "ShowDetails"
563 #define SC_UNO_IGNOREEM "IgnoreEmptyRows"
564 #define SC_UNO_REPEATIF "RepeatIfEmpty"
565 #define SC_UNO_DATADESC "DataDescription"
566 #define SC_UNO_NUMBERFO "NumberFormat"
567 #define SC_UNO_ROWFIELDCOUNT "RowFieldCount"
568 #define SC_UNO_COLUMNFIELDCOUNT "ColumnFieldCount"
569 #define SC_UNO_DATAFIELDCOUNT "DataFieldCount"
570 #define SC_UNO_LAYOUTNAME "LayoutName"
571 #define SC_UNO_FIELD_SUBTOTALNAME "FieldSubtotalName"
572 #define SC_UNO_GRANDTOTAL_NAME "GrandTotalName"
573 #define SC_UNO_HAS_HIDDEN_MEMBER "HasHiddenMember"
576 #define SC_UNO_REFVALUE "ReferenceValue"
577 #define SC_UNO_SORTING "Sorting"
578 #define SC_UNO_AUTOSHOW "AutoShow"
579 #define SC_UNO_LAYOUT "Layout"
581 // data pilot descriptor
582 #define SC_UNO_IGNEMPROWS "IgnoreEmptyRows"
583 #define SC_UNO_RPTEMPTY "RepeatIfEmpty"
584 #define SC_UNO_DRILLDOWN "DrillDownOnDoubleClick"
585 #define SC_UNO_SHOWFILT "ShowFilterButton"
588 #define SC_UNONAME_INITVAL "InitialValue"
589 #define SC_UNONAME_TITLE "Title"
590 #define SC_UNONAME_CLOSEONUP "CloseOnMouseRelease"
591 #define SC_UNONAME_SINGLECELL "SingleCellMode"
592 #define SC_UNONAME_MULTISEL "MultiSelectionMode"
595 #define SC_UNONAME_PAGESIZE "PageSize"
596 #define SC_UNONAME_RENDERDEV "RenderDevice"
597 #define SC_UNONAME_SOURCERANGE "SourceRange"
600 #define SC_UNONAME_BOUNDCELL "BoundCell"
601 // CellRangeListSource
602 #define SC_UNONAME_CELLRANGE "CellRange"
604 // CellAddressConversion / CellRangeAddressConversion
605 #define SC_UNONAME_ADDRESS "Address"
606 #define SC_UNONAME_UIREPR "UserInterfaceRepresentation"
607 #define SC_UNONAME_PERSREPR "PersistentRepresentation"
608 #define SC_UNONAME_XL_A1_REPR "XL_A1_Representation"
609 #define SC_UNONAME_REFSHEET "ReferenceSheet"
611 // --> PB 2004-08-23 #i33095# Security Options
612 #define SC_UNO_LOADREADONLY "LoadReadonly"
616 #define SC_UNO_COMPILEENGLISH "CompileEnglish"
617 #define SC_UNO_FORMULACONVENTION "FormulaConvention"
618 #define SC_UNO_IGNORELEADING "IgnoreLeadingSpaces"
619 #define SC_UNO_OPCODEMAP "OpCodeMap"
620 #define SC_UNO_EXTERNALLINKS "ExternalLinks"
621 #define SC_UNO_COMPILEFAP "CompileFAP"
624 #define SC_UNONAME_ROLE "Role"
625 #define SC_UNONAME_HIDDENVALUES "HiddenValues"
626 #define SC_UNONAME_INCLUDEHIDDENCELLS "IncludeHiddenCells"
627 #define SC_UNONAME_HIDDENVALUES "HiddenValues"
630 #define SC_UNONAME_TIMEOUT "Timeout"
632 #define SC_UNO_SHAREDOC "IsDocumentShared"