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