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