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