1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef INCLUDED_SW_INC_UNOPRNMS_HXX
21 #define INCLUDED_SW_INC_UNOPRNMS_HXX
23 #include <sal/config.h>
25 #define UNO_NAME_FOLLOW_STYLE "FollowStyle"
26 #define UNO_NAME_IS_PHYSICAL "IsPhysical"
27 #define UNO_NAME_IS_AUTO_UPDATE "IsAutoUpdate"
28 #define UNO_NAME_DISPLAY_NAME "DisplayName"
29 #define UNO_NAME_PARA_GRAPHIC "ParaBackGraphic"
30 #define UNO_NAME_PARA_GRAPHIC_URL "ParaBackGraphicURL"
31 #define UNO_NAME_PARA_GRAPHIC_FILTER "ParaBackGraphicFilter"
32 #define UNO_NAME_HEADER_GRAPHIC "HeaderBackGraphic"
33 #define UNO_NAME_HEADER_GRAPHIC_URL "HeaderBackGraphicURL"
34 #define UNO_NAME_HEADER_GRAPHIC_FILTER "HeaderBackGraphicFilter"
35 #define UNO_NAME_FOOTER_GRAPHIC "FooterBackGraphic"
36 #define UNO_NAME_FOOTER_GRAPHIC_URL "FooterBackGraphicURL"
37 #define UNO_NAME_FOOTER_GRAPHIC_FILTER "FooterBackGraphicFilter"
38 #define UNO_NAME_BACK_GRAPHIC_URL "BackGraphicURL"
39 #define UNO_NAME_BACK_GRAPHIC "BackGraphic"
40 #define UNO_NAME_BACK_GRAPHIC_FILTER "BackGraphicFilter"
41 #define UNO_NAME_BACK_GRAPHIC_LOCATION "BackGraphicLocation"
42 #define UNO_NAME_GRAPHIC_FILTER "GraphicFilter"
43 #define UNO_NAME_GRAPHIC_SIZE "GraphicSize"
44 #define UNO_NAME_GRAPHIC_BITMAP "GraphicBitmap"
45 #define UNO_NAME_GRAPHIC_URL "GraphicURL"
46 #define UNO_NAME_BULLET_ID "BulletId"
47 #define UNO_NAME_BULLET_CHAR "BulletChar"
48 #define UNO_NAME_BULLET_REL_SIZE "BulletRelSize"
49 #define UNO_NAME_BULLET_FONT "BulletFont"
50 #define UNO_NAME_BULLET_FONT_NAME "BulletFontName"
51 #define UNO_NAME_BULLET_COLOR "BulletColor"
52 #define UNO_NAME_PARA_GRAPHIC_LOCATION "ParaBackGraphicLocation"
53 #define UNO_NAME_HEADER_GRAPHIC_LOCATION "HeaderBackGraphicLocation"
54 #define UNO_NAME_FOOTER_GRAPHIC_LOCATION "FooterBackGraphicLocation"
55 #define UNO_NAME_PARA_LEFT_MARGIN "ParaLeftMargin"
56 #define UNO_NAME_PARA_RIGHT_MARGIN "ParaRightMargin"
57 #define UNO_NAME_PARA_LEFT_MARGIN_RELATIVE "ParaLeftMarginRelative"
58 #define UNO_NAME_PARA_RIGHT_MARGIN_RELATIVE "ParaRightMarginRelative"
59 #define UNO_NAME_PARA_IS_AUTO_FIRST_LINE_INDENT "ParaIsAutoFirstLineIndent"
60 #define UNO_NAME_PARA_FIRST_LINE_INDENT "ParaFirstLineIndent"
61 #define UNO_NAME_PARA_FIRST_LINE_INDENT_RELATIVE "ParaFirstLineIndentRelative"
62 #define UNO_NAME_PARA_IS_HYPHENATION "ParaIsHyphenation"
63 #define UNO_NAME_PARA_HYPHENATION_MAX_LEADING_CHARS "ParaHyphenationMaxLeadingChars"
64 #define UNO_NAME_PARA_HYPHENATION_MAX_TRAILING_CHARS "ParaHyphenationMaxTrailingChars"
65 #define UNO_NAME_PARA_HYPHENATION_MAX_HYPHENS "ParaHyphenationMaxHyphens"
66 #define UNO_NAME_PARA_HYPHENATION_NO_CAPS "ParaHyphenationNoCaps"
67 #define UNO_NAME_LEFT_MARGIN "LeftMargin"
68 #define UNO_NAME_RIGHT_MARGIN "RightMargin"
69 #define UNO_NAME_GUTTER_MARGIN "GutterMargin"
70 #define UNO_NAME_HEADER_LEFT_MARGIN "HeaderLeftMargin"
71 #define UNO_NAME_HEADER_RIGHT_MARGIN "HeaderRightMargin"
72 #define UNO_NAME_FOOTER_LEFT_MARGIN "FooterLeftMargin"
73 #define UNO_NAME_FOOTER_RIGHT_MARGIN "FooterRightMargin"
74 #define UNO_NAME_TEXT_RANGE "TextRange"
75 #define UNO_NAME_TEXT_BOX "TextBox"
76 #define UNO_NAME_NAME "Name"
77 #define UNO_NAME_CHAR_STYLE_NAME "CharStyleName"
78 #define UNO_NAME_ANCHOR_CHAR_STYLE_NAME "AnchorCharStyleName"
79 #define UNO_NAME_SUFFIX "Suffix"
80 #define UNO_NAME_PREFIX "Prefix"
81 #define UNO_NAME_LIST_FORMAT "ListFormat"
82 #define UNO_NAME_PARENT_NUMBERING "ParentNumbering"
83 #define UNO_NAME_CHAR_FONT_NAME "CharFontName"
84 #define UNO_NAME_CHAR_FONT_STYLE_NAME "CharFontStyleName"
85 #define UNO_NAME_CHAR_FONT_FAMILY "CharFontFamily"
86 #define UNO_NAME_CHAR_FONT_CHAR_SET "CharFontCharSet"
87 #define UNO_NAME_CHAR_FONT_PITCH "CharFontPitch"
88 #define UNO_NAME_CHAR_POSTURE "CharPosture"
89 #define UNO_NAME_CHAR_WEIGHT "CharWeight"
90 #define UNO_NAME_CHAR_HEIGHT "CharHeight"
91 #define UNO_NAME_CHAR_LOCALE "CharLocale"
92 #define UNO_NAME_CHAR_FONT_NAME_ASIAN "CharFontNameAsian"
93 #define UNO_NAME_CHAR_FONT_STYLE_NAME_ASIAN "CharFontStyleNameAsian"
94 #define UNO_NAME_CHAR_FONT_FAMILY_ASIAN "CharFontFamilyAsian"
95 #define UNO_NAME_CHAR_FONT_CHAR_SET_ASIAN "CharFontCharSetAsian"
96 #define UNO_NAME_CHAR_FONT_PITCH_ASIAN "CharFontPitchAsian"
97 #define UNO_NAME_CHAR_POSTURE_ASIAN "CharPostureAsian"
98 #define UNO_NAME_CHAR_WEIGHT_ASIAN "CharWeightAsian"
99 #define UNO_NAME_CHAR_HEIGHT_ASIAN "CharHeightAsian"
100 #define UNO_NAME_CHAR_LOCALE_ASIAN "CharLocaleAsian"
101 #define UNO_NAME_CHAR_FONT_NAME_COMPLEX "CharFontNameComplex"
102 #define UNO_NAME_CHAR_FONT_STYLE_NAME_COMPLEX "CharFontStyleNameComplex"
103 #define UNO_NAME_CHAR_FONT_FAMILY_COMPLEX "CharFontFamilyComplex"
104 #define UNO_NAME_CHAR_FONT_CHAR_SET_COMPLEX "CharFontCharSetComplex"
105 #define UNO_NAME_CHAR_FONT_PITCH_COMPLEX "CharFontPitchComplex"
106 #define UNO_NAME_CHAR_POSTURE_COMPLEX "CharPostureComplex"
107 #define UNO_NAME_CHAR_WEIGHT_COMPLEX "CharWeightComplex"
108 #define UNO_NAME_CHAR_HEIGHT_COMPLEX "CharHeightComplex"
109 #define UNO_NAME_CHAR_LOCALE_COMPLEX "CharLocaleComplex"
110 #define UNO_NAME_CHAR_AUTO_KERNING "CharAutoKerning"
111 #define UNO_NAME_CHAR_UNDERLINE "CharUnderline"
112 #define UNO_NAME_CHAR_UNDERLINE_COLOR "CharUnderlineColor"
113 #define UNO_NAME_CHAR_UNDERLINE_HAS_COLOR "CharUnderlineHasColor"
114 #define UNO_NAME_CHAR_ESCAPEMENT "CharEscapement"
115 #define UNO_NAME_CHAR_CASE_MAP "CharCaseMap"
116 #define UNO_NAME_CHAR_SHADOWED "CharShadowed"
117 #define UNO_NAME_CHAR_STRIKEOUT "CharStrikeout"
118 #define UNO_NAME_CHAR_CROSSED_OUT "CharCrossedOut"
119 #define UNO_NAME_CHAR_NO_HYPHENATION "CharNoHyphenation"
120 #define UNO_NAME_CHAR_AUTO_ESCAPEMENT "CharAutoEscapement"
121 #define UNO_NAME_CHAR_PROP_HEIGHT "CharPropHeight"
122 #define UNO_NAME_CHAR_DIFF_HEIGHT "CharDiffHeight"
123 #define UNO_NAME_CHAR_PROP_HEIGHT_ASIAN "CharPropHeightAsian"
124 #define UNO_NAME_CHAR_DIFF_HEIGHT_ASIAN "CharDiffHeightAsian"
125 #define UNO_NAME_CHAR_PROP_HEIGHT_COMPLEX "CharPropHeightComplex"
126 #define UNO_NAME_CHAR_DIFF_HEIGHT_COMPLEX "CharDiffHeightComplex"
127 #define UNO_NAME_CHAR_ESCAPEMENT_HEIGHT "CharEscapementHeight"
128 #define UNO_NAME_CHAR_COLOR "CharColor"
129 #define UNO_NAME_CHAR_TRANSPARENCE "CharTransparence"
130 #define UNO_NAME_HIDE_TAB_LEADER_AND_PAGE_NUMBERS "HideTabLeaderAndPageNumber"
131 #define UNO_NAME_TAB_IN_TOC "TabInTOC"
132 #define UNO_NAME_TOC_BOOKMARK "TOCBookmark"
133 #define UNO_NAME_TOC_NEWLINE "TOCNewLine"
134 #define UNO_NAME_TOC_PARAGRAPH_OUTLINE_LEVEL "TOCParagraphOutlineLevel"
136 #define UNO_NAME_CHAR_FLASH "CharFlash"
137 #define UNO_NAME_CHAR_KERNING "CharKerning"
138 #define UNO_NAME_CHAR_BACK_COLOR "CharBackColor"
139 #define UNO_NAME_CHAR_BACK_TRANSPARENT "CharBackTransparent"
140 #define UNO_NAME_CHAR_COMBINE_IS_ON "CharCombineIsOn"
141 #define UNO_NAME_CHAR_COMBINE_PREFIX "CharCombinePrefix"
142 #define UNO_NAME_CHAR_COMBINE_SUFFIX "CharCombineSuffix"
143 #define UNO_NAME_CHAR_EMPHASIS "CharEmphasis"
144 #define UNO_NAME_PARA_LINE_SPACING "ParaLineSpacing"
145 #define UNO_NAME_PARA_TOP_MARGIN "ParaTopMargin"
146 #define UNO_NAME_PARA_BOTTOM_MARGIN "ParaBottomMargin"
147 #define UNO_NAME_PARA_TOP_MARGIN_RELATIVE "ParaTopMarginRelative"
148 #define UNO_NAME_PARA_BOTTOM_MARGIN_RELATIVE "ParaBottomMarginRelative"
149 #define UNO_NAME_PARA_EXPAND_SINGLE_WORD "ParaExpandSingleWord"
150 #define UNO_NAME_END_NOTICE "EndNotice"
151 #define UNO_NAME_BEGIN_NOTICE "BeginNotice"
152 #define UNO_NAME_FRAME_STYLE_NAME "FrameStyleName"
153 #define UNO_NAME_NUMBERING_STYLE_NAME "NumberingStyleName"
154 #define UNO_NAME_NUMBERING_LEVEL "NumberingLevel"
155 #define UNO_NAME_NUMBERING_START_VALUE "NumberingStartValue"
156 #define UNO_NAME_NUMBERING_IS_NUMBER "NumberingIsNumber"
157 #define UNO_NAME_COUNT_LINES_IN_FRAMES "CountLinesInFrames"
158 #define UNO_NAME_DDE_COMMAND_TYPE "DDECommandType"
159 #define UNO_NAME_DDE_COMMAND_FILE "DDECommandFile"
160 #define UNO_NAME_DDE_COMMAND_ELEMENT "DDECommandElement"
161 #define UNO_NAME_IS_AUTOMATIC_UPDATE "IsAutomaticUpdate"
162 #define UNO_NAME_DISTANCE "Distance"
163 #define UNO_NAME_DROP_CAP_FORMAT "DropCapFormat"
164 #define UNO_NAME_DROP_CAP_WHOLE_WORD "DropCapWholeWord"
165 #define UNO_NAME_DROP_CAP_CHAR_STYLE_NAME "DropCapCharStyleName"
166 #define UNO_NAME_FILE_LINK "FileLink"
167 #define UNO_NAME_GRAPHIC "Graphic"
168 #define UNO_NAME_TRANSFORMED_GRAPHIC "TransformedGraphic"
169 #define UNO_NAME_GRAPHIC_PREVIEW "GraphicPreview"
170 #define UNO_NAME_IS_PROTECTED "IsProtected"
171 #define UNO_NAME_PARA_KEEP_TOGETHER "ParaKeepTogether"
172 #define UNO_NAME_KEEP_TOGETHER "KeepTogether"
173 #define UNO_NAME_IS_LANDSCAPE "IsLandscape"
174 #define UNO_NAME_SEPARATOR_TEXT "SeparatorText"
175 #define UNO_NAME_NUMBER_POSITION "NumberPosition"
176 #define UNO_NAME_PAGE_STYLE_NAME "PageStyleName"
177 #define UNO_NAME_PAGE_STYLE_LAYOUT "PageStyleLayout"
178 #define UNO_NAME_PARA_ADJUST "ParaAdjust"
179 #define UNO_NAME_PARA_REGISTER_MODE_ACTIVE "ParaRegisterModeActive"
180 #define UNO_NAME_PARA_STYLE_NAME "ParaStyleName"
181 #define UNO_NAME_PARA_LAST_LINE_ADJUST "ParaLastLineAdjust"
182 #define UNO_NAME_PARA_LINE_NUMBER_COUNT "ParaLineNumberCount"
183 #define UNO_NAME_PARA_LINE_NUMBER_START_VALUE "ParaLineNumberStartValue"
184 #define UNO_NAME_BACK_COLOR "BackColor"
185 #define UNO_NAME_PARA_BACK_COLOR "ParaBackColor"
186 #define UNO_NAME_PARA_WIDOWS "ParaWidows"
187 #define UNO_NAME_PARA_ORPHANS "ParaOrphans"
188 #define UNO_NAME_PARA_BACK_TRANSPARENT "ParaBackTransparent"
189 #define UNO_NAME_POSITION_END_OF_DOC "PositionEndOfDoc"
190 #define UNO_NAME_POSITION_PROTECTED "PositionProtected"
191 #define UNO_NAME_ALTERNATIVE_TEXT "AlternativeText"
192 #define UNO_NAME_PRIMARY_KEY "PrimaryKey"
193 #define UNO_NAME_PRINTER_PAPER_TRAY "PrinterPaperTray"
194 #define UNO_NAME_REGISTER_MODE_ACTIVE "RegisterModeActive"
195 #define UNO_NAME_RELATIVE_WIDTH "RelativeWidth"
196 #define UNO_NAME_RELATIVE_WIDTH_RELATION "RelativeWidthRelation"
197 #define UNO_NAME_RELATIVE_HEIGHT "RelativeHeight"
198 #define UNO_NAME_RELATIVE_HEIGHT_RELATION "RelativeHeightRelation"
199 #define UNO_NAME_REPEAT_HEADLINE "RepeatHeadline"
200 #define UNO_NAME_SEARCH_STYLES "SearchStyles"
201 #define UNO_NAME_SEARCH_BACKWARDS "SearchBackwards"
202 #define UNO_NAME_SEARCH_SIMILARITY "SearchSimilarity"
203 #define UNO_NAME_SEARCH_CASE_SENSITIVE "SearchCaseSensitive"
204 #define UNO_NAME_SEARCH_SIMILARITY_ADD "SearchSimilarityAdd"
205 #define UNO_NAME_SEARCH_SIMILARITY_RELAX "SearchSimilarityRelax"
206 #define UNO_NAME_SEARCH_SIMILARITY_REMOVE "SearchSimilarityRemove"
207 #define UNO_NAME_SEARCH_REGULAR_EXPRESSION "SearchRegularExpression"
208 #define UNO_NAME_SEARCH_SIMILARITY_EXCHANGE "SearchSimilarityExchange"
209 #define UNO_NAME_SECONDARY_KEY "SecondaryKey"
210 #define UNO_NAME_SEPARATOR_INTERVAL "SeparatorInterval"
211 #define UNO_NAME_SHOW_BREAKS "ShowBreaks"
212 #define UNO_NAME_SHOW_SPACES "ShowSpaces"
213 #define UNO_NAME_SHOW_TABLES "ShowTables"
214 #define UNO_NAME_SHOW_GRAPHICS "ShowGraphics"
216 #define UNO_NAME_SHOW_DRAWINGS "ShowDrawings"
217 #define UNO_NAME_SHOW_TABSTOPS "ShowTabstops"
218 #define UNO_NAME_SHOW_VERT_RULER "ShowVertRuler"
219 #define UNO_NAME_SHOW_PARA_BREAKS "ShowParaBreaks"
220 #define UNO_NAME_SHOW_HIDDEN_TEXT "ShowHiddenText"
221 #define UNO_NAME_SHOW_SOFT_HYPHENS "ShowSoftHyphens"
222 #define UNO_NAME_SHOW_VERT_SCROLL_BAR "ShowVertScrollBar"
223 #define UNO_NAME_SHOW_HORI_SCROLL_BAR "ShowHoriScrollBar"
224 #define UNO_NAME_SHOW_FIELD_COMMANDS "ShowFieldCommands"
225 #define UNO_NAME_SHOW_PROTECTED_SPACES "ShowProtectedSpaces"
226 #define UNO_NAME_SHOW_HIDDEN_PARAGRAPHS "ShowHiddenParagraphs"
227 #define UNO_NAME_HIDE_WHITESPACE "HideWhitespace"
228 #define UNO_NAME_IS_SYNC_WIDTH_TO_HEIGHT "IsSyncWidthToHeight"
229 #define UNO_NAME_IS_SYNC_HEIGHT_TO_WIDTH "IsSyncHeightToWidth"
230 #define UNO_NAME_SIZE_PROTECTED "SizeProtected"
231 #define UNO_NAME_TEXT_COLUMNS "TextColumns"
232 #define UNO_NAME_BACK_TRANSPARENT "BackTransparent"
233 #define UNO_NAME_ANCHOR_TYPE "AnchorType"
234 #define UNO_NAME_ANCHOR_TYPES "AnchorTypes"
235 #define UNO_NAME_ANCHOR_PAGE_NO "AnchorPageNo"
236 #define UNO_NAME_ANCHOR_FRAME "AnchorFrame"
237 #define UNO_NAME_AUTHOR "Author"
238 #define UNO_NAME_BREAK_TYPE "BreakType"
239 #define UNO_NAME_CHAIN_NEXT_NAME "ChainNextName"
240 #define UNO_NAME_CHAIN_PREV_NAME "ChainPrevName"
241 #define UNO_NAME_CHAIN_NAME "ChainName"
242 #define UNO_NAME_CHAPTER_FORMAT "ChapterFormat"
243 #define UNO_NAME_CLIENT_MAP "ClientMap"
244 #define UNO_NAME_CONDITION "Condition"
245 #define UNO_NAME_CONTENT "Content"
246 #define UNO_NAME_CHAR_CONTOURED "CharContoured"
247 #define UNO_NAME_CONTOUR_OUTSIDE "ContourOutside"
248 #define UNO_NAME_CONTENT_PROTECTED "ContentProtected"
249 #define UNO_NAME_COUNT_EMPTY_LINES "CountEmptyLines"
250 #define UNO_NAME_RESTART_AT_EACH_PAGE "RestartAtEachPage"
251 #define UNO_NAME_DATA_BASE_NAME "DataBaseName"
252 #define UNO_NAME_DATA_TABLE_NAME "DataTableName"
253 #define UNO_NAME_DATA_COMMAND_TYPE "DataCommandType"
254 #define UNO_NAME_DATA_COLUMN_NAME "DataColumnName"
255 #define UNO_NAME_IS_DATA_BASE_FORMAT "DataBaseFormat"
256 #define UNO_NAME_DATE "Date"
257 #define UNO_NAME_IS_DATE "IsDate"
258 #define UNO_NAME_EDIT_IN_READONLY "EditInReadonly"
259 #define UNO_NAME_FALSE_CONTENT "FalseContent"
260 #define UNO_NAME_FILE_FORMAT "FileFormat"
261 #define UNO_NAME_IS_FIXED "IsFixed"
262 #define UNO_NAME_FOOTNOTE_COUNTING "FootnoteCounting"
263 #define UNO_NAME_FULL_NAME "FullName"
264 #define UNO_NAME_HEIGHT "Height"
265 #define UNO_NAME_IS_AUTO_HEIGHT "IsAutoHeight"
266 #define UNO_NAME_SIZE_TYPE "SizeType"
267 #define UNO_NAME_HINT "Hint"
268 #define UNO_NAME_HORI_ORIENT "HoriOrient"
269 #define UNO_NAME_HORI_MIRRORED_ON_EVEN_PAGES "HoriMirroredOnEvenPages"
270 #define UNO_NAME_HORI_MIRRORED_ON_ODD_PAGES "HoriMirroredOnOddPages"
271 #define UNO_NAME_HORI_ORIENT_RELATION "HoriOrientRelation"
272 #define UNO_NAME_HORI_ORIENT_POSITION "HoriOrientPosition"
273 #define UNO_NAME_HYPER_LINK_U_R_L "HyperLinkURL"
274 #define UNO_NAME_HYPER_LINK_TARGET "HyperLinkTarget"
275 #define UNO_NAME_HYPER_LINK_NAME "HyperLinkName"
276 #define UNO_NAME_HYPER_LINK_EVENTS "HyperLinkEvents"
277 #define UNO_NAME_INFO_TYPE "InfoType"
278 #define UNO_NAME_INFO_FORMAT "InfoFormat"
279 #define UNO_NAME_IS_INPUT "IsInput"
280 #define UNO_NAME_LEVEL "Level"
281 #define UNO_NAME_INTERVAL "Interval"
282 #define UNO_NAME_LINK_REGION "LinkRegion"
283 #define UNO_NAME_MACRO_NAME "MacroName"
284 #define UNO_NAME_SPLIT "Split"
285 #define UNO_NAME_PARA_SPLIT "ParaSplit"
286 #define UNO_NAME_NUMBER_FORMAT "NumberFormat"
287 #define UNO_NAME_NUMBERING_TYPE "NumberingType"
288 #define UNO_NAME_NUMBERING_RULES "NumberingRules"
289 #define UNO_NAME_OFFSET "Offset"
290 #define UNO_NAME_ON "On"
291 #define UNO_NAME_OPAQUE "Opaque"
292 #define UNO_NAME_PAGE_TOGGLE "PageToggle"
293 #define UNO_NAME_PAGE_DESC_NAME "PageDescName"
294 #define UNO_NAME_PAGE_NUMBER_OFFSET "PageNumberOffset"
295 #define UNO_NAME_PLACEHOLDER "PlaceHolder"
296 #define UNO_NAME_PLACEHOLDER_TYPE "PlaceHolderType"
297 #define UNO_NAME_PRINT "Print"
298 #define UNO_NAME_REFERENCE_FIELD_PART "ReferenceFieldPart"
299 #define UNO_NAME_REFERENCE_FIELD_SOURCE "ReferenceFieldSource"
300 #define UNO_NAME_REFERENCE_FIELD_LANGUAGE "ReferenceFieldLanguage"
301 #define UNO_NAME_REGISTER_PARAGRAPH_STYLE "RegisterParagraphStyle"
302 #define UNO_NAME_SCRIPT_TYPE "ScriptType"
303 #define UNO_NAME_SEARCH_ALL "SearchAll"
305 #define UNO_NAME_SEARCH_WORDS "SearchWords"
306 #define UNO_NAME_SEQUENCE_VALUE "SequenceValue"
307 #define UNO_NAME_SERVER_MAP "ServerMap"
308 #define UNO_NAME_IMAGE_MAP "ImageMap"
309 #define UNO_NAME_SET_NUMBER "SetNumber"
310 #define UNO_NAME_SHADOW_FORMAT "ShadowFormat"
311 #define UNO_NAME_SHOW_HORI_RULER "ShowHoriRuler"
312 #define UNO_NAME_SIZE "Size"
313 #define UNO_NAME_ACTUAL_SIZE "ActualSize"
314 #define UNO_NAME_SOURCE_NAME "SourceName"
315 #define UNO_NAME_START_AT "StartAt"
316 #define UNO_NAME_START_WITH "StartWith"
317 #define UNO_NAME_STATISTIC_TYPE_ID "StatisticTypeId"
318 #define UNO_NAME_SUB_TYPE "SubType"
319 #define UNO_NAME_SURROUND "Surround"
320 #define UNO_NAME_IS_EXPRESSION "IsExpression"
321 #define UNO_NAME_IS_SHOW_FORMULA "IsShowFormula"
322 #define UNO_NAME_TEXT_WRAP "TextWrap"
323 #define UNO_NAME_SURROUND_CONTOUR "SurroundContour"
324 #define UNO_NAME_SURROUND_ANCHORONLY "SurroundAnchorOnly"
325 #define UNO_NAME_TABLE_NAME "TableName"
326 #define UNO_NAME_TABLE_TEMPLATE_NAME "TableTemplateName"
327 #define UNO_NAME_TABSTOPS "ParaTabStops"
328 #define UNO_NAME_TITLE "Title"
329 #define UNO_NAME_TOP_MARGIN "TopMargin"
330 #define UNO_NAME_BOTTOM_MARGIN "BottomMargin"
331 #define UNO_NAME_TRUE_CONTENT "TrueContent"
332 #define UNO_NAME_URL_CONTENT "URLContent"
333 #define UNO_NAME_USERTEXT "UserText"
334 #define UNO_NAME_USER_DATA_TYPE "UserDataType"
335 #define UNO_NAME_VALUE "Value"
336 #define UNO_NAME_VARIABLE_NAME "VariableName"
337 #define UNO_NAME_VARIABLE_SUBTYPE "VariableSubtype"
338 #define UNO_NAME_VERT_ORIENT "VertOrient"
339 #define UNO_NAME_VERT_MIRRORED "VertMirrored"
340 #define UNO_NAME_VERT_ORIENT_POSITION "VertOrientPosition"
341 #define UNO_NAME_VERT_ORIENT_RELATION "VertOrientRelation"
342 #define UNO_NAME_IS_VISIBLE "IsVisible"
343 #define UNO_NAME_WIDTH "Width"
344 #define UNO_NAME_CHAR_WORD_MODE "CharWordMode"
345 #define UNO_NAME_GRAPHIC_CROP "GraphicCrop"
346 #define UNO_NAME_CHARACTER_FORMAT_NONE "CharacterFormatNone"
347 #define UNO_NAME_DOCUMENT_INDEX_MARK "DocumentIndexMark"
348 #define UNO_NAME_DOCUMENT_INDEX "DocumentIndex"
349 #define UNO_NAME_IS_GLOBAL_DOCUMENT_SECTION "IsGlobalDocumentSection"
350 #define UNO_NAME_TEXT_FIELD "TextField"
351 #define UNO_NAME_BOOKMARK "Bookmark"
352 #define UNO_NAME_BOOKMARK_HIDDEN "BookmarkHidden"
353 #define UNO_NAME_BOOKMARK_CONDITION "BookmarkCondition"
354 #define UNO_NAME_TEXT_TABLE "TextTable"
355 #define UNO_NAME_CELL "Cell"
356 #define UNO_NAME_TEXT_FRAME "TextFrame"
357 #define UNO_NAME_REFERENCE_MARK "ReferenceMark"
358 #define UNO_NAME_TEXT_SECTION "TextSection"
359 #define UNO_NAME_FOOTNOTE "Footnote"
360 #define UNO_NAME_ENDNOTE "Endnote"
361 #define UNO_NAME_CHART_ROW_AS_LABEL "ChartRowAsLabel"
362 #define UNO_NAME_CHART_COLUMN_AS_LABEL "ChartColumnAsLabel"
363 #define UNO_NAME_LEFT_BORDER "LeftBorder"
364 #define UNO_NAME_RIGHT_BORDER "RightBorder"
365 #define UNO_NAME_TOP_BORDER "TopBorder"
366 #define UNO_NAME_BOTTOM_BORDER "BottomBorder"
367 #define UNO_NAME_BORDER_DISTANCE "BorderDistance"
368 #define UNO_NAME_LEFT_BORDER_DISTANCE "LeftBorderDistance"
369 #define UNO_NAME_RIGHT_BORDER_DISTANCE "RightBorderDistance"
370 #define UNO_NAME_TOP_BORDER_DISTANCE "TopBorderDistance"
371 #define UNO_NAME_BOTTOM_BORDER_DISTANCE "BottomBorderDistance"
372 #define UNO_NAME_TABLE_BORDER "TableBorder"
373 #define UNO_NAME_TABLE_COLUMN_SEPARATORS "TableColumnSeparators"
374 #define UNO_NAME_TABLE_COLUMN_RELATIVE_SUM "TableColumnRelativeSum"
375 #define UNO_NAME_HEADER_TEXT "HeaderText"
376 #define UNO_NAME_HEADER_TEXT_LEFT "HeaderTextLeft"
377 #define UNO_NAME_HEADER_TEXT_RIGHT "HeaderTextRight"
378 #define UNO_NAME_FOOTER_TEXT "FooterText"
379 #define UNO_NAME_FOOTER_TEXT_LEFT "FooterTextLeft"
380 #define UNO_NAME_FOOTER_TEXT_RIGHT "FooterTextRight"
381 #define UNO_NAME_HEADER_BACK_COLOR "HeaderBackColor"
382 #define UNO_NAME_HEADER_GRAPHIC "HeaderBackGraphic"
383 #define UNO_NAME_HEADER_BACK_TRANSPARENT "HeaderBackTransparent"
384 #define UNO_NAME_HEADER_LEFT_BORDER "HeaderLeftBorder"
385 #define UNO_NAME_HEADER_RIGHT_BORDER "HeaderRightBorder"
386 #define UNO_NAME_HEADER_TOP_BORDER "HeaderTopBorder"
387 #define UNO_NAME_HEADER_BOTTOM_BORDER "HeaderBottomBorder"
388 #define UNO_NAME_HEADER_BORDER_DISTANCE "HeaderBorderDistance"
389 #define UNO_NAME_HEADER_SHADOW_FORMAT "HeaderShadowFormat"
390 #define UNO_NAME_HEADER_BODY_DISTANCE "HeaderBodyDistance"
391 #define UNO_NAME_HEADER_IS_DYNAMIC_HEIGHT "HeaderIsDynamicHeight"
392 #define UNO_NAME_HEADER_IS_SHARED "HeaderIsShared"
393 #define UNO_NAME_HEADER_HEIGHT "HeaderHeight"
394 #define UNO_NAME_HEADER_IS_ON "HeaderIsOn"
395 #define UNO_NAME_FOOTER_BACK_COLOR "FooterBackColor"
396 #define UNO_NAME_FOOTER_GRAPHIC "FooterBackGraphic"
397 #define UNO_NAME_FOOTER_BACK_TRANSPARENT "FooterBackTransparent"
398 #define UNO_NAME_FOOTER_LEFT_BORDER "FooterLeftBorder"
399 #define UNO_NAME_FOOTER_RIGHT_BORDER "FooterRightBorder"
400 #define UNO_NAME_FOOTER_TOP_BORDER "FooterTopBorder"
401 #define UNO_NAME_FOOTER_BOTTOM_BORDER "FooterBottomBorder"
402 #define UNO_NAME_FOOTER_BORDER_DISTANCE "FooterBorderDistance"
403 #define UNO_NAME_FOOTER_SHADOW_FORMAT "FooterShadowFormat"
404 #define UNO_NAME_FOOTER_BODY_DISTANCE "FooterBodyDistance"
405 #define UNO_NAME_FOOTER_IS_DYNAMIC_HEIGHT "FooterIsDynamicHeight"
406 #define UNO_NAME_FOOTER_IS_SHARED "FooterIsShared"
407 #define UNO_NAME_TEXT_PARAGRAPH "TextParagraph"
408 #define UNO_NAME_PARENT_TEXT "ParentText"
410 #define UNO_NAME_FOOTER_HEIGHT "FooterHeight"
411 #define UNO_NAME_FOOTER_IS_ON "FooterIsOn"
412 #define UNO_NAME_OVERWRITE_STYLES "OverwriteStyles"
413 #define UNO_NAME_LOAD_NUMBERING_STYLES "LoadNumberingStyles"
414 #define UNO_NAME_LOAD_PAGE_STYLES "LoadPageStyles"
415 #define UNO_NAME_LOAD_FRAME_STYLES "LoadFrameStyles"
416 #define UNO_NAME_LOAD_TEXT_STYLES "LoadTextStyles"
417 #define UNO_NAME_FILE_NAME "FileName"
418 #define UNO_NAME_COPY_COUNT "CopyCount"
419 #define UNO_NAME_COLLATE "Collate"
420 #define UNO_NAME_SORT "Sort"
421 #define UNO_NAME_PAGES "Pages"
422 #define UNO_NAME_FIRST_LINE_OFFSET "FirstLineOffset"
423 #define UNO_NAME_SYMBOL_TEXT_DISTANCE "SymbolTextDistance"
424 #define UNO_NAME_USER_INDEX_NAME "UserIndexName"
425 #define UNO_NAME_REVISION "Revision"
426 #define UNO_NAME_UNVISITED_CHAR_STYLE_NAME "UnvisitedCharStyleName"
427 #define UNO_NAME_VISITED_CHAR_STYLE_NAME "VisitedCharStyleName"
428 #define UNO_NAME_PARAGRAPH_COUNT "ParagraphCount"
429 #define UNO_NAME_WORD_COUNT "WordCount"
430 #define UNO_NAME_WORD_SEPARATOR "WordSeparator"
431 #define UNO_NAME_CHARACTER_COUNT "CharacterCount"
432 #define UNO_NAME_ZOOM_VALUE "ZoomValue"
433 #define UNO_NAME_ZOOM_TYPE "ZoomType"
434 #define UNO_NAME_CREATE_FROM_MARKS "CreateFromMarks"
435 #define UNO_NAME_CREATE_FROM_OUTLINE "CreateFromOutline"
436 #define UNO_NAME_CREATE_FROM_CHAPTER "CreateFromChapter"
437 #define UNO_NAME_CREATE_FROM_LABELS "CreateFromLabels"
438 #define UNO_NAME_USE_ALPHABETICAL_SEPARATORS "UseAlphabeticalSeparators"
439 #define UNO_NAME_USE_KEY_AS_ENTRY "UseKeyAsEntry"
440 #define UNO_NAME_USE_COMBINED_ENTRIES "UseCombinedEntries"
441 #define UNO_NAME_IS_CASE_SENSITIVE "IsCaseSensitive"
442 #define UNO_NAME_USE_P_P "UsePP"
443 #define UNO_NAME_USE_DASH "UseDash"
444 #define UNO_NAME_USE_UPPER_CASE "UseUpperCase"
445 #define UNO_NAME_LABEL_CATEGORY "LabelCategory"
446 #define UNO_NAME_LABEL_DISPLAY_TYPE "LabelDisplayType"
447 #define UNO_NAME_USE_LEVEL_FROM_SOURCE "UseLevelFromSource"
448 #define UNO_NAME_LEVEL_FORMAT "LevelFormat"
449 #define UNO_NAME_LEVEL_PARAGRAPH_STYLES "LevelParagraphStyles"
450 #define UNO_NAME_MAIN_ENTRY_CHARACTER_STYLE_NAME "MainEntryCharacterStyleName"
451 #define UNO_NAME_CREATE_FROM_TABLES "CreateFromTables"
452 #define UNO_NAME_CREATE_FROM_TEXT_FRAMES "CreateFromTextFrames"
453 #define UNO_NAME_CREATE_FROM_GRAPHIC_OBJECTS "CreateFromGraphicObjects"
454 #define UNO_NAME_CREATE_FROM_EMBEDDED_OBJECTS "CreateFromEmbeddedObjects"
455 #define UNO_NAME_CREATE_FROM_STAR_MATH "CreateFromStarMath"
456 #define UNO_NAME_CREATE_FROM_STAR_CHART "CreateFromStarChart"
457 #define UNO_NAME_CREATE_FROM_STAR_CALC "CreateFromStarCalc"
458 #define UNO_NAME_CREATE_FROM_STAR_DRAW "CreateFromStarDraw"
459 #define UNO_NAME_CREATE_FROM_OTHER_EMBEDDED_OBJECTS "CreateFromOtherEmbeddedObjects"
460 #define UNO_NAME_INDEX_AUTO_MARK_FILE_U_R_L "IndexAutoMarkFileURL"
461 #define UNO_NAME_IS_COMMA_SEPARATED "IsCommaSeparated"
462 #define UNO_NAME_IS_RELATIVE_TABSTOPS "IsRelativeTabstops"
463 #define UNO_NAME_CREATE_FROM_LEVEL_PARAGRAPH_STYLES "CreateFromLevelParagraphStyles"
464 #define UNO_NAME_SHOW_CHANGES "ShowChanges"
465 #define UNO_NAME_RECORD_CHANGES "RecordChanges"
466 #define UNO_LINK_DISPLAY_NAME "LinkDisplayName"
467 #define UNO_LINK_DISPLAY_BITMAP "LinkDisplayBitmap"
468 #define UNO_NAME_HEADING_STYLE_NAME "HeadingStyleName"
469 #define UNO_NAME_SHOW_ONLINE_LAYOUT "ShowOnlineLayout"
470 #define UNO_NAME_USER_DEFINED_ATTRIBUTES "UserDefinedAttributes"
471 #define UNO_NAME_TEXT_USER_DEFINED_ATTRIBUTES "TextUserDefinedAttributes"
472 #define UNO_NAME_FILE_PATH "FilePath"
473 #define UNO_NAME_PARA_CHAPTER_NUMBERING_LEVEL "ParaChapterNumberingLevel"
474 #define UNO_NAME_PARA_CONDITIONAL_STYLE_NAME "ParaConditionalStyleName"
475 #define UNO_NAME_CHAPTER_NUMBERING_LEVEL "ChapterNumberingLevel"
476 #define UNO_NAME_NUMBERING_SEPARATOR "NumberingSeparator"
477 #define UNO_NAME_IS_CONTINUOUS_NUMBERING "IsContinuousNumbering"
478 #define UNO_NAME_IS_AUTOMATIC "IsAutomatic"
479 #define UNO_NAME_IS_ABSOLUTE_MARGINS "IsAbsoluteMargins"
480 #define UNO_NAME_CATEGORY "Category"
481 #define UNO_NAME_DEPENDENT_TEXT_FIELDS "DependentTextFields"
482 #define UNO_NAME_CURRENT_PRESENTATION "CurrentPresentation"
483 #define UNO_NAME_ADJUST "Adjust"
484 #define UNO_NAME_INSTANCE_NAME "InstanceName"
485 #define UNO_NAME_TEXT_PORTION_TYPE "TextPortionType"
486 #define UNO_NAME_CONTROL_CHARACTER "ControlCharacter"
487 #define UNO_NAME_IS_COLLAPSED "IsCollapsed"
488 #define UNO_NAME_IS_START "IsStart"
489 #define UNO_NAME_SEQUENCE_NUMBER "SequenceNumber"
490 #define UNO_NAME_REFERENCE_ID "ReferenceId"
491 #define UNO_NAME_HEADER_LEFT_BORDER_DISTANCE "HeaderLeftBorderDistance"
492 #define UNO_NAME_HEADER_RIGHT_BORDER_DISTANCE "HeaderRightBorderDistance"
493 #define UNO_NAME_HEADER_TOP_BORDER_DISTANCE "HeaderTopBorderDistance"
494 #define UNO_NAME_HEADER_BOTTOM_BORDER_DISTANCE "HeaderBottomBorderDistance"
495 #define UNO_NAME_FOOTER_LEFT_BORDER_DISTANCE "FooterLeftBorderDistance"
496 #define UNO_NAME_FOOTER_RIGHT_BORDER_DISTANCE "FooterRightBorderDistance"
497 #define UNO_NAME_FOOTER_TOP_BORDER_DISTANCE "FooterTopBorderDistance"
498 #define UNO_NAME_FOOTER_BOTTOM_BORDER_DISTANCE "FooterBottomBorderDistance"
499 #define UNO_NAME_PARA_IS_NUMBERING_RESTART "ParaIsNumberingRestart"
500 #define UNO_NAME_HIDE_FIELD_TIPS "HideFieldTips"
501 #define UNO_NAME_PARA_SHADOW_FORMAT "ParaShadowFormat"
502 #define UNO_NAME_CONTOUR_POLY_POLYGON "ContourPolyPolygon"
503 #define UNO_NAME_INDEX_ENTRY_TYPE "IndexEntryType"
505 #define UNO_NAME_IS_PIXEL_CONTOUR "IsPixelContour"
506 #define UNO_NAME_IS_AUTOMATIC_CONTOUR "IsAutomaticContour"
507 #define UNO_NAME_SEPARATOR_LINE_WIDTH "SeparatorLineWidth"
508 #define UNO_NAME_SEPARATOR_LINE_COLOR "SeparatorLineColor"
509 #define UNO_NAME_SEPARATOR_LINE_RELATIVE_HEIGHT "SeparatorLineRelativeHeight"
510 #define UNO_NAME_SEPARATOR_LINE_VERTIVAL_ALIGNMENT "SeparatorLineVerticalAlignment"
511 #define UNO_NAME_SEPARATOR_LINE_IS_ON "SeparatorLineIsOn"
512 #define UNO_NAME_IS_SKIP_HIDDEN_TEXT "IsSkipHiddenText"
513 #define UNO_NAME_IS_SKIP_PROTECTED_TEXT "IsSkipProtectedText"
514 #define UNO_NAME_DOCUMENT_INDEX_MARKS "DocumentIndexMarks"
515 #define UNO_NAME_FOOTNOTE_IS_COLLECT_AT_TEXT_END "FootnoteIsCollectAtTextEnd"
516 #define UNO_NAME_FOOTNOTE_IS_RESTART_NUMBERING "FootnoteIsRestartNumbering"
517 #define UNO_NAME_FOOTNOTE_RESTART_NUMBERING_AT "FootnoteRestartNumberingAt"
518 #define UNO_NAME_FOOTNOTE_IS_OWN_NUMBERING "FootnoteIsOwnNumbering"
519 #define UNO_NAME_FOOTNOTE_NUMBERING_TYPE "FootnoteNumberingType"
520 #define UNO_NAME_FOOTNOTE_NUMBERING_PREFIX "FootnoteNumberingPrefix"
521 #define UNO_NAME_FOOTNOTE_NUMBERING_SUFFIX "FootnoteNumberingSuffix"
522 #define UNO_NAME_ENDNOTE_IS_COLLECT_AT_TEXT_END "EndnoteIsCollectAtTextEnd"
523 #define UNO_NAME_ENDNOTE_IS_RESTART_NUMBERING "EndnoteIsRestartNumbering"
524 #define UNO_NAME_ENDNOTE_RESTART_NUMBERING_AT "EndnoteRestartNumberingAt"
525 #define UNO_NAME_ENDNOTE_IS_OWN_NUMBERING "EndnoteIsOwnNumbering"
526 #define UNO_NAME_ENDNOTE_NUMBERING_TYPE "EndnoteNumberingType"
527 #define UNO_NAME_ENDNOTE_NUMBERING_PREFIX "EndnoteNumberingPrefix"
528 #define UNO_NAME_ENDNOTE_NUMBERING_SUFFIX "EndnoteNumberingSuffix"
529 #define UNO_NAME_BRACKET_BEFORE "BracketBefore"
530 #define UNO_NAME_BRACKET_AFTER "BracketAfter"
531 #define UNO_NAME_IS_NUMBER_ENTRIES "IsNumberEntries"
532 #define UNO_NAME_IS_SORT_BY_POSITION "IsSortByPosition"
533 #define UNO_NAME_SORT_KEYS "SortKeys"
534 #define UNO_NAME_IS_SORT_ASCENDING "IsSortAscending"
535 #define UNO_NAME_SORT_KEY "SortKey"
536 #define UNO_NAME_FIELDS "Fields"
537 #define UNO_NAME_DATE_TIME_VALUE "DateTimeValue"
538 #define UNO_NAME_IS_ON "IsOn"
539 #define UNO_NAME_Z_ORDER "ZOrder"
540 #define UNO_NAME_CONTENT_SECTION "ContentSection"
541 #define UNO_NAME_HEADER_SECTION "HeaderSection"
542 #define UNO_NAME_PARA_IS_HANGING_PUNCTUATION "ParaIsHangingPunctuation"
543 #define UNO_NAME_PARA_IS_CHARACTER_DISTANCE "ParaIsCharacterDistance"
544 #define UNO_NAME_PARA_IS_FORBIDDEN_RULES "ParaIsForbiddenRules"
545 #define UNO_NAME_PARA_VERT_ALIGNMENT "ParaVertAlignment"
546 #define UNO_NAME_IS_MAIN_ENTRY "IsMainEntry"
547 #define UNO_NAME_GRAPHIC_ROTATION "GraphicRotation"
548 #define UNO_NAME_ADJUST_LUMINANCE "AdjustLuminance"
549 #define UNO_NAME_ADJUST_CONTRAST "AdjustContrast"
550 #define UNO_NAME_ADJUST_RED "AdjustRed"
551 #define UNO_NAME_ADJUST_GREEN "AdjustGreen"
552 #define UNO_NAME_ADJUST_BLUE "AdjustBlue"
553 #define UNO_NAME_GAMMA "Gamma"
554 #define UNO_NAME_GRAPHIC_IS_INVERTED "GraphicIsInverted"
555 #define UNO_NAME_TRANSPARENCY "Transparency"
556 #define UNO_NAME_GRAPHIC_COLOR_MODE "GraphicColorMode"
557 #define UNO_NAME_REDLINE_AUTHOR "RedlineAuthor"
558 #define UNO_NAME_REDLINE_DATE_TIME "RedlineDateTime"
559 #define UNO_NAME_REDLINE_COMMENT "RedlineComment"
560 #define UNO_NAME_REDLINE_DESCRIPTION "RedlineDescription"
561 #define UNO_NAME_REDLINE_TYPE "RedlineType"
562 #define UNO_NAME_REDLINE_SUCCESSOR_DATA "RedlineSuccessorData"
563 #define UNO_NAME_REDLINE_IDENTIFIER "RedlineIdentifier"
564 #define UNO_NAME_IS_IN_HEADER_FOOTER "IsInHeaderFooter"
565 #define UNO_NAME_START_REDLINE "StartRedline"
566 #define UNO_NAME_END_REDLINE "EndRedline"
567 #define UNO_NAME_REDLINE_START "RedlineStart"
568 #define UNO_NAME_REDLINE_END "RedlineEnd"
569 #define UNO_NAME_REDLINE_TEXT "RedlineText"
570 #define UNO_NAME_REDLINE_DISPLAY_TYPE "RedlineDisplayType"
571 #define UNO_NAME_FORBIDDEN_CHARACTERS "ForbiddenCharacters"
572 #define UNO_NAME_RUBY_BASE_TEXT "RubyBaseText"
573 #define UNO_NAME_RUBY_TEXT "RubyText"
574 #define UNO_NAME_RUBY_ADJUST "RubyAdjust"
575 #define UNO_NAME_RUBY_CHAR_STYLE_NAME "RubyCharStyleName"
576 #define UNO_NAME_RUBY_IS_ABOVE "RubyIsAbove"
577 #define UNO_NAME_RUBY_POSITION "RubyPosition"
578 #define UNO_NAME_FOOTNOTE_HEIGHT "FootnoteHeight"
579 #define UNO_NAME_FOOTNOTE_LINE_WEIGHT "FootnoteLineWeight"
580 #define UNO_NAME_FOOTNOTE_LINE_COLOR "FootnoteLineColor"
581 #define UNO_NAME_FOOTNOTE_LINE_RELATIVE_WIDTH "FootnoteLineRelativeWidth"
582 #define UNO_NAME_FOOTNOTE_LINE_ADJUST "FootnoteLineAdjust"
583 #define UNO_NAME_FOOTNOTE_LINE_TEXT_DISTANCE "FootnoteLineTextDistance"
584 #define UNO_NAME_FOOTNOTE_LINE_DISTANCE "FootnoteLineDistance"
585 #define UNO_NAME_CHAR_ROTATION "CharRotation"
586 #define UNO_NAME_CHAR_ROTATION_IS_FIT_TO_LINE "CharRotationIsFitToLine"
587 #define UNO_NAME_CHAR_SCALE_WIDTH "CharScaleWidth"
588 #define UNO_NAME_TAB_STOP_DISTANCE "TabStopDistance"
589 #define UNO_NAME_IS_WIDTH_RELATIVE "IsWidthRelative"
590 #define UNO_NAME_CHAR_RELIEF "CharRelief"
591 #define UNO_NAME_IS_HIDDEN "IsHidden"
592 #define UNO_NAME_IS_CONDITION_TRUE "IsConditionTrue"
593 #define UNO_NAME_TWO_DIGIT_YEAR "TwoDigitYear"
594 #define UNO_NAME_PROTECTION_KEY "ProtectionKey"
595 #define UNO_NAME_REDLINE_PROTECTION_KEY "RedlineProtectionKey"
596 #define UNO_NAME_AUTOMATIC_DISTANCE "AutomaticDistance"
597 #define UNO_NAME_AUTOMATIC_CONTROL_FOCUS "AutomaticControlFocus"
598 #define UNO_NAME_APPLY_FORM_DESIGN_MODE "ApplyFormDesignMode"
599 #define UNO_NAME_LOCALE "Locale"
600 #define UNO_NAME_SORT_ALGORITHM "SortAlgorithm"
601 #define UNO_NAME_FRAME_HEIGHT_ABSOLUTE "FrameHeightAbsolute"
602 #define UNO_NAME_FRAME_HEIGHT_PERCENT "FrameHeightPercent"
603 #define UNO_NAME_FRAME_ISAUTOMATIC_HEIGHT "FrameIsAutomaticHeight"
604 #define UNO_NAME_FRAME_WIDTH_ABSOLUTE "FrameWidthAbsolute"
605 #define UNO_NAME_FRAME_WIDTH_PERCENT "FrameWidthPercent"
607 // names for FillAttributes from SVX
608 #define UNO_NAME_SW_FILLBMP_LOGICAL_SIZE UNO_NAME_FILLBMP_LOGICAL_SIZE
609 #define UNO_NAME_SW_FILLBMP_OFFSET_X UNO_NAME_FILLBMP_OFFSET_X
610 #define UNO_NAME_SW_FILLBMP_OFFSET_Y UNO_NAME_FILLBMP_OFFSET_Y
611 #define UNO_NAME_SW_FILLBMP_POSITION_OFFSET_X UNO_NAME_FILLBMP_POSITION_OFFSET_X
612 #define UNO_NAME_SW_FILLBMP_POSITION_OFFSET_Y UNO_NAME_FILLBMP_POSITION_OFFSET_Y
613 #define UNO_NAME_SW_FILLBMP_RECTANGLE_POINT UNO_NAME_FILLBMP_RECTANGLE_POINT
614 #define UNO_NAME_SW_FILLBMP_SIZE_X UNO_NAME_FILLBMP_SIZE_X
615 #define UNO_NAME_SW_FILLBMP_SIZE_Y UNO_NAME_FILLBMP_SIZE_Y
616 #define UNO_NAME_SW_FILLBMP_STRETCH UNO_NAME_FILLBMP_STRETCH
617 #define UNO_NAME_SW_FILLBMP_TILE UNO_NAME_FILLBMP_TILE
618 #define UNO_NAME_SW_FILLBMP_MODE UNO_NAME_FILLBMP_MODE
619 #define UNO_NAME_SW_FILLCOLOR UNO_NAME_FILLCOLOR
620 #define UNO_NAME_SW_FILLBACKGROUND UNO_NAME_FILLBACKGROUND
621 #define UNO_NAME_SW_FILLBITMAP UNO_NAME_FILLBITMAP
622 #define UNO_NAME_SW_FILLBITMAPURL UNO_NAME_FILLBITMAPURL
623 #define UNO_NAME_SW_FILLBITMAPNAME UNO_NAME_FILLBITMAPNAME
624 #define UNO_NAME_SW_FILLGRADIENTSTEPCOUNT UNO_NAME_FILLGRADIENTSTEPCOUNT
625 #define UNO_NAME_SW_FILLGRADIENT UNO_NAME_FILLGRADIENT
626 #define UNO_NAME_SW_FILLGRADIENTNAME UNO_NAME_FILLGRADIENTNAME
627 #define UNO_NAME_SW_FILLHATCH UNO_NAME_FILLHATCH
628 #define UNO_NAME_SW_FILLHATCHNAME UNO_NAME_FILLHATCHNAME
629 #define UNO_NAME_SW_FILLSTYLE UNO_NAME_FILLSTYLE
630 #define UNO_NAME_SW_FILL_TRANSPARENCE UNO_NAME_FILL_TRANSPARENCE
631 #define UNO_NAME_SW_FILLTRANSPARENCEGRADIENT UNO_NAME_FILLTRANSPARENCEGRADIENT
632 #define UNO_NAME_SW_FILLTRANSPARENCEGRADIENTNAME UNO_NAME_FILLTRANSPARENCEGRADIENTNAME
633 #define UNO_NAME_SW_FILLCOLOR_2 UNO_NAME_FILLCOLOR_2
635 #define UNO_NAME_HEADER_FILLBMP_LOGICAL_SIZE "HeaderFillBitmapLogicalSize"
636 #define UNO_NAME_HEADER_FILLBMP_OFFSET_X "HeaderFillBitmapOffsetX"
637 #define UNO_NAME_HEADER_FILLBMP_OFFSET_Y "HeaderFillBitmapOffsetY"
638 #define UNO_NAME_HEADER_FILLBMP_POSITION_OFFSET_X "HeaderFillBitmapPositionOffsetX"
639 #define UNO_NAME_HEADER_FILLBMP_POSITION_OFFSET_Y "HeaderFillBitmapPositionOffsetY"
640 #define UNO_NAME_HEADER_FILLBMP_RECTANGLE_POINT "HeaderFillBitmapRectanglePoint"
641 #define UNO_NAME_HEADER_FILLBMP_SIZE_X "HeaderFillBitmapSizeX"
642 #define UNO_NAME_HEADER_FILLBMP_SIZE_Y "HeaderFillBitmapSizeY"
643 #define UNO_NAME_HEADER_FILLBMP_STRETCH "HeaderFillBitmapStretch"
644 #define UNO_NAME_HEADER_FILLBMP_TILE "HeaderFillBitmapTile"
645 #define UNO_NAME_HEADER_FILLBMP_MODE "HeaderFillBitmapMode"
646 #define UNO_NAME_HEADER_FILLCOLOR "HeaderFillColor"
647 #define UNO_NAME_HEADER_FILLBACKGROUND "HeaderFillBackground"
648 #define UNO_NAME_HEADER_FILLBITMAP "HeaderFillBitmap"
649 #define UNO_NAME_HEADER_FILLBITMAPNAME "HeaderFillBitmapName"
650 #define UNO_NAME_HEADER_FILLGRADIENTSTEPCOUNT "HeaderFillGradientStepCount"
651 #define UNO_NAME_HEADER_FILLGRADIENT "HeaderFillGradient"
652 #define UNO_NAME_HEADER_FILLGRADIENTNAME "HeaderFillGradientName"
653 #define UNO_NAME_HEADER_FILLHATCH "HeaderFillHatch"
654 #define UNO_NAME_HEADER_FILLHATCHNAME "HeaderFillHatchName"
655 #define UNO_NAME_HEADER_FILLSTYLE "HeaderFillStyle"
656 #define UNO_NAME_HEADER_FILL_TRANSPARENCE "HeaderFillTransparence"
657 #define UNO_NAME_HEADER_FILLTRANSPARENCEGRADIENT "HeaderFillTransparenceGradient"
658 #define UNO_NAME_HEADER_FILLTRANSPARENCEGRADIENTNAME "HeaderFillTransparenceGradientName"
659 #define UNO_NAME_HEADER_FILLCOLOR_2 "HeaderFillColor2"
661 #define UNO_NAME_FOOTER_FILLBMP_LOGICAL_SIZE "FooterFillBitmapLogicalSize"
662 #define UNO_NAME_FOOTER_FILLBMP_OFFSET_X "FooterFillBitmapOffsetX"
663 #define UNO_NAME_FOOTER_FILLBMP_OFFSET_Y "FooterFillBitmapOffsetY"
664 #define UNO_NAME_FOOTER_FILLBMP_POSITION_OFFSET_X "FooterFillBitmapPositionOffsetX"
665 #define UNO_NAME_FOOTER_FILLBMP_POSITION_OFFSET_Y "FooterFillBitmapPositionOffsetY"
666 #define UNO_NAME_FOOTER_FILLBMP_RECTANGLE_POINT "FooterFillBitmapRectanglePoint"
667 #define UNO_NAME_FOOTER_FILLBMP_SIZE_X "FooterFillBitmapSizeX"
668 #define UNO_NAME_FOOTER_FILLBMP_SIZE_Y "FooterFillBitmapSizeY"
669 #define UNO_NAME_FOOTER_FILLBMP_STRETCH "FooterFillBitmapStretch"
670 #define UNO_NAME_FOOTER_FILLBMP_TILE "FooterFillBitmapTile"
671 #define UNO_NAME_FOOTER_FILLBMP_MODE "FooterFillBitmapMode"
672 #define UNO_NAME_FOOTER_FILLCOLOR "FooterFillColor"
673 #define UNO_NAME_FOOTER_FILLBACKGROUND "FooterFillBackground"
674 #define UNO_NAME_FOOTER_FILLBITMAP "FooterFillBitmap"
675 #define UNO_NAME_FOOTER_FILLBITMAPNAME "FooterFillBitmapName"
676 #define UNO_NAME_FOOTER_FILLGRADIENTSTEPCOUNT "FooterFillGradientStepCount"
677 #define UNO_NAME_FOOTER_FILLGRADIENT "FooterFillGradient"
678 #define UNO_NAME_FOOTER_FILLGRADIENTNAME "FooterFillGradientName"
679 #define UNO_NAME_FOOTER_FILLHATCH "FooterFillHatch"
680 #define UNO_NAME_FOOTER_FILLHATCHNAME "FooterFillHatchName"
681 #define UNO_NAME_FOOTER_FILLSTYLE "FooterFillStyle"
682 #define UNO_NAME_FOOTER_FILL_TRANSPARENCE "FooterFillTransparence"
683 #define UNO_NAME_FOOTER_FILLTRANSPARENCEGRADIENT "FooterFillTransparenceGradient"
684 #define UNO_NAME_FOOTER_FILLTRANSPARENCEGRADIENTNAME "FooterFillTransparenceGradientName"
685 #define UNO_NAME_FOOTER_FILLCOLOR_2 "FooterFillColor2"
687 #define UNO_NAME_PARA_STYLEHEADING "ParaStyleHeading"
688 #define UNO_NAME_PARA_STYLELEVEL1 "ParaStyleLevel1"
689 #define UNO_NAME_PARA_STYLELEVEL10 "ParaStyleLevel10"
690 #define UNO_NAME_PARA_STYLELEVEL2 "ParaStyleLevel2"
691 #define UNO_NAME_PARA_STYLELEVEL3 "ParaStyleLevel3"
692 #define UNO_NAME_PARA_STYLELEVEL4 "ParaStyleLevel4"
693 #define UNO_NAME_PARA_STYLELEVEL5 "ParaStyleLevel5"
694 #define UNO_NAME_PARA_STYLELEVEL6 "ParaStyleLevel6"
695 #define UNO_NAME_PARA_STYLELEVEL7 "ParaStyleLevel7"
696 #define UNO_NAME_PARA_STYLELEVEL8 "ParaStyleLevel8"
697 #define UNO_NAME_PARA_STYLELEVEL9 "ParaStyleLevel9"
698 #define UNO_NAME_PARA_STYLESEPARATOR "ParaStyleSeparator"
699 #define UNO_NAME_MACRO_LIBRARY "MacroLibrary"
700 #define UNO_NAME_CELL_NAME "CellName"
701 #define UNO_NAME_PARA_USER_DEFINED_ATTRIBUTES "ParaUserDefinedAttributes"
702 #define UNO_NAME_MERGE_LAST_PARA "MergeLastPara"
703 #define UNO_NAME_WRITING_MODE "WritingMode"
704 #define UNO_NAME_GRID_COLOR "GridColor"
705 #define UNO_NAME_GRID_LINES "GridLines"
706 #define UNO_NAME_GRID_BASE_HEIGHT "GridBaseHeight"
707 #define UNO_NAME_GRID_RUBY_HEIGHT "GridRubyHeight"
708 #define UNO_NAME_GRID_MODE "GridMode"
709 #define UNO_NAME_GRID_RUBY_BELOW "RubyBelow"
710 #define UNO_NAME_GRID_PRINT "GridPrint"
711 #define UNO_NAME_GRID_DISPLAY "GridDisplay"
712 #define UNO_NAME_SNAP_TO_GRID "SnapToGrid"
713 #define UNO_NAME_DONT_BALANCE_TEXT_COLUMNS "DontBalanceTextColumns"
714 #define UNO_NAME_IS_CURRENTLY_VISIBLE "IsCurrentlyVisible"
715 #define UNO_NAME_ANCHOR_POSITION "AnchorPosition"
716 #define UNO_NAME_TEXT_READING "TextReading"
717 #define UNO_NAME_PRIMARY_KEY_READING "PrimaryKeyReading"
718 #define UNO_NAME_SECONDARY_KEY_READING "SecondaryKeyReading"
719 #define UNO_NAME_BACK_GRAPHIC_TRANSPARENCY "BackGraphicTransparency"
720 #define UNO_NAME_BACK_COLOR_R_G_B "BackColorRGB"
721 #define UNO_NAME_BACK_COLOR_TRANSPARENCY "BackColorTransparency"
722 #define UNO_NAME_HEADER_DYNAMIC_SPACING "HeaderDynamicSpacing"
723 #define UNO_NAME_FOOTER_DYNAMIC_SPACING "FooterDynamicSpacing"
724 #define UNO_NAME_BASIC_LIBRARIES "BasicLibraries"
725 #define UNO_NAME_IS_FIXED_LANGUAGE "IsFixedLanguage"
726 #define UNO_NAME_SELECTION "Selection"
727 #define UNO_NAME_RESULT_SET "ResultSet"
728 #define UNO_NAME_CONNECTION "ActiveConnection"
729 #define UNO_NAME_MODEL "Model"
730 #define UNO_NAME_DATA_SOURCE_NAME "DataSourceName"
731 #define UNO_NAME_FILTER "Filter"
732 #define UNO_NAME_DOCUMENT_URL "DocumentURL"
733 #define UNO_NAME_OUTPUT_URL "OutputURL"
734 #define UNO_NAME_OUTPUT_TYPE "OutputType"
735 #define UNO_NAME_ESCAPE_PROCESSING "EscapeProcessing"
736 #define UNO_NAME_SINGLE_PRINT_JOBS "SinglePrintJobs"
737 #define UNO_NAME_FILE_NAME_FROM_COLUMN "FileNameFromColumn"
738 #define UNO_NAME_FILE_NAME_PREFIX "FileNamePrefix"
739 #define UNO_NAME_CHAR_STYLE_NAMES "CharStyleNames"
740 #define UNO_NAME_DAD_COMMAND "Command" /* DAD = DataAccessDescriptor (see com.sun.star.sdb.DataAccessDescriptor) */
741 #define UNO_NAME_DAD_COMMAND_TYPE "CommandType"
742 #define UNO_NAME_CLSID "CLSID"
743 #define UNO_NAME_COMPONENT "Component"
744 #define UNO_NAME_SECT_LEFT_MARGIN "SectionLeftMargin"
745 #define UNO_NAME_SECT_RIGHT_MARGIN "SectionRightMargin"
746 #define UNO_NAME_PARA_IS_CONNECT_BORDER "ParaIsConnectBorder"
747 #define UNO_NAME_ITEMS "Items"
748 #define UNO_NAME_SELITEM "SelectedItem"
749 #define UNO_NAME_IS_SPLIT_ALLOWED "IsSplitAllowed"
750 #define UNO_NAME_CHAR_HIDDEN "CharHidden"
751 #define UNO_NAME_IS_FOLLOWING_TEXT_FLOW "IsFollowingTextFlow"
752 #define UNO_NAME_WIDTH_TYPE "WidthType"
753 #define UNO_NAME_SCRIPT_URL "ScriptURL"
754 #define UNO_NAME_RUNTIME_UID "RuntimeUID"
755 #define UNO_NAME_COLLAPSING_BORDERS "CollapsingBorders"
756 #define UNO_NAME_WRAP_INFLUENCE_ON_POSITION "WrapInfluenceOnPosition"
757 #define UNO_NAME_DATA_BASE_URL "DataBaseURL"
758 #define UNO_NAME_TRANSFORMATION_IN_HORI_L2R "TransformationInHoriL2R"
759 #define UNO_NAME_POSITION_LAYOUT_DIR "PositionLayoutDir"
760 #define UNO_NAME_NUMBERING_IS_OUTLINE "NumberingIsOutline"
761 #define UNO_NAME_STARTPOSITION_IN_HORI_L2R "StartPositionInHoriL2R"
762 #define UNO_NAME_ENDPOSITION_IN_HORI_L2R "EndPositionInHoriL2R"
763 #define UNO_NAME_SUBJECT "Subject"
764 #define UNO_NAME_ADDRESS_FROM_COLUMN "AddressFromColumn"
765 #define UNO_NAME_SEND_AS_HTML "SendAsHTML"
766 #define UNO_NAME_SEND_AS_ATTACHMENT "SendAsAttachment"
767 #define UNO_NAME_MAIL_BODY "MailBody"
768 #define UNO_NAME_ATTACHMENT_NAME "AttachmentName"
769 #define UNO_NAME_ATTACHMENT_FILTER "AttachmentFilter"
770 #define UNO_NAME_PRINT_OPTIONS "PrintOptions"
771 #define UNO_NAME_SAVE_AS_SINGLE_FILE "SaveAsSingleFile"
772 #define UNO_NAME_SAVE_FILTER "SaveFilter"
773 #define UNO_NAME_COPIES_TO "CopiesTo"
774 #define UNO_NAME_BLIND_COPIES_TO "BlindCopiesTo"
775 #define UNO_NAME_IN_SERVER_PASSWORD "InServerPassword"
776 #define UNO_NAME_OUT_SERVER_PASSWORD "OutServerPassword"
777 #define UNO_NAME_SAVE_FILTER_OPTIONS "SaveFilterOptions"
778 #define UNO_NAME_SAVE_FILTER_DATA "SaveFilterData"
779 #define UNO_NAME_LOCK_UPDATES "LockUpdates"
780 #define UNO_NAME_PAGE_COUNT "PageCount"
781 #define UNO_NAME_LINE_COUNT "LineCount"
782 #define UNO_NAME_IS_CONSTANT_SPELLCHECK "IsConstantSpellcheck"
783 #define UNO_NAME_IS_HIDE_SPELL_MARKS "IsHideSpellMarks" /* deprecated #i91949 */
785 #define UNO_NAME_IS_FIELD_USED "IsFieldUsed"
786 #define UNO_NAME_IS_FIELD_DISPLAYED "IsFieldDisplayed"
787 #define UNO_NAME_BUILDID "BuildId"
788 #define UNO_NAME_PARA_STYLE_CONDITIONS "ParaStyleConditions"
789 #define UNO_NAME_ROLE "Role"
790 #define UNO_NAME_FIELD_CODE "FieldCode"
791 #define UNO_NAME_HAS_VALID_SIGNATURES "HasValidSignatures"
792 #define UNO_NAME_CHAR_AUTO_STYLE_NAME "CharAutoStyleName"
793 #define UNO_NAME_PARA_AUTO_STYLE_NAME "ParaAutoStyleName"
794 #define UNO_NAME_LAYOUT_SIZE "LayoutSize"
795 #define UNO_NAME_HELP "Help"
796 #define UNO_NAME_TOOLTIP "Tooltip"
797 #define UNO_NAME_DIALOG_LIBRARIES "DialogLibraries"
798 #define UNO_NAME_HEADER_ROW_COUNT "HeaderRowCount"
799 #define UNO_NAME_INPUT "Input"
800 #define UNO_NAME_ROW_SPAN "RowSpan"
801 #define UNO_NAME_POSITION_AND_SPACE_MODE "PositionAndSpaceMode"
802 #define UNO_NAME_LABEL_FOLLOWED_BY "LabelFollowedBy"
803 #define UNO_NAME_LISTTAB_STOP_POSITION "ListtabStopPosition"
804 #define UNO_NAME_FIRST_LINE_INDENT "FirstLineIndent"
805 #define UNO_NAME_INDENT_AT "IndentAt"
806 #define UNO_NAME_GRID_BASE_WIDTH "GridBaseWidth"
807 #define UNO_NAME_GRID_SNAP_TO_CHARS "GridSnapToChars"
808 #define UNO_NAME_GRID_STANDARD_PAGE_MODE "StandardPageMode"
809 #define UNO_NAME_TABLE_BORDER_DISTANCES "TableBorderDistances"
810 #define UNO_NAME_LIST_ID "ListId"
811 #define UNO_NAME_DEFAULT_LIST_ID "DefaultListId"
812 #define UNO_NAME_STREAM_NAME "StreamName"
813 #define UNO_NAME_PARA_CONTINUEING_PREVIOUS_SUB_TREE "ContinueingPreviousSubTree"
814 #define UNO_NAME_PARA_LIST_LABEL_STRING "ListLabelString"
815 #define UNO_NAME_PARA_LIST_AUTO_FORMAT "ListAutoFormat"
816 #define UNO_NAME_CHAR_OVERLINE "CharOverline"
817 #define UNO_NAME_CHAR_OVERLINE_COLOR "CharOverlineColor"
818 #define UNO_NAME_CHAR_OVERLINE_HAS_COLOR "CharOverlineHasColor"
819 #define UNO_NAME_OUTLINE_LEVEL "OutlineLevel"
820 #define UNO_NAME_DESCRIPTION "Description"
821 #define UNO_NAME_META "InContentMetadata"
822 #define UNO_NAME_IS_TEMPLATE "IsTemplate"
823 #define UNO_NAME_VBA_DOCOBJ "VBAGlobalConstantName"
824 #define UNO_NAME_NESTED_TEXT_CONTENT "NestedTextContent"
825 #define UNO_NAME_SEPARATOR_LINE_STYLE "SeparatorLineStyle"
826 #define UNO_NAME_FOOTNOTE_LINE_STYLE "FootnoteLineStyle"
827 #define UNO_NAME_EMBEDDED_OBJECT "EmbeddedObject"
828 #define UNO_NAME_RSID "Rsid"
829 #define UNO_NAME_PARRSID "ParRsid"
830 #define UNO_NAME_DRAW_ASPECT "DrawAspect"
831 #define UNO_NAME_VISIBLE_AREA_WIDTH "VisibleAreaWidth"
832 #define UNO_NAME_VISIBLE_AREA_HEIGHT "VisibleAreaHeight"
834 #define UNO_NAME_LINE_STYLE "LineStyle"
835 #define UNO_NAME_LINE_WIDTH "LineWidth"
837 #define UNO_NAME_PARA_CONTEXT_MARGIN "ParaContextMargin"
838 #define UNO_NAME_PARAGRAPH_STYLE_NAME "ParagraphStyleName"
839 #define UNO_NAME_FIRST_IS_SHARED "FirstIsShared"
840 #define UNO_NAME_HEADER_TEXT_FIRST "HeaderTextFirst"
841 #define UNO_NAME_FOOTER_TEXT_FIRST "FooterTextFirst"
842 #define UNO_NAME_INITIALS "Initials"
843 #define UNO_NAME_TABLE_BORDER2 "TableBorder2"
844 #define UNO_NAME_REPLACEMENT_GRAPHIC "ReplacementGraphic"
845 #define UNO_NAME_HIDDEN "Hidden"
846 #define UNO_NAME_DEFAULT_PAGE_MODE "DefaultPageMode"
847 #define UNO_NAME_CHAR_SHADING_VALUE "CharShadingValue"
848 #define UNO_NAME_PARA_INTEROP_GRAB_BAG "ParaInteropGrabBag"
849 #define UNO_NAME_CHAR_LEFT_BORDER "CharLeftBorder"
850 #define UNO_NAME_CHAR_RIGHT_BORDER "CharRightBorder"
851 #define UNO_NAME_CHAR_TOP_BORDER "CharTopBorder"
852 #define UNO_NAME_CHAR_BOTTOM_BORDER "CharBottomBorder"
853 #define UNO_NAME_CHAR_BORDER_DISTANCE "CharBorderDistance"
854 #define UNO_NAME_CHAR_LEFT_BORDER_DISTANCE "CharLeftBorderDistance"
855 #define UNO_NAME_CHAR_RIGHT_BORDER_DISTANCE "CharRightBorderDistance"
856 #define UNO_NAME_CHAR_TOP_BORDER_DISTANCE "CharTopBorderDistance"
857 #define UNO_NAME_CHAR_BOTTOM_BORDER_DISTANCE "CharBottomBorderDistance"
858 #define UNO_NAME_CHAR_SHADOW_FORMAT "CharShadowFormat"
859 #define UNO_NAME_SHADOW_TRANSPARENCE "ShadowTransparence"
860 #define UNO_NAME_DOC_INTEROP_GRAB_BAG "InteropGrabBag"
861 #define UNO_NAME_FRAME_INTEROP_GRAB_BAG "FrameInteropGrabBag"
862 #define UNO_NAME_CHAR_HIGHLIGHT "CharHighlight"
863 #define UNO_NAME_STYLE_INTEROP_GRAB_BAG "StyleInteropGrabBag"
864 #define UNO_NAME_CHAR_INTEROP_GRAB_BAG "CharInteropGrabBag"
865 #define UNO_NAME_TEXT_VERT_ADJUST "TextVerticalAdjust"
866 #define UNO_NAME_CELL_INTEROP_GRAB_BAG "CellInteropGrabBag"
867 #define UNO_NAME_ROW_INTEROP_GRAB_BAG "RowInteropGrabBag"
868 #define UNO_NAME_TABLE_INTEROP_GRAB_BAG "TableInteropGrabBag"
870 #define UNO_NAME_TABLE_FIRST_ROW_END_COLUMN "FirstRowEndColumn"
871 #define UNO_NAME_TABLE_FIRST_ROW_START_COLUMN "FirstRowStartColumn"
872 #define UNO_NAME_TABLE_LAST_ROW_END_COLUMN "LastRowEndColumn"
873 #define UNO_NAME_TABLE_LAST_ROW_START_COLUMN "LastRowStartColumn"
875 #define UNO_NAME_RESOLVED "Resolved"
876 #define UNO_NAME_ALLOW_OVERLAP "AllowOverlap"
879 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */