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