sw/qa: warning C6011: Dereferencing NULL pointer
[LibreOffice.git] / dbaccess / inc / strings.hxx
blob9783f9e4103073cb5b0ac11bd41db489d31f97f5
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
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/.
8 */
9 #pragma once
11 #include <rtl/ustring.hxx>
13 // property names
15 inline constexpr OUString PROPERTY_URL(u"URL"_ustr);
16 inline constexpr OUString PROPERTY_INFO(u"Info"_ustr);
17 inline constexpr OUString PROPERTY_SETTINGS(u"Settings"_ustr);
18 inline constexpr OUString PROPERTY_ISPASSWORDREQUIRED(u"IsPasswordRequired"_ustr);
19 inline constexpr OUString PROPERTY_TABLEFILTER(u"TableFilter"_ustr);
20 inline constexpr OUString PROPERTY_TABLETYPEFILTER(u"TableTypeFilter"_ustr);
21 inline constexpr OUString PROPERTY_NAME(u"Name"_ustr);
22 inline constexpr OUString PROPERTY_SCHEMANAME(u"SchemaName"_ustr);
23 inline constexpr OUString PROPERTY_CATALOGNAME(u"CatalogName"_ustr);
24 inline constexpr OUString PROPERTY_PRIVILEGES(u"Privileges"_ustr);
25 inline constexpr OUString PROPERTY_ESCAPE_PROCESSING(u"EscapeProcessing"_ustr);
26 inline constexpr OUString PROPERTY_COMMAND(u"Command"_ustr);
27 inline constexpr OUString PROPERTY_TYPE(u"Type"_ustr);
28 inline constexpr OUString PROPERTY_TYPENAME(u"TypeName"_ustr);
29 inline constexpr OUString PROPERTY_PRECISION(u"Precision"_ustr);
30 inline constexpr OUString PROPERTY_SCALE(u"Scale"_ustr);
31 inline constexpr OUString PROPERTY_ISNULLABLE(u"IsNullable"_ustr);
32 inline constexpr OUString PROPERTY_ISAUTOINCREMENT(u"IsAutoIncrement"_ustr);
33 inline constexpr OUString PROPERTY_ISROWVERSION(u"IsRowVersion"_ustr);
34 inline constexpr OUString PROPERTY_DESCRIPTION(u"Description"_ustr);
35 inline constexpr OUString PROPERTY_DEFAULTVALUE(u"DefaultValue"_ustr);
36 inline constexpr OUString PROPERTY_NUMBERFORMAT(u"FormatKey"_ustr);
37 inline constexpr OUString PROPERTY_QUERYTIMEOUT(u"QueryTimeOut"_ustr);
38 inline constexpr OUString PROPERTY_MAXFIELDSIZE(u"MaxFieldSize"_ustr);
39 inline constexpr OUString PROPERTY_MAXROWS(u"MaxRows"_ustr);
40 inline constexpr OUString PROPERTY_CURSORNAME(u"CursorName"_ustr);
41 inline constexpr OUString PROPERTY_RESULTSETCONCURRENCY(u"ResultSetConcurrency"_ustr);
42 inline constexpr OUString PROPERTY_RESULTSETTYPE(u"ResultSetType"_ustr);
43 inline constexpr OUString PROPERTY_FETCHDIRECTION(u"FetchDirection"_ustr);
44 inline constexpr OUString PROPERTY_FETCHSIZE(u"FetchSize"_ustr);
45 inline constexpr OUString PROPERTY_USEBOOKMARKS(u"UseBookmarks"_ustr);
46 inline constexpr OUString PROPERTY_ISSEARCHABLE(u"IsSearchable"_ustr);
47 inline constexpr OUString PROPERTY_ISCURRENCY(u"IsCurrency"_ustr);
48 inline constexpr OUString PROPERTY_ISSIGNED(u"IsSigned"_ustr);
49 inline constexpr OUString PROPERTY_DISPLAYSIZE(u"DisplaySize"_ustr);
50 inline constexpr OUString PROPERTY_LABEL(u"Label"_ustr);
51 inline constexpr OUString PROPERTY_ISREADONLY(u"IsReadOnly"_ustr);
52 inline constexpr OUString PROPERTY_ISWRITABLE(u"IsWritable"_ustr);
53 inline constexpr OUString PROPERTY_ISDEFINITELYWRITABLE(u"IsDefinitelyWritable"_ustr);
54 inline constexpr OUString PROPERTY_VALUE(u"Value"_ustr);
55 inline constexpr OUString PROPERTY_TABLENAME(u"TableName"_ustr);
56 inline constexpr OUString PROPERTY_ISCASESENSITIVE(u"IsCaseSensitive"_ustr);
57 inline constexpr OUString PROPERTY_SERVICENAME(u"ServiceName"_ustr);
58 inline constexpr OUString PROPERTY_ISBOOKMARKABLE(u"IsBookmarkable"_ustr);
59 inline constexpr OUString PROPERTY_CANUPDATEINSERTEDROWS(u"CanUpdateInsertedRows"_ustr);
60 inline constexpr OUString PROPERTY_NUMBERFORMATSSUPPLIER(u"NumberFormatsSupplier"_ustr);
61 inline constexpr OUString PROPERTY_DATASOURCENAME(u"DataSourceName"_ustr);
62 inline constexpr OUString PROPERTY_DATABASE_LOCATION(u"DatabaseLocation"_ustr);
63 inline constexpr OUString PROPERTY_CONNECTION_RESOURCE(u"ConnectionResource"_ustr);
64 inline constexpr OUString PROPERTY_CONNECTION_INFO(u"ConnectionInfo"_ustr);
65 inline constexpr OUString PROPERTY_RESULT_SET(u"ResultSet"_ustr);
66 inline constexpr OUString PROPERTY_SELECTION(u"Selection"_ustr);
67 inline constexpr OUString PROPERTY_BOOKMARK_SELECTION(u"BookmarkSelection"_ustr);
68 inline constexpr OUString PROPERTY_COLUMN_NAME(u"ColumnName"_ustr);
69 inline constexpr OUString PROPERTY_COLUMN(u"Column"_ustr);
70 inline constexpr OUString PROPERTY_DATASOURCE(u"DataSource"_ustr);
71 inline constexpr OUString PROPERTY_TRANSACTIONISOLATION(u"TransactionIsolation"_ustr);
72 inline constexpr OUString PROPERTY_TYPEMAP(u"TypeMap"_ustr);
73 inline constexpr OUString PROPERTY_USER(u"User"_ustr);
74 inline constexpr OUString PROPERTY_PASSWORD(u"Password"_ustr);
75 inline constexpr OUString PROPERTY_COMMAND_TYPE(u"CommandType"_ustr);
76 inline constexpr OUString PROPERTY_ACTIVECOMMAND(u"ActiveCommand"_ustr);
77 inline constexpr OUString PROPERTY_ACTIVE_CONNECTION(u"ActiveConnection"_ustr);
78 inline constexpr OUString PROPERTY_FILTER(u"Filter"_ustr);
79 inline constexpr OUString PROPERTY_APPLYFILTER(u"ApplyFilter"_ustr);
80 inline constexpr OUString PROPERTY_ORDER(u"Order"_ustr);
81 inline constexpr OUString PROPERTY_APPLYORDER(u"ApplyOrder"_ustr);
82 inline constexpr OUString PROPERTY_ISMODIFIED(u"IsModified"_ustr);
83 inline constexpr OUString PROPERTY_ISNEW(u"IsNew"_ustr);
84 inline constexpr OUString PROPERTY_ROWCOUNT(u"RowCount"_ustr);
85 inline constexpr OUString PROPERTY_ISROWCOUNTFINAL(u"IsRowCountFinal"_ustr);
86 inline constexpr OUString PROPERTY_WIDTH(u"Width"_ustr);
87 inline constexpr OUString PROPERTY_ROW_HEIGHT(u"RowHeight"_ustr);
88 inline constexpr OUString PROPERTY_AUTOGROW(u"AutoGrow"_ustr);
89 inline constexpr OUString PROPERTY_FORMATKEY(u"FormatKey"_ustr);
90 inline constexpr OUString PROPERTY_ALIGN(u"Align"_ustr);
91 inline constexpr OUString PROPERTY_FONT(u"FontDescriptor"_ustr);
92 inline constexpr OUString PROPERTY_TEXTCOLOR(u"TextColor"_ustr);
93 inline constexpr OUString PROPERTY_BOUNDFIELD(u"BoundField"_ustr);
94 inline constexpr OUString PROPERTY_CONTROLSOURCE(u"DataField"_ustr);
95 inline constexpr OUString PROPERTY_REALNAME(u"RealName"_ustr);
96 inline constexpr OUString PROPERTY_UPDATE_TABLENAME(u"UpdateTableName"_ustr);
97 inline constexpr OUString PROPERTY_UPDATE_SCHEMANAME(u"UpdateSchemaName"_ustr);
98 inline constexpr OUString PROPERTY_UPDATE_CATALOGNAME(u"UpdateCatalogName"_ustr);
99 inline constexpr OUString PROPERTY_RELATIVEPOSITION(u"RelativePosition"_ustr);
100 inline constexpr OUString PROPERTY_CONTROLMODEL(u"ControlModel"_ustr);
101 inline constexpr OUString PROPERTY_RELATEDCOLUMN(u"RelatedColumn"_ustr);
102 inline constexpr OUString PROPERTY_ISUNIQUE(u"IsUnique"_ustr);
103 inline constexpr OUString PROPERTY_ISPRIMARYKEYINDEX(u"IsPrimaryKeyIndex"_ustr);
104 inline constexpr OUString PROPERTY_IGNORERESULT(u"IgnoreResult"_ustr);
105 inline constexpr OUString PROPERTY_UPDATERULE(u"UpdateRule"_ustr);
106 inline constexpr OUString PROPERTY_DELETERULE(u"DeleteRule"_ustr);
107 inline constexpr OUString PROPERTY_REFERENCEDTABLE(u"ReferencedTable"_ustr);
108 inline constexpr OUString PROPERTY_SQLEXCEPTION(u"SQLException"_ustr);
109 inline constexpr OUString PROPERTY_BORDER(u"Border"_ustr);
110 inline constexpr OUString PROPERTY_HELPTEXT(u"HelpText"_ustr);
111 inline constexpr OUString PROPERTY_CONTROLDEFAULT(u"ControlDefault"_ustr);
112 inline constexpr OUString PROPERTY_HIDDEN(u"Hidden"_ustr);
113 inline constexpr OUString PROPERTY_DEFAULTSTATE(u"DefaultState"_ustr);
114 inline constexpr OUString PROPERTY_SUPPRESSVERSIONCL(u"SuppressVersionColumns"_ustr);
115 inline constexpr OUString PROPERTY_SHOW_BROWSER(u"ShowBrowser"_ustr);
116 inline constexpr OUString PROPERTY_ENABLE_BROWSER(u"EnableBrowser"_ustr);
117 inline constexpr OUString PROPERTY_SHOWMENU(u"ShowMenu"_ustr);
118 inline constexpr OUString PROPERTY_LAYOUTINFORMATION(u"LayoutInformation"_ustr);
119 inline constexpr OUString PROPERTY_CURRENTTABLE(u"CurrentTable"_ustr);
120 inline constexpr OUString PROPERTY_TEXTLINECOLOR(u"TextLineColor"_ustr);
121 inline constexpr OUString PROPERTY_TEXTEMPHASIS(u"FontEmphasisMark"_ustr);
122 inline constexpr OUString PROPERTY_TEXTRELIEF(u"FontRelief"_ustr);
123 inline constexpr OUString PROPERTY_DEFAULTTEXT(u"DefaultText"_ustr);
124 inline constexpr OUString PROPERTY_EFFECTIVEDEFAULT(u"EffectiveDefault"_ustr);
125 inline constexpr OUString PROPERTY_AUTOINCREMENTCREATION(u"AutoIncrementCreation"_ustr);
126 inline constexpr OUString PROPERTY_BOOLEANCOMPARISONMODE(u"BooleanComparisonMode"_ustr);
127 inline constexpr OUString PROPERTY_ENABLESQL92CHECK(u"EnableSQL92Check"_ustr);
128 inline constexpr OUString PROPERTY_FONTCHARWIDTH(u"FontCharWidth"_ustr);
129 inline constexpr OUString PROPERTY_FONTCHARSET(u"FontCharset"_ustr);
130 inline constexpr OUString PROPERTY_FONTFAMILY(u"FontFamily"_ustr);
131 inline constexpr OUString PROPERTY_FONTHEIGHT(u"FontHeight"_ustr);
132 inline constexpr OUString PROPERTY_FONTKERNING(u"FontKerning"_ustr);
133 inline constexpr OUString PROPERTY_FONTNAME(u"FontName"_ustr);
134 inline constexpr OUString PROPERTY_FONTORIENTATION(u"FontOrientation"_ustr);
135 inline constexpr OUString PROPERTY_FONTPITCH(u"FontPitch"_ustr);
136 inline constexpr OUString PROPERTY_FONTSLANT(u"FontSlant"_ustr);
137 inline constexpr OUString PROPERTY_FONTSTRIKEOUT(u"FontStrikeout"_ustr);
138 inline constexpr OUString PROPERTY_FONTSTYLENAME(u"FontStyleName"_ustr);
139 inline constexpr OUString PROPERTY_FONTUNDERLINE(u"FontUnderline"_ustr);
140 inline constexpr OUString PROPERTY_FONTWEIGHT(u"FontWeight"_ustr);
141 inline constexpr OUString PROPERTY_FONTWIDTH(u"FontWidth"_ustr);
142 inline constexpr OUString PROPERTY_FONTWORDLINEMODE(u"FontWordLineMode"_ustr);
143 inline constexpr OUString PROPERTY_FONTTYPE(u"FontType"_ustr);
144 inline constexpr OUString PROPERTY_PERSISTENT_NAME(u"PersistentName"_ustr);
145 inline constexpr OUString PROPERTY_EMBEDDEDOBJECT(u"EmbeddedObject"_ustr);
146 inline constexpr OUString PROPERTY_ORIGINAL(u"Original"_ustr);
147 inline constexpr OUString PROPERTY_USECATALOGINSELECT(u"UseCatalogInSelect"_ustr);
148 inline constexpr OUString PROPERTY_USESCHEMAINSELECT(u"UseSchemaInSelect"_ustr);
149 inline constexpr OUString PROPERTY_OUTERJOINESCAPE(u"EnableOuterJoinEscape"_ustr);
150 inline constexpr OUString PROPERTY_AS_TEMPLATE(u"AsTemplate"_ustr);
151 inline constexpr OUString PROPERTY_HAVING_CLAUSE(u"HavingClause"_ustr);
152 inline constexpr OUString PROPERTY_GROUP_BY(u"GroupBy"_ustr);
153 inline constexpr OUString PROPERTY_EDIT_WIDTH(u"EditWidth"_ustr);
154 inline constexpr OUString PROPERTY_SINGLESELECTQUERYCOMPOSER(u"SingleSelectQueryComposer"_ustr);
155 inline constexpr OUString
156 PROPERTY_CHANGE_NOTIFICATION_ENABLED(u"PropertyChangeNotificationEnabled"_ustr);
157 inline constexpr OUString PROPERTY_CHAR_STRIKEOUT(u"CharStrikeout"_ustr);
158 inline constexpr OUString PROPERTY_CHAR_UNDERLINE(u"CharUnderline"_ustr);
159 inline constexpr OUString PROPERTY_CHAR_UNDERLINE_COLOR(u"CharUnderlineColor"_ustr);
160 inline constexpr OUString PROPERTY_CHAR_UNDERLINE_HAS_COLOR(u"CharUnderlineHasColor"_ustr);
162 // service names
164 inline constexpr OUString SERVICE_SDBC_RESULTSET = u"com.sun.star.sdbc.ResultSet"_ustr;
165 inline constexpr OUString SERVICE_SDBC_ROWSET = u"com.sun.star.sdbc.RowSet"_ustr;
166 inline constexpr OUString SERVICE_SDBC_STATEMENT = u"com.sun.star.sdbc.Statement"_ustr;
167 inline constexpr OUString SERVICE_SDBC_PREPAREDSTATEMENT
168 = u"com.sun.star.sdbc.PreparedStatement"_ustr;
169 inline constexpr OUString SERVICE_SDBC_CALLABLESTATEMENT
170 = u"com.sun.star.sdbc.CallableStatement"_ustr;
171 inline constexpr OUString SERVICE_SDBCX_CONTAINER = u"com.sun.star.sdbcx.Container"_ustr;
172 inline constexpr OUString SERVICE_SDBCX_TABLE = u"com.sun.star.sdbcx.Table"_ustr;
173 inline constexpr OUString SERVICE_SDBCX_RESULTSET = u"com.sun.star.sdbcx.ResultSet"_ustr;
174 inline constexpr OUString SERVICE_SDB_CONNECTION = u"com.sun.star.sdb.Connection"_ustr;
175 inline constexpr OUString SERVICE_SDBCX_COLUMN = u"com.sun.star.sdbcx.Column"_ustr;
176 inline constexpr OUString SERVICE_SDBCX_COLUMNDESCRIPTOR
177 = u"com.sun.star.sdbcx.ColumnDescriptor"_ustr;
178 inline constexpr OUString SERVICE_SDB_COLUMNSETTINGS = u"com.sun.star.sdb.ColumnSettings"_ustr;
179 inline constexpr OUString SERVICE_SDB_RESULTCOLUMN = u"com.sun.star.sdb.ResultColumn"_ustr;
180 inline constexpr OUString SERVICE_SDB_DATACOLUMN = u"com.sun.star.sdb.DataColumn"_ustr;
181 inline constexpr OUString SERVICE_SDB_DATASOURCE = u"com.sun.star.sdb.DataSource"_ustr;
182 inline constexpr OUString SERVICE_SDB_RESULTSET = u"com.sun.star.sdb.ResultSet"_ustr;
183 inline constexpr OUString SERVICE_SDB_ROWSET = u"com.sun.star.sdb.RowSet"_ustr;
184 inline constexpr OUString SERVICE_SDB_PREPAREDSTATEMENT
185 = u"com.sun.star.sdb.PreparedStatement"_ustr;
186 inline constexpr OUString SERVICE_SDB_CALLABLESTATEMENT
187 = u"com.sun.star.sdb.CallableStatement"_ustr;
188 inline constexpr OUString SERVICE_SDB_SQLQUERYCOMPOSER = u"com.sun.star.sdb.SQLQueryComposer"_ustr;
189 inline constexpr OUString SERVICE_SDB_DATASETTINGS = u"com.sun.star.sdb.DefinitionSettings"_ustr;
190 inline constexpr OUString SERVICE_SDB_QUERYDESCRIPTOR = u"com.sun.star.sdb.QueryDescriptor"_ustr;
191 inline constexpr OUString SERVICE_SDB_QUERY = u"com.sun.star.sdb.Query"_ustr;
192 inline constexpr OUString SERVICE_SDBCX_TABLES = u"com.sun.star.sdbcx.Tables"_ustr;
193 inline constexpr OUString SERVICE_SDB_QUERIES = u"com.sun.star.sdb.Queries"_ustr;
194 inline constexpr OUString SERVICE_SDB_DOCUMENTDEFINITION
195 = u"com.sun.star.sdb.DocumentDefinition"_ustr;
196 inline constexpr OUString SERVICE_NAME_FORM_COLLECTION = u"com.sun.star.sdb.Forms"_ustr;
197 inline constexpr OUString SERVICE_NAME_REPORT_COLLECTION = u"com.sun.star.sdb.Reports"_ustr;
198 inline constexpr OUString SERVICE_NAME_QUERY_COLLECTION = u"com.sun.star.sdb.Queries"_ustr;
199 inline constexpr OUString SERVICE_NAME_SINGLESELECTQUERYCOMPOSER
200 = u"com.sun.star.sdb.SingleSelectQueryComposer"_ustr;
201 inline constexpr OUString SERVICE_SDB_APPLICATIONCONTROLLER
202 = u"org.openoffice.comp.dbu.OApplicationController"_ustr;
204 // info properties
205 inline constexpr OUString INFO_JDBCDRIVERCLASS = u"JavaDriverClass"_ustr;
206 inline constexpr OUString INFO_TEXTFILEEXTENSION = u"Extension"_ustr;
207 inline constexpr OUString INFO_CHARSET = u"CharSet"_ustr;
208 inline constexpr OUString INFO_TEXTFILEHEADER = u"HeaderLine"_ustr;
209 inline constexpr OUString INFO_FIELDDELIMITER = u"FieldDelimiter"_ustr;
210 inline constexpr OUString INFO_TEXTDELIMITER = u"StringDelimiter"_ustr;
211 inline constexpr OUString INFO_DECIMALDELIMITER = u"DecimalDelimiter"_ustr;
212 inline constexpr OUString INFO_THOUSANDSDELIMITER = u"ThousandDelimiter"_ustr;
213 inline constexpr OUString INFO_SHOWDELETEDROWS = u"ShowDeleted"_ustr;
214 inline constexpr OUString INFO_ALLOWLONGTABLENAMES = u"NoNameLengthLimit"_ustr;
215 inline constexpr OUString INFO_ADDITIONALOPTIONS = u"SystemDriverSettings"_ustr;
216 inline constexpr OUString INFO_AUTORETRIEVEVALUE = u"AutoRetrievingStatement"_ustr;
217 inline constexpr OUString INFO_AUTORETRIEVEENABLED = u"IsAutoRetrievingEnabled"_ustr;
218 inline constexpr OUString INFO_APPEND_TABLE_ALIAS = u"AppendTableAliasName"_ustr;
219 inline constexpr OUString INFO_AS_BEFORE_CORRELATION_NAME = u"GenerateASBeforeCorrelationName"_ustr;
220 inline constexpr OUString INFO_FORMS_CHECK_REQUIRED_FIELDS = u"FormsCheckRequiredFields"_ustr;
221 inline constexpr OUString INFO_PARAMETERNAMESUBST = u"ParameterNameSubstitution"_ustr;
222 inline constexpr OUString INFO_IGNOREDRIVER_PRIV = u"IgnoreDriverPrivileges"_ustr;
223 inline constexpr OUString INFO_USECATALOG = u"UseCatalog"_ustr;
224 inline constexpr OUString INFO_CONN_LDAP_BASEDN = u"BaseDN"_ustr;
225 inline constexpr OUString INFO_CONN_LDAP_ROWCOUNT = u"MaxRowCount"_ustr;
226 inline constexpr OUString INFO_PREVIEW = u"Preview"_ustr;
227 inline constexpr OUString INFO_MEDIATYPE = u"MediaType"_ustr;
228 inline constexpr OUString INFO_ESCAPE_DATETIME = u"EscapeDateTime"_ustr;
230 // other
231 inline constexpr OUString INFO_POOLURL = u"PoolURL"_ustr;
233 // URLs
235 inline constexpr OUString URL_COMPONENT_QUERYDESIGN = u".component:DB/QueryDesign"_ustr;
236 inline constexpr OUString URL_COMPONENT_VIEWDESIGN = u".component:DB/ViewDesign"_ustr;
237 inline constexpr OUString URL_COMPONENT_TABLEDESIGN = u".component:DB/TableDesign"_ustr;
238 inline constexpr OUString URL_COMPONENT_FORMGRIDVIEW = u".component:DB/FormGridView"_ustr;
239 inline constexpr OUString URL_COMPONENT_DATASOURCEBROWSER = u".component:DB/DataSourceBrowser"_ustr;
240 inline constexpr OUString URL_COMPONENT_RELATIONDESIGN = u".component:DB/RelationDesign"_ustr;
241 inline constexpr OUString URL_COMPONENT_REPORTDESIGN(u".component:DB/ReportDesign"_ustr);
243 // service names
245 inline constexpr OUString SERVICE_SDB_DIRECTSQLDIALOG
246 = u"org.openoffice.comp.dbu.DirectSqlDialog"_ustr;
248 // other DBU relevant strings
250 inline constexpr OUString PROPERTY_QUERYDESIGNVIEW(u"QueryDesignView"_ustr);
251 inline constexpr OUString PROPERTY_GRAPHICAL_DESIGN(u"GraphicalDesign"_ustr);
252 inline constexpr OUString PROPERTY_HELP_URL(u"HelpURL"_ustr);
253 inline constexpr OUString FRAME_NAME_QUERY_PREVIEW = u"QueryPreview"_ustr;
254 inline constexpr OUString SERVICE_CONTROLDEFAULT = u"com.sun.star.comp.dbu.OColumnControl"_ustr;
256 // other DBU properties
258 inline constexpr OUString PROPERTY_ENABLEOUTERJOIN(u"EnableOuterJoinEscape"_ustr);
259 inline constexpr OUString PROPERTY_TABSTOP(u"TabStop"_ustr);
260 inline constexpr OUString PROPERTY_DEFAULTCONTROL(u"DefaultControl"_ustr);
261 inline constexpr OUString PROPERTY_ENABLED(u"Enabled"_ustr);
262 inline constexpr OUString PROPERTY_MOUSE_WHEEL_BEHAVIOR(u"MouseWheelBehavior"_ustr);
264 inline constexpr OUString SQLSTATE_GENERAL = u"01000"_ustr;
266 inline constexpr OUString PROPERTY_IS_FORM(u"IsForm"_ustr);
267 inline constexpr OUString PROPERTY_PERSISTENT_PATH(u"PersistentPath"_ustr);
269 inline constexpr OUString STR_AUTOTEXTSEPARATORLIST = u"\"\t34\t'\t39"_ustr;
271 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */