522 lines
24 KiB
C++
522 lines
24 KiB
C++
/*************************************************************************
|
|
*
|
|
* $RCSfile: unonames.hxx,v $
|
|
*
|
|
* $Revision: 1.48 $
|
|
*
|
|
* last change: $Author: sab $ $Date: 2002-11-11 12:35:47 $
|
|
*
|
|
* The Contents of this file are made available subject to the terms of
|
|
* either of the following licenses
|
|
*
|
|
* - GNU Lesser General Public License Version 2.1
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
*
|
|
* Sun Microsystems Inc., October, 2000
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
* MA 02111-1307 USA
|
|
*
|
|
*
|
|
* Sun Industry Standards Source License Version 1.1
|
|
* =================================================
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
* License at http://www.openoffice.org/license.html.
|
|
*
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
* See the License for the specific provisions governing your rights and
|
|
* obligations concerning the Software.
|
|
*
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
*
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
*
|
|
* All Rights Reserved.
|
|
*
|
|
* Contributor(s): _______________________________________
|
|
*
|
|
*
|
|
************************************************************************/
|
|
|
|
#ifndef SC_UNONAMES_HXX
|
|
#define SC_UNONAMES_HXX
|
|
|
|
// document
|
|
#define SC_UNO_AREALINKS "AreaLinks"
|
|
#define SC_UNO_DDELINKS "DDELinks"
|
|
#define SC_UNO_COLLABELRNG "ColumnLabelRanges"
|
|
#define SC_UNO_DATABASERNG "DatabaseRanges"
|
|
#define SC_UNO_NAMEDRANGES "NamedRanges"
|
|
#define SC_UNO_ROWLABELRNG "RowLabelRanges"
|
|
#define SC_UNO_SHEETLINKS "SheetLinks"
|
|
#define SC_UNO_FORBIDDEN "ForbiddenCharacters"
|
|
#define SC_UNO_HASDRAWPAGES "HasDrawPages"
|
|
|
|
// CharacterProperties
|
|
#define SC_UNONAME_CCOLOR "CharColor"
|
|
#define SC_UNONAME_CHEIGHT "CharHeight"
|
|
#define SC_UNONAME_CUNDER "CharUnderline"
|
|
#define SC_UNONAME_CUNDLCOL "CharUnderlineColor"
|
|
#define SC_UNONAME_CUNDLHAS "CharUnderlineHasColor"
|
|
#define SC_UNONAME_CWEIGHT "CharWeight"
|
|
#define SC_UNONAME_CPOST "CharPosture"
|
|
#define SC_UNONAME_CCROSS "CharCrossedOut"
|
|
#define SC_UNONAME_CSTRIKE "CharStrikeout"
|
|
#define SC_UNONAME_CLOCAL "CharLocale"
|
|
#define SC_UNONAME_CSHADD "CharShadowed"
|
|
#define SC_UNONAME_CFONT "CharFont"
|
|
#define SC_UNONAME_COUTL "CharContoured"
|
|
#define SC_UNONAME_CEMPHAS "CharEmphasis"
|
|
#define SC_UNONAME_CFNAME "CharFontName"
|
|
#define SC_UNONAME_CFSTYLE "CharFontStyleName"
|
|
#define SC_UNONAME_CFFAMIL "CharFontFamily"
|
|
#define SC_UNONAME_CFCHARS "CharFontCharSet"
|
|
#define SC_UNONAME_CFPITCH "CharFontPitch"
|
|
#define SC_UNONAME_CRELIEF "CharRelief"
|
|
#define SC_UNONAME_CWORDMOD "CharWordMode"
|
|
|
|
#define SC_UNO_CJK_CFNAME "CharFontNameAsian"
|
|
#define SC_UNO_CJK_CFSTYLE "CharFontStyleNameAsian"
|
|
#define SC_UNO_CJK_CFFAMIL "CharFontFamilyAsian"
|
|
#define SC_UNO_CJK_CFCHARS "CharFontCharSetAsian"
|
|
#define SC_UNO_CJK_CFPITCH "CharFontPitchAsian"
|
|
#define SC_UNO_CJK_CHEIGHT "CharHeightAsian"
|
|
#define SC_UNO_CJK_CWEIGHT "CharWeightAsian"
|
|
#define SC_UNO_CJK_CPOST "CharPostureAsian"
|
|
#define SC_UNO_CJK_CLOCAL "CharLocaleAsian"
|
|
|
|
#define SC_UNO_CTL_CFNAME "CharFontNameComplex"
|
|
#define SC_UNO_CTL_CFSTYLE "CharFontStyleNameComplex"
|
|
#define SC_UNO_CTL_CFFAMIL "CharFontFamilyComplex"
|
|
#define SC_UNO_CTL_CFCHARS "CharFontCharSetComplex"
|
|
#define SC_UNO_CTL_CFPITCH "CharFontPitchComplex"
|
|
#define SC_UNO_CTL_CHEIGHT "CharHeightComplex"
|
|
#define SC_UNO_CTL_CWEIGHT "CharWeightComplex"
|
|
#define SC_UNO_CTL_CPOST "CharPostureComplex"
|
|
#define SC_UNO_CTL_CLOCAL "CharLocaleComplex"
|
|
|
|
// CellProperties
|
|
#define SC_UNONAME_CELLSTYL "CellStyle"
|
|
#define SC_UNONAME_CELLBACK "CellBackColor"
|
|
#define SC_UNONAME_CELLTRAN "IsCellBackgroundTransparent"
|
|
#define SC_UNONAME_CELLPRO "CellProtection"
|
|
#define SC_UNONAME_CELLHJUS "HoriJustify"
|
|
#define SC_UNONAME_CELLVJUS "VertJustify"
|
|
#define SC_UNONAME_CELLORI "Orientation"
|
|
#define SC_UNONAME_NUMFMT "NumberFormat"
|
|
#define SC_UNONAME_SHADOW "ShadowFormat"
|
|
#define SC_UNONAME_TBLBORD "TableBorder"
|
|
#define SC_UNONAME_WRAP "IsTextWrapped"
|
|
#define SC_UNONAME_PINDENT "ParaIndent"
|
|
#define SC_UNONAME_PTMARGIN "ParaTopMargin"
|
|
#define SC_UNONAME_PBMARGIN "ParaBottomMargin"
|
|
#define SC_UNONAME_PLMARGIN "ParaLeftMargin"
|
|
#define SC_UNONAME_PRMARGIN "ParaRightMargin"
|
|
#define SC_UNONAME_ROTANG "RotateAngle"
|
|
#define SC_UNONAME_ROTREF "RotateReference"
|
|
#define SC_UNONAME_ASIANVERT "AsianVerticalMode"
|
|
#define SC_UNONAME_WRITING "WritingMode"
|
|
|
|
#define SC_UNONAME_BOTTBORDER "BottomBorder"
|
|
#define SC_UNONAME_LEFTBORDER "LeftBorder"
|
|
#define SC_UNONAME_RIGHTBORDER "RightBorder"
|
|
#define SC_UNONAME_TOPBORDER "TopBorder"
|
|
|
|
#define SC_UNONAME_PISHANG "ParaIsHangingPunctuation"
|
|
#define SC_UNONAME_PISCHDIST "ParaIsCharacterDistance"
|
|
#define SC_UNONAME_PISFORBID "ParaIsForbiddenRules"
|
|
#define SC_UNONAME_PISHYPHEN "ParaIsHyphenation"
|
|
#define SC_UNONAME_PADJUST "ParaAdjust"
|
|
#define SC_UNONAME_PLASTADJ "ParaLastLineAdjust"
|
|
|
|
#define SC_UNONAME_NUMRULES "NumberingRules"
|
|
|
|
// Styles
|
|
#define SC_UNONAME_DISPNAME "DisplayName"
|
|
|
|
// XStyleLoader
|
|
#define SC_UNONAME_OVERWSTL "OverwriteStyles"
|
|
#define SC_UNONAME_LOADCELL "LoadCellStyles"
|
|
#define SC_UNONAME_LOADPAGE "LoadPageStyles"
|
|
|
|
// SheetCellRange
|
|
#define SC_UNONAME_POS "Position"
|
|
#define SC_UNONAME_SIZE "Size"
|
|
|
|
// column/row/sheet
|
|
#define SC_UNONAME_CELLHGT "Height"
|
|
#define SC_UNONAME_CELLWID "Width"
|
|
#define SC_UNONAME_CELLVIS "IsVisible"
|
|
#define SC_UNONAME_CELLFILT "IsFiltered"
|
|
#define SC_UNONAME_MANPAGE "IsManualPageBreak"
|
|
#define SC_UNONAME_NEWPAGE "IsStartOfNewPage"
|
|
#define SC_UNONAME_OHEIGHT "OptimalHeight"
|
|
#define SC_UNONAME_OWIDTH "OptimalWidth"
|
|
#define SC_UNONAME_PAGESTL "PageStyle"
|
|
|
|
// LinkTarget
|
|
#define SC_UNO_LINKDISPBIT "LinkDisplayBitmap"
|
|
#define SC_UNO_LINKDISPNAME "LinkDisplayName"
|
|
|
|
// drawing objects
|
|
#define SC_UNONAME_IMAGEMAP "ImageMap"
|
|
|
|
// other cell properties
|
|
#define SC_UNONAME_CHCOLHDR "ChartColumnAsLabel"
|
|
#define SC_UNONAME_CHROWHDR "ChartRowAsLabel"
|
|
#define SC_UNONAME_CONDFMT "ConditionalFormat"
|
|
#define SC_UNONAME_CONDLOC "ConditionalFormatLocal"
|
|
#define SC_UNONAME_CONDXML "ConditionalFormatXML"
|
|
#define SC_UNONAME_VALIDAT "Validation"
|
|
#define SC_UNONAME_VALILOC "ValidationLocal"
|
|
#define SC_UNONAME_VALIXML "ValidationXML"
|
|
#define SC_UNONAME_FORMLOC "FormulaLocal"
|
|
#define SC_UNONAME_FORMRT "FormulaResultType"
|
|
|
|
#define SC_UNONAME_USERDEF "UserDefinedAttributes"
|
|
#define SC_UNONAME_TEXTUSER "TextUserDefinedAttributes"
|
|
|
|
// auto format
|
|
#define SC_UNONAME_INCBACK "IncludeBackground"
|
|
#define SC_UNONAME_INCBORD "IncludeBorder"
|
|
#define SC_UNONAME_INCFONT "IncludeFont"
|
|
#define SC_UNONAME_INCJUST "IncludeJustify"
|
|
#define SC_UNONAME_INCNUM "IncludeNumberFormat"
|
|
#define SC_UNONAME_INCWIDTH "IncludeWidthAndHeight"
|
|
|
|
// function description
|
|
#define SC_UNONAME_ARGUMENTS "Arguments"
|
|
#define SC_UNONAME_CATEGORY "Category"
|
|
#define SC_UNONAME_DESCRIPTION "Description"
|
|
#define SC_UNONAME_ID "Id"
|
|
#define SC_UNONAME_NAME "Name"
|
|
|
|
// application settings
|
|
#define SC_UNONAME_DOAUTOCP "DoAutoComplete"
|
|
#define SC_UNONAME_ENTERED "EnterEdit"
|
|
#define SC_UNONAME_EXPREF "ExpandReferences"
|
|
#define SC_UNONAME_EXTFMT "ExtendFormat"
|
|
#define SC_UNONAME_LINKUPD "LinkUpdateMode"
|
|
#define SC_UNONAME_MARKHDR "MarkHeader"
|
|
#define SC_UNONAME_METRIC "Metric"
|
|
#define SC_UNONAME_MOVEDIR "MoveDirection"
|
|
#define SC_UNONAME_MOVESEL "MoveSelection"
|
|
#define SC_UNONAME_RANGEFIN "RangeFinder"
|
|
#define SC_UNONAME_SCALE "Scale"
|
|
#define SC_UNONAME_STBFUNC "StatusBarFunction"
|
|
#define SC_UNONAME_ULISTS "UserLists"
|
|
#define SC_UNONAME_USETABCOL "UseTabCol"
|
|
#define SC_UNONAME_PRMETRICS "UsePrinterMetrics"
|
|
#define SC_UNONAME_PRALLSH "PrintAllSheets"
|
|
#define SC_UNONAME_PREMPTY "PrintEmptyPages"
|
|
#define SC_UNONAME_REPLWARN "ReplaceCellsWarning"
|
|
|
|
// data pilot field
|
|
#define SC_UNONAME_FUNCTION "Function"
|
|
|
|
// database options
|
|
#define SC_UNONAME_CASE "CaseSensitive"
|
|
#define SC_UNONAME_DBNAME "DatabaseName"
|
|
#define SC_UNONAME_FORMATS "IncludeFormats"
|
|
#define SC_UNONAME_INSBRK "InsertPageBreaks"
|
|
#define SC_UNONAME_KEEPFORM "KeepFormats"
|
|
#define SC_UNONAME_MOVCELLS "MoveCells"
|
|
#define SC_UNONAME_ISUSER "IsUserDefined"
|
|
#define SC_UNONAME_NATIVE "Native"
|
|
#define SC_UNONAME_REGEXP "RegularExpressions"
|
|
#define SC_UNONAME_SAVEOUT "SaveOutputPosition"
|
|
#define SC_UNONAME_SKIPDUP "SkipDuplicates"
|
|
#define SC_UNONAME_SRCOBJ "SourceObject"
|
|
#define SC_UNONAME_SRCTYPE "SourceType"
|
|
#define SC_UNONAME_STRIPDAT "StripData"
|
|
#define SC_UNONAME_UNIQUE "UniqueOnly"
|
|
#define SC_UNONAME_USEREGEX "UseRegularExpressions"
|
|
#define SC_UNONAME_ULIST "UserListEnabled"
|
|
#define SC_UNONAME_UINDEX "UserListIndex"
|
|
#define SC_UNONAME_BINDFMT "BindFormatsToContent"
|
|
#define SC_UNONAME_COPYOUT "CopyOutputData"
|
|
#define SC_UNONAME_ISCASE "IsCaseSensitive"
|
|
#define SC_UNONAME_ISULIST "IsUserListEnabled"
|
|
#define SC_UNONAME_OUTPOS "OutputPosition"
|
|
#define SC_UNONAME_CONTHDR "ContainsHeader"
|
|
#define SC_UNONAME_MAXFLD "MaxFieldCount"
|
|
#define SC_UNONAME_ORIENT "Orientation"
|
|
#define SC_UNONAME_SORTFLD "SortFields"
|
|
#define SC_UNONAME_SORTASC "SortAscending"
|
|
#define SC_UNONAME_ENUSLIST "EnableUserSortList"
|
|
#define SC_UNONAME_USINDEX "UserSortListIndex"
|
|
#define SC_UNONAME_COLLLOC "CollatorLocale"
|
|
#define SC_UNONAME_COLLALG "CollatorAlgorithm"
|
|
#define SC_UNONAME_AUTOFLT "AutoFilter"
|
|
#define SC_UNONAME_FLTCRT "FilterCriteriaSource"
|
|
#define SC_UNONAME_USEFLTCRT "UseFilterCriteriaSource"
|
|
|
|
// text fields
|
|
#define SC_UNONAME_ANCTYPE "AnchorType"
|
|
#define SC_UNONAME_ANCTYPES "AnchorTypes"
|
|
#define SC_UNONAME_TEXTWRAP "TextWrap"
|
|
#define SC_UNONAME_FILEFORM "FileFormat"
|
|
|
|
// url field
|
|
#define SC_UNONAME_REPR "Representation"
|
|
#define SC_UNONAME_TARGET "TargetFrame"
|
|
#define SC_UNONAME_URL "URL"
|
|
|
|
// conditional format
|
|
#define SC_UNONAME_OPERATOR "Operator"
|
|
#define SC_UNONAME_FORMULA1 "Formula1"
|
|
#define SC_UNONAME_FORMULA2 "Formula2"
|
|
#define SC_UNONAME_SOURCEPOS "SourcePosition"
|
|
#define SC_UNONAME_STYLENAME "StyleName"
|
|
|
|
// validation
|
|
#define SC_UNONAME_ERRALSTY "ErrorAlertStyle"
|
|
#define SC_UNONAME_ERRMESS "ErrorMessage"
|
|
#define SC_UNONAME_ERRTITLE "ErrorTitle"
|
|
#define SC_UNONAME_IGNOREBL "IgnoreBlankCells"
|
|
#define SC_UNONAME_INPMESS "InputMessage"
|
|
#define SC_UNONAME_INPTITLE "InputTitle"
|
|
#define SC_UNONAME_SHOWERR "ShowErrorMessage"
|
|
#define SC_UNONAME_SHOWINP "ShowInputMessage"
|
|
#define SC_UNONAME_TYPE "Type"
|
|
|
|
// links
|
|
#define SC_UNONAME_FILTER "Filter"
|
|
#define SC_UNONAME_FILTOPT "FilterOptions"
|
|
#define SC_UNONAME_LINKURL "Url"
|
|
#define SC_UNONAME_REFDELAY "RefreshDelay"
|
|
|
|
// search descriptor
|
|
#define SC_UNO_SRCHBACK "SearchBackwards"
|
|
#define SC_UNO_SRCHBYROW "SearchByRow"
|
|
#define SC_UNO_SRCHCASE "SearchCaseSensitive"
|
|
#define SC_UNO_SRCHREGEXP "SearchRegularExpression"
|
|
#define SC_UNO_SRCHSIM "SearchSimilarity"
|
|
#define SC_UNO_SRCHSIMADD "SearchSimilarityAdd"
|
|
#define SC_UNO_SRCHSIMEX "SearchSimilarityExchange"
|
|
#define SC_UNO_SRCHSIMREL "SearchSimilarityRelax"
|
|
#define SC_UNO_SRCHSIMREM "SearchSimilarityRemove"
|
|
#define SC_UNO_SRCHSTYLES "SearchStyles"
|
|
#define SC_UNO_SRCHTYPE "SearchType"
|
|
#define SC_UNO_SRCHWORDS "SearchWords"
|
|
|
|
// old (5.2) property names for page styles - for compatibility only!
|
|
#define OLD_UNO_PAGE_BACKCOLOR "BackgroundColor"
|
|
#define OLD_UNO_PAGE_BACKTRANS "IsBackgroundTransparent"
|
|
#define OLD_UNO_PAGE_HDRBACKCOL "HeaderBackgroundColor"
|
|
#define OLD_UNO_PAGE_HDRBACKTRAN "TransparentHeaderBackground"
|
|
#define OLD_UNO_PAGE_HDRSHARED "HeaderShared"
|
|
#define OLD_UNO_PAGE_HDRDYNAMIC "HeaderDynamic"
|
|
#define OLD_UNO_PAGE_HDRON "HeaderOn"
|
|
#define OLD_UNO_PAGE_FTRBACKCOL "FooterBackgroundColor"
|
|
#define OLD_UNO_PAGE_FTRBACKTRAN "TransparentFooterBackground"
|
|
#define OLD_UNO_PAGE_FTRSHARED "FooterShared"
|
|
#define OLD_UNO_PAGE_FTRDYNAMIC "FooterDynamic"
|
|
#define OLD_UNO_PAGE_FTRON "FooterOn"
|
|
|
|
// page styles
|
|
#define SC_UNO_PAGE_BACKCOLOR "BackColor"
|
|
#define SC_UNO_PAGE_BACKTRANS "BackTransparent"
|
|
#define SC_UNO_PAGE_GRAPHICFILT "BackGraphicFilter"
|
|
#define SC_UNO_PAGE_GRAPHICLOC "BackGraphicLocation"
|
|
#define SC_UNO_PAGE_GRAPHICURL "BackGraphicURL"
|
|
#define SC_UNO_PAGE_LEFTBORDER SC_UNONAME_LEFTBORDER
|
|
#define SC_UNO_PAGE_RIGHTBORDER SC_UNONAME_RIGHTBORDER
|
|
#define SC_UNO_PAGE_BOTTBORDER SC_UNONAME_BOTTBORDER
|
|
#define SC_UNO_PAGE_TOPBORDER SC_UNONAME_TOPBORDER
|
|
#define SC_UNO_PAGE_LEFTBRDDIST "LeftBorderDistance"
|
|
#define SC_UNO_PAGE_RIGHTBRDDIST "RightBorderDistance"
|
|
#define SC_UNO_PAGE_BOTTBRDDIST "BottomBorderDistance"
|
|
#define SC_UNO_PAGE_TOPBRDDIST "TopBorderDistance"
|
|
#define SC_UNO_PAGE_BORDERDIST "BorderDistance"
|
|
#define SC_UNO_PAGE_SHADOWFORM "ShadowFormat"
|
|
#define SC_UNO_PAGE_LEFTMARGIN "LeftMargin"
|
|
#define SC_UNO_PAGE_RIGHTMARGIN "RightMargin"
|
|
#define SC_UNO_PAGE_TOPMARGIN "TopMargin"
|
|
#define SC_UNO_PAGE_BOTTMARGIN "BottomMargin"
|
|
#define SC_UNO_PAGE_LANDSCAPE "IsLandscape"
|
|
#define SC_UNO_PAGE_NUMBERTYPE "NumberingType"
|
|
#define SC_UNO_PAGE_SYTLELAYOUT "PageStyleLayout"
|
|
#define SC_UNO_PAGE_PAPERTRAY "PrinterPaperTray"
|
|
#define SC_UNO_PAGE_SIZE "Size"
|
|
#define SC_UNO_PAGE_WIDTH "Width"
|
|
#define SC_UNO_PAGE_HEIGHT "Height"
|
|
#define SC_UNO_PAGE_CENTERHOR "CenterHorizontally"
|
|
#define SC_UNO_PAGE_CENTERVER "CenterVertically"
|
|
#define SC_UNO_PAGE_PRINTANNOT "PrintAnnotations"
|
|
#define SC_UNO_PAGE_PRINTGRID "PrintGrid"
|
|
#define SC_UNO_PAGE_PRINTHEADER "PrintHeaders"
|
|
#define SC_UNO_PAGE_PRINTCHARTS "PrintCharts"
|
|
#define SC_UNO_PAGE_PRINTOBJS "PrintObjects"
|
|
#define SC_UNO_PAGE_PRINTDRAW "PrintDrawing"
|
|
#define SC_UNO_PAGE_PRINTDOWN "PrintDownFirst"
|
|
#define SC_UNO_PAGE_SCALEVAL "PageScale"
|
|
#define SC_UNO_PAGE_SCALETOPAG "ScaleToPages"
|
|
#define SC_UNO_PAGE_FIRSTPAGE "FirstPageNumber"
|
|
#define SC_UNO_PAGE_LEFTHDRCONT "LeftPageHeaderContent"
|
|
#define SC_UNO_PAGE_LEFTFTRCONT "LeftPageFooterContent"
|
|
#define SC_UNO_PAGE_RIGHTHDRCON "RightPageHeaderContent"
|
|
#define SC_UNO_PAGE_RIGHTFTRCON "RightPageFooterContent"
|
|
#define SC_UNO_PAGE_PRINTFORMUL "PrintFormulas"
|
|
#define SC_UNO_PAGE_PRINTZERO "PrintZeroValues"
|
|
#define SC_UNO_PAGE_HDRBACKCOL "HeaderBackColor"
|
|
#define SC_UNO_PAGE_HDRBACKTRAN "HeaderBackTransparent"
|
|
#define SC_UNO_PAGE_HDRGRFFILT "HeaderBackGraphicFilter"
|
|
#define SC_UNO_PAGE_HDRGRFLOC "HeaderBackGraphicLocation"
|
|
#define SC_UNO_PAGE_HDRGRFURL "HeaderBackGraphicURL"
|
|
#define SC_UNO_PAGE_HDRLEFTBOR "HeaderLeftBorder"
|
|
#define SC_UNO_PAGE_HDRRIGHTBOR "HeaderRightBorder"
|
|
#define SC_UNO_PAGE_HDRBOTTBOR "HeaderBottomBorder"
|
|
#define SC_UNO_PAGE_HDRTOPBOR "HeaderTopBorder"
|
|
#define SC_UNO_PAGE_HDRLEFTBDIS "HeaderLeftBorderDistance"
|
|
#define SC_UNO_PAGE_HDRRIGHTBDIS "HeaderRightBorderDistance"
|
|
#define SC_UNO_PAGE_HDRBOTTBDIS "HeaderBottomBorderDistance"
|
|
#define SC_UNO_PAGE_HDRTOPBDIS "HeaderTopBorderDistance"
|
|
#define SC_UNO_PAGE_HDRBRDDIST "HeaderBorderDistance"
|
|
#define SC_UNO_PAGE_HDRSHADOW "HeaderShadowFormat"
|
|
#define SC_UNO_PAGE_HDRLEFTMAR "HeaderLeftMargin"
|
|
#define SC_UNO_PAGE_HDRRIGHTMAR "HeaderRightMargin"
|
|
#define SC_UNO_PAGE_HDRBODYDIST "HeaderBodyDistance"
|
|
#define SC_UNO_PAGE_HDRHEIGHT "HeaderHeight"
|
|
#define SC_UNO_PAGE_HDRON "HeaderIsOn"
|
|
#define SC_UNO_PAGE_HDRDYNAMIC "HeaderIsDynamicHeight"
|
|
#define SC_UNO_PAGE_HDRSHARED "HeaderIsShared"
|
|
#define SC_UNO_PAGE_FTRBACKCOL "FooterBackColor"
|
|
#define SC_UNO_PAGE_FTRBACKTRAN "FooterBackTransparent"
|
|
#define SC_UNO_PAGE_FTRGRFFILT "FooterBackGraphicFilter"
|
|
#define SC_UNO_PAGE_FTRGRFLOC "FooterBackGraphicLocation"
|
|
#define SC_UNO_PAGE_FTRGRFURL "FooterBackGraphicURL"
|
|
#define SC_UNO_PAGE_FTRLEFTBOR "FooterLeftBorder"
|
|
#define SC_UNO_PAGE_FTRRIGHTBOR "FooterRightBorder"
|
|
#define SC_UNO_PAGE_FTRBOTTBOR "FooterBottomBorder"
|
|
#define SC_UNO_PAGE_FTRTOPBOR "FooterTopBorder"
|
|
#define SC_UNO_PAGE_FTRLEFTBDIS "FooterLeftBorderDistance"
|
|
#define SC_UNO_PAGE_FTRRIGHTBDIS "FooterRightBorderDistance"
|
|
#define SC_UNO_PAGE_FTRBOTTBDIS "FooterBottomBorderDistance"
|
|
#define SC_UNO_PAGE_FTRTOPBDIS "FooterTopBorderDistance"
|
|
#define SC_UNO_PAGE_FTRBRDDIST "FooterBorderDistance"
|
|
#define SC_UNO_PAGE_FTRSHADOW "FooterShadowFormat"
|
|
#define SC_UNO_PAGE_FTRLEFTMAR "FooterLeftMargin"
|
|
#define SC_UNO_PAGE_FTRRIGHTMAR "FooterRightMargin"
|
|
#define SC_UNO_PAGE_FTRBODYDIST "FooterBodyDistance"
|
|
#define SC_UNO_PAGE_FTRHEIGHT "FooterHeight"
|
|
#define SC_UNO_PAGE_FTRON "FooterIsOn"
|
|
#define SC_UNO_PAGE_FTRDYNAMIC "FooterIsDynamicHeight"
|
|
#define SC_UNO_PAGE_FTRSHARED "FooterIsShared"
|
|
|
|
// document settings
|
|
#define SC_UNO_CALCASSHOWN "CalcAsShown"
|
|
#define SC_UNO_DEFTABSTOP "DefaultTabStop"
|
|
#define SC_UNO_TABSTOPDIS "TabStopDistance" // is the same like the before, but only the writer name
|
|
#define SC_UNO_IGNORECASE "IgnoreCase"
|
|
#define SC_UNO_ITERCOUNT "IterationCount"
|
|
#define SC_UNO_ITERENABLED "IsIterationEnabled"
|
|
#define SC_UNO_ITEREPSILON "IterationEpsilon"
|
|
#define SC_UNO_LOOKUPLABELS "LookUpLabels"
|
|
#define SC_UNO_MATCHWHOLE "MatchWholeCell"
|
|
#define SC_UNO_NULLDATE "NullDate"
|
|
#define SC_UNO_SPELLONLINE "SpellOnline"
|
|
#define SC_UNO_STANDARDDEC "StandardDecimals"
|
|
#define SC_UNO_REGEXENABLED "RegularExpressions"
|
|
#define SC_UNO_BASICLIBRARIES "BasicLibraries"
|
|
|
|
// document properties from FormModel
|
|
#define SC_UNO_APPLYFMDES "ApplyFormDesignMode"
|
|
#define SC_UNO_AUTOCONTFOC "AutomaticControlFocus"
|
|
|
|
// view options
|
|
#define SC_UNO_COLROWHDR "HasColumnRowHeaders"
|
|
#define SC_UNO_GRIDCOLOR "GridColor"
|
|
#define SC_UNO_HIDESPELL "HideSpellMarks"
|
|
#define SC_UNO_HORSCROLL "HasHorizontalScrollBar"
|
|
#define SC_UNO_OUTLSYMB "IsOutlineSymbolsSet"
|
|
#define SC_UNO_SHEETTABS "HasSheetTabs"
|
|
#define SC_UNO_SHOWANCHOR "ShowAnchor"
|
|
#define SC_UNO_SHOWCHARTS "ShowCharts"
|
|
#define SC_UNO_SHOWDRAW "ShowDrawing"
|
|
#define SC_UNO_SHOWFORM "ShowFormulas"
|
|
#define SC_UNO_SHOWGRID "ShowGrid"
|
|
#define SC_UNO_SHOWHELP "ShowHelpLines"
|
|
#define SC_UNO_SHOWNOTES "ShowNotes"
|
|
#define SC_UNO_SHOWOBJ "ShowObjects"
|
|
#define SC_UNO_SHOWPAGEBR "ShowPageBreaks"
|
|
#define SC_UNO_SHOWZERO "ShowZeroValues"
|
|
#define SC_UNO_SHOWSOLID "SolidHandles"
|
|
#define SC_UNO_VALUEHIGH "IsValueHighlightingEnabled"
|
|
#define SC_UNO_VERTSCROLL "HasVerticalScrollBar"
|
|
#define SC_UNO_SNAPTORASTER "IsSnapToRaster"
|
|
#define SC_UNO_RASTERVIS "RasterIsVisible"
|
|
#define SC_UNO_RASTERRESX "RasterResolutionX"
|
|
#define SC_UNO_RASTERRESY "RasterResolutionY"
|
|
#define SC_UNO_RASTERSUBX "RasterSubdivisionX"
|
|
#define SC_UNO_RASTERSUBY "RasterSubdivisionY"
|
|
#define SC_UNO_RASTERSYNC "IsRasterAxisSynchronized"
|
|
#define SC_UNO_AUTOCALC "AutoCalculate"
|
|
#define SC_UNO_PRINTERNAME "PrinterName"
|
|
#define SC_UNO_PRINTERSETUP "PrinterSetup"
|
|
#define SC_UNO_APPLYDOCINF "ApplyUserData"
|
|
#define SC_UNO_CHARCOMP "CharacterCompressionType"
|
|
#define SC_UNO_ASIANKERN "IsKernAsianPunctuation"
|
|
#define SC_UNO_VISAREA "VisibleArea"
|
|
#define SC_UNO_ZOOMTYPE "ZoomType"
|
|
#define SC_UNO_ZOOMVALUE "ZoomValue"
|
|
#define SC_UNO_UPDTEMPL "UpdateFromTemplate"
|
|
|
|
// old (5.2) property names for view options - for compatibility only!
|
|
#define OLD_UNO_COLROWHDR "ColumnRowHeaders"
|
|
#define OLD_UNO_HORSCROLL "HorizontalScrollBar"
|
|
#define OLD_UNO_OUTLSYMB "OutlineSymbols"
|
|
#define OLD_UNO_SHEETTABS "SheetTabs"
|
|
#define OLD_UNO_VALUEHIGH "ValueHighlighting"
|
|
#define OLD_UNO_VERTSCROLL "VerticalScrollBar"
|
|
|
|
// data pilot source
|
|
#define SC_UNO_COLGRAND "ColumnGrand"
|
|
#define SC_UNO_ROWGRAND "RowGrand"
|
|
#define SC_UNO_ORIGINAL "Original"
|
|
#define SC_UNO_ISDATALA "IsDataLayoutDimension"
|
|
#define SC_UNO_ORIENTAT "Orientation"
|
|
#define SC_UNO_POSITION "Position"
|
|
#define SC_UNO_FUNCTION "Function"
|
|
#define SC_UNO_USEDHIER "UsedHierarchy"
|
|
#define SC_UNO_SUBTOTAL "SubTotals"
|
|
#define SC_UNO_SHOWEMPT "ShowEmpty"
|
|
#define SC_UNO_ISVISIBL "IsVisible"
|
|
#define SC_UNO_SHOWDETA "ShowDetails"
|
|
#define SC_UNO_IGNOREEM "IgnoreEmptyRows"
|
|
#define SC_UNO_REPEATIF "RepeatIfEmpty"
|
|
#define SC_UNO_DATADESC "DataDescription"
|
|
#define SC_UNO_NUMBERFO "NumberFormat"
|
|
|
|
// range selection
|
|
#define SC_UNONAME_INITVAL "InitialValue"
|
|
#define SC_UNONAME_TITLE "Title"
|
|
#define SC_UNONAME_CLOSEONUP "CloseOnMouseRelease"
|
|
|
|
// XRenderable
|
|
#define SC_UNONAME_PAGESIZE "PageSize"
|
|
#define SC_UNONAME_RENDERDEV "RenderDevice"
|
|
|
|
#endif
|
|
|