tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / extensions / source / propctrlr / formstrings.hxx
blob495e178f842e44ccdb360bebc4a76fdf6327e14b
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 #pragma once
22 #include <rtl/ustring.hxx>
24 inline constexpr OUString PROPERTY_DEFAULTCONTROL = u"DefaultControl"_ustr;
25 inline constexpr OUString PROPERTY_INTROSPECTEDOBJECT = u"IntrospectedObject"_ustr;
26 inline constexpr OUString PROPERTY_CURRENTPAGE = u"CurrentPage"_ustr;
27 inline constexpr OUString PROPERTY_CONTROLCONTEXT = u"ControlContext"_ustr;
29 // properties
30 inline constexpr OUString PROPERTY_CLASSID = u"ClassId"_ustr;
31 inline constexpr OUString PROPERTY_CONTROLLABEL = u"LabelControl"_ustr;
32 inline constexpr OUString PROPERTY_LABEL = u"Label"_ustr;
33 inline constexpr OUString PROPERTY_TABINDEX = u"TabIndex"_ustr;
34 inline constexpr OUString PROPERTY_WHEEL_BEHAVIOR = u"MouseWheelBehavior"_ustr;
35 inline constexpr OUString PROPERTY_TAG = u"Tag"_ustr;
36 inline constexpr OUString PROPERTY_NAME = u"Name"_ustr;
37 inline constexpr OUString PROPERTY_GROUP_NAME = u"GroupName"_ustr;
38 inline constexpr OUString PROPERTY_VALUE = u"Value"_ustr;
39 inline constexpr OUString PROPERTY_TEXT = u"Text"_ustr;
40 inline constexpr OUString PROPERTY_NAVIGATION = u"NavigationBarMode"_ustr;
41 inline constexpr OUString PROPERTY_CYCLE = u"Cycle"_ustr;
42 inline constexpr OUString PROPERTY_CONTROLSOURCE = u"DataField"_ustr;
43 inline constexpr OUString PROPERTY_INPUT_REQUIRED = u"InputRequired"_ustr;
44 inline constexpr OUString PROPERTY_ENABLED = u"Enabled"_ustr;
45 inline constexpr OUString PROPERTY_ENABLE_VISIBLE = u"EnableVisible"_ustr;
46 inline constexpr OUString PROPERTY_READONLY = u"ReadOnly"_ustr;
47 inline constexpr OUString PROPERTY_FILTER = u"Filter"_ustr;
48 inline constexpr OUString PROPERTY_WIDTH = u"Width"_ustr;
49 inline constexpr OUString PROPERTY_MULTILINE = u"MultiLine"_ustr;
50 inline constexpr OUString PROPERTY_WORDBREAK = u"WordBreak"_ustr;
51 inline constexpr OUString PROPERTY_TARGET_URL = u"TargetURL"_ustr;
52 inline constexpr OUString PROPERTY_TARGET_FRAME = u"TargetFrame"_ustr;
53 inline constexpr OUString PROPERTY_MAXTEXTLEN = u"MaxTextLen"_ustr;
54 inline constexpr OUString PROPERTY_EDITMASK = u"EditMask"_ustr;
55 inline constexpr OUString PROPERTY_SPIN = u"Spin"_ustr;
56 inline constexpr OUString PROPERTY_TRISTATE = u"TriState"_ustr;
57 inline constexpr OUString PROPERTY_HIDDEN_VALUE = u"HiddenValue"_ustr;
58 inline constexpr OUString PROPERTY_BUTTONTYPE = u"ButtonType"_ustr;
59 inline constexpr OUString PROPERTY_XFORMS_BUTTONTYPE = u"XFormsButtonType"_ustr;
60 inline constexpr OUString PROPERTY_STRINGITEMLIST = u"StringItemList"_ustr;
61 inline constexpr OUString PROPERTY_TYPEDITEMLIST = u"TypedItemList"_ustr;
62 inline constexpr OUString PROPERTY_DEFAULT_TEXT = u"DefaultText"_ustr;
63 inline constexpr OUString PROPERTY_DEFAULT_STATE = u"DefaultState"_ustr;
64 inline constexpr OUString PROPERTY_FORMATKEY = u"FormatKey"_ustr;
65 inline constexpr OUString PROPERTY_FORMATSSUPPLIER = u"FormatsSupplier"_ustr;
66 inline constexpr OUString PROPERTY_SUBMIT_ACTION = u"SubmitAction"_ustr;
67 inline constexpr OUString PROPERTY_SUBMIT_TARGET = u"SubmitTarget"_ustr;
68 inline constexpr OUString PROPERTY_SUBMIT_METHOD = u"SubmitMethod"_ustr;
69 inline constexpr OUString PROPERTY_SUBMIT_ENCODING = u"SubmitEncoding"_ustr;
70 inline constexpr OUString PROPERTY_IMAGE_URL = u"ImageURL"_ustr;
71 inline constexpr OUString PROPERTY_GRAPHIC = u"Graphic"_ustr;
72 inline constexpr OUString PROPERTY_EMPTY_IS_NULL = u"ConvertEmptyToNull"_ustr;
73 inline constexpr OUString PROPERTY_LISTSOURCETYPE = u"ListSourceType"_ustr;
74 inline constexpr OUString PROPERTY_LISTSOURCE = u"ListSource"_ustr;
75 inline constexpr OUString PROPERTY_DEFAULT_SELECT_SEQ = u"DefaultSelection"_ustr;
76 inline constexpr OUString PROPERTY_MULTISELECTION = u"MultiSelection"_ustr;
77 inline constexpr OUString PROPERTY_ALIGN = u"Align"_ustr;
78 inline constexpr OUString PROPERTY_VERTICAL_ALIGN = u"VerticalAlign"_ustr;
79 inline constexpr OUString PROPERTY_DEFAULT_DATE = u"DefaultDate"_ustr;
80 inline constexpr OUString PROPERTY_DEFAULT_TIME = u"DefaultTime"_ustr;
81 inline constexpr OUString PROPERTY_DEFAULT_VALUE = u"DefaultValue"_ustr;
82 inline constexpr OUString PROPERTY_DECIMAL_ACCURACY = u"DecimalAccuracy"_ustr;
83 inline constexpr OUString PROPERTY_REFVALUE = u"RefValue"_ustr;
84 inline constexpr OUString PROPERTY_UNCHECKEDREFVALUE = u"SecondaryRefValue"_ustr;
85 inline constexpr OUString PROPERTY_VALUEMIN = u"ValueMin"_ustr;
86 inline constexpr OUString PROPERTY_VALUEMAX = u"ValueMax"_ustr;
87 inline constexpr OUString PROPERTY_STRICTFORMAT = u"StrictFormat"_ustr;
88 inline constexpr OUString PROPERTY_ALLOWADDITIONS = u"AllowInserts"_ustr;
89 inline constexpr OUString PROPERTY_ALLOWEDITS = u"AllowUpdates"_ustr;
90 inline constexpr OUString PROPERTY_ALLOWDELETIONS = u"AllowDeletes"_ustr;
91 inline constexpr OUString PROPERTY_MASTERFIELDS = u"MasterFields"_ustr;
92 inline constexpr OUString PROPERTY_LITERALMASK = u"LiteralMask"_ustr;
93 inline constexpr OUString PROPERTY_VALUESTEP = u"ValueStep"_ustr;
94 inline constexpr OUString PROPERTY_SHOWTHOUSANDSEP = u"ShowThousandsSeparator"_ustr;
95 inline constexpr OUString PROPERTY_CURRENCYSYMBOL = u"CurrencySymbol"_ustr;
96 inline constexpr OUString PROPERTY_DATEFORMAT = u"DateFormat"_ustr;
97 inline constexpr OUString PROPERTY_DATEMIN = u"DateMin"_ustr;
98 inline constexpr OUString PROPERTY_DATEMAX = u"DateMax"_ustr;
99 inline constexpr OUString PROPERTY_TIMEFORMAT = u"TimeFormat"_ustr;
100 inline constexpr OUString PROPERTY_TIMEMIN = u"TimeMin"_ustr;
101 inline constexpr OUString PROPERTY_TIMEMAX = u"TimeMax"_ustr;
102 inline constexpr OUString PROPERTY_LINECOUNT = u"LineCount"_ustr;
103 inline constexpr OUString PROPERTY_BOUNDCOLUMN = u"BoundColumn"_ustr;
104 inline constexpr OUString PROPERTY_BACKGROUNDCOLOR = u"BackgroundColor"_ustr;
105 inline constexpr OUString PROPERTY_FILLCOLOR = u"FillColor"_ustr;
106 inline constexpr OUString PROPERTY_TEXTCOLOR = u"TextColor"_ustr;
107 inline constexpr OUString PROPERTY_LINECOLOR = u"LineColor"_ustr;
108 inline constexpr OUString PROPERTY_BORDER = u"Border"_ustr;
109 inline constexpr OUString PROPERTY_ICONSIZE = u"IconSize"_ustr;
110 inline constexpr OUString PROPERTY_DROPDOWN = u"Dropdown"_ustr;
111 inline constexpr OUString PROPERTY_HSCROLL = u"HScroll"_ustr;
112 inline constexpr OUString PROPERTY_VSCROLL = u"VScroll"_ustr;
113 inline constexpr OUString PROPERTY_SHOW_SCROLLBARS = u"ShowScrollbars"_ustr;
114 inline constexpr OUString PROPERTY_TABSTOP = u"Tabstop"_ustr;
115 inline constexpr OUString PROPERTY_AUTOCOMPLETE = u"Autocomplete"_ustr;
116 inline constexpr OUString PROPERTY_PRINTABLE = u"Printable"_ustr;
117 inline constexpr OUString PROPERTY_ECHO_CHAR = u"EchoChar"_ustr;
118 inline constexpr OUString PROPERTY_ROWHEIGHT = u"RowHeight"_ustr;
119 inline constexpr OUString PROPERTY_HELPTEXT = u"HelpText"_ustr;
120 inline constexpr OUString PROPERTY_FONT = u"FontDescriptor"_ustr;
121 inline constexpr OUString PROPERTY_FONT_NAME = u"FontName"_ustr;
122 inline constexpr OUString PROPERTY_FONT_STYLENAME = u"FontStyleName"_ustr;
123 inline constexpr OUString PROPERTY_FONT_FAMILY = u"FontFamily"_ustr;
124 inline constexpr OUString PROPERTY_FONT_CHARSET = u"FontCharset"_ustr;
125 inline constexpr OUString PROPERTY_FONT_HEIGHT = u"FontHeight"_ustr;
126 inline constexpr OUString PROPERTY_FONT_WEIGHT = u"FontWeight"_ustr;
127 inline constexpr OUString PROPERTY_FONT_SLANT = u"FontSlant"_ustr;
128 inline constexpr OUString PROPERTY_FONT_UNDERLINE = u"FontUnderline"_ustr;
129 inline constexpr OUString PROPERTY_FONT_STRIKEOUT = u"FontStrikeout"_ustr;
130 inline constexpr OUString PROPERTY_FONT_RELIEF = u"FontRelief"_ustr;
131 inline constexpr OUString PROPERTY_FONT_EMPHASIS_MARK = u"FontEmphasisMark"_ustr;
132 inline constexpr OUString PROPERTY_TEXTLINECOLOR = u"TextLineColor"_ustr;
133 inline constexpr OUString PROPERTY_HELPURL = u"HelpURL"_ustr;
134 inline constexpr OUString PROPERTY_RECORDMARKER = u"HasRecordMarker"_ustr;
135 inline constexpr OUString PROPERTY_EFFECTIVE_DEFAULT = u"EffectiveDefault"_ustr;
136 inline constexpr OUString PROPERTY_EFFECTIVE_MIN = u"EffectiveMin"_ustr;
137 inline constexpr OUString PROPERTY_EFFECTIVE_MAX = u"EffectiveMax"_ustr;
138 inline constexpr OUString PROPERTY_FILTERPROPOSAL = u"UseFilterValueProposal"_ustr;
139 inline constexpr OUString PROPERTY_CURRSYM_POSITION = u"PrependCurrencySymbol"_ustr;
140 inline constexpr OUString PROPERTY_COMMAND = u"Command"_ustr;
141 inline constexpr OUString PROPERTY_COMMANDTYPE = u"CommandType"_ustr;
142 inline constexpr OUString PROPERTY_INSERTONLY = u"IgnoreResult"_ustr;
143 inline constexpr OUString PROPERTY_ESCAPE_PROCESSING = u"EscapeProcessing"_ustr;
144 inline constexpr OUString PROPERTY_TITLE = u"Title"_ustr;
145 inline constexpr OUString PROPERTY_SORT = u"Order"_ustr;
146 inline constexpr OUString PROPERTY_DATASOURCE = u"DataSourceName"_ustr;
147 inline constexpr OUString PROPERTY_DETAILFIELDS = u"DetailFields"_ustr;
148 inline constexpr OUString PROPERTY_DEFAULTBUTTON = u"DefaultButton"_ustr;
149 inline constexpr OUString PROPERTY_LISTINDEX = u"ListIndex"_ustr;
150 inline constexpr OUString PROPERTY_HEIGHT = u"Height"_ustr;
151 inline constexpr OUString PROPERTY_HASNAVIGATION = u"HasNavigationBar"_ustr;
152 inline constexpr OUString PROPERTY_POSITIONX = u"PositionX"_ustr;
153 inline constexpr OUString PROPERTY_POSITIONY = u"PositionY"_ustr;
154 inline constexpr OUString PROPERTY_AUTOGROW = u"AutoGrow"_ustr;
155 inline constexpr OUString PROPERTY_STEP = u"Step"_ustr;
156 inline constexpr OUString PROPERTY_WORDLINEMODE = u"FontWordLineMode"_ustr;
157 inline constexpr OUString PROPERTY_PROGRESSVALUE = u"ProgressValue"_ustr;
158 inline constexpr OUString PROPERTY_PROGRESSVALUE_MIN = u"ProgressValueMin"_ustr;
159 inline constexpr OUString PROPERTY_PROGRESSVALUE_MAX = u"ProgressValueMax"_ustr;
160 inline constexpr OUString PROPERTY_SCROLLVALUE = u"ScrollValue"_ustr;
161 inline constexpr OUString PROPERTY_DEFAULT_SCROLLVALUE = u"DefaultScrollValue"_ustr;
162 inline constexpr OUString PROPERTY_SCROLLVALUE_MIN = u"ScrollValueMin"_ustr;
163 inline constexpr OUString PROPERTY_SCROLLVALUE_MAX = u"ScrollValueMax"_ustr;
164 inline constexpr OUString PROPERTY_SCROLL_WIDTH = u"ScrollWidth"_ustr;
165 inline constexpr OUString PROPERTY_SCROLL_HEIGHT = u"ScrollHeight"_ustr;
166 inline constexpr OUString PROPERTY_SCROLL_TOP = u"ScrollTop"_ustr;
167 inline constexpr OUString PROPERTY_SCROLL_LEFT = u"ScrollLeft"_ustr;
168 inline constexpr OUString PROPERTY_LINEINCREMENT = u"LineIncrement"_ustr;
169 inline constexpr OUString PROPERTY_BLOCKINCREMENT = u"BlockIncrement"_ustr;
170 inline constexpr OUString PROPERTY_VISIBLESIZE = u"VisibleSize"_ustr;
171 inline constexpr OUString PROPERTY_ORIENTATION = u"Orientation"_ustr;
172 inline constexpr OUString PROPERTY_IMAGEPOSITION = u"ImagePosition"_ustr;
173 inline constexpr OUString PROPERTY_ACTIVE_CONNECTION = u"ActiveConnection"_ustr;
174 inline constexpr OUString PROPERTY_ACTIVECOMMAND = u"ActiveCommand"_ustr;
175 inline constexpr OUString PROPERTY_DATE = u"Date"_ustr;
176 inline constexpr OUString PROPERTY_STATE = u"State"_ustr;
177 inline constexpr OUString PROPERTY_TIME = u"Time"_ustr;
178 inline constexpr OUString PROPERTY_SCALEIMAGE = u"ScaleImage"_ustr;
179 inline constexpr OUString PROPERTY_SCALE_MODE = u"ScaleMode"_ustr;
180 inline constexpr OUString PROPERTY_PUSHBUTTONTYPE = u"PushButtonType"_ustr;
181 inline constexpr OUString PROPERTY_EFFECTIVE_VALUE = u"EffectiveValue"_ustr;
182 inline constexpr OUString PROPERTY_SELECTEDITEMS = u"SelectedItems"_ustr;
183 inline constexpr OUString PROPERTY_REPEAT = u"Repeat"_ustr;
184 inline constexpr OUString PROPERTY_REPEAT_DELAY = u"RepeatDelay"_ustr;
185 inline constexpr OUString PROPERTY_SYMBOLCOLOR = u"SymbolColor"_ustr;
186 inline constexpr OUString PROPERTY_SPINVALUE = u"SpinValue"_ustr;
187 inline constexpr OUString PROPERTY_SPINVALUE_MIN = u"SpinValueMin"_ustr;
188 inline constexpr OUString PROPERTY_SPINVALUE_MAX = u"SpinValueMax"_ustr;
189 inline constexpr OUString PROPERTY_DEFAULT_SPINVALUE = u"DefaultSpinValue"_ustr;
190 inline constexpr OUString PROPERTY_SPININCREMENT = u"SpinIncrement"_ustr;
191 inline constexpr OUString PROPERTY_SHOW_POSITION = u"ShowPosition"_ustr;
192 inline constexpr OUString PROPERTY_SHOW_NAVIGATION = u"ShowNavigation"_ustr;
193 inline constexpr OUString PROPERTY_SHOW_RECORDACTIONS = u"ShowRecordActions"_ustr;
194 inline constexpr OUString PROPERTY_SHOW_FILTERSORT = u"ShowFilterSort"_ustr;
195 inline constexpr OUString PROPERTY_LINEEND_FORMAT = u"LineEndFormat"_ustr;
196 inline constexpr OUString PROPERTY_DECORATION = u"Decoration"_ustr;
197 inline constexpr OUString PROPERTY_NOLABEL = u"NoLabel"_ustr;
198 inline constexpr OUString PROPERTY_URL = u"URL"_ustr;
200 inline constexpr OUString PROPERTY_SELECTION_TYPE = u"SelectionType"_ustr;
201 inline constexpr OUString PROPERTY_STANDARD_THEME = u"StandardTheme"_ustr;
202 inline constexpr OUString PROPERTY_ROOT_DISPLAYED = u"RootDisplayed"_ustr;
203 inline constexpr OUString PROPERTY_SHOWS_HANDLES = u"ShowsHandles"_ustr;
204 inline constexpr OUString PROPERTY_SHOWS_ROOT_HANDLES = u"ShowsRootHandles"_ustr;
205 inline constexpr OUString PROPERTY_EDITABLE = u"Editable"_ustr;
206 inline constexpr OUString PROPERTY_INVOKES_STOP_NOT_EDITING = u"InvokesStopNodeEditing"_ustr;
208 inline constexpr OUString PROPERTY_TOGGLE = u"Toggle"_ustr;
209 inline constexpr OUString PROPERTY_FOCUSONCLICK = u"FocusOnClick"_ustr;
210 inline constexpr OUString PROPERTY_HIDEINACTIVESELECTION = u"HideInactiveSelection"_ustr;
211 inline constexpr OUString PROPERTY_VISUALEFFECT = u"VisualEffect"_ustr;
212 inline constexpr OUString PROPERTY_BORDERCOLOR = u"BorderColor"_ustr;
214 inline constexpr OUString PROPERTY_ADDRESS = u"Address"_ustr;
215 inline constexpr OUString PROPERTY_REFERENCE_SHEET = u"ReferenceSheet"_ustr;
216 inline constexpr OUString PROPERTY_UI_REPRESENTATION = u"UserInterfaceRepresentation"_ustr;
218 inline constexpr OUString PROPERTY_XML_DATA_MODEL = u"XMLDataModel"_ustr;
219 inline constexpr OUString PROPERTY_BINDING_NAME = u"BindingName"_ustr;
220 inline constexpr OUString PROPERTY_BIND_EXPRESSION = u"BindingExpression"_ustr;
221 inline constexpr OUString PROPERTY_LIST_BINDING = u"ListBinding"_ustr;
222 inline constexpr OUString PROPERTY_XSD_REQUIRED = u"RequiredExpression"_ustr;
223 inline constexpr OUString PROPERTY_XSD_RELEVANT = u"RelevantExpression"_ustr;
224 inline constexpr OUString PROPERTY_XSD_READONLY = u"ReadonlyExpression"_ustr;
225 inline constexpr OUString PROPERTY_XSD_CONSTRAINT = u"ConstraintExpression"_ustr;
226 inline constexpr OUString PROPERTY_XSD_CALCULATION = u"CalculateExpression"_ustr;
227 inline constexpr OUString PROPERTY_XSD_DATA_TYPE = u"Type"_ustr;
228 inline constexpr OUString PROPERTY_XSD_WHITESPACES = u"WhiteSpace"_ustr;
229 inline constexpr OUString PROPERTY_XSD_PATTERN = u"Pattern"_ustr;
230 inline constexpr OUString PROPERTY_XSD_LENGTH = u"Length"_ustr;
231 inline constexpr OUString PROPERTY_XSD_MIN_LENGTH = u"MinLength"_ustr;
232 inline constexpr OUString PROPERTY_XSD_MAX_LENGTH = u"MaxLength"_ustr;
233 inline constexpr OUString PROPERTY_XSD_TOTAL_DIGITS = u"TotalDigits"_ustr;
234 inline constexpr OUString PROPERTY_XSD_FRACTION_DIGITS = u"FractionDigits"_ustr;
235 inline constexpr OUString PROPERTY_XSD_MAX_INCLUSIVE_INT = u"MaxInclusiveInt"_ustr;
236 inline constexpr OUString PROPERTY_XSD_MAX_EXCLUSIVE_INT = u"MaxExclusiveInt"_ustr;
237 inline constexpr OUString PROPERTY_XSD_MIN_INCLUSIVE_INT = u"MinInclusiveInt"_ustr;
238 inline constexpr OUString PROPERTY_XSD_MIN_EXCLUSIVE_INT = u"MinExclusiveInt"_ustr;
239 inline constexpr OUString PROPERTY_XSD_MAX_INCLUSIVE_DOUBLE = u"MaxInclusiveDouble"_ustr;
240 inline constexpr OUString PROPERTY_XSD_MAX_EXCLUSIVE_DOUBLE = u"MaxExclusiveDouble"_ustr;
241 inline constexpr OUString PROPERTY_XSD_MIN_INCLUSIVE_DOUBLE = u"MinInclusiveDouble"_ustr;
242 inline constexpr OUString PROPERTY_XSD_MIN_EXCLUSIVE_DOUBLE = u"MinExclusiveDouble"_ustr;
243 inline constexpr OUString PROPERTY_XSD_MAX_INCLUSIVE_DATE = u"MaxInclusiveDate"_ustr;
244 inline constexpr OUString PROPERTY_XSD_MAX_EXCLUSIVE_DATE = u"MaxExclusiveDate"_ustr;
245 inline constexpr OUString PROPERTY_XSD_MIN_INCLUSIVE_DATE = u"MinInclusiveDate"_ustr;
246 inline constexpr OUString PROPERTY_XSD_MIN_EXCLUSIVE_DATE = u"MinExclusiveDate"_ustr;
247 inline constexpr OUString PROPERTY_XSD_MAX_INCLUSIVE_TIME = u"MaxInclusiveTime"_ustr;
248 inline constexpr OUString PROPERTY_XSD_MAX_EXCLUSIVE_TIME = u"MaxExclusiveTime"_ustr;
249 inline constexpr OUString PROPERTY_XSD_MIN_INCLUSIVE_TIME = u"MinInclusiveTime"_ustr;
250 inline constexpr OUString PROPERTY_XSD_MIN_EXCLUSIVE_TIME = u"MinExclusiveTime"_ustr;
251 inline constexpr OUString PROPERTY_XSD_MAX_INCLUSIVE_DATE_TIME = u"MaxInclusiveDateTime"_ustr;
252 inline constexpr OUString PROPERTY_XSD_MAX_EXCLUSIVE_DATE_TIME = u"MaxExclusiveDateTime"_ustr;
253 inline constexpr OUString PROPERTY_XSD_MIN_INCLUSIVE_DATE_TIME = u"MinInclusiveDateTime"_ustr;
254 inline constexpr OUString PROPERTY_XSD_MIN_EXCLUSIVE_DATE_TIME = u"MinExclusiveDateTime"_ustr;
255 inline constexpr OUString PROPERTY_SUBMISSION_ID = u"SubmissionID"_ustr;
256 inline constexpr OUString PROPERTY_BINDING_ID = u"BindingID"_ustr;
257 inline constexpr OUString PROPERTY_WRITING_MODE = u"WritingMode"_ustr;
258 inline constexpr OUString PROPERTY_TEXT_ANCHOR_TYPE = u"TextAnchorType"_ustr;
259 inline constexpr OUString PROPERTY_SHEET_ANCHOR_TYPE = u"SheetAnchorType"_ustr;
260 inline constexpr OUString PROPERTY_ANCHOR_TYPE = u"AnchorType"_ustr;
261 inline constexpr OUString PROPERTY_ANCHOR = u"Anchor"_ustr;
262 inline constexpr OUString PROPERTY_IS_VISIBLE = u"IsVisible"_ustr;
264 inline constexpr OUString PROPERTY_MODEL = u"Model"_ustr;
266 inline constexpr OUString PROPERTY_CELL_EXCHANGE_TYPE = u"ExchangeSelectionIndex"_ustr;
267 inline constexpr OUString PROPERTY_BOUND_CELL = u"BoundCell"_ustr;
268 inline constexpr OUString PROPERTY_LIST_CELL_RANGE = u"CellRange"_ustr;
269 inline constexpr OUString PROPERTY_TEXTTYPE = u"TextType"_ustr;
270 inline constexpr OUString PROPERTY_RICHTEXT = u"RichText"_ustr;
271 inline constexpr OUString PROPERTY_ROWSET = u"RowSet"_ustr;
272 inline constexpr OUString PROPERTY_SELECTIONMODEL = u"SelectionModel"_ustr;
273 inline constexpr OUString PROPERTY_USEGRIDLINE = u"UseGridLines"_ustr;
274 inline constexpr OUString PROPERTY_GRIDLINECOLOR = u"GridLineColor"_ustr;
275 inline constexpr OUString PROPERTY_SHOWCOLUMNHEADER = u"ShowColumnHeader"_ustr;
276 inline constexpr OUString PROPERTY_SHOWROWHEADER = u"ShowRowHeader"_ustr;
277 inline constexpr OUString PROPERTY_HEADERBACKGROUNDCOLOR = u"HeaderBackgroundColor"_ustr;
278 inline constexpr OUString PROPERTY_HEADERTEXTCOLOR = u"HeaderTextColor"_ustr;
279 inline constexpr OUString PROPERTY_ACTIVESELECTIONBACKGROUNDCOLOR = u"ActiveSelectionBackgroundColor"_ustr;
280 inline constexpr OUString PROPERTY_ACTIVESELECTIONTEXTCOLOR = u"ActiveSelectionTextColor"_ustr;
281 inline constexpr OUString PROPERTY_INACTIVESELECTIONBACKGROUNDCOLOR = u"InactiveSelectionBackgroundColor"_ustr;
282 inline constexpr OUString PROPERTY_INACTIVESELECTIONTEXTCOLOR = u"InactiveSelectionTextColor"_ustr;
284 // services
285 inline constexpr OUString SERVICE_COMPONENT_GROUPBOX = u"com.sun.star.form.component.GroupBox"_ustr;
286 inline constexpr OUString SERVICE_COMPONENT_FIXEDTEXT = u"com.sun.star.form.component.FixedText"_ustr;
287 inline constexpr OUString SERVICE_COMPONENT_FORMATTEDFIELD = u"com.sun.star.form.component.FormattedField"_ustr;
289 inline constexpr OUString SERVICE_TEXT_DOCUMENT = u"com.sun.star.text.TextDocument"_ustr;
290 inline constexpr OUString SERVICE_WEB_DOCUMENT = u"com.sun.star.text.WebDocument"_ustr;
291 inline constexpr OUString SERVICE_SPREADSHEET_DOCUMENT = u"com.sun.star.sheet.SpreadsheetDocument"_ustr;
292 inline constexpr OUString SERVICE_DRAWING_DOCUMENT = u"com.sun.star.drawing.DrawingDocument"_ustr;
293 inline constexpr OUString SERVICE_PRESENTATION_DOCUMENT = u"com.sun.star.presentation.PresentationDocument"_ustr;
295 inline constexpr OUString SERVICE_SHEET_CELL_BINDING = u"com.sun.star.table.CellValueBinding"_ustr;
296 inline constexpr OUString SERVICE_SHEET_CELL_INT_BINDING = u"com.sun.star.table.ListPositionCellBinding"_ustr;
297 inline constexpr OUString SERVICE_SHEET_CELLRANGE_LISTSOURCE = u"com.sun.star.table.CellRangeListSource"_ustr;
298 inline constexpr OUString SERVICE_ADDRESS_CONVERSION = u"com.sun.star.table.CellAddressConversion"_ustr;
299 inline constexpr OUString SERVICE_RANGEADDRESS_CONVERSION = u"com.sun.star.table.CellRangeAddressConversion"_ustr;
303 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */