Line data Source code
1 : #ifndef INCLUDED_OFFICECFG_OFFICE_DATAACCESS_HXX
2 : #define INCLUDED_OFFICECFG_OFFICE_DATAACCESS_HXX
3 :
4 : #include "sal/config.h"
5 :
6 : #include "boost/optional.hpp"
7 : #include "com/sun/star/uno/Sequence.hxx"
8 : #include "rtl/ustring.h"
9 : #include "rtl/ustring.hxx"
10 : #include "sal/types.h"
11 : #include "comphelper/configuration.hxx"
12 :
13 : namespace officecfg { namespace Office { namespace DataAccess {
14 :
15 : struct Policies: public comphelper::ConfigurationGroup< Policies> {
16 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Policies")); }
17 :
18 : struct Features: public comphelper::ConfigurationGroup< Features> {
19 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Policies/Features")); }
20 :
21 : struct Base: public comphelper::ConfigurationGroup< Base> {
22 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Policies/Features/Base")); }
23 :
24 : struct CreateLocalDatabase: public comphelper::ConfigurationProperty<CreateLocalDatabase, bool> {
25 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Policies/Features/Base/CreateLocalDatabase")); }
26 : private:
27 : CreateLocalDatabase(); // not defined
28 : ~CreateLocalDatabase(); // not defined
29 : };
30 :
31 : private:
32 : Base(); // not defined
33 : ~Base(); // not defined
34 : };
35 :
36 : struct Writer: public comphelper::ConfigurationGroup< Writer> {
37 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Policies/Features/Writer")); }
38 :
39 : struct DatabaseFields: public comphelper::ConfigurationProperty<DatabaseFields, bool> {
40 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Policies/Features/Writer/DatabaseFields")); }
41 : private:
42 : DatabaseFields(); // not defined
43 : ~DatabaseFields(); // not defined
44 : };
45 :
46 : private:
47 : Writer(); // not defined
48 : ~Writer(); // not defined
49 : };
50 :
51 : struct Common: public comphelper::ConfigurationGroup< Common> {
52 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Policies/Features/Common")); }
53 :
54 : struct EditDatabaseFromDataSourceView: public comphelper::ConfigurationProperty<EditDatabaseFromDataSourceView, bool> {
55 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Policies/Features/Common/EditDatabaseFromDataSourceView")); }
56 : private:
57 : EditDatabaseFromDataSourceView(); // not defined
58 : ~EditDatabaseFromDataSourceView(); // not defined
59 : };
60 :
61 : private:
62 : Common(); // not defined
63 : ~Common(); // not defined
64 : };
65 :
66 : private:
67 : Features(); // not defined
68 : ~Features(); // not defined
69 : };
70 :
71 : private:
72 : Policies(); // not defined
73 : ~Policies(); // not defined
74 : };
75 :
76 : struct ReportEngines: public comphelper::ConfigurationGroup< ReportEngines> {
77 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/ReportEngines")); }
78 :
79 : struct DefaultReportEngine: public comphelper::ConfigurationProperty<DefaultReportEngine, boost::optional<rtl::OUString> > {
80 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/ReportEngines/DefaultReportEngine")); }
81 : private:
82 : DefaultReportEngine(); // not defined
83 : ~DefaultReportEngine(); // not defined
84 : };
85 :
86 : struct ReportEngineNames: public comphelper::ConfigurationSet< ReportEngineNames> {
87 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/ReportEngines/ReportEngineNames")); }
88 : private:
89 : ReportEngineNames(); // not defined
90 : ~ReportEngineNames(); // not defined
91 : };
92 :
93 : private:
94 : ReportEngines(); // not defined
95 : ~ReportEngines(); // not defined
96 : };
97 :
98 : struct EmbeddedDatabases: public comphelper::ConfigurationGroup< EmbeddedDatabases> {
99 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/EmbeddedDatabases")); }
100 :
101 : struct DefaultEmbeddedDatabase: public comphelper::ConfigurationProperty<DefaultEmbeddedDatabase, boost::optional<rtl::OUString> > {
102 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/EmbeddedDatabases/DefaultEmbeddedDatabase")); }
103 : private:
104 : DefaultEmbeddedDatabase(); // not defined
105 : ~DefaultEmbeddedDatabase(); // not defined
106 : };
107 :
108 : struct EmbeddedDatabaseNames: public comphelper::ConfigurationSet< EmbeddedDatabaseNames> {
109 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/EmbeddedDatabases/EmbeddedDatabaseNames")); }
110 : private:
111 : EmbeddedDatabaseNames(); // not defined
112 : ~EmbeddedDatabaseNames(); // not defined
113 : };
114 :
115 : private:
116 : EmbeddedDatabases(); // not defined
117 : ~EmbeddedDatabases(); // not defined
118 : };
119 :
120 : struct DriverManager: public comphelper::ConfigurationGroup< DriverManager> {
121 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverManager")); }
122 :
123 : struct DriverPrecedence: public comphelper::ConfigurationProperty<DriverPrecedence, com::sun::star::uno::Sequence<rtl::OUString> > {
124 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverManager/DriverPrecedence")); }
125 : private:
126 : DriverPrecedence(); // not defined
127 : ~DriverPrecedence(); // not defined
128 : };
129 :
130 : private:
131 : DriverManager(); // not defined
132 : ~DriverManager(); // not defined
133 : };
134 :
135 : struct ConnectionPool: public comphelper::ConfigurationGroup< ConnectionPool> {
136 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/ConnectionPool")); }
137 :
138 : struct EnablePooling: public comphelper::ConfigurationProperty<EnablePooling, bool> {
139 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/ConnectionPool/EnablePooling")); }
140 : private:
141 : EnablePooling(); // not defined
142 : ~EnablePooling(); // not defined
143 : };
144 :
145 : struct DriverSettings: public comphelper::ConfigurationSet< DriverSettings> {
146 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/ConnectionPool/DriverSettings")); }
147 : private:
148 : DriverSettings(); // not defined
149 : ~DriverSettings(); // not defined
150 : };
151 :
152 : private:
153 : ConnectionPool(); // not defined
154 : ~ConnectionPool(); // not defined
155 : };
156 :
157 : struct JDBC: public comphelper::ConfigurationGroup< JDBC> {
158 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/JDBC")); }
159 :
160 : struct DriverClassPaths: public comphelper::ConfigurationSet< DriverClassPaths> {
161 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/JDBC/DriverClassPaths")); }
162 : private:
163 : DriverClassPaths(); // not defined
164 : ~DriverClassPaths(); // not defined
165 : };
166 :
167 : private:
168 : JDBC(); // not defined
169 : ~JDBC(); // not defined
170 : };
171 :
172 : struct RegisteredNames: public comphelper::ConfigurationSet< RegisteredNames> {
173 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/RegisteredNames")); }
174 : private:
175 : RegisteredNames(); // not defined
176 : ~RegisteredNames(); // not defined
177 : };
178 :
179 : struct UserDefinedDriverSettings: public comphelper::ConfigurationSet< UserDefinedDriverSettings> {
180 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/UserDefinedDriverSettings")); }
181 : private:
182 : UserDefinedDriverSettings(); // not defined
183 : ~UserDefinedDriverSettings(); // not defined
184 : };
185 :
186 : struct AddressBook: public comphelper::ConfigurationGroup< AddressBook> {
187 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/AddressBook")); }
188 :
189 : struct DataSourceName: public comphelper::ConfigurationProperty<DataSourceName, rtl::OUString> {
190 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/AddressBook/DataSourceName")); }
191 : private:
192 : DataSourceName(); // not defined
193 : ~DataSourceName(); // not defined
194 : };
195 :
196 : struct Command: public comphelper::ConfigurationProperty<Command, rtl::OUString> {
197 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/AddressBook/Command")); }
198 : private:
199 : Command(); // not defined
200 : ~Command(); // not defined
201 : };
202 :
203 : struct CommandType: public comphelper::ConfigurationProperty<CommandType, boost::optional<sal_Int16> > {
204 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/AddressBook/CommandType")); }
205 : private:
206 : CommandType(); // not defined
207 : ~CommandType(); // not defined
208 : };
209 :
210 : struct AutoPilotCompleted: public comphelper::ConfigurationProperty<AutoPilotCompleted, bool> {
211 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/AddressBook/AutoPilotCompleted")); }
212 : private:
213 : AutoPilotCompleted(); // not defined
214 : ~AutoPilotCompleted(); // not defined
215 : };
216 :
217 : struct Fields: public comphelper::ConfigurationSet< Fields> {
218 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/AddressBook/Fields")); }
219 : private:
220 : Fields(); // not defined
221 : ~Fields(); // not defined
222 : };
223 :
224 : private:
225 : AddressBook(); // not defined
226 : ~AddressBook(); // not defined
227 : };
228 :
229 : struct Bibliography: public comphelper::ConfigurationGroup< Bibliography> {
230 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Bibliography")); }
231 :
232 : struct BeamerHeight: public comphelper::ConfigurationProperty<BeamerHeight, boost::optional<sal_Int32> > {
233 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Bibliography/BeamerHeight")); }
234 : private:
235 : BeamerHeight(); // not defined
236 : ~BeamerHeight(); // not defined
237 : };
238 :
239 : struct ViewHeight: public comphelper::ConfigurationProperty<ViewHeight, boost::optional<sal_Int32> > {
240 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Bibliography/ViewHeight")); }
241 : private:
242 : ViewHeight(); // not defined
243 : ~ViewHeight(); // not defined
244 : };
245 :
246 : struct QueryText: public comphelper::ConfigurationProperty<QueryText, rtl::OUString> {
247 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Bibliography/QueryText")); }
248 : private:
249 : QueryText(); // not defined
250 : ~QueryText(); // not defined
251 : };
252 :
253 : struct QueryField: public comphelper::ConfigurationProperty<QueryField, rtl::OUString> {
254 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Bibliography/QueryField")); }
255 : private:
256 : QueryField(); // not defined
257 : ~QueryField(); // not defined
258 : };
259 :
260 : struct ShowColumnAssignmentWarning: public comphelper::ConfigurationProperty<ShowColumnAssignmentWarning, bool> {
261 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Bibliography/ShowColumnAssignmentWarning")); }
262 : private:
263 : ShowColumnAssignmentWarning(); // not defined
264 : ~ShowColumnAssignmentWarning(); // not defined
265 : };
266 :
267 : struct DataSourceHistory: public comphelper::ConfigurationSet< DataSourceHistory> {
268 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/Bibliography/DataSourceHistory")); }
269 : private:
270 : DataSourceHistory(); // not defined
271 : ~DataSourceHistory(); // not defined
272 : };
273 :
274 : private:
275 : Bibliography(); // not defined
276 : ~Bibliography(); // not defined
277 : };
278 :
279 : struct DriverSettings: public comphelper::ConfigurationGroup< DriverSettings> {
280 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings")); }
281 :
282 : struct com_sun_star_comp_sdbc_MozabDriver: public comphelper::ConfigurationGroup< com_sun_star_comp_sdbc_MozabDriver> {
283 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver")); }
284 :
285 : struct MozillaPreferences: public comphelper::ConfigurationGroup< MozillaPreferences> {
286 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/MozillaPreferences")); }
287 :
288 : struct ProfileName: public comphelper::ConfigurationProperty<ProfileName, rtl::OUString> {
289 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/MozillaPreferences/ProfileName")); }
290 : private:
291 : ProfileName(); // not defined
292 : ~ProfileName(); // not defined
293 : };
294 :
295 : struct PabDescription: public comphelper::ConfigurationLocalizedProperty<PabDescription, rtl::OUString> {
296 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/MozillaPreferences/PabDescription")); }
297 : private:
298 : PabDescription(); // not defined
299 : ~PabDescription(); // not defined
300 : };
301 :
302 : struct HisDescription: public comphelper::ConfigurationLocalizedProperty<HisDescription, rtl::OUString> {
303 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/MozillaPreferences/HisDescription")); }
304 : private:
305 : HisDescription(); // not defined
306 : ~HisDescription(); // not defined
307 : };
308 :
309 : private:
310 : MozillaPreferences(); // not defined
311 : ~MozillaPreferences(); // not defined
312 : };
313 :
314 : struct ColumnAliases: public comphelper::ConfigurationGroup< ColumnAliases> {
315 3 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases")); }
316 :
317 : struct FirstName: public comphelper::ConfigurationLocalizedProperty<FirstName, boost::optional<rtl::OUString> > {
318 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/FirstName")); }
319 : private:
320 : FirstName(); // not defined
321 : ~FirstName(); // not defined
322 : };
323 :
324 : struct LastName: public comphelper::ConfigurationLocalizedProperty<LastName, boost::optional<rtl::OUString> > {
325 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/LastName")); }
326 : private:
327 : LastName(); // not defined
328 : ~LastName(); // not defined
329 : };
330 :
331 : struct DisplayName: public comphelper::ConfigurationLocalizedProperty<DisplayName, boost::optional<rtl::OUString> > {
332 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/DisplayName")); }
333 : private:
334 : DisplayName(); // not defined
335 : ~DisplayName(); // not defined
336 : };
337 :
338 : struct NickName: public comphelper::ConfigurationLocalizedProperty<NickName, boost::optional<rtl::OUString> > {
339 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/NickName")); }
340 : private:
341 : NickName(); // not defined
342 : ~NickName(); // not defined
343 : };
344 :
345 : struct PrimaryEmail: public comphelper::ConfigurationLocalizedProperty<PrimaryEmail, boost::optional<rtl::OUString> > {
346 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/PrimaryEmail")); }
347 : private:
348 : PrimaryEmail(); // not defined
349 : ~PrimaryEmail(); // not defined
350 : };
351 :
352 : struct SecondEmail: public comphelper::ConfigurationLocalizedProperty<SecondEmail, boost::optional<rtl::OUString> > {
353 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/SecondEmail")); }
354 : private:
355 : SecondEmail(); // not defined
356 : ~SecondEmail(); // not defined
357 : };
358 :
359 : struct PreferMailFormat: public comphelper::ConfigurationLocalizedProperty<PreferMailFormat, boost::optional<rtl::OUString> > {
360 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/PreferMailFormat")); }
361 : private:
362 : PreferMailFormat(); // not defined
363 : ~PreferMailFormat(); // not defined
364 : };
365 :
366 : struct WorkPhone: public comphelper::ConfigurationLocalizedProperty<WorkPhone, boost::optional<rtl::OUString> > {
367 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/WorkPhone")); }
368 : private:
369 : WorkPhone(); // not defined
370 : ~WorkPhone(); // not defined
371 : };
372 :
373 : struct HomePhone: public comphelper::ConfigurationLocalizedProperty<HomePhone, boost::optional<rtl::OUString> > {
374 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/HomePhone")); }
375 : private:
376 : HomePhone(); // not defined
377 : ~HomePhone(); // not defined
378 : };
379 :
380 : struct FaxNumber: public comphelper::ConfigurationLocalizedProperty<FaxNumber, boost::optional<rtl::OUString> > {
381 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/FaxNumber")); }
382 : private:
383 : FaxNumber(); // not defined
384 : ~FaxNumber(); // not defined
385 : };
386 :
387 : struct PagerNumber: public comphelper::ConfigurationLocalizedProperty<PagerNumber, boost::optional<rtl::OUString> > {
388 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/PagerNumber")); }
389 : private:
390 : PagerNumber(); // not defined
391 : ~PagerNumber(); // not defined
392 : };
393 :
394 : struct CellularNumber: public comphelper::ConfigurationLocalizedProperty<CellularNumber, boost::optional<rtl::OUString> > {
395 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/CellularNumber")); }
396 : private:
397 : CellularNumber(); // not defined
398 : ~CellularNumber(); // not defined
399 : };
400 :
401 : struct HomeAddress: public comphelper::ConfigurationLocalizedProperty<HomeAddress, boost::optional<rtl::OUString> > {
402 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/HomeAddress")); }
403 : private:
404 : HomeAddress(); // not defined
405 : ~HomeAddress(); // not defined
406 : };
407 :
408 : struct HomeAddress2: public comphelper::ConfigurationLocalizedProperty<HomeAddress2, boost::optional<rtl::OUString> > {
409 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/HomeAddress2")); }
410 : private:
411 : HomeAddress2(); // not defined
412 : ~HomeAddress2(); // not defined
413 : };
414 :
415 : struct HomeCity: public comphelper::ConfigurationLocalizedProperty<HomeCity, boost::optional<rtl::OUString> > {
416 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/HomeCity")); }
417 : private:
418 : HomeCity(); // not defined
419 : ~HomeCity(); // not defined
420 : };
421 :
422 : struct HomeState: public comphelper::ConfigurationLocalizedProperty<HomeState, boost::optional<rtl::OUString> > {
423 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/HomeState")); }
424 : private:
425 : HomeState(); // not defined
426 : ~HomeState(); // not defined
427 : };
428 :
429 : struct HomeZipCode: public comphelper::ConfigurationLocalizedProperty<HomeZipCode, boost::optional<rtl::OUString> > {
430 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/HomeZipCode")); }
431 : private:
432 : HomeZipCode(); // not defined
433 : ~HomeZipCode(); // not defined
434 : };
435 :
436 : struct HomeCountry: public comphelper::ConfigurationLocalizedProperty<HomeCountry, boost::optional<rtl::OUString> > {
437 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/HomeCountry")); }
438 : private:
439 : HomeCountry(); // not defined
440 : ~HomeCountry(); // not defined
441 : };
442 :
443 : struct WorkAddress: public comphelper::ConfigurationLocalizedProperty<WorkAddress, boost::optional<rtl::OUString> > {
444 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/WorkAddress")); }
445 : private:
446 : WorkAddress(); // not defined
447 : ~WorkAddress(); // not defined
448 : };
449 :
450 : struct WorkAddress2: public comphelper::ConfigurationLocalizedProperty<WorkAddress2, boost::optional<rtl::OUString> > {
451 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/WorkAddress2")); }
452 : private:
453 : WorkAddress2(); // not defined
454 : ~WorkAddress2(); // not defined
455 : };
456 :
457 : struct WorkCity: public comphelper::ConfigurationLocalizedProperty<WorkCity, boost::optional<rtl::OUString> > {
458 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/WorkCity")); }
459 : private:
460 : WorkCity(); // not defined
461 : ~WorkCity(); // not defined
462 : };
463 :
464 : struct WorkState: public comphelper::ConfigurationLocalizedProperty<WorkState, boost::optional<rtl::OUString> > {
465 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/WorkState")); }
466 : private:
467 : WorkState(); // not defined
468 : ~WorkState(); // not defined
469 : };
470 :
471 : struct WorkZipCode: public comphelper::ConfigurationLocalizedProperty<WorkZipCode, boost::optional<rtl::OUString> > {
472 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/WorkZipCode")); }
473 : private:
474 : WorkZipCode(); // not defined
475 : ~WorkZipCode(); // not defined
476 : };
477 :
478 : struct WorkCountry: public comphelper::ConfigurationLocalizedProperty<WorkCountry, boost::optional<rtl::OUString> > {
479 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/WorkCountry")); }
480 : private:
481 : WorkCountry(); // not defined
482 : ~WorkCountry(); // not defined
483 : };
484 :
485 : struct JobTitle: public comphelper::ConfigurationLocalizedProperty<JobTitle, boost::optional<rtl::OUString> > {
486 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/JobTitle")); }
487 : private:
488 : JobTitle(); // not defined
489 : ~JobTitle(); // not defined
490 : };
491 :
492 : struct Department: public comphelper::ConfigurationLocalizedProperty<Department, boost::optional<rtl::OUString> > {
493 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/Department")); }
494 : private:
495 : Department(); // not defined
496 : ~Department(); // not defined
497 : };
498 :
499 : struct Company: public comphelper::ConfigurationLocalizedProperty<Company, boost::optional<rtl::OUString> > {
500 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/Company")); }
501 : private:
502 : Company(); // not defined
503 : ~Company(); // not defined
504 : };
505 :
506 : struct WebPage1: public comphelper::ConfigurationLocalizedProperty<WebPage1, boost::optional<rtl::OUString> > {
507 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/WebPage1")); }
508 : private:
509 : WebPage1(); // not defined
510 : ~WebPage1(); // not defined
511 : };
512 :
513 : struct WebPage2: public comphelper::ConfigurationLocalizedProperty<WebPage2, boost::optional<rtl::OUString> > {
514 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/WebPage2")); }
515 : private:
516 : WebPage2(); // not defined
517 : ~WebPage2(); // not defined
518 : };
519 :
520 : struct BirthYear: public comphelper::ConfigurationLocalizedProperty<BirthYear, boost::optional<rtl::OUString> > {
521 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/BirthYear")); }
522 : private:
523 : BirthYear(); // not defined
524 : ~BirthYear(); // not defined
525 : };
526 :
527 : struct BirthMonth: public comphelper::ConfigurationLocalizedProperty<BirthMonth, boost::optional<rtl::OUString> > {
528 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/BirthMonth")); }
529 : private:
530 : BirthMonth(); // not defined
531 : ~BirthMonth(); // not defined
532 : };
533 :
534 : struct BirthDay: public comphelper::ConfigurationLocalizedProperty<BirthDay, boost::optional<rtl::OUString> > {
535 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/BirthDay")); }
536 : private:
537 : BirthDay(); // not defined
538 : ~BirthDay(); // not defined
539 : };
540 :
541 : struct Custom1: public comphelper::ConfigurationLocalizedProperty<Custom1, boost::optional<rtl::OUString> > {
542 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/Custom1")); }
543 : private:
544 : Custom1(); // not defined
545 : ~Custom1(); // not defined
546 : };
547 :
548 : struct Custom2: public comphelper::ConfigurationLocalizedProperty<Custom2, boost::optional<rtl::OUString> > {
549 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/Custom2")); }
550 : private:
551 : Custom2(); // not defined
552 : ~Custom2(); // not defined
553 : };
554 :
555 : struct Custom3: public comphelper::ConfigurationLocalizedProperty<Custom3, boost::optional<rtl::OUString> > {
556 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/Custom3")); }
557 : private:
558 : Custom3(); // not defined
559 : ~Custom3(); // not defined
560 : };
561 :
562 : struct Custom4: public comphelper::ConfigurationLocalizedProperty<Custom4, boost::optional<rtl::OUString> > {
563 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/Custom4")); }
564 : private:
565 : Custom4(); // not defined
566 : ~Custom4(); // not defined
567 : };
568 :
569 : struct Notes: public comphelper::ConfigurationLocalizedProperty<Notes, boost::optional<rtl::OUString> > {
570 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.MozabDriver/ColumnAliases/Notes")); }
571 : private:
572 : Notes(); // not defined
573 : ~Notes(); // not defined
574 : };
575 :
576 : private:
577 : ColumnAliases(); // not defined
578 : ~ColumnAliases(); // not defined
579 : };
580 :
581 : private:
582 : com_sun_star_comp_sdbc_MozabDriver(); // not defined
583 : ~com_sun_star_comp_sdbc_MozabDriver(); // not defined
584 : };
585 :
586 : struct com_sun_star_comp_sdbc_evoab_OEvoabDriver: public comphelper::ConfigurationGroup< com_sun_star_comp_sdbc_evoab_OEvoabDriver> {
587 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver")); }
588 :
589 : struct EvolutionPreferences: public comphelper::ConfigurationGroup< EvolutionPreferences> {
590 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/EvolutionPreferences")); }
591 :
592 : struct FullPathExportingCommand: public comphelper::ConfigurationProperty<FullPathExportingCommand, rtl::OUString> {
593 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/EvolutionPreferences/FullPathExportingCommand")); }
594 : private:
595 : FullPathExportingCommand(); // not defined
596 : ~FullPathExportingCommand(); // not defined
597 : };
598 :
599 : private:
600 : EvolutionPreferences(); // not defined
601 : ~EvolutionPreferences(); // not defined
602 : };
603 :
604 : struct ColumnAliases: public comphelper::ConfigurationGroup< ColumnAliases> {
605 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases")); }
606 :
607 : struct FirstName: public comphelper::ConfigurationProperty<FirstName, boost::optional<rtl::OUString> > {
608 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/FirstName")); }
609 : private:
610 : FirstName(); // not defined
611 : ~FirstName(); // not defined
612 : };
613 :
614 : struct LastName: public comphelper::ConfigurationProperty<LastName, boost::optional<rtl::OUString> > {
615 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/LastName")); }
616 : private:
617 : LastName(); // not defined
618 : ~LastName(); // not defined
619 : };
620 :
621 : struct DisplayName: public comphelper::ConfigurationProperty<DisplayName, boost::optional<rtl::OUString> > {
622 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/DisplayName")); }
623 : private:
624 : DisplayName(); // not defined
625 : ~DisplayName(); // not defined
626 : };
627 :
628 : struct NickName: public comphelper::ConfigurationProperty<NickName, boost::optional<rtl::OUString> > {
629 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/NickName")); }
630 : private:
631 : NickName(); // not defined
632 : ~NickName(); // not defined
633 : };
634 :
635 : struct PrimaryEmail: public comphelper::ConfigurationProperty<PrimaryEmail, boost::optional<rtl::OUString> > {
636 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/PrimaryEmail")); }
637 : private:
638 : PrimaryEmail(); // not defined
639 : ~PrimaryEmail(); // not defined
640 : };
641 :
642 : struct SecondEmail: public comphelper::ConfigurationProperty<SecondEmail, boost::optional<rtl::OUString> > {
643 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/SecondEmail")); }
644 : private:
645 : SecondEmail(); // not defined
646 : ~SecondEmail(); // not defined
647 : };
648 :
649 : struct PreferMailFormat: public comphelper::ConfigurationProperty<PreferMailFormat, boost::optional<rtl::OUString> > {
650 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/PreferMailFormat")); }
651 : private:
652 : PreferMailFormat(); // not defined
653 : ~PreferMailFormat(); // not defined
654 : };
655 :
656 : struct WorkPhone: public comphelper::ConfigurationProperty<WorkPhone, boost::optional<rtl::OUString> > {
657 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/WorkPhone")); }
658 : private:
659 : WorkPhone(); // not defined
660 : ~WorkPhone(); // not defined
661 : };
662 :
663 : struct HomePhone: public comphelper::ConfigurationProperty<HomePhone, boost::optional<rtl::OUString> > {
664 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/HomePhone")); }
665 : private:
666 : HomePhone(); // not defined
667 : ~HomePhone(); // not defined
668 : };
669 :
670 : struct FaxNumber: public comphelper::ConfigurationProperty<FaxNumber, boost::optional<rtl::OUString> > {
671 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/FaxNumber")); }
672 : private:
673 : FaxNumber(); // not defined
674 : ~FaxNumber(); // not defined
675 : };
676 :
677 : struct PagerNumber: public comphelper::ConfigurationProperty<PagerNumber, boost::optional<rtl::OUString> > {
678 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/PagerNumber")); }
679 : private:
680 : PagerNumber(); // not defined
681 : ~PagerNumber(); // not defined
682 : };
683 :
684 : struct CellularNumber: public comphelper::ConfigurationProperty<CellularNumber, boost::optional<rtl::OUString> > {
685 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/CellularNumber")); }
686 : private:
687 : CellularNumber(); // not defined
688 : ~CellularNumber(); // not defined
689 : };
690 :
691 : struct HomeAddress: public comphelper::ConfigurationProperty<HomeAddress, boost::optional<rtl::OUString> > {
692 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/HomeAddress")); }
693 : private:
694 : HomeAddress(); // not defined
695 : ~HomeAddress(); // not defined
696 : };
697 :
698 : struct HomeAddress2: public comphelper::ConfigurationProperty<HomeAddress2, boost::optional<rtl::OUString> > {
699 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/HomeAddress2")); }
700 : private:
701 : HomeAddress2(); // not defined
702 : ~HomeAddress2(); // not defined
703 : };
704 :
705 : struct HomeCity: public comphelper::ConfigurationProperty<HomeCity, boost::optional<rtl::OUString> > {
706 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/HomeCity")); }
707 : private:
708 : HomeCity(); // not defined
709 : ~HomeCity(); // not defined
710 : };
711 :
712 : struct HomeState: public comphelper::ConfigurationProperty<HomeState, boost::optional<rtl::OUString> > {
713 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/HomeState")); }
714 : private:
715 : HomeState(); // not defined
716 : ~HomeState(); // not defined
717 : };
718 :
719 : struct HomeZipCode: public comphelper::ConfigurationProperty<HomeZipCode, boost::optional<rtl::OUString> > {
720 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/HomeZipCode")); }
721 : private:
722 : HomeZipCode(); // not defined
723 : ~HomeZipCode(); // not defined
724 : };
725 :
726 : struct HomeCountry: public comphelper::ConfigurationProperty<HomeCountry, boost::optional<rtl::OUString> > {
727 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/HomeCountry")); }
728 : private:
729 : HomeCountry(); // not defined
730 : ~HomeCountry(); // not defined
731 : };
732 :
733 : struct WorkAddress: public comphelper::ConfigurationProperty<WorkAddress, boost::optional<rtl::OUString> > {
734 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/WorkAddress")); }
735 : private:
736 : WorkAddress(); // not defined
737 : ~WorkAddress(); // not defined
738 : };
739 :
740 : struct WorkAddress2: public comphelper::ConfigurationProperty<WorkAddress2, boost::optional<rtl::OUString> > {
741 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/WorkAddress2")); }
742 : private:
743 : WorkAddress2(); // not defined
744 : ~WorkAddress2(); // not defined
745 : };
746 :
747 : struct WorkCity: public comphelper::ConfigurationProperty<WorkCity, boost::optional<rtl::OUString> > {
748 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/WorkCity")); }
749 : private:
750 : WorkCity(); // not defined
751 : ~WorkCity(); // not defined
752 : };
753 :
754 : struct WorkState: public comphelper::ConfigurationProperty<WorkState, boost::optional<rtl::OUString> > {
755 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/WorkState")); }
756 : private:
757 : WorkState(); // not defined
758 : ~WorkState(); // not defined
759 : };
760 :
761 : struct WorkZipCode: public comphelper::ConfigurationProperty<WorkZipCode, boost::optional<rtl::OUString> > {
762 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/WorkZipCode")); }
763 : private:
764 : WorkZipCode(); // not defined
765 : ~WorkZipCode(); // not defined
766 : };
767 :
768 : struct WorkCountry: public comphelper::ConfigurationProperty<WorkCountry, boost::optional<rtl::OUString> > {
769 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/WorkCountry")); }
770 : private:
771 : WorkCountry(); // not defined
772 : ~WorkCountry(); // not defined
773 : };
774 :
775 : struct JobTitle: public comphelper::ConfigurationProperty<JobTitle, boost::optional<rtl::OUString> > {
776 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/JobTitle")); }
777 : private:
778 : JobTitle(); // not defined
779 : ~JobTitle(); // not defined
780 : };
781 :
782 : struct Department: public comphelper::ConfigurationProperty<Department, boost::optional<rtl::OUString> > {
783 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/Department")); }
784 : private:
785 : Department(); // not defined
786 : ~Department(); // not defined
787 : };
788 :
789 : struct Company: public comphelper::ConfigurationProperty<Company, boost::optional<rtl::OUString> > {
790 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/Company")); }
791 : private:
792 : Company(); // not defined
793 : ~Company(); // not defined
794 : };
795 :
796 : struct WebPage1: public comphelper::ConfigurationProperty<WebPage1, boost::optional<rtl::OUString> > {
797 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/WebPage1")); }
798 : private:
799 : WebPage1(); // not defined
800 : ~WebPage1(); // not defined
801 : };
802 :
803 : struct WebPage2: public comphelper::ConfigurationProperty<WebPage2, boost::optional<rtl::OUString> > {
804 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/WebPage2")); }
805 : private:
806 : WebPage2(); // not defined
807 : ~WebPage2(); // not defined
808 : };
809 :
810 : struct BirthYear: public comphelper::ConfigurationProperty<BirthYear, boost::optional<rtl::OUString> > {
811 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/BirthYear")); }
812 : private:
813 : BirthYear(); // not defined
814 : ~BirthYear(); // not defined
815 : };
816 :
817 : struct BirthMonth: public comphelper::ConfigurationProperty<BirthMonth, boost::optional<rtl::OUString> > {
818 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/BirthMonth")); }
819 : private:
820 : BirthMonth(); // not defined
821 : ~BirthMonth(); // not defined
822 : };
823 :
824 : struct BirthDay: public comphelper::ConfigurationProperty<BirthDay, boost::optional<rtl::OUString> > {
825 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/BirthDay")); }
826 : private:
827 : BirthDay(); // not defined
828 : ~BirthDay(); // not defined
829 : };
830 :
831 : struct Notes: public comphelper::ConfigurationProperty<Notes, boost::optional<rtl::OUString> > {
832 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.evoab.OEvoabDriver/ColumnAliases/Notes")); }
833 : private:
834 : Notes(); // not defined
835 : ~Notes(); // not defined
836 : };
837 :
838 : private:
839 : ColumnAliases(); // not defined
840 : ~ColumnAliases(); // not defined
841 : };
842 :
843 : private:
844 : com_sun_star_comp_sdbc_evoab_OEvoabDriver(); // not defined
845 : ~com_sun_star_comp_sdbc_evoab_OEvoabDriver(); // not defined
846 : };
847 :
848 : struct com_sun_star_comp_sdbc_kab_Driver: public comphelper::ConfigurationGroup< com_sun_star_comp_sdbc_kab_Driver> {
849 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.kab.Driver")); }
850 :
851 : struct DisableKDEMaximumVersionCheck: public comphelper::ConfigurationProperty<DisableKDEMaximumVersionCheck, bool> {
852 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.kab.Driver/DisableKDEMaximumVersionCheck")); }
853 : private:
854 : DisableKDEMaximumVersionCheck(); // not defined
855 : ~DisableKDEMaximumVersionCheck(); // not defined
856 : };
857 :
858 : private:
859 : com_sun_star_comp_sdbc_kab_Driver(); // not defined
860 : ~com_sun_star_comp_sdbc_kab_Driver(); // not defined
861 : };
862 :
863 : private:
864 : DriverSettings(); // not defined
865 : ~DriverSettings(); // not defined
866 : };
867 :
868 : struct FormSearchOptions: public comphelper::ConfigurationGroup< FormSearchOptions> {
869 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions")); }
870 :
871 : struct SearchType: public comphelper::ConfigurationProperty<SearchType, rtl::OUString> {
872 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/SearchType")); }
873 : private:
874 : SearchType(); // not defined
875 : ~SearchType(); // not defined
876 : };
877 :
878 : struct SearchPosition: public comphelper::ConfigurationProperty<SearchPosition, rtl::OUString> {
879 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/SearchPosition")); }
880 : private:
881 : SearchPosition(); // not defined
882 : ~SearchPosition(); // not defined
883 : };
884 :
885 : struct SearchHistory: public comphelper::ConfigurationProperty<SearchHistory, boost::optional<com::sun::star::uno::Sequence<rtl::OUString> > > {
886 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/SearchHistory")); }
887 : private:
888 : SearchHistory(); // not defined
889 : ~SearchHistory(); // not defined
890 : };
891 :
892 : struct IsSearchAllFields: public comphelper::ConfigurationProperty<IsSearchAllFields, bool> {
893 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/IsSearchAllFields")); }
894 : private:
895 : IsSearchAllFields(); // not defined
896 : ~IsSearchAllFields(); // not defined
897 : };
898 :
899 : struct IsUseFormatter: public comphelper::ConfigurationProperty<IsUseFormatter, bool> {
900 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/IsUseFormatter")); }
901 : private:
902 : IsUseFormatter(); // not defined
903 : ~IsUseFormatter(); // not defined
904 : };
905 :
906 : struct IsBackwards: public comphelper::ConfigurationProperty<IsBackwards, bool> {
907 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/IsBackwards")); }
908 : private:
909 : IsBackwards(); // not defined
910 : ~IsBackwards(); // not defined
911 : };
912 :
913 : struct IsWildcardSearch: public comphelper::ConfigurationProperty<IsWildcardSearch, bool> {
914 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/IsWildcardSearch")); }
915 : private:
916 : IsWildcardSearch(); // not defined
917 : ~IsWildcardSearch(); // not defined
918 : };
919 :
920 : struct IsUseRegularExpression: public comphelper::ConfigurationProperty<IsUseRegularExpression, bool> {
921 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/IsUseRegularExpression")); }
922 : private:
923 : IsUseRegularExpression(); // not defined
924 : ~IsUseRegularExpression(); // not defined
925 : };
926 :
927 : struct IsSimilaritySearch: public comphelper::ConfigurationProperty<IsSimilaritySearch, bool> {
928 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/IsSimilaritySearch")); }
929 : private:
930 : IsSimilaritySearch(); // not defined
931 : ~IsSimilaritySearch(); // not defined
932 : };
933 :
934 : struct IsLevenshteinRelaxed: public comphelper::ConfigurationProperty<IsLevenshteinRelaxed, bool> {
935 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/IsLevenshteinRelaxed")); }
936 : private:
937 : IsLevenshteinRelaxed(); // not defined
938 : ~IsLevenshteinRelaxed(); // not defined
939 : };
940 :
941 : struct LevenshteinOther: public comphelper::ConfigurationProperty<LevenshteinOther, sal_Int16> {
942 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/LevenshteinOther")); }
943 : private:
944 : LevenshteinOther(); // not defined
945 : ~LevenshteinOther(); // not defined
946 : };
947 :
948 : struct LevenshteinShorter: public comphelper::ConfigurationProperty<LevenshteinShorter, sal_Int16> {
949 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/LevenshteinShorter")); }
950 : private:
951 : LevenshteinShorter(); // not defined
952 : ~LevenshteinShorter(); // not defined
953 : };
954 :
955 : struct LevenshteinLonger: public comphelper::ConfigurationProperty<LevenshteinLonger, sal_Int16> {
956 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/LevenshteinLonger")); }
957 : private:
958 : LevenshteinLonger(); // not defined
959 : ~LevenshteinLonger(); // not defined
960 : };
961 :
962 : struct IsMatchCase: public comphelper::ConfigurationProperty<IsMatchCase, bool> {
963 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/IsMatchCase")); }
964 : private:
965 : IsMatchCase(); // not defined
966 : ~IsMatchCase(); // not defined
967 : };
968 :
969 : struct IsUseAsianOptions: public comphelper::ConfigurationProperty<IsUseAsianOptions, bool> {
970 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/IsUseAsianOptions")); }
971 : private:
972 : IsUseAsianOptions(); // not defined
973 : ~IsUseAsianOptions(); // not defined
974 : };
975 :
976 : struct Japanese: public comphelper::ConfigurationGroup< Japanese> {
977 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese")); }
978 :
979 : struct IsMatchFullHalfWidthForms: public comphelper::ConfigurationProperty<IsMatchFullHalfWidthForms, bool> {
980 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatchFullHalfWidthForms")); }
981 : private:
982 : IsMatchFullHalfWidthForms(); // not defined
983 : ~IsMatchFullHalfWidthForms(); // not defined
984 : };
985 :
986 : struct IsMatchHiraganaKatakana: public comphelper::ConfigurationProperty<IsMatchHiraganaKatakana, bool> {
987 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatchHiraganaKatakana")); }
988 : private:
989 : IsMatchHiraganaKatakana(); // not defined
990 : ~IsMatchHiraganaKatakana(); // not defined
991 : };
992 :
993 : struct IsMatchContractions: public comphelper::ConfigurationProperty<IsMatchContractions, bool> {
994 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatchContractions")); }
995 : private:
996 : IsMatchContractions(); // not defined
997 : ~IsMatchContractions(); // not defined
998 : };
999 :
1000 : struct IsMatchMinusDashCho_on: public comphelper::ConfigurationProperty<IsMatchMinusDashCho_on, bool> {
1001 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatchMinusDashCho-on")); }
1002 : private:
1003 : IsMatchMinusDashCho_on(); // not defined
1004 : ~IsMatchMinusDashCho_on(); // not defined
1005 : };
1006 :
1007 : struct IsMatchRepeatCharMarks: public comphelper::ConfigurationProperty<IsMatchRepeatCharMarks, bool> {
1008 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatchRepeatCharMarks")); }
1009 : private:
1010 : IsMatchRepeatCharMarks(); // not defined
1011 : ~IsMatchRepeatCharMarks(); // not defined
1012 : };
1013 :
1014 : struct IsMatchVariantFormKanji: public comphelper::ConfigurationProperty<IsMatchVariantFormKanji, bool> {
1015 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatchVariantFormKanji")); }
1016 : private:
1017 : IsMatchVariantFormKanji(); // not defined
1018 : ~IsMatchVariantFormKanji(); // not defined
1019 : };
1020 :
1021 : struct IsMatchOldKanaForms: public comphelper::ConfigurationProperty<IsMatchOldKanaForms, bool> {
1022 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatchOldKanaForms")); }
1023 : private:
1024 : IsMatchOldKanaForms(); // not defined
1025 : ~IsMatchOldKanaForms(); // not defined
1026 : };
1027 :
1028 : struct IsMatch_DiZi_DuZu: public comphelper::ConfigurationProperty<IsMatch_DiZi_DuZu, bool> {
1029 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatch_DiZi_DuZu")); }
1030 : private:
1031 : IsMatch_DiZi_DuZu(); // not defined
1032 : ~IsMatch_DiZi_DuZu(); // not defined
1033 : };
1034 :
1035 : struct IsMatch_BaVa_HaFa: public comphelper::ConfigurationProperty<IsMatch_BaVa_HaFa, bool> {
1036 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatch_BaVa_HaFa")); }
1037 : private:
1038 : IsMatch_BaVa_HaFa(); // not defined
1039 : ~IsMatch_BaVa_HaFa(); // not defined
1040 : };
1041 :
1042 : struct IsMatch_TsiThiChi_DhiZi: public comphelper::ConfigurationProperty<IsMatch_TsiThiChi_DhiZi, bool> {
1043 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatch_TsiThiChi_DhiZi")); }
1044 : private:
1045 : IsMatch_TsiThiChi_DhiZi(); // not defined
1046 : ~IsMatch_TsiThiChi_DhiZi(); // not defined
1047 : };
1048 :
1049 : struct IsMatch_HyuIyu_ByuVyu: public comphelper::ConfigurationProperty<IsMatch_HyuIyu_ByuVyu, bool> {
1050 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatch_HyuIyu_ByuVyu")); }
1051 : private:
1052 : IsMatch_HyuIyu_ByuVyu(); // not defined
1053 : ~IsMatch_HyuIyu_ByuVyu(); // not defined
1054 : };
1055 :
1056 : struct IsMatch_SeShe_ZeJe: public comphelper::ConfigurationProperty<IsMatch_SeShe_ZeJe, bool> {
1057 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatch_SeShe_ZeJe")); }
1058 : private:
1059 : IsMatch_SeShe_ZeJe(); // not defined
1060 : ~IsMatch_SeShe_ZeJe(); // not defined
1061 : };
1062 :
1063 : struct IsMatch_IaIya: public comphelper::ConfigurationProperty<IsMatch_IaIya, bool> {
1064 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatch_IaIya")); }
1065 : private:
1066 : IsMatch_IaIya(); // not defined
1067 : ~IsMatch_IaIya(); // not defined
1068 : };
1069 :
1070 : struct IsMatch_KiKu: public comphelper::ConfigurationProperty<IsMatch_KiKu, bool> {
1071 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsMatch_KiKu")); }
1072 : private:
1073 : IsMatch_KiKu(); // not defined
1074 : ~IsMatch_KiKu(); // not defined
1075 : };
1076 :
1077 : struct IsIgnorePunctuation: public comphelper::ConfigurationProperty<IsIgnorePunctuation, bool> {
1078 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsIgnorePunctuation")); }
1079 : private:
1080 : IsIgnorePunctuation(); // not defined
1081 : ~IsIgnorePunctuation(); // not defined
1082 : };
1083 :
1084 : struct IsIgnoreWhitespace: public comphelper::ConfigurationProperty<IsIgnoreWhitespace, bool> {
1085 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsIgnoreWhitespace")); }
1086 : private:
1087 : IsIgnoreWhitespace(); // not defined
1088 : ~IsIgnoreWhitespace(); // not defined
1089 : };
1090 :
1091 : struct IsIgnoreProlongedSoundMark: public comphelper::ConfigurationProperty<IsIgnoreProlongedSoundMark, bool> {
1092 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsIgnoreProlongedSoundMark")); }
1093 : private:
1094 : IsIgnoreProlongedSoundMark(); // not defined
1095 : ~IsIgnoreProlongedSoundMark(); // not defined
1096 : };
1097 :
1098 : struct IsIgnoreMiddleDot: public comphelper::ConfigurationProperty<IsIgnoreMiddleDot, bool> {
1099 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.DataAccess/FormSearchOptions/Japanese/IsIgnoreMiddleDot")); }
1100 : private:
1101 : IsIgnoreMiddleDot(); // not defined
1102 : ~IsIgnoreMiddleDot(); // not defined
1103 : };
1104 :
1105 : private:
1106 : Japanese(); // not defined
1107 : ~Japanese(); // not defined
1108 : };
1109 :
1110 : private:
1111 : FormSearchOptions(); // not defined
1112 : ~FormSearchOptions(); // not defined
1113 : };
1114 :
1115 : } } }
1116 :
1117 : #endif
|