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