Branch data Line data Source code
1 : : #ifndef INCLUDED_OFFICECFG_OFFICE_COMMON_HXX
2 : : #define INCLUDED_OFFICECFG_OFFICE_COMMON_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 Common {
14 : :
15 : : struct InternalMSExport: public comphelper::ConfigurationGroup< InternalMSExport> {
16 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/InternalMSExport")); }
17 : :
18 : : struct UseOldExport: public comphelper::ConfigurationProperty<UseOldExport, bool> {
19 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/InternalMSExport/UseOldExport")); }
20 : : private:
21 : : UseOldExport(); // not defined
22 : : ~UseOldExport(); // not defined
23 : : };
24 : :
25 : : private:
26 : : InternalMSExport(); // not defined
27 : : ~InternalMSExport(); // not defined
28 : : };
29 : :
30 : : struct Passwords: public comphelper::ConfigurationGroup< Passwords> {
31 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Passwords")); }
32 : :
33 : : struct UseStorage: public comphelper::ConfigurationProperty<UseStorage, bool> {
34 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Passwords/UseStorage")); }
35 : : private:
36 : : UseStorage(); // not defined
37 : : ~UseStorage(); // not defined
38 : : };
39 : :
40 : : struct HasMaster: public comphelper::ConfigurationProperty<HasMaster, bool> {
41 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Passwords/HasMaster")); }
42 : : private:
43 : : HasMaster(); // not defined
44 : : ~HasMaster(); // not defined
45 : : };
46 : :
47 : : struct Master: public comphelper::ConfigurationProperty<Master, rtl::OUString> {
48 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Passwords/Master")); }
49 : : private:
50 : : Master(); // not defined
51 : : ~Master(); // not defined
52 : : };
53 : :
54 : : struct Store: public comphelper::ConfigurationSet< Store> {
55 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Passwords/Store")); }
56 : : private:
57 : : Store(); // not defined
58 : : ~Store(); // not defined
59 : : };
60 : :
61 : : struct AuthenticateUsingSystemCredentials: public comphelper::ConfigurationProperty<AuthenticateUsingSystemCredentials, boost::optional<com::sun::star::uno::Sequence<rtl::OUString> > > {
62 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Passwords/AuthenticateUsingSystemCredentials")); }
63 : : private:
64 : : AuthenticateUsingSystemCredentials(); // not defined
65 : : ~AuthenticateUsingSystemCredentials(); // not defined
66 : : };
67 : :
68 : : private:
69 : : Passwords(); // not defined
70 : : ~Passwords(); // not defined
71 : : };
72 : :
73 : : struct _3D_Engine: public comphelper::ConfigurationGroup< _3D_Engine> {
74 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/_3D_Engine")); }
75 : :
76 : : struct Dithering: public comphelper::ConfigurationProperty<Dithering, bool> {
77 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/_3D_Engine/Dithering")); }
78 : : private:
79 : : Dithering(); // not defined
80 : : ~Dithering(); // not defined
81 : : };
82 : :
83 : : struct OpenGL: public comphelper::ConfigurationProperty<OpenGL, bool> {
84 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/_3D_Engine/OpenGL")); }
85 : : private:
86 : : OpenGL(); // not defined
87 : : ~OpenGL(); // not defined
88 : : };
89 : :
90 : : struct OpenGL_Faster: public comphelper::ConfigurationProperty<OpenGL_Faster, bool> {
91 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/_3D_Engine/OpenGL_Faster")); }
92 : : private:
93 : : OpenGL_Faster(); // not defined
94 : : ~OpenGL_Faster(); // not defined
95 : : };
96 : :
97 : : struct ShowFull: public comphelper::ConfigurationProperty<ShowFull, bool> {
98 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/_3D_Engine/ShowFull")); }
99 : : private:
100 : : ShowFull(); // not defined
101 : : ~ShowFull(); // not defined
102 : : };
103 : :
104 : : private:
105 : : _3D_Engine(); // not defined
106 : : ~_3D_Engine(); // not defined
107 : : };
108 : :
109 : : struct Dictionaries: public comphelper::ConfigurationGroup< Dictionaries> {
110 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Dictionaries")); }
111 : :
112 : : struct RepositoryURL: public comphelper::ConfigurationProperty<RepositoryURL, rtl::OUString> {
113 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Dictionaries/RepositoryURL")); }
114 : : private:
115 : : RepositoryURL(); // not defined
116 : : ~RepositoryURL(); // not defined
117 : : };
118 : :
119 : : private:
120 : : Dictionaries(); // not defined
121 : : ~Dictionaries(); // not defined
122 : : };
123 : :
124 : : struct Drawinglayer: public comphelper::ConfigurationGroup< Drawinglayer> {
125 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer")); }
126 : :
127 : : struct OverlayBuffer: public comphelper::ConfigurationProperty<OverlayBuffer, bool> {
128 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/OverlayBuffer")); }
129 : : private:
130 : : OverlayBuffer(); // not defined
131 : : ~OverlayBuffer(); // not defined
132 : : };
133 : :
134 : : struct OverlayBuffer_Calc: public comphelper::ConfigurationProperty<OverlayBuffer_Calc, bool> {
135 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/OverlayBuffer_Calc")); }
136 : : private:
137 : : OverlayBuffer_Calc(); // not defined
138 : : ~OverlayBuffer_Calc(); // not defined
139 : : };
140 : :
141 : : struct OverlayBuffer_Writer: public comphelper::ConfigurationProperty<OverlayBuffer_Writer, bool> {
142 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/OverlayBuffer_Writer")); }
143 : : private:
144 : : OverlayBuffer_Writer(); // not defined
145 : : ~OverlayBuffer_Writer(); // not defined
146 : : };
147 : :
148 : : struct OverlayBuffer_DrawImpress: public comphelper::ConfigurationProperty<OverlayBuffer_DrawImpress, bool> {
149 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/OverlayBuffer_DrawImpress")); }
150 : : private:
151 : : OverlayBuffer_DrawImpress(); // not defined
152 : : ~OverlayBuffer_DrawImpress(); // not defined
153 : : };
154 : :
155 : : struct PaintBuffer: public comphelper::ConfigurationProperty<PaintBuffer, bool> {
156 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/PaintBuffer")); }
157 : : private:
158 : : PaintBuffer(); // not defined
159 : : ~PaintBuffer(); // not defined
160 : : };
161 : :
162 : : struct PaintBuffer_Calc: public comphelper::ConfigurationProperty<PaintBuffer_Calc, bool> {
163 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/PaintBuffer_Calc")); }
164 : : private:
165 : : PaintBuffer_Calc(); // not defined
166 : : ~PaintBuffer_Calc(); // not defined
167 : : };
168 : :
169 : : struct PaintBuffer_Writer: public comphelper::ConfigurationProperty<PaintBuffer_Writer, bool> {
170 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/PaintBuffer_Writer")); }
171 : : private:
172 : : PaintBuffer_Writer(); // not defined
173 : : ~PaintBuffer_Writer(); // not defined
174 : : };
175 : :
176 : : struct PaintBuffer_DrawImpress: public comphelper::ConfigurationProperty<PaintBuffer_DrawImpress, bool> {
177 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/PaintBuffer_DrawImpress")); }
178 : : private:
179 : : PaintBuffer_DrawImpress(); // not defined
180 : : ~PaintBuffer_DrawImpress(); // not defined
181 : : };
182 : :
183 : : struct StripeColorA: public comphelper::ConfigurationProperty<StripeColorA, sal_Int32> {
184 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/StripeColorA")); }
185 : : private:
186 : : StripeColorA(); // not defined
187 : : ~StripeColorA(); // not defined
188 : : };
189 : :
190 : : struct StripeColorB: public comphelper::ConfigurationProperty<StripeColorB, sal_Int32> {
191 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/StripeColorB")); }
192 : : private:
193 : : StripeColorB(); // not defined
194 : : ~StripeColorB(); // not defined
195 : : };
196 : :
197 : : struct StripeLength: public comphelper::ConfigurationProperty<StripeLength, sal_Int16> {
198 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/StripeLength")); }
199 : : private:
200 : : StripeLength(); // not defined
201 : : ~StripeLength(); // not defined
202 : : };
203 : :
204 : : struct MaximumPaperWidth: public comphelper::ConfigurationProperty<MaximumPaperWidth, sal_Int32> {
205 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/MaximumPaperWidth")); }
206 : : private:
207 : : MaximumPaperWidth(); // not defined
208 : : ~MaximumPaperWidth(); // not defined
209 : : };
210 : :
211 : : struct MaximumPaperHeight: public comphelper::ConfigurationProperty<MaximumPaperHeight, sal_Int32> {
212 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/MaximumPaperHeight")); }
213 : : private:
214 : : MaximumPaperHeight(); // not defined
215 : : ~MaximumPaperHeight(); // not defined
216 : : };
217 : :
218 : : struct MaximumPaperLeftMargin: public comphelper::ConfigurationProperty<MaximumPaperLeftMargin, sal_Int32> {
219 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/MaximumPaperLeftMargin")); }
220 : : private:
221 : : MaximumPaperLeftMargin(); // not defined
222 : : ~MaximumPaperLeftMargin(); // not defined
223 : : };
224 : :
225 : : struct MaximumPaperRightMargin: public comphelper::ConfigurationProperty<MaximumPaperRightMargin, sal_Int32> {
226 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/MaximumPaperRightMargin")); }
227 : : private:
228 : : MaximumPaperRightMargin(); // not defined
229 : : ~MaximumPaperRightMargin(); // not defined
230 : : };
231 : :
232 : : struct MaximumPaperTopMargin: public comphelper::ConfigurationProperty<MaximumPaperTopMargin, sal_Int32> {
233 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/MaximumPaperTopMargin")); }
234 : : private:
235 : : MaximumPaperTopMargin(); // not defined
236 : : ~MaximumPaperTopMargin(); // not defined
237 : : };
238 : :
239 : : struct MaximumPaperBottomMargin: public comphelper::ConfigurationProperty<MaximumPaperBottomMargin, sal_Int32> {
240 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/MaximumPaperBottomMargin")); }
241 : : private:
242 : : MaximumPaperBottomMargin(); // not defined
243 : : ~MaximumPaperBottomMargin(); // not defined
244 : : };
245 : :
246 : : struct AntiAliasing: public comphelper::ConfigurationProperty<AntiAliasing, bool> {
247 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/AntiAliasing")); }
248 : : private:
249 : : AntiAliasing(); // not defined
250 : : ~AntiAliasing(); // not defined
251 : : };
252 : :
253 : : struct SnapHorVerLinesToDiscrete: public comphelper::ConfigurationProperty<SnapHorVerLinesToDiscrete, bool> {
254 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/SnapHorVerLinesToDiscrete")); }
255 : : private:
256 : : SnapHorVerLinesToDiscrete(); // not defined
257 : : ~SnapHorVerLinesToDiscrete(); // not defined
258 : : };
259 : :
260 : : struct RenderDecoratedTextDirect: public comphelper::ConfigurationProperty<RenderDecoratedTextDirect, bool> {
261 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/RenderDecoratedTextDirect")); }
262 : : private:
263 : : RenderDecoratedTextDirect(); // not defined
264 : : ~RenderDecoratedTextDirect(); // not defined
265 : : };
266 : :
267 : : struct RenderSimpleTextDirect: public comphelper::ConfigurationProperty<RenderSimpleTextDirect, bool> {
268 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/RenderSimpleTextDirect")); }
269 : : private:
270 : : RenderSimpleTextDirect(); // not defined
271 : : ~RenderSimpleTextDirect(); // not defined
272 : : };
273 : :
274 : : struct SolidDragCreate: public comphelper::ConfigurationProperty<SolidDragCreate, bool> {
275 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/SolidDragCreate")); }
276 : : private:
277 : : SolidDragCreate(); // not defined
278 : : ~SolidDragCreate(); // not defined
279 : : };
280 : :
281 : : struct Quadratic3DRenderLimit: public comphelper::ConfigurationProperty<Quadratic3DRenderLimit, sal_Int32> {
282 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/Quadratic3DRenderLimit")); }
283 : : private:
284 : : Quadratic3DRenderLimit(); // not defined
285 : : ~Quadratic3DRenderLimit(); // not defined
286 : : };
287 : :
288 : : struct QuadraticFormControlRenderLimit: public comphelper::ConfigurationProperty<QuadraticFormControlRenderLimit, sal_Int32> {
289 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/QuadraticFormControlRenderLimit")); }
290 : : private:
291 : : QuadraticFormControlRenderLimit(); // not defined
292 : : ~QuadraticFormControlRenderLimit(); // not defined
293 : : };
294 : :
295 : : struct TransparentSelection: public comphelper::ConfigurationProperty<TransparentSelection, bool> {
296 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/TransparentSelection")); }
297 : : private:
298 : : TransparentSelection(); // not defined
299 : : ~TransparentSelection(); // not defined
300 : : };
301 : :
302 : : struct TransparentSelectionPercent: public comphelper::ConfigurationProperty<TransparentSelectionPercent, sal_Int16> {
303 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/TransparentSelectionPercent")); }
304 : : private:
305 : : TransparentSelectionPercent(); // not defined
306 : : ~TransparentSelectionPercent(); // not defined
307 : : };
308 : :
309 : : struct SelectionMaximumLuminancePercent: public comphelper::ConfigurationProperty<SelectionMaximumLuminancePercent, sal_Int16> {
310 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Drawinglayer/SelectionMaximumLuminancePercent")); }
311 : : private:
312 : : SelectionMaximumLuminancePercent(); // not defined
313 : : ~SelectionMaximumLuminancePercent(); // not defined
314 : : };
315 : :
316 : : private:
317 : : Drawinglayer(); // not defined
318 : : ~Drawinglayer(); // not defined
319 : : };
320 : :
321 : : struct AutoCorrect: public comphelper::ConfigurationGroup< AutoCorrect> {
322 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect")); }
323 : :
324 : : struct UseReplacementTable: public comphelper::ConfigurationProperty<UseReplacementTable, bool> {
325 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/UseReplacementTable")); }
326 : : private:
327 : : UseReplacementTable(); // not defined
328 : : ~UseReplacementTable(); // not defined
329 : : };
330 : :
331 : : struct TwoCapitalsAtStart: public comphelper::ConfigurationProperty<TwoCapitalsAtStart, bool> {
332 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/TwoCapitalsAtStart")); }
333 : : private:
334 : : TwoCapitalsAtStart(); // not defined
335 : : ~TwoCapitalsAtStart(); // not defined
336 : : };
337 : :
338 : : struct CapitalAtStartSentence: public comphelper::ConfigurationProperty<CapitalAtStartSentence, bool> {
339 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/CapitalAtStartSentence")); }
340 : : private:
341 : : CapitalAtStartSentence(); // not defined
342 : : ~CapitalAtStartSentence(); // not defined
343 : : };
344 : :
345 : : struct ChangeUnderlineWeight: public comphelper::ConfigurationProperty<ChangeUnderlineWeight, bool> {
346 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/ChangeUnderlineWeight")); }
347 : : private:
348 : : ChangeUnderlineWeight(); // not defined
349 : : ~ChangeUnderlineWeight(); // not defined
350 : : };
351 : :
352 : : struct SetInetAttribute: public comphelper::ConfigurationProperty<SetInetAttribute, bool> {
353 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/SetInetAttribute")); }
354 : : private:
355 : : SetInetAttribute(); // not defined
356 : : ~SetInetAttribute(); // not defined
357 : : };
358 : :
359 : : struct ChangeOrdinalNumber: public comphelper::ConfigurationProperty<ChangeOrdinalNumber, bool> {
360 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/ChangeOrdinalNumber")); }
361 : : private:
362 : : ChangeOrdinalNumber(); // not defined
363 : : ~ChangeOrdinalNumber(); // not defined
364 : : };
365 : :
366 : : struct ChangeDash: public comphelper::ConfigurationProperty<ChangeDash, bool> {
367 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/ChangeDash")); }
368 : : private:
369 : : ChangeDash(); // not defined
370 : : ~ChangeDash(); // not defined
371 : : };
372 : :
373 : : struct AddNonBreakingSpace: public comphelper::ConfigurationProperty<AddNonBreakingSpace, bool> {
374 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/AddNonBreakingSpace")); }
375 : : private:
376 : : AddNonBreakingSpace(); // not defined
377 : : ~AddNonBreakingSpace(); // not defined
378 : : };
379 : :
380 : : struct RemoveDoubleSpaces: public comphelper::ConfigurationProperty<RemoveDoubleSpaces, bool> {
381 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/RemoveDoubleSpaces")); }
382 : : private:
383 : : RemoveDoubleSpaces(); // not defined
384 : : ~RemoveDoubleSpaces(); // not defined
385 : : };
386 : :
387 : : struct CorrectAccidentalCapsLock: public comphelper::ConfigurationProperty<CorrectAccidentalCapsLock, bool> {
388 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/CorrectAccidentalCapsLock")); }
389 : : private:
390 : : CorrectAccidentalCapsLock(); // not defined
391 : : ~CorrectAccidentalCapsLock(); // not defined
392 : : };
393 : :
394 : : struct ReplaceSingleQuote: public comphelper::ConfigurationProperty<ReplaceSingleQuote, bool> {
395 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/ReplaceSingleQuote")); }
396 : : private:
397 : : ReplaceSingleQuote(); // not defined
398 : : ~ReplaceSingleQuote(); // not defined
399 : : };
400 : :
401 : : struct SingleQuoteAtStart: public comphelper::ConfigurationProperty<SingleQuoteAtStart, boost::optional<sal_Int32> > {
402 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/SingleQuoteAtStart")); }
403 : : private:
404 : : SingleQuoteAtStart(); // not defined
405 : : ~SingleQuoteAtStart(); // not defined
406 : : };
407 : :
408 : : struct SingleQuoteAtEnd: public comphelper::ConfigurationProperty<SingleQuoteAtEnd, boost::optional<sal_Int32> > {
409 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/SingleQuoteAtEnd")); }
410 : : private:
411 : : SingleQuoteAtEnd(); // not defined
412 : : ~SingleQuoteAtEnd(); // not defined
413 : : };
414 : :
415 : : struct ReplaceDoubleQuote: public comphelper::ConfigurationProperty<ReplaceDoubleQuote, bool> {
416 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/ReplaceDoubleQuote")); }
417 : : private:
418 : : ReplaceDoubleQuote(); // not defined
419 : : ~ReplaceDoubleQuote(); // not defined
420 : : };
421 : :
422 : : struct DoubleQuoteAtStart: public comphelper::ConfigurationProperty<DoubleQuoteAtStart, boost::optional<sal_Int32> > {
423 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/DoubleQuoteAtStart")); }
424 : : private:
425 : : DoubleQuoteAtStart(); // not defined
426 : : ~DoubleQuoteAtStart(); // not defined
427 : : };
428 : :
429 : : struct DoubleQuoteAtEnd: public comphelper::ConfigurationProperty<DoubleQuoteAtEnd, boost::optional<sal_Int32> > {
430 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/DoubleQuoteAtEnd")); }
431 : : private:
432 : : DoubleQuoteAtEnd(); // not defined
433 : : ~DoubleQuoteAtEnd(); // not defined
434 : : };
435 : :
436 : : struct Exceptions: public comphelper::ConfigurationGroup< Exceptions> {
437 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/Exceptions")); }
438 : :
439 : : struct TwoCapitalsAtStart: public comphelper::ConfigurationProperty<TwoCapitalsAtStart, bool> {
440 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/Exceptions/TwoCapitalsAtStart")); }
441 : : private:
442 : : TwoCapitalsAtStart(); // not defined
443 : : ~TwoCapitalsAtStart(); // not defined
444 : : };
445 : :
446 : : struct CapitalAtStartSentence: public comphelper::ConfigurationProperty<CapitalAtStartSentence, bool> {
447 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AutoCorrect/Exceptions/CapitalAtStartSentence")); }
448 : : private:
449 : : CapitalAtStartSentence(); // not defined
450 : : ~CapitalAtStartSentence(); // not defined
451 : : };
452 : :
453 : : private:
454 : : Exceptions(); // not defined
455 : : ~Exceptions(); // not defined
456 : : };
457 : :
458 : : private:
459 : : AutoCorrect(); // not defined
460 : : ~AutoCorrect(); // not defined
461 : : };
462 : :
463 : : struct Cache: public comphelper::ConfigurationGroup< Cache> {
464 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Cache")); }
465 : :
466 : : struct DrawingEngine: public comphelper::ConfigurationGroup< DrawingEngine> {
467 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Cache/DrawingEngine")); }
468 : :
469 : : struct OLE_Objects: public comphelper::ConfigurationProperty<OLE_Objects, sal_Int32> {
470 : 135 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Cache/DrawingEngine/OLE_Objects")); }
471 : : private:
472 : : OLE_Objects(); // not defined
473 : : ~OLE_Objects(); // not defined
474 : : };
475 : :
476 : : private:
477 : : DrawingEngine(); // not defined
478 : : ~DrawingEngine(); // not defined
479 : : };
480 : :
481 : : struct Writer: public comphelper::ConfigurationGroup< Writer> {
482 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Cache/Writer")); }
483 : :
484 : : struct OLE_Objects: public comphelper::ConfigurationProperty<OLE_Objects, sal_Int32> {
485 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Cache/Writer/OLE_Objects")); }
486 : : private:
487 : : OLE_Objects(); // not defined
488 : : ~OLE_Objects(); // not defined
489 : : };
490 : :
491 : : private:
492 : : Writer(); // not defined
493 : : ~Writer(); // not defined
494 : : };
495 : :
496 : : struct GraphicManager: public comphelper::ConfigurationGroup< GraphicManager> {
497 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Cache/GraphicManager")); }
498 : :
499 : : struct TotalCacheSize: public comphelper::ConfigurationProperty<TotalCacheSize, sal_Int32> {
500 : 138 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Cache/GraphicManager/TotalCacheSize")); }
501 : : private:
502 : : TotalCacheSize(); // not defined
503 : : ~TotalCacheSize(); // not defined
504 : : };
505 : :
506 : : struct ObjectCacheSize: public comphelper::ConfigurationProperty<ObjectCacheSize, sal_Int32> {
507 : 138 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Cache/GraphicManager/ObjectCacheSize")); }
508 : : private:
509 : : ObjectCacheSize(); // not defined
510 : : ~ObjectCacheSize(); // not defined
511 : : };
512 : :
513 : : struct ObjectReleaseTime: public comphelper::ConfigurationProperty<ObjectReleaseTime, sal_Int32> {
514 : 138 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Cache/GraphicManager/ObjectReleaseTime")); }
515 : : private:
516 : : ObjectReleaseTime(); // not defined
517 : : ~ObjectReleaseTime(); // not defined
518 : : };
519 : :
520 : : private:
521 : : GraphicManager(); // not defined
522 : : ~GraphicManager(); // not defined
523 : : };
524 : :
525 : : private:
526 : : Cache(); // not defined
527 : : ~Cache(); // not defined
528 : : };
529 : :
530 : : struct Path: public comphelper::ConfigurationGroup< Path> {
531 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path")); }
532 : :
533 : : struct Info: public comphelper::ConfigurationGroup< Info> {
534 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Info")); }
535 : :
536 : : struct WorkPathChanged: public comphelper::ConfigurationProperty<WorkPathChanged, bool> {
537 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Info/WorkPathChanged")); }
538 : : private:
539 : : WorkPathChanged(); // not defined
540 : : ~WorkPathChanged(); // not defined
541 : : };
542 : :
543 : : private:
544 : : Info(); // not defined
545 : : ~Info(); // not defined
546 : : };
547 : :
548 : : struct Current: public comphelper::ConfigurationGroup< Current> {
549 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current")); }
550 : :
551 : : struct OfficeInstall: public comphelper::ConfigurationProperty<OfficeInstall, rtl::OUString> {
552 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/OfficeInstall")); }
553 : : private:
554 : : OfficeInstall(); // not defined
555 : : ~OfficeInstall(); // not defined
556 : : };
557 : :
558 : : struct OfficeInstallURL: public comphelper::ConfigurationProperty<OfficeInstallURL, rtl::OUString> {
559 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/OfficeInstallURL")); }
560 : : private:
561 : : OfficeInstallURL(); // not defined
562 : : ~OfficeInstallURL(); // not defined
563 : : };
564 : :
565 : : struct Addin: public comphelper::ConfigurationProperty<Addin, rtl::OUString> {
566 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Addin")); }
567 : : private:
568 : : Addin(); // not defined
569 : : ~Addin(); // not defined
570 : : };
571 : :
572 : : struct AutoCorrect: public comphelper::ConfigurationProperty<AutoCorrect, boost::optional<com::sun::star::uno::Sequence<rtl::OUString> > > {
573 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/AutoCorrect")); }
574 : : private:
575 : : AutoCorrect(); // not defined
576 : : ~AutoCorrect(); // not defined
577 : : };
578 : :
579 : : struct AutoText: public comphelper::ConfigurationProperty<AutoText, boost::optional<com::sun::star::uno::Sequence<rtl::OUString> > > {
580 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/AutoText")); }
581 : : private:
582 : : AutoText(); // not defined
583 : : ~AutoText(); // not defined
584 : : };
585 : :
586 : : struct Backup: public comphelper::ConfigurationProperty<Backup, boost::optional<rtl::OUString> > {
587 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Backup")); }
588 : : private:
589 : : Backup(); // not defined
590 : : ~Backup(); // not defined
591 : : };
592 : :
593 : : struct Basic: public comphelper::ConfigurationProperty<Basic, com::sun::star::uno::Sequence<rtl::OUString> > {
594 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Basic")); }
595 : : private:
596 : : Basic(); // not defined
597 : : ~Basic(); // not defined
598 : : };
599 : :
600 : : struct Bitmap: public comphelper::ConfigurationProperty<Bitmap, rtl::OUString> {
601 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Bitmap")); }
602 : : private:
603 : : Bitmap(); // not defined
604 : : ~Bitmap(); // not defined
605 : : };
606 : :
607 : : struct Config: public comphelper::ConfigurationProperty<Config, rtl::OUString> {
608 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Config")); }
609 : : private:
610 : : Config(); // not defined
611 : : ~Config(); // not defined
612 : : };
613 : :
614 : : struct Dictionary: public comphelper::ConfigurationProperty<Dictionary, rtl::OUString> {
615 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Dictionary")); }
616 : : private:
617 : : Dictionary(); // not defined
618 : : ~Dictionary(); // not defined
619 : : };
620 : :
621 : : struct Favorite: public comphelper::ConfigurationProperty<Favorite, rtl::OUString> {
622 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Favorite")); }
623 : : private:
624 : : Favorite(); // not defined
625 : : ~Favorite(); // not defined
626 : : };
627 : :
628 : : struct Filter: public comphelper::ConfigurationProperty<Filter, rtl::OUString> {
629 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Filter")); }
630 : : private:
631 : : Filter(); // not defined
632 : : ~Filter(); // not defined
633 : : };
634 : :
635 : : struct Gallery: public comphelper::ConfigurationProperty<Gallery, boost::optional<com::sun::star::uno::Sequence<rtl::OUString> > > {
636 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Gallery")); }
637 : : private:
638 : : Gallery(); // not defined
639 : : ~Gallery(); // not defined
640 : : };
641 : :
642 : : struct Graphic: public comphelper::ConfigurationProperty<Graphic, boost::optional<rtl::OUString> > {
643 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Graphic")); }
644 : : private:
645 : : Graphic(); // not defined
646 : : ~Graphic(); // not defined
647 : : };
648 : :
649 : : struct Help: public comphelper::ConfigurationProperty<Help, rtl::OUString> {
650 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Help")); }
651 : : private:
652 : : Help(); // not defined
653 : : ~Help(); // not defined
654 : : };
655 : :
656 : : struct Linguistic: public comphelper::ConfigurationProperty<Linguistic, rtl::OUString> {
657 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Linguistic")); }
658 : : private:
659 : : Linguistic(); // not defined
660 : : ~Linguistic(); // not defined
661 : : };
662 : :
663 : : struct Module: public comphelper::ConfigurationProperty<Module, rtl::OUString> {
664 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Module")); }
665 : : private:
666 : : Module(); // not defined
667 : : ~Module(); // not defined
668 : : };
669 : :
670 : : struct Palette: public comphelper::ConfigurationProperty<Palette, rtl::OUString> {
671 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Palette")); }
672 : : private:
673 : : Palette(); // not defined
674 : : ~Palette(); // not defined
675 : : };
676 : :
677 : : struct Plugin: public comphelper::ConfigurationProperty<Plugin, com::sun::star::uno::Sequence<rtl::OUString> > {
678 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Plugin")); }
679 : : private:
680 : : Plugin(); // not defined
681 : : ~Plugin(); // not defined
682 : : };
683 : :
684 : : struct Storage: public comphelper::ConfigurationProperty<Storage, rtl::OUString> {
685 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Storage")); }
686 : : private:
687 : : Storage(); // not defined
688 : : ~Storage(); // not defined
689 : : };
690 : :
691 : : struct Temp: public comphelper::ConfigurationProperty<Temp, boost::optional<rtl::OUString> > {
692 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Temp")); }
693 : : private:
694 : : Temp(); // not defined
695 : : ~Temp(); // not defined
696 : : };
697 : :
698 : : struct Template: public comphelper::ConfigurationProperty<Template, boost::optional<com::sun::star::uno::Sequence<rtl::OUString> > > {
699 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Template")); }
700 : : private:
701 : : Template(); // not defined
702 : : ~Template(); // not defined
703 : : };
704 : :
705 : : struct UIConfig: public comphelper::ConfigurationProperty<UIConfig, com::sun::star::uno::Sequence<rtl::OUString> > {
706 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/UIConfig")); }
707 : : private:
708 : : UIConfig(); // not defined
709 : : ~UIConfig(); // not defined
710 : : };
711 : :
712 : : struct UserConfig: public comphelper::ConfigurationProperty<UserConfig, rtl::OUString> {
713 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/UserConfig")); }
714 : : private:
715 : : UserConfig(); // not defined
716 : : ~UserConfig(); // not defined
717 : : };
718 : :
719 : : struct UserDictionary: public comphelper::ConfigurationProperty<UserDictionary, rtl::OUString> {
720 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/UserDictionary")); }
721 : : private:
722 : : UserDictionary(); // not defined
723 : : ~UserDictionary(); // not defined
724 : : };
725 : :
726 : : struct Work: public comphelper::ConfigurationProperty<Work, boost::optional<rtl::OUString> > {
727 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Current/Work")); }
728 : : private:
729 : : Work(); // not defined
730 : : ~Work(); // not defined
731 : : };
732 : :
733 : : private:
734 : : Current(); // not defined
735 : : ~Current(); // not defined
736 : : };
737 : :
738 : : struct Default: public comphelper::ConfigurationGroup< Default> {
739 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default")); }
740 : :
741 : : struct Addin: public comphelper::ConfigurationProperty<Addin, rtl::OUString> {
742 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Addin")); }
743 : : private:
744 : : Addin(); // not defined
745 : : ~Addin(); // not defined
746 : : };
747 : :
748 : : struct AutoCorrect: public comphelper::ConfigurationProperty<AutoCorrect, com::sun::star::uno::Sequence<rtl::OUString> > {
749 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/AutoCorrect")); }
750 : : private:
751 : : AutoCorrect(); // not defined
752 : : ~AutoCorrect(); // not defined
753 : : };
754 : :
755 : : struct AutoText: public comphelper::ConfigurationProperty<AutoText, com::sun::star::uno::Sequence<rtl::OUString> > {
756 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/AutoText")); }
757 : : private:
758 : : AutoText(); // not defined
759 : : ~AutoText(); // not defined
760 : : };
761 : :
762 : : struct Backup: public comphelper::ConfigurationProperty<Backup, rtl::OUString> {
763 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Backup")); }
764 : : private:
765 : : Backup(); // not defined
766 : : ~Backup(); // not defined
767 : : };
768 : :
769 : : struct Basic: public comphelper::ConfigurationProperty<Basic, com::sun::star::uno::Sequence<rtl::OUString> > {
770 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Basic")); }
771 : : private:
772 : : Basic(); // not defined
773 : : ~Basic(); // not defined
774 : : };
775 : :
776 : : struct Bitmap: public comphelper::ConfigurationProperty<Bitmap, rtl::OUString> {
777 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Bitmap")); }
778 : : private:
779 : : Bitmap(); // not defined
780 : : ~Bitmap(); // not defined
781 : : };
782 : :
783 : : struct Config: public comphelper::ConfigurationProperty<Config, rtl::OUString> {
784 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Config")); }
785 : : private:
786 : : Config(); // not defined
787 : : ~Config(); // not defined
788 : : };
789 : :
790 : : struct Dictionary: public comphelper::ConfigurationProperty<Dictionary, rtl::OUString> {
791 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Dictionary")); }
792 : : private:
793 : : Dictionary(); // not defined
794 : : ~Dictionary(); // not defined
795 : : };
796 : :
797 : : struct Favorite: public comphelper::ConfigurationProperty<Favorite, rtl::OUString> {
798 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Favorite")); }
799 : : private:
800 : : Favorite(); // not defined
801 : : ~Favorite(); // not defined
802 : : };
803 : :
804 : : struct Filter: public comphelper::ConfigurationProperty<Filter, rtl::OUString> {
805 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Filter")); }
806 : : private:
807 : : Filter(); // not defined
808 : : ~Filter(); // not defined
809 : : };
810 : :
811 : : struct Gallery: public comphelper::ConfigurationProperty<Gallery, com::sun::star::uno::Sequence<rtl::OUString> > {
812 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Gallery")); }
813 : : private:
814 : : Gallery(); // not defined
815 : : ~Gallery(); // not defined
816 : : };
817 : :
818 : : struct Graphic: public comphelper::ConfigurationProperty<Graphic, rtl::OUString> {
819 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Graphic")); }
820 : : private:
821 : : Graphic(); // not defined
822 : : ~Graphic(); // not defined
823 : : };
824 : :
825 : : struct Help: public comphelper::ConfigurationProperty<Help, rtl::OUString> {
826 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Help")); }
827 : : private:
828 : : Help(); // not defined
829 : : ~Help(); // not defined
830 : : };
831 : :
832 : : struct Linguistic: public comphelper::ConfigurationProperty<Linguistic, rtl::OUString> {
833 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Linguistic")); }
834 : : private:
835 : : Linguistic(); // not defined
836 : : ~Linguistic(); // not defined
837 : : };
838 : :
839 : : struct Module: public comphelper::ConfigurationProperty<Module, rtl::OUString> {
840 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Module")); }
841 : : private:
842 : : Module(); // not defined
843 : : ~Module(); // not defined
844 : : };
845 : :
846 : : struct Palette: public comphelper::ConfigurationProperty<Palette, rtl::OUString> {
847 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Palette")); }
848 : : private:
849 : : Palette(); // not defined
850 : : ~Palette(); // not defined
851 : : };
852 : :
853 : : struct Plugin: public comphelper::ConfigurationProperty<Plugin, com::sun::star::uno::Sequence<rtl::OUString> > {
854 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Plugin")); }
855 : : private:
856 : : Plugin(); // not defined
857 : : ~Plugin(); // not defined
858 : : };
859 : :
860 : : struct Temp: public comphelper::ConfigurationProperty<Temp, rtl::OUString> {
861 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Temp")); }
862 : : private:
863 : : Temp(); // not defined
864 : : ~Temp(); // not defined
865 : : };
866 : :
867 : : struct Template: public comphelper::ConfigurationProperty<Template, com::sun::star::uno::Sequence<rtl::OUString> > {
868 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Template")); }
869 : : private:
870 : : Template(); // not defined
871 : : ~Template(); // not defined
872 : : };
873 : :
874 : : struct UIConfig: public comphelper::ConfigurationProperty<UIConfig, com::sun::star::uno::Sequence<rtl::OUString> > {
875 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/UIConfig")); }
876 : : private:
877 : : UIConfig(); // not defined
878 : : ~UIConfig(); // not defined
879 : : };
880 : :
881 : : struct UserConfig: public comphelper::ConfigurationProperty<UserConfig, rtl::OUString> {
882 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/UserConfig")); }
883 : : private:
884 : : UserConfig(); // not defined
885 : : ~UserConfig(); // not defined
886 : : };
887 : :
888 : : struct UserDictionary: public comphelper::ConfigurationProperty<UserDictionary, rtl::OUString> {
889 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/UserDictionary")); }
890 : : private:
891 : : UserDictionary(); // not defined
892 : : ~UserDictionary(); // not defined
893 : : };
894 : :
895 : : struct Work: public comphelper::ConfigurationProperty<Work, rtl::OUString> {
896 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Path/Default/Work")); }
897 : : private:
898 : : Work(); // not defined
899 : : ~Work(); // not defined
900 : : };
901 : :
902 : : private:
903 : : Default(); // not defined
904 : : ~Default(); // not defined
905 : : };
906 : :
907 : : private:
908 : : Path(); // not defined
909 : : ~Path(); // not defined
910 : : };
911 : :
912 : : struct Font: public comphelper::ConfigurationGroup< Font> {
913 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Font")); }
914 : :
915 : : struct Substitution: public comphelper::ConfigurationGroup< Substitution> {
916 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Font/Substitution")); }
917 : :
918 : : struct Replacement: public comphelper::ConfigurationProperty<Replacement, bool> {
919 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Font/Substitution/Replacement")); }
920 : : private:
921 : : Replacement(); // not defined
922 : : ~Replacement(); // not defined
923 : : };
924 : :
925 : : struct FontPairs: public comphelper::ConfigurationSet< FontPairs> {
926 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Font/Substitution/FontPairs")); }
927 : : private:
928 : : FontPairs(); // not defined
929 : : ~FontPairs(); // not defined
930 : : };
931 : :
932 : : private:
933 : : Substitution(); // not defined
934 : : ~Substitution(); // not defined
935 : : };
936 : :
937 : : struct View: public comphelper::ConfigurationGroup< View> {
938 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Font/View")); }
939 : :
940 : : struct History: public comphelper::ConfigurationProperty<History, bool> {
941 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Font/View/History")); }
942 : : private:
943 : : History(); // not defined
944 : : ~History(); // not defined
945 : : };
946 : :
947 : : struct ShowFontBoxWYSIWYG: public comphelper::ConfigurationProperty<ShowFontBoxWYSIWYG, bool> {
948 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Font/View/ShowFontBoxWYSIWYG")); }
949 : : private:
950 : : ShowFontBoxWYSIWYG(); // not defined
951 : : ~ShowFontBoxWYSIWYG(); // not defined
952 : : };
953 : :
954 : : private:
955 : : View(); // not defined
956 : : ~View(); // not defined
957 : : };
958 : :
959 : : struct SourceViewFont: public comphelper::ConfigurationGroup< SourceViewFont> {
960 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Font/SourceViewFont")); }
961 : :
962 : : struct FontName: public comphelper::ConfigurationProperty<FontName, boost::optional<rtl::OUString> > {
963 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Font/SourceViewFont/FontName")); }
964 : : private:
965 : : FontName(); // not defined
966 : : ~FontName(); // not defined
967 : : };
968 : :
969 : : struct FontHeight: public comphelper::ConfigurationProperty<FontHeight, sal_Int16> {
970 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Font/SourceViewFont/FontHeight")); }
971 : : private:
972 : : FontHeight(); // not defined
973 : : ~FontHeight(); // not defined
974 : : };
975 : :
976 : : struct NonProportionalFontsOnly: public comphelper::ConfigurationProperty<NonProportionalFontsOnly, bool> {
977 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Font/SourceViewFont/NonProportionalFontsOnly")); }
978 : : private:
979 : : NonProportionalFontsOnly(); // not defined
980 : : ~NonProportionalFontsOnly(); // not defined
981 : : };
982 : :
983 : : private:
984 : : SourceViewFont(); // not defined
985 : : ~SourceViewFont(); // not defined
986 : : };
987 : :
988 : : private:
989 : : Font(); // not defined
990 : : ~Font(); // not defined
991 : : };
992 : :
993 : : struct Gallery: public comphelper::ConfigurationGroup< Gallery> {
994 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Gallery")); }
995 : :
996 : : struct ID_Dialog: public comphelper::ConfigurationProperty<ID_Dialog, bool> {
997 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Gallery/ID_Dialog")); }
998 : : private:
999 : : ID_Dialog(); // not defined
1000 : : ~ID_Dialog(); // not defined
1001 : : };
1002 : :
1003 : : private:
1004 : : Gallery(); // not defined
1005 : : ~Gallery(); // not defined
1006 : : };
1007 : :
1008 : : struct Menus: public comphelper::ConfigurationGroup< Menus> {
1009 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Menus")); }
1010 : :
1011 : : struct New: public comphelper::ConfigurationSet< New> {
1012 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Menus/New")); }
1013 : : private:
1014 : : New(); // not defined
1015 : : ~New(); // not defined
1016 : : };
1017 : :
1018 : : struct Wizard: public comphelper::ConfigurationSet< Wizard> {
1019 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Menus/Wizard")); }
1020 : : private:
1021 : : Wizard(); // not defined
1022 : : ~Wizard(); // not defined
1023 : : };
1024 : :
1025 : : struct HelpBookmarks: public comphelper::ConfigurationSet< HelpBookmarks> {
1026 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Menus/HelpBookmarks")); }
1027 : : private:
1028 : : HelpBookmarks(); // not defined
1029 : : ~HelpBookmarks(); // not defined
1030 : : };
1031 : :
1032 : : private:
1033 : : Menus(); // not defined
1034 : : ~Menus(); // not defined
1035 : : };
1036 : :
1037 : : struct History: public comphelper::ConfigurationGroup< History> {
1038 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/History")); }
1039 : :
1040 : : struct HelpBookmarkSize: public comphelper::ConfigurationProperty<HelpBookmarkSize, sal_Int32> {
1041 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/History/HelpBookmarkSize")); }
1042 : : private:
1043 : : HelpBookmarkSize(); // not defined
1044 : : ~HelpBookmarkSize(); // not defined
1045 : : };
1046 : :
1047 : : struct Size: public comphelper::ConfigurationProperty<Size, sal_Int32> {
1048 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/History/Size")); }
1049 : : private:
1050 : : Size(); // not defined
1051 : : ~Size(); // not defined
1052 : : };
1053 : :
1054 : : struct PickListSize: public comphelper::ConfigurationProperty<PickListSize, sal_Int32> {
1055 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/History/PickListSize")); }
1056 : : private:
1057 : : PickListSize(); // not defined
1058 : : ~PickListSize(); // not defined
1059 : : };
1060 : :
1061 : : struct HelpBookmarks: public comphelper::ConfigurationSet< HelpBookmarks> {
1062 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/History/HelpBookmarks")); }
1063 : : private:
1064 : : HelpBookmarks(); // not defined
1065 : : ~HelpBookmarks(); // not defined
1066 : : };
1067 : :
1068 : : struct List: public comphelper::ConfigurationSet< List> {
1069 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/History/List")); }
1070 : : private:
1071 : : List(); // not defined
1072 : : ~List(); // not defined
1073 : : };
1074 : :
1075 : : struct PickList: public comphelper::ConfigurationSet< PickList> {
1076 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/History/PickList")); }
1077 : : private:
1078 : : PickList(); // not defined
1079 : : ~PickList(); // not defined
1080 : : };
1081 : :
1082 : : private:
1083 : : History(); // not defined
1084 : : ~History(); // not defined
1085 : : };
1086 : :
1087 : : struct Internal: public comphelper::ConfigurationGroup< Internal> {
1088 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Internal")); }
1089 : :
1090 : : struct SendCrashMail: public comphelper::ConfigurationProperty<SendCrashMail, bool> {
1091 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Internal/SendCrashMail")); }
1092 : : private:
1093 : : SendCrashMail(); // not defined
1094 : : ~SendCrashMail(); // not defined
1095 : : };
1096 : :
1097 : : struct UseMailUI: public comphelper::ConfigurationProperty<UseMailUI, bool> {
1098 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Internal/UseMailUI")); }
1099 : : private:
1100 : : UseMailUI(); // not defined
1101 : : ~UseMailUI(); // not defined
1102 : : };
1103 : :
1104 : : struct Slot: public comphelper::ConfigurationProperty<Slot, bool> {
1105 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Internal/Slot")); }
1106 : : private:
1107 : : Slot(); // not defined
1108 : : ~Slot(); // not defined
1109 : : };
1110 : :
1111 : : struct DevelopmentChart: public comphelper::ConfigurationProperty<DevelopmentChart, bool> {
1112 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Internal/DevelopmentChart")); }
1113 : : private:
1114 : : DevelopmentChart(); // not defined
1115 : : ~DevelopmentChart(); // not defined
1116 : : };
1117 : :
1118 : : struct CurrentTempURL: public comphelper::ConfigurationProperty<CurrentTempURL, rtl::OUString> {
1119 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Internal/CurrentTempURL")); }
1120 : : private:
1121 : : CurrentTempURL(); // not defined
1122 : : ~CurrentTempURL(); // not defined
1123 : : };
1124 : :
1125 : : struct RecoveryList: public comphelper::ConfigurationSet< RecoveryList> {
1126 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Internal/RecoveryList")); }
1127 : : private:
1128 : : RecoveryList(); // not defined
1129 : : ~RecoveryList(); // not defined
1130 : : };
1131 : :
1132 : : private:
1133 : : Internal(); // not defined
1134 : : ~Internal(); // not defined
1135 : : };
1136 : :
1137 : : struct Save: public comphelper::ConfigurationGroup< Save> {
1138 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save")); }
1139 : :
1140 : : struct WorkingSet: public comphelper::ConfigurationProperty<WorkingSet, bool> {
1141 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/WorkingSet")); }
1142 : : private:
1143 : : WorkingSet(); // not defined
1144 : : ~WorkingSet(); // not defined
1145 : : };
1146 : :
1147 : : struct Document: public comphelper::ConfigurationGroup< Document> {
1148 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document")); }
1149 : :
1150 : : struct Unpacked: public comphelper::ConfigurationProperty<Unpacked, bool> {
1151 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/Unpacked")); }
1152 : : private:
1153 : : Unpacked(); // not defined
1154 : : ~Unpacked(); // not defined
1155 : : };
1156 : :
1157 : : struct UseUserData: public comphelper::ConfigurationProperty<UseUserData, bool> {
1158 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/UseUserData")); }
1159 : : private:
1160 : : UseUserData(); // not defined
1161 : : ~UseUserData(); // not defined
1162 : : };
1163 : :
1164 : : struct AutoSave: public comphelper::ConfigurationProperty<AutoSave, bool> {
1165 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/AutoSave")); }
1166 : : private:
1167 : : AutoSave(); // not defined
1168 : : ~AutoSave(); // not defined
1169 : : };
1170 : :
1171 : : struct CreateBackup: public comphelper::ConfigurationProperty<CreateBackup, bool> {
1172 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/CreateBackup")); }
1173 : : private:
1174 : : CreateBackup(); // not defined
1175 : : ~CreateBackup(); // not defined
1176 : : };
1177 : :
1178 : : struct EditProperty: public comphelper::ConfigurationProperty<EditProperty, bool> {
1179 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/EditProperty")); }
1180 : : private:
1181 : : EditProperty(); // not defined
1182 : : ~EditProperty(); // not defined
1183 : : };
1184 : :
1185 : : struct AutoSavePrompt: public comphelper::ConfigurationProperty<AutoSavePrompt, bool> {
1186 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/AutoSavePrompt")); }
1187 : : private:
1188 : : AutoSavePrompt(); // not defined
1189 : : ~AutoSavePrompt(); // not defined
1190 : : };
1191 : :
1192 : : struct AutoSaveTimeIntervall: public comphelper::ConfigurationProperty<AutoSaveTimeIntervall, sal_Int32> {
1193 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/AutoSaveTimeIntervall")); }
1194 : : private:
1195 : : AutoSaveTimeIntervall(); // not defined
1196 : : ~AutoSaveTimeIntervall(); // not defined
1197 : : };
1198 : :
1199 : : struct ViewInfo: public comphelper::ConfigurationProperty<ViewInfo, bool> {
1200 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/ViewInfo")); }
1201 : : private:
1202 : : ViewInfo(); // not defined
1203 : : ~ViewInfo(); // not defined
1204 : : };
1205 : :
1206 : : struct PrettyPrinting: public comphelper::ConfigurationProperty<PrettyPrinting, bool> {
1207 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/PrettyPrinting")); }
1208 : : private:
1209 : : PrettyPrinting(); // not defined
1210 : : ~PrettyPrinting(); // not defined
1211 : : };
1212 : :
1213 : : struct WarnAlienFormat: public comphelper::ConfigurationProperty<WarnAlienFormat, bool> {
1214 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/WarnAlienFormat")); }
1215 : : private:
1216 : : WarnAlienFormat(); // not defined
1217 : : ~WarnAlienFormat(); // not defined
1218 : : };
1219 : :
1220 : : struct AlwaysSaveAs: public comphelper::ConfigurationProperty<AlwaysSaveAs, bool> {
1221 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/AlwaysSaveAs")); }
1222 : : private:
1223 : : AlwaysSaveAs(); // not defined
1224 : : ~AlwaysSaveAs(); // not defined
1225 : : };
1226 : :
1227 : : struct SaveBackwardCompatibleODF: public comphelper::ConfigurationProperty<SaveBackwardCompatibleODF, bool> {
1228 : 2177 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/SaveBackwardCompatibleODF")); }
1229 : : private:
1230 : : SaveBackwardCompatibleODF(); // not defined
1231 : : ~SaveBackwardCompatibleODF(); // not defined
1232 : : };
1233 : :
1234 : : struct LoadPrinter: public comphelper::ConfigurationProperty<LoadPrinter, bool> {
1235 : 167 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Document/LoadPrinter")); }
1236 : : private:
1237 : : LoadPrinter(); // not defined
1238 : : ~LoadPrinter(); // not defined
1239 : : };
1240 : :
1241 : : private:
1242 : : Document(); // not defined
1243 : : ~Document(); // not defined
1244 : : };
1245 : :
1246 : : struct Graphic: public comphelper::ConfigurationGroup< Graphic> {
1247 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Graphic")); }
1248 : :
1249 : : struct Format: public comphelper::ConfigurationProperty<Format, sal_Int32> {
1250 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/Graphic/Format")); }
1251 : : private:
1252 : : Format(); // not defined
1253 : : ~Format(); // not defined
1254 : : };
1255 : :
1256 : : private:
1257 : : Graphic(); // not defined
1258 : : ~Graphic(); // not defined
1259 : : };
1260 : :
1261 : : struct URL: public comphelper::ConfigurationGroup< URL> {
1262 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/URL")); }
1263 : :
1264 : : struct FileSystem: public comphelper::ConfigurationProperty<FileSystem, bool> {
1265 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/URL/FileSystem")); }
1266 : : private:
1267 : : FileSystem(); // not defined
1268 : : ~FileSystem(); // not defined
1269 : : };
1270 : :
1271 : : struct Internet: public comphelper::ConfigurationProperty<Internet, bool> {
1272 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/URL/Internet")); }
1273 : : private:
1274 : : Internet(); // not defined
1275 : : ~Internet(); // not defined
1276 : : };
1277 : :
1278 : : private:
1279 : : URL(); // not defined
1280 : : ~URL(); // not defined
1281 : : };
1282 : :
1283 : : struct ODF: public comphelper::ConfigurationGroup< ODF> {
1284 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/ODF")); }
1285 : :
1286 : : struct DefaultVersion: public comphelper::ConfigurationProperty<DefaultVersion, sal_Int16> {
1287 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/ODF/DefaultVersion")); }
1288 : : private:
1289 : : DefaultVersion(); // not defined
1290 : : ~DefaultVersion(); // not defined
1291 : : };
1292 : :
1293 : : struct UseSHA1InODF12: public comphelper::ConfigurationProperty<UseSHA1InODF12, bool> {
1294 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/ODF/UseSHA1InODF12")); }
1295 : : private:
1296 : : UseSHA1InODF12(); // not defined
1297 : : ~UseSHA1InODF12(); // not defined
1298 : : };
1299 : :
1300 : : struct UseBlowfishInODF12: public comphelper::ConfigurationProperty<UseBlowfishInODF12, bool> {
1301 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Save/ODF/UseBlowfishInODF12")); }
1302 : : private:
1303 : : UseBlowfishInODF12(); // not defined
1304 : : ~UseBlowfishInODF12(); // not defined
1305 : : };
1306 : :
1307 : : private:
1308 : : ODF(); // not defined
1309 : : ~ODF(); // not defined
1310 : : };
1311 : :
1312 : : private:
1313 : : Save(); // not defined
1314 : : ~Save(); // not defined
1315 : : };
1316 : :
1317 : : struct Load: public comphelper::ConfigurationGroup< Load> {
1318 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Load")); }
1319 : :
1320 : : struct UserDefinedSettings: public comphelper::ConfigurationProperty<UserDefinedSettings, bool> {
1321 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Load/UserDefinedSettings")); }
1322 : : private:
1323 : : UserDefinedSettings(); // not defined
1324 : : ~UserDefinedSettings(); // not defined
1325 : : };
1326 : :
1327 : : struct ShowOfficeUpdateDialog: public comphelper::ConfigurationProperty<ShowOfficeUpdateDialog, bool> {
1328 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Load/ShowOfficeUpdateDialog")); }
1329 : : private:
1330 : : ShowOfficeUpdateDialog(); // not defined
1331 : : ~ShowOfficeUpdateDialog(); // not defined
1332 : : };
1333 : :
1334 : : private:
1335 : : Load(); // not defined
1336 : : ~Load(); // not defined
1337 : : };
1338 : :
1339 : : struct Security: public comphelper::ConfigurationGroup< Security> {
1340 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security")); }
1341 : :
1342 : : struct Scripting: public comphelper::ConfigurationGroup< Scripting> {
1343 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting")); }
1344 : :
1345 : : struct SecureURL: public comphelper::ConfigurationProperty<SecureURL, com::sun::star::uno::Sequence<rtl::OUString> > {
1346 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/SecureURL")); }
1347 : : private:
1348 : : SecureURL(); // not defined
1349 : : ~SecureURL(); // not defined
1350 : : };
1351 : :
1352 : : struct OfficeBasic: public comphelper::ConfigurationProperty<OfficeBasic, sal_Int32> {
1353 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/OfficeBasic")); }
1354 : : private:
1355 : : OfficeBasic(); // not defined
1356 : : ~OfficeBasic(); // not defined
1357 : : };
1358 : :
1359 : : struct ExecutePlugins: public comphelper::ConfigurationProperty<ExecutePlugins, bool> {
1360 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/ExecutePlugins")); }
1361 : : private:
1362 : : ExecutePlugins(); // not defined
1363 : : ~ExecutePlugins(); // not defined
1364 : : };
1365 : :
1366 : : struct Warning: public comphelper::ConfigurationProperty<Warning, bool> {
1367 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/Warning")); }
1368 : : private:
1369 : : Warning(); // not defined
1370 : : ~Warning(); // not defined
1371 : : };
1372 : :
1373 : : struct Confirmation: public comphelper::ConfigurationProperty<Confirmation, bool> {
1374 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/Confirmation")); }
1375 : : private:
1376 : : Confirmation(); // not defined
1377 : : ~Confirmation(); // not defined
1378 : : };
1379 : :
1380 : : struct WarnSaveOrSendDoc: public comphelper::ConfigurationProperty<WarnSaveOrSendDoc, bool> {
1381 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/WarnSaveOrSendDoc")); }
1382 : : private:
1383 : : WarnSaveOrSendDoc(); // not defined
1384 : : ~WarnSaveOrSendDoc(); // not defined
1385 : : };
1386 : :
1387 : : struct WarnSignDoc: public comphelper::ConfigurationProperty<WarnSignDoc, bool> {
1388 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/WarnSignDoc")); }
1389 : : private:
1390 : : WarnSignDoc(); // not defined
1391 : : ~WarnSignDoc(); // not defined
1392 : : };
1393 : :
1394 : : struct CertDir: public comphelper::ConfigurationProperty<CertDir, boost::optional<rtl::OUString> > {
1395 : 3 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/CertDir")); }
1396 : : private:
1397 : : CertDir(); // not defined
1398 : : ~CertDir(); // not defined
1399 : : };
1400 : :
1401 : : struct WarnPrintDoc: public comphelper::ConfigurationProperty<WarnPrintDoc, bool> {
1402 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/WarnPrintDoc")); }
1403 : : private:
1404 : : WarnPrintDoc(); // not defined
1405 : : ~WarnPrintDoc(); // not defined
1406 : : };
1407 : :
1408 : : struct WarnCreatePDF: public comphelper::ConfigurationProperty<WarnCreatePDF, bool> {
1409 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/WarnCreatePDF")); }
1410 : : private:
1411 : : WarnCreatePDF(); // not defined
1412 : : ~WarnCreatePDF(); // not defined
1413 : : };
1414 : :
1415 : : struct RemovePersonalInfoOnSaving: public comphelper::ConfigurationProperty<RemovePersonalInfoOnSaving, bool> {
1416 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/RemovePersonalInfoOnSaving")); }
1417 : : private:
1418 : : RemovePersonalInfoOnSaving(); // not defined
1419 : : ~RemovePersonalInfoOnSaving(); // not defined
1420 : : };
1421 : :
1422 : : struct RecommendPasswordProtection: public comphelper::ConfigurationProperty<RecommendPasswordProtection, bool> {
1423 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/RecommendPasswordProtection")); }
1424 : : private:
1425 : : RecommendPasswordProtection(); // not defined
1426 : : ~RecommendPasswordProtection(); // not defined
1427 : : };
1428 : :
1429 : : struct HyperlinksWithCtrlClick: public comphelper::ConfigurationProperty<HyperlinksWithCtrlClick, bool> {
1430 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/HyperlinksWithCtrlClick")); }
1431 : : private:
1432 : : HyperlinksWithCtrlClick(); // not defined
1433 : : ~HyperlinksWithCtrlClick(); // not defined
1434 : : };
1435 : :
1436 : : struct MacroSecurityLevel: public comphelper::ConfigurationProperty<MacroSecurityLevel, sal_Int32> {
1437 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/MacroSecurityLevel")); }
1438 : : private:
1439 : : MacroSecurityLevel(); // not defined
1440 : : ~MacroSecurityLevel(); // not defined
1441 : : };
1442 : :
1443 : : struct DisableMacrosExecution: public comphelper::ConfigurationProperty<DisableMacrosExecution, bool> {
1444 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/DisableMacrosExecution")); }
1445 : : private:
1446 : : DisableMacrosExecution(); // not defined
1447 : : ~DisableMacrosExecution(); // not defined
1448 : : };
1449 : :
1450 : : struct TrustedAuthors: public comphelper::ConfigurationSet< TrustedAuthors> {
1451 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Security/Scripting/TrustedAuthors")); }
1452 : : private:
1453 : : TrustedAuthors(); // not defined
1454 : : ~TrustedAuthors(); // not defined
1455 : : };
1456 : :
1457 : : private:
1458 : : Scripting(); // not defined
1459 : : ~Scripting(); // not defined
1460 : : };
1461 : :
1462 : : private:
1463 : : Security(); // not defined
1464 : : ~Security(); // not defined
1465 : : };
1466 : :
1467 : : struct View: public comphelper::ConfigurationGroup< View> {
1468 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View")); }
1469 : :
1470 : : struct FontScaling: public comphelper::ConfigurationProperty<FontScaling, sal_Int16> {
1471 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/FontScaling")); }
1472 : : private:
1473 : : FontScaling(); // not defined
1474 : : ~FontScaling(); // not defined
1475 : : };
1476 : :
1477 : : struct NewDocumentHandling: public comphelper::ConfigurationGroup< NewDocumentHandling> {
1478 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/NewDocumentHandling")); }
1479 : :
1480 : : struct ForceFocusAndToFront: public comphelper::ConfigurationProperty<ForceFocusAndToFront, bool> {
1481 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/NewDocumentHandling/ForceFocusAndToFront")); }
1482 : : private:
1483 : : ForceFocusAndToFront(); // not defined
1484 : : ~ForceFocusAndToFront(); // not defined
1485 : : };
1486 : :
1487 : : private:
1488 : : NewDocumentHandling(); // not defined
1489 : : ~NewDocumentHandling(); // not defined
1490 : : };
1491 : :
1492 : : struct AppWindow: public comphelper::ConfigurationGroup< AppWindow> {
1493 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/AppWindow")); }
1494 : :
1495 : : struct FullScreen: public comphelper::ConfigurationProperty<FullScreen, bool> {
1496 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/AppWindow/FullScreen")); }
1497 : : private:
1498 : : FullScreen(); // not defined
1499 : : ~FullScreen(); // not defined
1500 : : };
1501 : :
1502 : : struct Preference: public comphelper::ConfigurationProperty<Preference, sal_Int32> {
1503 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/AppWindow/Preference")); }
1504 : : private:
1505 : : Preference(); // not defined
1506 : : ~Preference(); // not defined
1507 : : };
1508 : :
1509 : : private:
1510 : : AppWindow(); // not defined
1511 : : ~AppWindow(); // not defined
1512 : : };
1513 : :
1514 : : struct Dialog: public comphelper::ConfigurationGroup< Dialog> {
1515 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Dialog")); }
1516 : :
1517 : : struct ButtonLarge: public comphelper::ConfigurationProperty<ButtonLarge, bool> {
1518 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Dialog/ButtonLarge")); }
1519 : : private:
1520 : : ButtonLarge(); // not defined
1521 : : ~ButtonLarge(); // not defined
1522 : : };
1523 : :
1524 : : struct ButtonFlat: public comphelper::ConfigurationProperty<ButtonFlat, bool> {
1525 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Dialog/ButtonFlat")); }
1526 : : private:
1527 : : ButtonFlat(); // not defined
1528 : : ~ButtonFlat(); // not defined
1529 : : };
1530 : :
1531 : : struct MousePositioning: public comphelper::ConfigurationProperty<MousePositioning, sal_Int16> {
1532 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Dialog/MousePositioning")); }
1533 : : private:
1534 : : MousePositioning(); // not defined
1535 : : ~MousePositioning(); // not defined
1536 : : };
1537 : :
1538 : : struct MiddleMouseButton: public comphelper::ConfigurationProperty<MiddleMouseButton, sal_Int16> {
1539 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Dialog/MiddleMouseButton")); }
1540 : : private:
1541 : : MiddleMouseButton(); // not defined
1542 : : ~MiddleMouseButton(); // not defined
1543 : : };
1544 : :
1545 : : private:
1546 : : Dialog(); // not defined
1547 : : ~Dialog(); // not defined
1548 : : };
1549 : :
1550 : : struct Localisation: public comphelper::ConfigurationGroup< Localisation> {
1551 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Localisation")); }
1552 : :
1553 : : struct AutoMnemonic: public comphelper::ConfigurationLocalizedProperty<AutoMnemonic, boost::optional<bool> > {
1554 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Localisation/AutoMnemonic")); }
1555 : : private:
1556 : : AutoMnemonic(); // not defined
1557 : : ~AutoMnemonic(); // not defined
1558 : : };
1559 : :
1560 : : struct DialogScale: public comphelper::ConfigurationLocalizedProperty<DialogScale, boost::optional<sal_Int32> > {
1561 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Localisation/DialogScale")); }
1562 : : private:
1563 : : DialogScale(); // not defined
1564 : : ~DialogScale(); // not defined
1565 : : };
1566 : :
1567 : : private:
1568 : : Localisation(); // not defined
1569 : : ~Localisation(); // not defined
1570 : : };
1571 : :
1572 : : struct Menu: public comphelper::ConfigurationGroup< Menu> {
1573 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Menu")); }
1574 : :
1575 : : struct DontHideDisabledEntry: public comphelper::ConfigurationProperty<DontHideDisabledEntry, bool> {
1576 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Menu/DontHideDisabledEntry")); }
1577 : : private:
1578 : : DontHideDisabledEntry(); // not defined
1579 : : ~DontHideDisabledEntry(); // not defined
1580 : : };
1581 : :
1582 : : struct IsSystemIconsInMenus: public comphelper::ConfigurationProperty<IsSystemIconsInMenus, bool> {
1583 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Menu/IsSystemIconsInMenus")); }
1584 : : private:
1585 : : IsSystemIconsInMenus(); // not defined
1586 : : ~IsSystemIconsInMenus(); // not defined
1587 : : };
1588 : :
1589 : : struct ShowIconsInMenues: public comphelper::ConfigurationProperty<ShowIconsInMenues, bool> {
1590 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Menu/ShowIconsInMenues")); }
1591 : : private:
1592 : : ShowIconsInMenues(); // not defined
1593 : : ~ShowIconsInMenues(); // not defined
1594 : : };
1595 : :
1596 : : struct FollowMouse: public comphelper::ConfigurationProperty<FollowMouse, bool> {
1597 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Menu/FollowMouse")); }
1598 : : private:
1599 : : FollowMouse(); // not defined
1600 : : ~FollowMouse(); // not defined
1601 : : };
1602 : :
1603 : : private:
1604 : : Menu(); // not defined
1605 : : ~Menu(); // not defined
1606 : : };
1607 : :
1608 : : struct Window: public comphelper::ConfigurationGroup< Window> {
1609 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Window")); }
1610 : :
1611 : : struct Drag: public comphelper::ConfigurationProperty<Drag, sal_Int16> {
1612 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Window/Drag")); }
1613 : : private:
1614 : : Drag(); // not defined
1615 : : ~Drag(); // not defined
1616 : : };
1617 : :
1618 : : struct Key: public comphelper::ConfigurationProperty<Key, boost::optional<sal_Int32> > {
1619 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Window/Key")); }
1620 : : private:
1621 : : Key(); // not defined
1622 : : ~Key(); // not defined
1623 : : };
1624 : :
1625 : : struct Version: public comphelper::ConfigurationProperty<Version, rtl::OUString> {
1626 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Window/Version")); }
1627 : : private:
1628 : : Version(); // not defined
1629 : : ~Version(); // not defined
1630 : : };
1631 : :
1632 : : struct State: public comphelper::ConfigurationProperty<State, bool> {
1633 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Window/State")); }
1634 : : private:
1635 : : State(); // not defined
1636 : : ~State(); // not defined
1637 : : };
1638 : :
1639 : : struct Flag: public comphelper::ConfigurationProperty<Flag, boost::optional<sal_Int32> > {
1640 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Window/Flag")); }
1641 : : private:
1642 : : Flag(); // not defined
1643 : : ~Flag(); // not defined
1644 : : };
1645 : :
1646 : : struct UserData: public comphelper::ConfigurationProperty<UserData, rtl::OUString> {
1647 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/Window/UserData")); }
1648 : : private:
1649 : : UserData(); // not defined
1650 : : ~UserData(); // not defined
1651 : : };
1652 : :
1653 : : private:
1654 : : Window(); // not defined
1655 : : ~Window(); // not defined
1656 : : };
1657 : :
1658 : : struct SplitWindow: public comphelper::ConfigurationGroup< SplitWindow> {
1659 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/SplitWindow")); }
1660 : :
1661 : : struct Key: public comphelper::ConfigurationProperty<Key, rtl::OUString> {
1662 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/SplitWindow/Key")); }
1663 : : private:
1664 : : Key(); // not defined
1665 : : ~Key(); // not defined
1666 : : };
1667 : :
1668 : : struct Version: public comphelper::ConfigurationProperty<Version, boost::optional<sal_Int32> > {
1669 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/SplitWindow/Version")); }
1670 : : private:
1671 : : Version(); // not defined
1672 : : ~Version(); // not defined
1673 : : };
1674 : :
1675 : : struct State: public comphelper::ConfigurationProperty<State, boost::optional<sal_Int32> > {
1676 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/SplitWindow/State")); }
1677 : : private:
1678 : : State(); // not defined
1679 : : ~State(); // not defined
1680 : : };
1681 : :
1682 : : struct Count: public comphelper::ConfigurationProperty<Count, boost::optional<sal_Int32> > {
1683 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/SplitWindow/Count")); }
1684 : : private:
1685 : : Count(); // not defined
1686 : : ~Count(); // not defined
1687 : : };
1688 : :
1689 : : struct Sequence: public comphelper::ConfigurationProperty<Sequence, boost::optional<sal_Int32> > {
1690 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/SplitWindow/Sequence")); }
1691 : : private:
1692 : : Sequence(); // not defined
1693 : : ~Sequence(); // not defined
1694 : : };
1695 : :
1696 : : private:
1697 : : SplitWindow(); // not defined
1698 : : ~SplitWindow(); // not defined
1699 : : };
1700 : :
1701 : : struct FontAntiAliasing: public comphelper::ConfigurationGroup< FontAntiAliasing> {
1702 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/FontAntiAliasing")); }
1703 : :
1704 : : struct Enabled: public comphelper::ConfigurationProperty<Enabled, bool> {
1705 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/FontAntiAliasing/Enabled")); }
1706 : : private:
1707 : : Enabled(); // not defined
1708 : : ~Enabled(); // not defined
1709 : : };
1710 : :
1711 : : struct MinPixelHeight: public comphelper::ConfigurationProperty<MinPixelHeight, sal_Int16> {
1712 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/View/FontAntiAliasing/MinPixelHeight")); }
1713 : : private:
1714 : : MinPixelHeight(); // not defined
1715 : : ~MinPixelHeight(); // not defined
1716 : : };
1717 : :
1718 : : private:
1719 : : FontAntiAliasing(); // not defined
1720 : : ~FontAntiAliasing(); // not defined
1721 : : };
1722 : :
1723 : : private:
1724 : : View(); // not defined
1725 : : ~View(); // not defined
1726 : : };
1727 : :
1728 : : struct Undo: public comphelper::ConfigurationGroup< Undo> {
1729 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Undo")); }
1730 : :
1731 : : struct Steps: public comphelper::ConfigurationProperty<Steps, sal_Int32> {
1732 : 2786 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Undo/Steps")); }
1733 : : private:
1734 : : Steps(); // not defined
1735 : : ~Steps(); // not defined
1736 : : };
1737 : :
1738 : : private:
1739 : : Undo(); // not defined
1740 : : ~Undo(); // not defined
1741 : : };
1742 : :
1743 : : struct Setup: public comphelper::ConfigurationGroup< Setup> {
1744 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Setup")); }
1745 : :
1746 : : struct Language: public comphelper::ConfigurationGroup< Language> {
1747 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Setup/Language")); }
1748 : :
1749 : : struct Locales: public comphelper::ConfigurationProperty<Locales, boost::optional<com::sun::star::uno::Sequence<rtl::OUString> > > {
1750 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Setup/Language/Locales")); }
1751 : : private:
1752 : : Locales(); // not defined
1753 : : ~Locales(); // not defined
1754 : : };
1755 : :
1756 : : private:
1757 : : Language(); // not defined
1758 : : ~Language(); // not defined
1759 : : };
1760 : :
1761 : : private:
1762 : : Setup(); // not defined
1763 : : ~Setup(); // not defined
1764 : : };
1765 : :
1766 : : struct Print: public comphelper::ConfigurationGroup< Print> {
1767 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print")); }
1768 : :
1769 : : struct PrintingModifiesDocument: public comphelper::ConfigurationProperty<PrintingModifiesDocument, bool> {
1770 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/PrintingModifiesDocument")); }
1771 : : private:
1772 : : PrintingModifiesDocument(); // not defined
1773 : : ~PrintingModifiesDocument(); // not defined
1774 : : };
1775 : :
1776 : : struct Warning: public comphelper::ConfigurationGroup< Warning> {
1777 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Warning")); }
1778 : :
1779 : : struct PaperSize: public comphelper::ConfigurationProperty<PaperSize, bool> {
1780 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Warning/PaperSize")); }
1781 : : private:
1782 : : PaperSize(); // not defined
1783 : : ~PaperSize(); // not defined
1784 : : };
1785 : :
1786 : : struct PaperOrientation: public comphelper::ConfigurationProperty<PaperOrientation, bool> {
1787 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Warning/PaperOrientation")); }
1788 : : private:
1789 : : PaperOrientation(); // not defined
1790 : : ~PaperOrientation(); // not defined
1791 : : };
1792 : :
1793 : : struct NotFound: public comphelper::ConfigurationProperty<NotFound, bool> {
1794 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Warning/NotFound")); }
1795 : : private:
1796 : : NotFound(); // not defined
1797 : : ~NotFound(); // not defined
1798 : : };
1799 : :
1800 : : struct Transparency: public comphelper::ConfigurationProperty<Transparency, bool> {
1801 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Warning/Transparency")); }
1802 : : private:
1803 : : Transparency(); // not defined
1804 : : ~Transparency(); // not defined
1805 : : };
1806 : :
1807 : : private:
1808 : : Warning(); // not defined
1809 : : ~Warning(); // not defined
1810 : : };
1811 : :
1812 : : struct Option: public comphelper::ConfigurationGroup< Option> {
1813 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option")); }
1814 : :
1815 : : struct Printer: public comphelper::ConfigurationGroup< Printer> {
1816 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer")); }
1817 : :
1818 : : struct ReduceTransparency: public comphelper::ConfigurationProperty<ReduceTransparency, bool> {
1819 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer/ReduceTransparency")); }
1820 : : private:
1821 : : ReduceTransparency(); // not defined
1822 : : ~ReduceTransparency(); // not defined
1823 : : };
1824 : :
1825 : : struct ReducedTransparencyMode: public comphelper::ConfigurationProperty<ReducedTransparencyMode, sal_Int16> {
1826 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer/ReducedTransparencyMode")); }
1827 : : private:
1828 : : ReducedTransparencyMode(); // not defined
1829 : : ~ReducedTransparencyMode(); // not defined
1830 : : };
1831 : :
1832 : : struct ReduceGradients: public comphelper::ConfigurationProperty<ReduceGradients, bool> {
1833 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer/ReduceGradients")); }
1834 : : private:
1835 : : ReduceGradients(); // not defined
1836 : : ~ReduceGradients(); // not defined
1837 : : };
1838 : :
1839 : : struct ReducedGradientMode: public comphelper::ConfigurationProperty<ReducedGradientMode, sal_Int16> {
1840 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer/ReducedGradientMode")); }
1841 : : private:
1842 : : ReducedGradientMode(); // not defined
1843 : : ~ReducedGradientMode(); // not defined
1844 : : };
1845 : :
1846 : : struct ReducedGradientStepCount: public comphelper::ConfigurationProperty<ReducedGradientStepCount, sal_Int16> {
1847 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer/ReducedGradientStepCount")); }
1848 : : private:
1849 : : ReducedGradientStepCount(); // not defined
1850 : : ~ReducedGradientStepCount(); // not defined
1851 : : };
1852 : :
1853 : : struct ReduceBitmaps: public comphelper::ConfigurationProperty<ReduceBitmaps, bool> {
1854 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer/ReduceBitmaps")); }
1855 : : private:
1856 : : ReduceBitmaps(); // not defined
1857 : : ~ReduceBitmaps(); // not defined
1858 : : };
1859 : :
1860 : : struct ReducedBitmapMode: public comphelper::ConfigurationProperty<ReducedBitmapMode, sal_Int16> {
1861 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer/ReducedBitmapMode")); }
1862 : : private:
1863 : : ReducedBitmapMode(); // not defined
1864 : : ~ReducedBitmapMode(); // not defined
1865 : : };
1866 : :
1867 : : struct ReducedBitmapResolution: public comphelper::ConfigurationProperty<ReducedBitmapResolution, sal_Int16> {
1868 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer/ReducedBitmapResolution")); }
1869 : : private:
1870 : : ReducedBitmapResolution(); // not defined
1871 : : ~ReducedBitmapResolution(); // not defined
1872 : : };
1873 : :
1874 : : struct ReducedBitmapIncludesTransparency: public comphelper::ConfigurationProperty<ReducedBitmapIncludesTransparency, bool> {
1875 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer/ReducedBitmapIncludesTransparency")); }
1876 : : private:
1877 : : ReducedBitmapIncludesTransparency(); // not defined
1878 : : ~ReducedBitmapIncludesTransparency(); // not defined
1879 : : };
1880 : :
1881 : : struct ConvertToGreyscales: public comphelper::ConfigurationProperty<ConvertToGreyscales, bool> {
1882 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer/ConvertToGreyscales")); }
1883 : : private:
1884 : : ConvertToGreyscales(); // not defined
1885 : : ~ConvertToGreyscales(); // not defined
1886 : : };
1887 : :
1888 : : private:
1889 : : Printer(); // not defined
1890 : : ~Printer(); // not defined
1891 : : };
1892 : :
1893 : : struct File: public comphelper::ConfigurationGroup< File> {
1894 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File")); }
1895 : :
1896 : : struct ReduceTransparency: public comphelper::ConfigurationProperty<ReduceTransparency, bool> {
1897 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReduceTransparency")); }
1898 : : private:
1899 : : ReduceTransparency(); // not defined
1900 : : ~ReduceTransparency(); // not defined
1901 : : };
1902 : :
1903 : : struct ReducedTransparencyMode: public comphelper::ConfigurationProperty<ReducedTransparencyMode, sal_Int16> {
1904 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedTransparencyMode")); }
1905 : : private:
1906 : : ReducedTransparencyMode(); // not defined
1907 : : ~ReducedTransparencyMode(); // not defined
1908 : : };
1909 : :
1910 : : struct ReduceGradients: public comphelper::ConfigurationProperty<ReduceGradients, bool> {
1911 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReduceGradients")); }
1912 : : private:
1913 : : ReduceGradients(); // not defined
1914 : : ~ReduceGradients(); // not defined
1915 : : };
1916 : :
1917 : : struct ReducedGradientMode: public comphelper::ConfigurationProperty<ReducedGradientMode, sal_Int16> {
1918 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedGradientMode")); }
1919 : : private:
1920 : : ReducedGradientMode(); // not defined
1921 : : ~ReducedGradientMode(); // not defined
1922 : : };
1923 : :
1924 : : struct ReducedGradientStepCount: public comphelper::ConfigurationProperty<ReducedGradientStepCount, sal_Int16> {
1925 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedGradientStepCount")); }
1926 : : private:
1927 : : ReducedGradientStepCount(); // not defined
1928 : : ~ReducedGradientStepCount(); // not defined
1929 : : };
1930 : :
1931 : : struct ReduceBitmaps: public comphelper::ConfigurationProperty<ReduceBitmaps, bool> {
1932 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReduceBitmaps")); }
1933 : : private:
1934 : : ReduceBitmaps(); // not defined
1935 : : ~ReduceBitmaps(); // not defined
1936 : : };
1937 : :
1938 : : struct ReducedBitmapMode: public comphelper::ConfigurationProperty<ReducedBitmapMode, sal_Int16> {
1939 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedBitmapMode")); }
1940 : : private:
1941 : : ReducedBitmapMode(); // not defined
1942 : : ~ReducedBitmapMode(); // not defined
1943 : : };
1944 : :
1945 : : struct ReducedBitmapResolution: public comphelper::ConfigurationProperty<ReducedBitmapResolution, sal_Int16> {
1946 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedBitmapResolution")); }
1947 : : private:
1948 : : ReducedBitmapResolution(); // not defined
1949 : : ~ReducedBitmapResolution(); // not defined
1950 : : };
1951 : :
1952 : : struct ReducedBitmapIncludesTransparency: public comphelper::ConfigurationProperty<ReducedBitmapIncludesTransparency, bool> {
1953 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedBitmapIncludesTransparency")); }
1954 : : private:
1955 : : ReducedBitmapIncludesTransparency(); // not defined
1956 : : ~ReducedBitmapIncludesTransparency(); // not defined
1957 : : };
1958 : :
1959 : : struct ConvertToGreyscales: public comphelper::ConfigurationProperty<ConvertToGreyscales, bool> {
1960 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ConvertToGreyscales")); }
1961 : : private:
1962 : : ConvertToGreyscales(); // not defined
1963 : : ~ConvertToGreyscales(); // not defined
1964 : : };
1965 : :
1966 : : private:
1967 : : File(); // not defined
1968 : : ~File(); // not defined
1969 : : };
1970 : :
1971 : : private:
1972 : : Option(); // not defined
1973 : : ~Option(); // not defined
1974 : : };
1975 : :
1976 : : private:
1977 : : Print(); // not defined
1978 : : ~Print(); // not defined
1979 : : };
1980 : :
1981 : : struct WorkingSet: public comphelper::ConfigurationGroup< WorkingSet> {
1982 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/WorkingSet")); }
1983 : :
1984 : : struct WindowList: public comphelper::ConfigurationProperty<WindowList, boost::optional<com::sun::star::uno::Sequence<rtl::OUString> > > {
1985 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/WorkingSet/WindowList")); }
1986 : : private:
1987 : : WindowList(); // not defined
1988 : : ~WindowList(); // not defined
1989 : : };
1990 : :
1991 : : private:
1992 : : WorkingSet(); // not defined
1993 : : ~WorkingSet(); // not defined
1994 : : };
1995 : :
1996 : : struct AddXMLToStorage: public comphelper::ConfigurationGroup< AddXMLToStorage> {
1997 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AddXMLToStorage")); }
1998 : :
1999 : : struct Writer: public comphelper::ConfigurationProperty<Writer, boost::optional<bool> > {
2000 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AddXMLToStorage/Writer")); }
2001 : : private:
2002 : : Writer(); // not defined
2003 : : ~Writer(); // not defined
2004 : : };
2005 : :
2006 : : struct Calc: public comphelper::ConfigurationProperty<Calc, boost::optional<bool> > {
2007 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AddXMLToStorage/Calc")); }
2008 : : private:
2009 : : Calc(); // not defined
2010 : : ~Calc(); // not defined
2011 : : };
2012 : :
2013 : : struct Impress: public comphelper::ConfigurationProperty<Impress, boost::optional<bool> > {
2014 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AddXMLToStorage/Impress")); }
2015 : : private:
2016 : : Impress(); // not defined
2017 : : ~Impress(); // not defined
2018 : : };
2019 : :
2020 : : struct Draw: public comphelper::ConfigurationProperty<Draw, boost::optional<bool> > {
2021 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AddXMLToStorage/Draw")); }
2022 : : private:
2023 : : Draw(); // not defined
2024 : : ~Draw(); // not defined
2025 : : };
2026 : :
2027 : : private:
2028 : : AddXMLToStorage(); // not defined
2029 : : ~AddXMLToStorage(); // not defined
2030 : : };
2031 : :
2032 : : struct Help: public comphelper::ConfigurationGroup< Help> {
2033 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help")); }
2034 : :
2035 : : struct ShowBasic: public comphelper::ConfigurationProperty<ShowBasic, bool> {
2036 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/ShowBasic")); }
2037 : : private:
2038 : : ShowBasic(); // not defined
2039 : : ~ShowBasic(); // not defined
2040 : : };
2041 : :
2042 : : struct Locale: public comphelper::ConfigurationProperty<Locale, rtl::OUString> {
2043 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Locale")); }
2044 : : private:
2045 : : Locale(); // not defined
2046 : : ~Locale(); // not defined
2047 : : };
2048 : :
2049 : : struct System: public comphelper::ConfigurationProperty<System, rtl::OUString> {
2050 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/System")); }
2051 : : private:
2052 : : System(); // not defined
2053 : : ~System(); // not defined
2054 : : };
2055 : :
2056 : : struct Tip: public comphelper::ConfigurationProperty<Tip, bool> {
2057 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Tip")); }
2058 : : private:
2059 : : Tip(); // not defined
2060 : : ~Tip(); // not defined
2061 : : };
2062 : :
2063 : : struct ExtendedTip: public comphelper::ConfigurationProperty<ExtendedTip, bool> {
2064 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/ExtendedTip")); }
2065 : : private:
2066 : : ExtendedTip(); // not defined
2067 : : ~ExtendedTip(); // not defined
2068 : : };
2069 : :
2070 : : struct HelpStyleSheet: public comphelper::ConfigurationProperty<HelpStyleSheet, rtl::OUString> {
2071 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpStyleSheet")); }
2072 : : private:
2073 : : HelpStyleSheet(); // not defined
2074 : : ~HelpStyleSheet(); // not defined
2075 : : };
2076 : :
2077 : : struct HelpAgent: public comphelper::ConfigurationGroup< HelpAgent> {
2078 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpAgent")); }
2079 : :
2080 : : struct Enabled: public comphelper::ConfigurationProperty<Enabled, bool> {
2081 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpAgent/Enabled")); }
2082 : : private:
2083 : : Enabled(); // not defined
2084 : : ~Enabled(); // not defined
2085 : : };
2086 : :
2087 : : struct Timeout: public comphelper::ConfigurationProperty<Timeout, sal_Int32> {
2088 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpAgent/Timeout")); }
2089 : : private:
2090 : : Timeout(); // not defined
2091 : : ~Timeout(); // not defined
2092 : : };
2093 : :
2094 : : struct RetryLimit: public comphelper::ConfigurationProperty<RetryLimit, sal_Int32> {
2095 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpAgent/RetryLimit")); }
2096 : : private:
2097 : : RetryLimit(); // not defined
2098 : : ~RetryLimit(); // not defined
2099 : : };
2100 : :
2101 : : struct IgnoreList: public comphelper::ConfigurationSet< IgnoreList> {
2102 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpAgent/IgnoreList")); }
2103 : : private:
2104 : : IgnoreList(); // not defined
2105 : : ~IgnoreList(); // not defined
2106 : : };
2107 : :
2108 : : private:
2109 : : HelpAgent(); // not defined
2110 : : ~HelpAgent(); // not defined
2111 : : };
2112 : :
2113 : : struct StartCenter: public comphelper::ConfigurationGroup< StartCenter> {
2114 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/StartCenter")); }
2115 : :
2116 : : struct AddFeatureURL: public comphelper::ConfigurationProperty<AddFeatureURL, rtl::OUString> {
2117 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/StartCenter/AddFeatureURL")); }
2118 : : private:
2119 : : AddFeatureURL(); // not defined
2120 : : ~AddFeatureURL(); // not defined
2121 : : };
2122 : :
2123 : : struct InfoURL: public comphelper::ConfigurationProperty<InfoURL, rtl::OUString> {
2124 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/StartCenter/InfoURL")); }
2125 : : private:
2126 : : InfoURL(); // not defined
2127 : : ~InfoURL(); // not defined
2128 : : };
2129 : :
2130 : : struct TemplateRepositoryURL: public comphelper::ConfigurationProperty<TemplateRepositoryURL, rtl::OUString> {
2131 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/StartCenter/TemplateRepositoryURL")); }
2132 : : private:
2133 : : TemplateRepositoryURL(); // not defined
2134 : : ~TemplateRepositoryURL(); // not defined
2135 : : };
2136 : :
2137 : : struct StartCenterHideExternalLinks: public comphelper::ConfigurationProperty<StartCenterHideExternalLinks, sal_Int32> {
2138 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/StartCenter/StartCenterHideExternalLinks")); }
2139 : : private:
2140 : : StartCenterHideExternalLinks(); // not defined
2141 : : ~StartCenterHideExternalLinks(); // not defined
2142 : : };
2143 : :
2144 : : private:
2145 : : StartCenter(); // not defined
2146 : : ~StartCenter(); // not defined
2147 : : };
2148 : :
2149 : : struct Registration: public comphelper::ConfigurationGroup< Registration> {
2150 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Registration")); }
2151 : :
2152 : : struct TemplateURL: public comphelper::ConfigurationProperty<TemplateURL, rtl::OUString> {
2153 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Registration/TemplateURL")); }
2154 : : private:
2155 : : TemplateURL(); // not defined
2156 : : ~TemplateURL(); // not defined
2157 : : };
2158 : :
2159 : : struct URL: public comphelper::ConfigurationProperty<URL, rtl::OUString> {
2160 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Registration/URL")); }
2161 : : private:
2162 : : URL(); // not defined
2163 : : ~URL(); // not defined
2164 : : };
2165 : :
2166 : : struct ReminderDate: public comphelper::ConfigurationProperty<ReminderDate, rtl::OUString> {
2167 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Registration/ReminderDate")); }
2168 : : private:
2169 : : ReminderDate(); // not defined
2170 : : ~ReminderDate(); // not defined
2171 : : };
2172 : :
2173 : : struct RequestDialog: public comphelper::ConfigurationProperty<RequestDialog, sal_Int32> {
2174 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Registration/RequestDialog")); }
2175 : : private:
2176 : : RequestDialog(); // not defined
2177 : : ~RequestDialog(); // not defined
2178 : : };
2179 : :
2180 : : struct ShowMenuItem: public comphelper::ConfigurationProperty<ShowMenuItem, bool> {
2181 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Registration/ShowMenuItem")); }
2182 : : private:
2183 : : ShowMenuItem(); // not defined
2184 : : ~ShowMenuItem(); // not defined
2185 : : };
2186 : :
2187 : : struct ProductVersionID: public comphelper::ConfigurationProperty<ProductVersionID, boost::optional<rtl::OUString> > {
2188 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Registration/ProductVersionID")); }
2189 : : private:
2190 : : ProductVersionID(); // not defined
2191 : : ~ProductVersionID(); // not defined
2192 : : };
2193 : :
2194 : : struct ProductVersions: public comphelper::ConfigurationSet< ProductVersions> {
2195 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Registration/ProductVersions")); }
2196 : : private:
2197 : : ProductVersions(); // not defined
2198 : : ~ProductVersions(); // not defined
2199 : : };
2200 : :
2201 : : private:
2202 : : Registration(); // not defined
2203 : : ~Registration(); // not defined
2204 : : };
2205 : :
2206 : : private:
2207 : : Help(); // not defined
2208 : : ~Help(); // not defined
2209 : : };
2210 : :
2211 : : struct Java: public comphelper::ConfigurationGroup< Java> {
2212 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Java")); }
2213 : :
2214 : : struct Applet: public comphelper::ConfigurationGroup< Applet> {
2215 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Java/Applet")); }
2216 : :
2217 : : struct Enable: public comphelper::ConfigurationProperty<Enable, bool> {
2218 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Java/Applet/Enable")); }
2219 : : private:
2220 : : Enable(); // not defined
2221 : : ~Enable(); // not defined
2222 : : };
2223 : :
2224 : : private:
2225 : : Applet(); // not defined
2226 : : ~Applet(); // not defined
2227 : : };
2228 : :
2229 : : private:
2230 : : Java(); // not defined
2231 : : ~Java(); // not defined
2232 : : };
2233 : :
2234 : : struct Vectorize: public comphelper::ConfigurationGroup< Vectorize> {
2235 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Vectorize")); }
2236 : :
2237 : : struct ColorCount: public comphelper::ConfigurationProperty<ColorCount, sal_Int16> {
2238 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Vectorize/ColorCount")); }
2239 : : private:
2240 : : ColorCount(); // not defined
2241 : : ~ColorCount(); // not defined
2242 : : };
2243 : :
2244 : : struct PointReduce: public comphelper::ConfigurationProperty<PointReduce, sal_Int16> {
2245 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Vectorize/PointReduce")); }
2246 : : private:
2247 : : PointReduce(); // not defined
2248 : : ~PointReduce(); // not defined
2249 : : };
2250 : :
2251 : : struct FillHole: public comphelper::ConfigurationProperty<FillHole, bool> {
2252 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Vectorize/FillHole")); }
2253 : : private:
2254 : : FillHole(); // not defined
2255 : : ~FillHole(); // not defined
2256 : : };
2257 : :
2258 : : struct TileExtent: public comphelper::ConfigurationProperty<TileExtent, sal_Int16> {
2259 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Vectorize/TileExtent")); }
2260 : : private:
2261 : : TileExtent(); // not defined
2262 : : ~TileExtent(); // not defined
2263 : : };
2264 : :
2265 : : private:
2266 : : Vectorize(); // not defined
2267 : : ~Vectorize(); // not defined
2268 : : };
2269 : :
2270 : : struct Image: public comphelper::ConfigurationGroup< Image> {
2271 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image")); }
2272 : :
2273 : : struct Color: public comphelper::ConfigurationGroup< Color> {
2274 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color")); }
2275 : :
2276 : : struct Grayscale: public comphelper::ConfigurationProperty<Grayscale, sal_Int16> {
2277 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/Grayscale")); }
2278 : : private:
2279 : : Grayscale(); // not defined
2280 : : ~Grayscale(); // not defined
2281 : : };
2282 : :
2283 : : struct PosterColor: public comphelper::ConfigurationProperty<PosterColor, sal_Int16> {
2284 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/PosterColor")); }
2285 : : private:
2286 : : PosterColor(); // not defined
2287 : : ~PosterColor(); // not defined
2288 : : };
2289 : :
2290 : : struct Brightness: public comphelper::ConfigurationProperty<Brightness, sal_Int32> {
2291 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/Brightness")); }
2292 : : private:
2293 : : Brightness(); // not defined
2294 : : ~Brightness(); // not defined
2295 : : };
2296 : :
2297 : : struct Contrast: public comphelper::ConfigurationProperty<Contrast, sal_Int32> {
2298 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/Contrast")); }
2299 : : private:
2300 : : Contrast(); // not defined
2301 : : ~Contrast(); // not defined
2302 : : };
2303 : :
2304 : : struct RotationAngle: public comphelper::ConfigurationProperty<RotationAngle, sal_Int32> {
2305 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/RotationAngle")); }
2306 : : private:
2307 : : RotationAngle(); // not defined
2308 : : ~RotationAngle(); // not defined
2309 : : };
2310 : :
2311 : : struct LeftRight: public comphelper::ConfigurationProperty<LeftRight, bool> {
2312 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/LeftRight")); }
2313 : : private:
2314 : : LeftRight(); // not defined
2315 : : ~LeftRight(); // not defined
2316 : : };
2317 : :
2318 : : struct BlackWhiteThreshold: public comphelper::ConfigurationProperty<BlackWhiteThreshold, sal_Int32> {
2319 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/BlackWhiteThreshold")); }
2320 : : private:
2321 : : BlackWhiteThreshold(); // not defined
2322 : : ~BlackWhiteThreshold(); // not defined
2323 : : };
2324 : :
2325 : : struct RGB: public comphelper::ConfigurationGroup< RGB> {
2326 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/RGB")); }
2327 : :
2328 : : struct Red: public comphelper::ConfigurationProperty<Red, sal_Int32> {
2329 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/RGB/Red")); }
2330 : : private:
2331 : : Red(); // not defined
2332 : : ~Red(); // not defined
2333 : : };
2334 : :
2335 : : struct Green: public comphelper::ConfigurationProperty<Green, sal_Int32> {
2336 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/RGB/Green")); }
2337 : : private:
2338 : : Green(); // not defined
2339 : : ~Green(); // not defined
2340 : : };
2341 : :
2342 : : struct Blue: public comphelper::ConfigurationProperty<Blue, sal_Int32> {
2343 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/RGB/Blue")); }
2344 : : private:
2345 : : Blue(); // not defined
2346 : : ~Blue(); // not defined
2347 : : };
2348 : :
2349 : : private:
2350 : : RGB(); // not defined
2351 : : ~RGB(); // not defined
2352 : : };
2353 : :
2354 : : private:
2355 : : Color(); // not defined
2356 : : ~Color(); // not defined
2357 : : };
2358 : :
2359 : : struct Effect: public comphelper::ConfigurationGroup< Effect> {
2360 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect")); }
2361 : :
2362 : : struct MosaicX_Tile: public comphelper::ConfigurationProperty<MosaicX_Tile, sal_Int16> {
2363 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/MosaicX_Tile")); }
2364 : : private:
2365 : : MosaicX_Tile(); // not defined
2366 : : ~MosaicX_Tile(); // not defined
2367 : : };
2368 : :
2369 : : struct MosaicY_Tile: public comphelper::ConfigurationProperty<MosaicY_Tile, sal_Int16> {
2370 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/MosaicY_Tile")); }
2371 : : private:
2372 : : MosaicY_Tile(); // not defined
2373 : : ~MosaicY_Tile(); // not defined
2374 : : };
2375 : :
2376 : : struct Definition: public comphelper::ConfigurationProperty<Definition, sal_Int16> {
2377 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/Definition")); }
2378 : : private:
2379 : : Definition(); // not defined
2380 : : ~Definition(); // not defined
2381 : : };
2382 : :
2383 : : struct SolarizationThreshold: public comphelper::ConfigurationProperty<SolarizationThreshold, sal_Int32> {
2384 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/SolarizationThreshold")); }
2385 : : private:
2386 : : SolarizationThreshold(); // not defined
2387 : : ~SolarizationThreshold(); // not defined
2388 : : };
2389 : :
2390 : : struct Invert: public comphelper::ConfigurationProperty<Invert, bool> {
2391 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/Invert")); }
2392 : : private:
2393 : : Invert(); // not defined
2394 : : ~Invert(); // not defined
2395 : : };
2396 : :
2397 : : struct TileX_Tile: public comphelper::ConfigurationProperty<TileX_Tile, sal_Int16> {
2398 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/TileX_Tile")); }
2399 : : private:
2400 : : TileX_Tile(); // not defined
2401 : : ~TileX_Tile(); // not defined
2402 : : };
2403 : :
2404 : : struct TileY_Tile: public comphelper::ConfigurationProperty<TileY_Tile, sal_Int16> {
2405 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/TileY_Tile")); }
2406 : : private:
2407 : : TileY_Tile(); // not defined
2408 : : ~TileY_Tile(); // not defined
2409 : : };
2410 : :
2411 : : struct Degree: public comphelper::ConfigurationProperty<Degree, sal_Int16> {
2412 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/Degree")); }
2413 : : private:
2414 : : Degree(); // not defined
2415 : : ~Degree(); // not defined
2416 : : };
2417 : :
2418 : : struct Intensity: public comphelper::ConfigurationProperty<Intensity, sal_Int32> {
2419 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/Intensity")); }
2420 : : private:
2421 : : Intensity(); // not defined
2422 : : ~Intensity(); // not defined
2423 : : };
2424 : :
2425 : : private:
2426 : : Effect(); // not defined
2427 : : ~Effect(); // not defined
2428 : : };
2429 : :
2430 : : private:
2431 : : Image(); // not defined
2432 : : ~Image(); // not defined
2433 : : };
2434 : :
2435 : : struct DateFormat: public comphelper::ConfigurationGroup< DateFormat> {
2436 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/DateFormat")); }
2437 : :
2438 : : struct TwoDigitYear: public comphelper::ConfigurationProperty<TwoDigitYear, sal_Int32> {
2439 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/DateFormat/TwoDigitYear")); }
2440 : : private:
2441 : : TwoDigitYear(); // not defined
2442 : : ~TwoDigitYear(); // not defined
2443 : : };
2444 : :
2445 : : private:
2446 : : DateFormat(); // not defined
2447 : : ~DateFormat(); // not defined
2448 : : };
2449 : :
2450 : : struct Filter: public comphelper::ConfigurationGroup< Filter> {
2451 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter")); }
2452 : :
2453 : : struct Microsoft: public comphelper::ConfigurationGroup< Microsoft> {
2454 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft")); }
2455 : :
2456 : : struct Import: public comphelper::ConfigurationGroup< Import> {
2457 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import")); }
2458 : :
2459 : : struct MathTypeToMath: public comphelper::ConfigurationProperty<MathTypeToMath, bool> {
2460 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import/MathTypeToMath")); }
2461 : : private:
2462 : : MathTypeToMath(); // not defined
2463 : : ~MathTypeToMath(); // not defined
2464 : : };
2465 : :
2466 : : struct WinWordToWriter: public comphelper::ConfigurationProperty<WinWordToWriter, bool> {
2467 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import/WinWordToWriter")); }
2468 : : private:
2469 : : WinWordToWriter(); // not defined
2470 : : ~WinWordToWriter(); // not defined
2471 : : };
2472 : :
2473 : : struct ExcelToCalc: public comphelper::ConfigurationProperty<ExcelToCalc, bool> {
2474 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import/ExcelToCalc")); }
2475 : : private:
2476 : : ExcelToCalc(); // not defined
2477 : : ~ExcelToCalc(); // not defined
2478 : : };
2479 : :
2480 : : struct PowerPointToImpress: public comphelper::ConfigurationProperty<PowerPointToImpress, bool> {
2481 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import/PowerPointToImpress")); }
2482 : : private:
2483 : : PowerPointToImpress(); // not defined
2484 : : ~PowerPointToImpress(); // not defined
2485 : : };
2486 : :
2487 : : struct ImportWWFieldsAsEnhancedFields: public comphelper::ConfigurationProperty<ImportWWFieldsAsEnhancedFields, bool> {
2488 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import/ImportWWFieldsAsEnhancedFields")); }
2489 : : private:
2490 : : ImportWWFieldsAsEnhancedFields(); // not defined
2491 : : ~ImportWWFieldsAsEnhancedFields(); // not defined
2492 : : };
2493 : :
2494 : : private:
2495 : : Import(); // not defined
2496 : : ~Import(); // not defined
2497 : : };
2498 : :
2499 : : struct Export: public comphelper::ConfigurationGroup< Export> {
2500 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export")); }
2501 : :
2502 : : struct MathToMathType: public comphelper::ConfigurationProperty<MathToMathType, bool> {
2503 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/MathToMathType")); }
2504 : : private:
2505 : : MathToMathType(); // not defined
2506 : : ~MathToMathType(); // not defined
2507 : : };
2508 : :
2509 : : struct WriterToWinWord: public comphelper::ConfigurationProperty<WriterToWinWord, bool> {
2510 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/WriterToWinWord")); }
2511 : : private:
2512 : : WriterToWinWord(); // not defined
2513 : : ~WriterToWinWord(); // not defined
2514 : : };
2515 : :
2516 : : struct CalcToExcel: public comphelper::ConfigurationProperty<CalcToExcel, bool> {
2517 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/CalcToExcel")); }
2518 : : private:
2519 : : CalcToExcel(); // not defined
2520 : : ~CalcToExcel(); // not defined
2521 : : };
2522 : :
2523 : : struct ImpressToPowerPoint: public comphelper::ConfigurationProperty<ImpressToPowerPoint, bool> {
2524 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/ImpressToPowerPoint")); }
2525 : : private:
2526 : : ImpressToPowerPoint(); // not defined
2527 : : ~ImpressToPowerPoint(); // not defined
2528 : : };
2529 : :
2530 : : struct EnablePowerPointPreview: public comphelper::ConfigurationProperty<EnablePowerPointPreview, bool> {
2531 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/EnablePowerPointPreview")); }
2532 : : private:
2533 : : EnablePowerPointPreview(); // not defined
2534 : : ~EnablePowerPointPreview(); // not defined
2535 : : };
2536 : :
2537 : : struct EnableExcelPreview: public comphelper::ConfigurationProperty<EnableExcelPreview, bool> {
2538 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/EnableExcelPreview")); }
2539 : : private:
2540 : : EnableExcelPreview(); // not defined
2541 : : ~EnableExcelPreview(); // not defined
2542 : : };
2543 : :
2544 : : struct EnableWordPreview: public comphelper::ConfigurationProperty<EnableWordPreview, bool> {
2545 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/EnableWordPreview")); }
2546 : : private:
2547 : : EnableWordPreview(); // not defined
2548 : : ~EnableWordPreview(); // not defined
2549 : : };
2550 : :
2551 : : private:
2552 : : Export(); // not defined
2553 : : ~Export(); // not defined
2554 : : };
2555 : :
2556 : : private:
2557 : : Microsoft(); // not defined
2558 : : ~Microsoft(); // not defined
2559 : : };
2560 : :
2561 : : struct Graphic: public comphelper::ConfigurationGroup< Graphic> {
2562 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic")); }
2563 : :
2564 : : struct Import: public comphelper::ConfigurationGroup< Import> {
2565 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Import")); }
2566 : :
2567 : : struct PCD: public comphelper::ConfigurationGroup< PCD> {
2568 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Import/PCD")); }
2569 : :
2570 : : struct Resolution: public comphelper::ConfigurationProperty<Resolution, sal_Int32> {
2571 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Import/PCD/Resolution")); }
2572 : : private:
2573 : : Resolution(); // not defined
2574 : : ~Resolution(); // not defined
2575 : : };
2576 : :
2577 : : private:
2578 : : PCD(); // not defined
2579 : : ~PCD(); // not defined
2580 : : };
2581 : :
2582 : : private:
2583 : : Import(); // not defined
2584 : : ~Import(); // not defined
2585 : : };
2586 : :
2587 : : struct Export: public comphelper::ConfigurationGroup< Export> {
2588 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export")); }
2589 : :
2590 : : struct PixelExportUnit: public comphelper::ConfigurationProperty<PixelExportUnit, sal_Int32> {
2591 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PixelExportUnit")); }
2592 : : private:
2593 : : PixelExportUnit(); // not defined
2594 : : ~PixelExportUnit(); // not defined
2595 : : };
2596 : :
2597 : : struct PixelExportResolutionUnit: public comphelper::ConfigurationProperty<PixelExportResolutionUnit, sal_Int32> {
2598 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PixelExportResolutionUnit")); }
2599 : : private:
2600 : : PixelExportResolutionUnit(); // not defined
2601 : : ~PixelExportResolutionUnit(); // not defined
2602 : : };
2603 : :
2604 : : struct PixelExportResolution: public comphelper::ConfigurationProperty<PixelExportResolution, sal_Int32> {
2605 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PixelExportResolution")); }
2606 : : private:
2607 : : PixelExportResolution(); // not defined
2608 : : ~PixelExportResolution(); // not defined
2609 : : };
2610 : :
2611 : : struct MaxFilesizeForRealtimePreview: public comphelper::ConfigurationProperty<MaxFilesizeForRealtimePreview, sal_Int32> {
2612 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/MaxFilesizeForRealtimePreview")); }
2613 : : private:
2614 : : MaxFilesizeForRealtimePreview(); // not defined
2615 : : ~MaxFilesizeForRealtimePreview(); // not defined
2616 : : };
2617 : :
2618 : : struct VectorExportUnit: public comphelper::ConfigurationProperty<VectorExportUnit, sal_Int32> {
2619 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/VectorExportUnit")); }
2620 : : private:
2621 : : VectorExportUnit(); // not defined
2622 : : ~VectorExportUnit(); // not defined
2623 : : };
2624 : :
2625 : : struct BMP: public comphelper::ConfigurationGroup< BMP> {
2626 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/BMP")); }
2627 : :
2628 : : struct Color: public comphelper::ConfigurationProperty<Color, sal_Int32> {
2629 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/BMP/Color")); }
2630 : : private:
2631 : : Color(); // not defined
2632 : : ~Color(); // not defined
2633 : : };
2634 : :
2635 : : struct RLE_Coding: public comphelper::ConfigurationProperty<RLE_Coding, bool> {
2636 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/BMP/RLE_Coding")); }
2637 : : private:
2638 : : RLE_Coding(); // not defined
2639 : : ~RLE_Coding(); // not defined
2640 : : };
2641 : :
2642 : : private:
2643 : : BMP(); // not defined
2644 : : ~BMP(); // not defined
2645 : : };
2646 : :
2647 : : struct EPS: public comphelper::ConfigurationGroup< EPS> {
2648 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS")); }
2649 : :
2650 : : struct Preview: public comphelper::ConfigurationProperty<Preview, sal_Int32> {
2651 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS/Preview")); }
2652 : : private:
2653 : : Preview(); // not defined
2654 : : ~Preview(); // not defined
2655 : : };
2656 : :
2657 : : struct Version: public comphelper::ConfigurationProperty<Version, sal_Int32> {
2658 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS/Version")); }
2659 : : private:
2660 : : Version(); // not defined
2661 : : ~Version(); // not defined
2662 : : };
2663 : :
2664 : : struct ColorFormat: public comphelper::ConfigurationProperty<ColorFormat, sal_Int32> {
2665 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS/ColorFormat")); }
2666 : : private:
2667 : : ColorFormat(); // not defined
2668 : : ~ColorFormat(); // not defined
2669 : : };
2670 : :
2671 : : struct CompressionMode: public comphelper::ConfigurationProperty<CompressionMode, sal_Int32> {
2672 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS/CompressionMode")); }
2673 : : private:
2674 : : CompressionMode(); // not defined
2675 : : ~CompressionMode(); // not defined
2676 : : };
2677 : :
2678 : : struct TextMode: public comphelper::ConfigurationProperty<TextMode, sal_Int32> {
2679 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS/TextMode")); }
2680 : : private:
2681 : : TextMode(); // not defined
2682 : : ~TextMode(); // not defined
2683 : : };
2684 : :
2685 : : private:
2686 : : EPS(); // not defined
2687 : : ~EPS(); // not defined
2688 : : };
2689 : :
2690 : : struct GIF: public comphelper::ConfigurationGroup< GIF> {
2691 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/GIF")); }
2692 : :
2693 : : struct Interlaced: public comphelper::ConfigurationProperty<Interlaced, sal_Int32> {
2694 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/GIF/Interlaced")); }
2695 : : private:
2696 : : Interlaced(); // not defined
2697 : : ~Interlaced(); // not defined
2698 : : };
2699 : :
2700 : : struct Translucent: public comphelper::ConfigurationProperty<Translucent, sal_Int32> {
2701 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/GIF/Translucent")); }
2702 : : private:
2703 : : Translucent(); // not defined
2704 : : ~Translucent(); // not defined
2705 : : };
2706 : :
2707 : : private:
2708 : : GIF(); // not defined
2709 : : ~GIF(); // not defined
2710 : : };
2711 : :
2712 : : struct JPG: public comphelper::ConfigurationGroup< JPG> {
2713 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/JPG")); }
2714 : :
2715 : : struct Quality: public comphelper::ConfigurationProperty<Quality, sal_Int32> {
2716 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/JPG/Quality")); }
2717 : : private:
2718 : : Quality(); // not defined
2719 : : ~Quality(); // not defined
2720 : : };
2721 : :
2722 : : struct ColorMode: public comphelper::ConfigurationProperty<ColorMode, sal_Int32> {
2723 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/JPG/ColorMode")); }
2724 : : private:
2725 : : ColorMode(); // not defined
2726 : : ~ColorMode(); // not defined
2727 : : };
2728 : :
2729 : : private:
2730 : : JPG(); // not defined
2731 : : ~JPG(); // not defined
2732 : : };
2733 : :
2734 : : struct PBM: public comphelper::ConfigurationGroup< PBM> {
2735 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PBM")); }
2736 : :
2737 : : struct FileFormat: public comphelper::ConfigurationProperty<FileFormat, sal_Int32> {
2738 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PBM/FileFormat")); }
2739 : : private:
2740 : : FileFormat(); // not defined
2741 : : ~FileFormat(); // not defined
2742 : : };
2743 : :
2744 : : private:
2745 : : PBM(); // not defined
2746 : : ~PBM(); // not defined
2747 : : };
2748 : :
2749 : : struct PGM: public comphelper::ConfigurationGroup< PGM> {
2750 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PGM")); }
2751 : :
2752 : : struct FileFormat: public comphelper::ConfigurationProperty<FileFormat, sal_Int32> {
2753 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PGM/FileFormat")); }
2754 : : private:
2755 : : FileFormat(); // not defined
2756 : : ~FileFormat(); // not defined
2757 : : };
2758 : :
2759 : : private:
2760 : : PGM(); // not defined
2761 : : ~PGM(); // not defined
2762 : : };
2763 : :
2764 : : struct PPM: public comphelper::ConfigurationGroup< PPM> {
2765 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PPM")); }
2766 : :
2767 : : struct FileFormat: public comphelper::ConfigurationProperty<FileFormat, sal_Int32> {
2768 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PPM/FileFormat")); }
2769 : : private:
2770 : : FileFormat(); // not defined
2771 : : ~FileFormat(); // not defined
2772 : : };
2773 : :
2774 : : private:
2775 : : PPM(); // not defined
2776 : : ~PPM(); // not defined
2777 : : };
2778 : :
2779 : : struct PNG: public comphelper::ConfigurationGroup< PNG> {
2780 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PNG")); }
2781 : :
2782 : : struct Compression: public comphelper::ConfigurationProperty<Compression, sal_Int32> {
2783 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PNG/Compression")); }
2784 : : private:
2785 : : Compression(); // not defined
2786 : : ~Compression(); // not defined
2787 : : };
2788 : :
2789 : : struct Interlaced: public comphelper::ConfigurationProperty<Interlaced, sal_Int32> {
2790 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PNG/Interlaced")); }
2791 : : private:
2792 : : Interlaced(); // not defined
2793 : : ~Interlaced(); // not defined
2794 : : };
2795 : :
2796 : : private:
2797 : : PNG(); // not defined
2798 : : ~PNG(); // not defined
2799 : : };
2800 : :
2801 : : struct SVG: public comphelper::ConfigurationGroup< SVG> {
2802 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/SVG")); }
2803 : :
2804 : : struct TinyMode: public comphelper::ConfigurationProperty<TinyMode, bool> {
2805 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/SVG/TinyMode")); }
2806 : : private:
2807 : : TinyMode(); // not defined
2808 : : ~TinyMode(); // not defined
2809 : : };
2810 : :
2811 : : struct EmbedFonts: public comphelper::ConfigurationProperty<EmbedFonts, bool> {
2812 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/SVG/EmbedFonts")); }
2813 : : private:
2814 : : EmbedFonts(); // not defined
2815 : : ~EmbedFonts(); // not defined
2816 : : };
2817 : :
2818 : : struct UseNativeTextDecoration: public comphelper::ConfigurationProperty<UseNativeTextDecoration, bool> {
2819 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/SVG/UseNativeTextDecoration")); }
2820 : : private:
2821 : : UseNativeTextDecoration(); // not defined
2822 : : ~UseNativeTextDecoration(); // not defined
2823 : : };
2824 : :
2825 : : private:
2826 : : SVG(); // not defined
2827 : : ~SVG(); // not defined
2828 : : };
2829 : :
2830 : : private:
2831 : : Export(); // not defined
2832 : : ~Export(); // not defined
2833 : : };
2834 : :
2835 : : private:
2836 : : Graphic(); // not defined
2837 : : ~Graphic(); // not defined
2838 : : };
2839 : :
2840 : : struct HTML: public comphelper::ConfigurationGroup< HTML> {
2841 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML")); }
2842 : :
2843 : : struct Import: public comphelper::ConfigurationGroup< Import> {
2844 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import")); }
2845 : :
2846 : : struct NumbersEnglishUS: public comphelper::ConfigurationProperty<NumbersEnglishUS, bool> {
2847 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/NumbersEnglishUS")); }
2848 : : private:
2849 : : NumbersEnglishUS(); // not defined
2850 : : ~NumbersEnglishUS(); // not defined
2851 : : };
2852 : :
2853 : : struct UnknownTag: public comphelper::ConfigurationProperty<UnknownTag, bool> {
2854 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/UnknownTag")); }
2855 : : private:
2856 : : UnknownTag(); // not defined
2857 : : ~UnknownTag(); // not defined
2858 : : };
2859 : :
2860 : : struct FontSetting: public comphelper::ConfigurationProperty<FontSetting, bool> {
2861 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSetting")); }
2862 : : private:
2863 : : FontSetting(); // not defined
2864 : : ~FontSetting(); // not defined
2865 : : };
2866 : :
2867 : : struct FontSize: public comphelper::ConfigurationGroup< FontSize> {
2868 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize")); }
2869 : :
2870 : : struct Size_1: public comphelper::ConfigurationProperty<Size_1, sal_Int32> {
2871 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_1")); }
2872 : : private:
2873 : : Size_1(); // not defined
2874 : : ~Size_1(); // not defined
2875 : : };
2876 : :
2877 : : struct Size_2: public comphelper::ConfigurationProperty<Size_2, sal_Int32> {
2878 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_2")); }
2879 : : private:
2880 : : Size_2(); // not defined
2881 : : ~Size_2(); // not defined
2882 : : };
2883 : :
2884 : : struct Size_3: public comphelper::ConfigurationProperty<Size_3, sal_Int32> {
2885 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_3")); }
2886 : : private:
2887 : : Size_3(); // not defined
2888 : : ~Size_3(); // not defined
2889 : : };
2890 : :
2891 : : struct Size_4: public comphelper::ConfigurationProperty<Size_4, sal_Int32> {
2892 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_4")); }
2893 : : private:
2894 : : Size_4(); // not defined
2895 : : ~Size_4(); // not defined
2896 : : };
2897 : :
2898 : : struct Size_5: public comphelper::ConfigurationProperty<Size_5, sal_Int32> {
2899 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_5")); }
2900 : : private:
2901 : : Size_5(); // not defined
2902 : : ~Size_5(); // not defined
2903 : : };
2904 : :
2905 : : struct Size_6: public comphelper::ConfigurationProperty<Size_6, sal_Int32> {
2906 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_6")); }
2907 : : private:
2908 : : Size_6(); // not defined
2909 : : ~Size_6(); // not defined
2910 : : };
2911 : :
2912 : : struct Size_7: public comphelper::ConfigurationProperty<Size_7, sal_Int32> {
2913 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_7")); }
2914 : : private:
2915 : : Size_7(); // not defined
2916 : : ~Size_7(); // not defined
2917 : : };
2918 : :
2919 : : private:
2920 : : FontSize(); // not defined
2921 : : ~FontSize(); // not defined
2922 : : };
2923 : :
2924 : : private:
2925 : : Import(); // not defined
2926 : : ~Import(); // not defined
2927 : : };
2928 : :
2929 : : struct Export: public comphelper::ConfigurationGroup< Export> {
2930 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export")); }
2931 : :
2932 : : struct Browser: public comphelper::ConfigurationProperty<Browser, sal_Int32> {
2933 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/Browser")); }
2934 : : private:
2935 : : Browser(); // not defined
2936 : : ~Browser(); // not defined
2937 : : };
2938 : :
2939 : : struct Basic: public comphelper::ConfigurationProperty<Basic, bool> {
2940 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/Basic")); }
2941 : : private:
2942 : : Basic(); // not defined
2943 : : ~Basic(); // not defined
2944 : : };
2945 : :
2946 : : struct PrintLayout: public comphelper::ConfigurationProperty<PrintLayout, bool> {
2947 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/PrintLayout")); }
2948 : : private:
2949 : : PrintLayout(); // not defined
2950 : : ~PrintLayout(); // not defined
2951 : : };
2952 : :
2953 : : struct LocalGraphic: public comphelper::ConfigurationProperty<LocalGraphic, bool> {
2954 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/LocalGraphic")); }
2955 : : private:
2956 : : LocalGraphic(); // not defined
2957 : : ~LocalGraphic(); // not defined
2958 : : };
2959 : :
2960 : : struct Warning: public comphelper::ConfigurationProperty<Warning, bool> {
2961 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/Warning")); }
2962 : : private:
2963 : : Warning(); // not defined
2964 : : ~Warning(); // not defined
2965 : : };
2966 : :
2967 : : struct Encoding: public comphelper::ConfigurationProperty<Encoding, boost::optional<sal_Int32> > {
2968 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/Encoding")); }
2969 : : private:
2970 : : Encoding(); // not defined
2971 : : ~Encoding(); // not defined
2972 : : };
2973 : :
2974 : : private:
2975 : : Export(); // not defined
2976 : : ~Export(); // not defined
2977 : : };
2978 : :
2979 : : private:
2980 : : HTML(); // not defined
2981 : : ~HTML(); // not defined
2982 : : };
2983 : :
2984 : : struct PDF: public comphelper::ConfigurationGroup< PDF> {
2985 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF")); }
2986 : :
2987 : : struct Export: public comphelper::ConfigurationGroup< Export> {
2988 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export")); }
2989 : :
2990 : : struct CompressMode: public comphelper::ConfigurationProperty<CompressMode, sal_Int32> {
2991 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/CompressMode")); }
2992 : : private:
2993 : : CompressMode(); // not defined
2994 : : ~CompressMode(); // not defined
2995 : : };
2996 : :
2997 : : struct UseLosslessCompression: public comphelper::ConfigurationProperty<UseLosslessCompression, bool> {
2998 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/UseLosslessCompression")); }
2999 : : private:
3000 : : UseLosslessCompression(); // not defined
3001 : : ~UseLosslessCompression(); // not defined
3002 : : };
3003 : :
3004 : : struct Quality: public comphelper::ConfigurationProperty<Quality, sal_Int32> {
3005 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/Quality")); }
3006 : : private:
3007 : : Quality(); // not defined
3008 : : ~Quality(); // not defined
3009 : : };
3010 : :
3011 : : struct ReduceImageResolution: public comphelper::ConfigurationProperty<ReduceImageResolution, bool> {
3012 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ReduceImageResolution")); }
3013 : : private:
3014 : : ReduceImageResolution(); // not defined
3015 : : ~ReduceImageResolution(); // not defined
3016 : : };
3017 : :
3018 : : struct MaxImageResolution: public comphelper::ConfigurationProperty<MaxImageResolution, sal_Int32> {
3019 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/MaxImageResolution")); }
3020 : : private:
3021 : : MaxImageResolution(); // not defined
3022 : : ~MaxImageResolution(); // not defined
3023 : : };
3024 : :
3025 : : struct UseTaggedPDF: public comphelper::ConfigurationProperty<UseTaggedPDF, bool> {
3026 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/UseTaggedPDF")); }
3027 : : private:
3028 : : UseTaggedPDF(); // not defined
3029 : : ~UseTaggedPDF(); // not defined
3030 : : };
3031 : :
3032 : : struct ExportNotes: public comphelper::ConfigurationProperty<ExportNotes, bool> {
3033 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportNotes")); }
3034 : : private:
3035 : : ExportNotes(); // not defined
3036 : : ~ExportNotes(); // not defined
3037 : : };
3038 : :
3039 : : struct ExportBookmarks: public comphelper::ConfigurationProperty<ExportBookmarks, bool> {
3040 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportBookmarks")); }
3041 : : private:
3042 : : ExportBookmarks(); // not defined
3043 : : ~ExportBookmarks(); // not defined
3044 : : };
3045 : :
3046 : : struct OpenBookmarkLevels: public comphelper::ConfigurationProperty<OpenBookmarkLevels, sal_Int32> {
3047 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/OpenBookmarkLevels")); }
3048 : : private:
3049 : : OpenBookmarkLevels(); // not defined
3050 : : ~OpenBookmarkLevels(); // not defined
3051 : : };
3052 : :
3053 : : struct ExportNotesPages: public comphelper::ConfigurationProperty<ExportNotesPages, bool> {
3054 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportNotesPages")); }
3055 : : private:
3056 : : ExportNotesPages(); // not defined
3057 : : ~ExportNotesPages(); // not defined
3058 : : };
3059 : :
3060 : : struct UseTransitionEffects: public comphelper::ConfigurationProperty<UseTransitionEffects, bool> {
3061 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/UseTransitionEffects")); }
3062 : : private:
3063 : : UseTransitionEffects(); // not defined
3064 : : ~UseTransitionEffects(); // not defined
3065 : : };
3066 : :
3067 : : struct ExportFormFields: public comphelper::ConfigurationProperty<ExportFormFields, bool> {
3068 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportFormFields")); }
3069 : : private:
3070 : : ExportFormFields(); // not defined
3071 : : ~ExportFormFields(); // not defined
3072 : : };
3073 : :
3074 : : struct EmbedStandardFonts: public comphelper::ConfigurationProperty<EmbedStandardFonts, bool> {
3075 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/EmbedStandardFonts")); }
3076 : : private:
3077 : : EmbedStandardFonts(); // not defined
3078 : : ~EmbedStandardFonts(); // not defined
3079 : : };
3080 : :
3081 : : struct FormsType: public comphelper::ConfigurationProperty<FormsType, sal_Int32> {
3082 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/FormsType")); }
3083 : : private:
3084 : : FormsType(); // not defined
3085 : : ~FormsType(); // not defined
3086 : : };
3087 : :
3088 : : struct AllowDuplicateFieldNames: public comphelper::ConfigurationProperty<AllowDuplicateFieldNames, bool> {
3089 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/AllowDuplicateFieldNames")); }
3090 : : private:
3091 : : AllowDuplicateFieldNames(); // not defined
3092 : : ~AllowDuplicateFieldNames(); // not defined
3093 : : };
3094 : :
3095 : : struct IsSkipEmptyPages: public comphelper::ConfigurationProperty<IsSkipEmptyPages, bool> {
3096 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/IsSkipEmptyPages")); }
3097 : : private:
3098 : : IsSkipEmptyPages(); // not defined
3099 : : ~IsSkipEmptyPages(); // not defined
3100 : : };
3101 : :
3102 : : struct IsAddStream: public comphelper::ConfigurationProperty<IsAddStream, bool> {
3103 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/IsAddStream")); }
3104 : : private:
3105 : : IsAddStream(); // not defined
3106 : : ~IsAddStream(); // not defined
3107 : : };
3108 : :
3109 : : struct HideViewerMenubar: public comphelper::ConfigurationProperty<HideViewerMenubar, bool> {
3110 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/HideViewerMenubar")); }
3111 : : private:
3112 : : HideViewerMenubar(); // not defined
3113 : : ~HideViewerMenubar(); // not defined
3114 : : };
3115 : :
3116 : : struct HideViewerToolbar: public comphelper::ConfigurationProperty<HideViewerToolbar, bool> {
3117 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/HideViewerToolbar")); }
3118 : : private:
3119 : : HideViewerToolbar(); // not defined
3120 : : ~HideViewerToolbar(); // not defined
3121 : : };
3122 : :
3123 : : struct HideViewerWindowControls: public comphelper::ConfigurationProperty<HideViewerWindowControls, bool> {
3124 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/HideViewerWindowControls")); }
3125 : : private:
3126 : : HideViewerWindowControls(); // not defined
3127 : : ~HideViewerWindowControls(); // not defined
3128 : : };
3129 : :
3130 : : struct ResizeWindowToInitialPage: public comphelper::ConfigurationProperty<ResizeWindowToInitialPage, bool> {
3131 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ResizeWindowToInitialPage")); }
3132 : : private:
3133 : : ResizeWindowToInitialPage(); // not defined
3134 : : ~ResizeWindowToInitialPage(); // not defined
3135 : : };
3136 : :
3137 : : struct CenterWindow: public comphelper::ConfigurationProperty<CenterWindow, bool> {
3138 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/CenterWindow")); }
3139 : : private:
3140 : : CenterWindow(); // not defined
3141 : : ~CenterWindow(); // not defined
3142 : : };
3143 : :
3144 : : struct OpenInFullScreenMode: public comphelper::ConfigurationProperty<OpenInFullScreenMode, bool> {
3145 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/OpenInFullScreenMode")); }
3146 : : private:
3147 : : OpenInFullScreenMode(); // not defined
3148 : : ~OpenInFullScreenMode(); // not defined
3149 : : };
3150 : :
3151 : : struct DisplayPDFDocumentTitle: public comphelper::ConfigurationProperty<DisplayPDFDocumentTitle, bool> {
3152 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/DisplayPDFDocumentTitle")); }
3153 : : private:
3154 : : DisplayPDFDocumentTitle(); // not defined
3155 : : ~DisplayPDFDocumentTitle(); // not defined
3156 : : };
3157 : :
3158 : : struct InitialView: public comphelper::ConfigurationProperty<InitialView, sal_Int32> {
3159 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/InitialView")); }
3160 : : private:
3161 : : InitialView(); // not defined
3162 : : ~InitialView(); // not defined
3163 : : };
3164 : :
3165 : : struct Magnification: public comphelper::ConfigurationProperty<Magnification, sal_Int32> {
3166 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/Magnification")); }
3167 : : private:
3168 : : Magnification(); // not defined
3169 : : ~Magnification(); // not defined
3170 : : };
3171 : :
3172 : : struct Zoom: public comphelper::ConfigurationProperty<Zoom, sal_Int32> {
3173 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/Zoom")); }
3174 : : private:
3175 : : Zoom(); // not defined
3176 : : ~Zoom(); // not defined
3177 : : };
3178 : :
3179 : : struct InitialPage: public comphelper::ConfigurationProperty<InitialPage, sal_Int32> {
3180 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/InitialPage")); }
3181 : : private:
3182 : : InitialPage(); // not defined
3183 : : ~InitialPage(); // not defined
3184 : : };
3185 : :
3186 : : struct PageLayout: public comphelper::ConfigurationProperty<PageLayout, sal_Int32> {
3187 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/PageLayout")); }
3188 : : private:
3189 : : PageLayout(); // not defined
3190 : : ~PageLayout(); // not defined
3191 : : };
3192 : :
3193 : : struct FirstPageOnLeft: public comphelper::ConfigurationProperty<FirstPageOnLeft, bool> {
3194 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/FirstPageOnLeft")); }
3195 : : private:
3196 : : FirstPageOnLeft(); // not defined
3197 : : ~FirstPageOnLeft(); // not defined
3198 : : };
3199 : :
3200 : : struct Printing: public comphelper::ConfigurationProperty<Printing, sal_Int32> {
3201 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/Printing")); }
3202 : : private:
3203 : : Printing(); // not defined
3204 : : ~Printing(); // not defined
3205 : : };
3206 : :
3207 : : struct Changes: public comphelper::ConfigurationProperty<Changes, sal_Int32> {
3208 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/Changes")); }
3209 : : private:
3210 : : Changes(); // not defined
3211 : : ~Changes(); // not defined
3212 : : };
3213 : :
3214 : : struct EnableCopyingOfContent: public comphelper::ConfigurationProperty<EnableCopyingOfContent, bool> {
3215 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/EnableCopyingOfContent")); }
3216 : : private:
3217 : : EnableCopyingOfContent(); // not defined
3218 : : ~EnableCopyingOfContent(); // not defined
3219 : : };
3220 : :
3221 : : struct EnableTextAccessForAccessibilityTools: public comphelper::ConfigurationProperty<EnableTextAccessForAccessibilityTools, bool> {
3222 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/EnableTextAccessForAccessibilityTools")); }
3223 : : private:
3224 : : EnableTextAccessForAccessibilityTools(); // not defined
3225 : : ~EnableTextAccessForAccessibilityTools(); // not defined
3226 : : };
3227 : :
3228 : : struct SelectPdfVersion: public comphelper::ConfigurationProperty<SelectPdfVersion, sal_Int32> {
3229 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/SelectPdfVersion")); }
3230 : : private:
3231 : : SelectPdfVersion(); // not defined
3232 : : ~SelectPdfVersion(); // not defined
3233 : : };
3234 : :
3235 : : struct ExportLinksRelativeFsys: public comphelper::ConfigurationProperty<ExportLinksRelativeFsys, bool> {
3236 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportLinksRelativeFsys")); }
3237 : : private:
3238 : : ExportLinksRelativeFsys(); // not defined
3239 : : ~ExportLinksRelativeFsys(); // not defined
3240 : : };
3241 : :
3242 : : struct PDFViewSelection: public comphelper::ConfigurationProperty<PDFViewSelection, sal_Int32> {
3243 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/PDFViewSelection")); }
3244 : : private:
3245 : : PDFViewSelection(); // not defined
3246 : : ~PDFViewSelection(); // not defined
3247 : : };
3248 : :
3249 : : struct ConvertOOoTargetToPDFTarget: public comphelper::ConfigurationProperty<ConvertOOoTargetToPDFTarget, bool> {
3250 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ConvertOOoTargetToPDFTarget")); }
3251 : : private:
3252 : : ConvertOOoTargetToPDFTarget(); // not defined
3253 : : ~ConvertOOoTargetToPDFTarget(); // not defined
3254 : : };
3255 : :
3256 : : struct ExportBookmarksToPDFDestination: public comphelper::ConfigurationProperty<ExportBookmarksToPDFDestination, bool> {
3257 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportBookmarksToPDFDestination")); }
3258 : : private:
3259 : : ExportBookmarksToPDFDestination(); // not defined
3260 : : ~ExportBookmarksToPDFDestination(); // not defined
3261 : : };
3262 : :
3263 : : private:
3264 : : Export(); // not defined
3265 : : ~Export(); // not defined
3266 : : };
3267 : :
3268 : : private:
3269 : : PDF(); // not defined
3270 : : ~PDF(); // not defined
3271 : : };
3272 : :
3273 : : private:
3274 : : Filter(); // not defined
3275 : : ~Filter(); // not defined
3276 : : };
3277 : :
3278 : : struct Misc: public comphelper::ConfigurationGroup< Misc> {
3279 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc")); }
3280 : :
3281 : : struct MaxOpenDocuments: public comphelper::ConfigurationProperty<MaxOpenDocuments, boost::optional<sal_Int32> > {
3282 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/MaxOpenDocuments")); }
3283 : : private:
3284 : : MaxOpenDocuments(); // not defined
3285 : : ~MaxOpenDocuments(); // not defined
3286 : : };
3287 : :
3288 : : struct PluginsEnabled: public comphelper::ConfigurationProperty<PluginsEnabled, bool> {
3289 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/PluginsEnabled")); }
3290 : : private:
3291 : : PluginsEnabled(); // not defined
3292 : : ~PluginsEnabled(); // not defined
3293 : : };
3294 : :
3295 : : struct UseSystemFileDialog: public comphelper::ConfigurationProperty<UseSystemFileDialog, bool> {
3296 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/UseSystemFileDialog")); }
3297 : : private:
3298 : : UseSystemFileDialog(); // not defined
3299 : : ~UseSystemFileDialog(); // not defined
3300 : : };
3301 : :
3302 : : struct UseDocumentSystemFileLocking: public comphelper::ConfigurationProperty<UseDocumentSystemFileLocking, bool> {
3303 : 4358 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/UseDocumentSystemFileLocking")); }
3304 : : private:
3305 : : UseDocumentSystemFileLocking(); // not defined
3306 : : ~UseDocumentSystemFileLocking(); // not defined
3307 : : };
3308 : :
3309 : : struct UseDocumentOOoLockFile: public comphelper::ConfigurationProperty<UseDocumentOOoLockFile, bool> {
3310 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/UseDocumentOOoLockFile")); }
3311 : : private:
3312 : : UseDocumentOOoLockFile(); // not defined
3313 : : ~UseDocumentOOoLockFile(); // not defined
3314 : : };
3315 : :
3316 : : struct UseLocking: public comphelper::ConfigurationProperty<UseLocking, bool> {
3317 : 2971 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/UseLocking")); }
3318 : : private:
3319 : : UseLocking(); // not defined
3320 : : ~UseLocking(); // not defined
3321 : : };
3322 : :
3323 : : struct ShowLinkWarningDialog: public comphelper::ConfigurationProperty<ShowLinkWarningDialog, bool> {
3324 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/ShowLinkWarningDialog")); }
3325 : : private:
3326 : : ShowLinkWarningDialog(); // not defined
3327 : : ~ShowLinkWarningDialog(); // not defined
3328 : : };
3329 : :
3330 : : struct UseSystemPrintDialog: public comphelper::ConfigurationProperty<UseSystemPrintDialog, bool> {
3331 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/UseSystemPrintDialog")); }
3332 : : private:
3333 : : UseSystemPrintDialog(); // not defined
3334 : : ~UseSystemPrintDialog(); // not defined
3335 : : };
3336 : :
3337 : : struct TryODMADialog: public comphelper::ConfigurationProperty<TryODMADialog, bool> {
3338 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/TryODMADialog")); }
3339 : : private:
3340 : : TryODMADialog(); // not defined
3341 : : ~TryODMADialog(); // not defined
3342 : : };
3343 : :
3344 : : struct DisableUICustomization: public comphelper::ConfigurationProperty<DisableUICustomization, bool> {
3345 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/DisableUICustomization")); }
3346 : : private:
3347 : : DisableUICustomization(); // not defined
3348 : : ~DisableUICustomization(); // not defined
3349 : : };
3350 : :
3351 : : struct AlwaysAllowSave: public comphelper::ConfigurationProperty<AlwaysAllowSave, bool> {
3352 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/AlwaysAllowSave")); }
3353 : : private:
3354 : : AlwaysAllowSave(); // not defined
3355 : : ~AlwaysAllowSave(); // not defined
3356 : : };
3357 : :
3358 : : struct ExperimentalMode: public comphelper::ConfigurationProperty<ExperimentalMode, bool> {
3359 : 25 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/ExperimentalMode")); }
3360 : : private:
3361 : : ExperimentalMode(); // not defined
3362 : : ~ExperimentalMode(); // not defined
3363 : : };
3364 : :
3365 : : struct MacroRecorderMode: public comphelper::ConfigurationProperty<MacroRecorderMode, bool> {
3366 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/MacroRecorderMode")); }
3367 : : private:
3368 : : MacroRecorderMode(); // not defined
3369 : : ~MacroRecorderMode(); // not defined
3370 : : };
3371 : :
3372 : : struct SymbolSet: public comphelper::ConfigurationProperty<SymbolSet, sal_Int16> {
3373 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/SymbolSet")); }
3374 : : private:
3375 : : SymbolSet(); // not defined
3376 : : ~SymbolSet(); // not defined
3377 : : };
3378 : :
3379 : : struct SymbolStyle: public comphelper::ConfigurationProperty<SymbolStyle, rtl::OUString> {
3380 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/SymbolStyle")); }
3381 : : private:
3382 : : SymbolStyle(); // not defined
3383 : : ~SymbolStyle(); // not defined
3384 : : };
3385 : :
3386 : : struct ToolboxStyle: public comphelper::ConfigurationProperty<ToolboxStyle, sal_Int16> {
3387 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/ToolboxStyle")); }
3388 : : private:
3389 : : ToolboxStyle(); // not defined
3390 : : ~ToolboxStyle(); // not defined
3391 : : };
3392 : :
3393 : : struct FormControlPilotsEnabled: public comphelper::ConfigurationProperty<FormControlPilotsEnabled, bool> {
3394 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/FormControlPilotsEnabled")); }
3395 : : private:
3396 : : FormControlPilotsEnabled(); // not defined
3397 : : ~FormControlPilotsEnabled(); // not defined
3398 : : };
3399 : :
3400 : : struct FirstRun: public comphelper::ConfigurationProperty<FirstRun, bool> {
3401 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/FirstRun")); }
3402 : : private:
3403 : : FirstRun(); // not defined
3404 : : ~FirstRun(); // not defined
3405 : : };
3406 : :
3407 : : struct TemplateRepositoryUrls: public comphelper::ConfigurationProperty<TemplateRepositoryUrls, com::sun::star::uno::Sequence<rtl::OUString> > {
3408 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/TemplateRepositoryUrls")); }
3409 : : private:
3410 : : TemplateRepositoryUrls(); // not defined
3411 : : ~TemplateRepositoryUrls(); // not defined
3412 : : };
3413 : :
3414 : : struct TemplateRepositoryNames: public comphelper::ConfigurationProperty<TemplateRepositoryNames, com::sun::star::uno::Sequence<rtl::OUString> > {
3415 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/TemplateRepositoryNames")); }
3416 : : private:
3417 : : TemplateRepositoryNames(); // not defined
3418 : : ~TemplateRepositoryNames(); // not defined
3419 : : };
3420 : :
3421 : : struct FilePickerPlacesUrls: public comphelper::ConfigurationProperty<FilePickerPlacesUrls, com::sun::star::uno::Sequence<rtl::OUString> > {
3422 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/FilePickerPlacesUrls")); }
3423 : : private:
3424 : : FilePickerPlacesUrls(); // not defined
3425 : : ~FilePickerPlacesUrls(); // not defined
3426 : : };
3427 : :
3428 : : struct FilePickerPlacesNames: public comphelper::ConfigurationProperty<FilePickerPlacesNames, com::sun::star::uno::Sequence<rtl::OUString> > {
3429 : 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/FilePickerPlacesNames")); }
3430 : : private:
3431 : : FilePickerPlacesNames(); // not defined
3432 : : ~FilePickerPlacesNames(); // not defined
3433 : : };
3434 : :
3435 : : private:
3436 : : Misc(); // not defined
3437 : : ~Misc(); // not defined
3438 : : };
3439 : :
3440 : : struct Forms: public comphelper::ConfigurationGroup< Forms> {
3441 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Forms")); }
3442 : :
3443 : : struct PropertyBrowser: public comphelper::ConfigurationGroup< PropertyBrowser> {
3444 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Forms/PropertyBrowser")); }
3445 : :
3446 : : struct ExperimentalProperties: public comphelper::ConfigurationProperty<ExperimentalProperties, bool> {
3447 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Forms/PropertyBrowser/ExperimentalProperties")); }
3448 : : private:
3449 : : ExperimentalProperties(); // not defined
3450 : : ~ExperimentalProperties(); // not defined
3451 : : };
3452 : :
3453 : : struct DirectHelp: public comphelper::ConfigurationProperty<DirectHelp, bool> {
3454 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Forms/PropertyBrowser/DirectHelp")); }
3455 : : private:
3456 : : DirectHelp(); // not defined
3457 : : ~DirectHelp(); // not defined
3458 : : };
3459 : :
3460 : : private:
3461 : : PropertyBrowser(); // not defined
3462 : : ~PropertyBrowser(); // not defined
3463 : : };
3464 : :
3465 : : private:
3466 : : Forms(); // not defined
3467 : : ~Forms(); // not defined
3468 : : };
3469 : :
3470 : : struct AsianLayout: public comphelper::ConfigurationGroup< AsianLayout> {
3471 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AsianLayout")); }
3472 : :
3473 : : struct IsKerningWesternTextOnly: public comphelper::ConfigurationProperty<IsKerningWesternTextOnly, bool> {
3474 : 1803 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AsianLayout/IsKerningWesternTextOnly")); }
3475 : : private:
3476 : : IsKerningWesternTextOnly(); // not defined
3477 : : ~IsKerningWesternTextOnly(); // not defined
3478 : : };
3479 : :
3480 : : struct CompressCharacterDistance: public comphelper::ConfigurationProperty<CompressCharacterDistance, sal_Int16> {
3481 : 5131 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AsianLayout/CompressCharacterDistance")); }
3482 : : private:
3483 : : CompressCharacterDistance(); // not defined
3484 : : ~CompressCharacterDistance(); // not defined
3485 : : };
3486 : :
3487 : : struct StartEndCharacters: public comphelper::ConfigurationSet< StartEndCharacters> {
3488 : 2297 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AsianLayout/StartEndCharacters")); }
3489 : : private:
3490 : : StartEndCharacters(); // not defined
3491 : : ~StartEndCharacters(); // not defined
3492 : : };
3493 : :
3494 : : private:
3495 : : AsianLayout(); // not defined
3496 : : ~AsianLayout(); // not defined
3497 : : };
3498 : :
3499 : : struct SearchOptions: public comphelper::ConfigurationGroup< SearchOptions> {
3500 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions")); }
3501 : :
3502 : : struct IsWholeWordsOnly: public comphelper::ConfigurationProperty<IsWholeWordsOnly, bool> {
3503 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsWholeWordsOnly")); }
3504 : : private:
3505 : : IsWholeWordsOnly(); // not defined
3506 : : ~IsWholeWordsOnly(); // not defined
3507 : : };
3508 : :
3509 : : struct IsBackwards: public comphelper::ConfigurationProperty<IsBackwards, bool> {
3510 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsBackwards")); }
3511 : : private:
3512 : : IsBackwards(); // not defined
3513 : : ~IsBackwards(); // not defined
3514 : : };
3515 : :
3516 : : struct IsUseRegularExpression: public comphelper::ConfigurationProperty<IsUseRegularExpression, bool> {
3517 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsUseRegularExpression")); }
3518 : : private:
3519 : : IsUseRegularExpression(); // not defined
3520 : : ~IsUseRegularExpression(); // not defined
3521 : : };
3522 : :
3523 : : struct IsSearchForStyles: public comphelper::ConfigurationProperty<IsSearchForStyles, bool> {
3524 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsSearchForStyles")); }
3525 : : private:
3526 : : IsSearchForStyles(); // not defined
3527 : : ~IsSearchForStyles(); // not defined
3528 : : };
3529 : :
3530 : : struct IsSimilaritySearch: public comphelper::ConfigurationProperty<IsSimilaritySearch, bool> {
3531 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsSimilaritySearch")); }
3532 : : private:
3533 : : IsSimilaritySearch(); // not defined
3534 : : ~IsSimilaritySearch(); // not defined
3535 : : };
3536 : :
3537 : : struct IsMatchCase: public comphelper::ConfigurationProperty<IsMatchCase, bool> {
3538 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsMatchCase")); }
3539 : : private:
3540 : : IsMatchCase(); // not defined
3541 : : ~IsMatchCase(); // not defined
3542 : : };
3543 : :
3544 : : struct IsUseAsianOptions: public comphelper::ConfigurationProperty<IsUseAsianOptions, bool> {
3545 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsUseAsianOptions")); }
3546 : : private:
3547 : : IsUseAsianOptions(); // not defined
3548 : : ~IsUseAsianOptions(); // not defined
3549 : : };
3550 : :
3551 : : struct ComponentSearchGroupLabel: public comphelper::ConfigurationLocalizedProperty<ComponentSearchGroupLabel, boost::optional<rtl::OUString> > {
3552 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/ComponentSearchGroupLabel")); }
3553 : : private:
3554 : : ComponentSearchGroupLabel(); // not defined
3555 : : ~ComponentSearchGroupLabel(); // not defined
3556 : : };
3557 : :
3558 : : struct ComponentSearchCommandLabel1: public comphelper::ConfigurationLocalizedProperty<ComponentSearchCommandLabel1, boost::optional<rtl::OUString> > {
3559 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/ComponentSearchCommandLabel1")); }
3560 : : private:
3561 : : ComponentSearchCommandLabel1(); // not defined
3562 : : ~ComponentSearchCommandLabel1(); // not defined
3563 : : };
3564 : :
3565 : : struct ComponentSearchCommandLabel2: public comphelper::ConfigurationLocalizedProperty<ComponentSearchCommandLabel2, boost::optional<rtl::OUString> > {
3566 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/ComponentSearchCommandLabel2")); }
3567 : : private:
3568 : : ComponentSearchCommandLabel2(); // not defined
3569 : : ~ComponentSearchCommandLabel2(); // not defined
3570 : : };
3571 : :
3572 : : struct IsNotes: public comphelper::ConfigurationProperty<IsNotes, bool> {
3573 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsNotes")); }
3574 : : private:
3575 : : IsNotes(); // not defined
3576 : : ~IsNotes(); // not defined
3577 : : };
3578 : :
3579 : : struct Japanese: public comphelper::ConfigurationGroup< Japanese> {
3580 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese")); }
3581 : :
3582 : : struct IsMatchFullHalfWidthForms: public comphelper::ConfigurationProperty<IsMatchFullHalfWidthForms, bool> {
3583 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchFullHalfWidthForms")); }
3584 : : private:
3585 : : IsMatchFullHalfWidthForms(); // not defined
3586 : : ~IsMatchFullHalfWidthForms(); // not defined
3587 : : };
3588 : :
3589 : : struct IsMatchHiraganaKatakana: public comphelper::ConfigurationProperty<IsMatchHiraganaKatakana, bool> {
3590 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchHiraganaKatakana")); }
3591 : : private:
3592 : : IsMatchHiraganaKatakana(); // not defined
3593 : : ~IsMatchHiraganaKatakana(); // not defined
3594 : : };
3595 : :
3596 : : struct IsMatchContractions: public comphelper::ConfigurationProperty<IsMatchContractions, bool> {
3597 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchContractions")); }
3598 : : private:
3599 : : IsMatchContractions(); // not defined
3600 : : ~IsMatchContractions(); // not defined
3601 : : };
3602 : :
3603 : : struct IsMatchMinusDashCho_on: public comphelper::ConfigurationProperty<IsMatchMinusDashCho_on, bool> {
3604 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchMinusDashCho-on")); }
3605 : : private:
3606 : : IsMatchMinusDashCho_on(); // not defined
3607 : : ~IsMatchMinusDashCho_on(); // not defined
3608 : : };
3609 : :
3610 : : struct IsMatchRepeatCharMarks: public comphelper::ConfigurationProperty<IsMatchRepeatCharMarks, bool> {
3611 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchRepeatCharMarks")); }
3612 : : private:
3613 : : IsMatchRepeatCharMarks(); // not defined
3614 : : ~IsMatchRepeatCharMarks(); // not defined
3615 : : };
3616 : :
3617 : : struct IsMatchVariantFormKanji: public comphelper::ConfigurationProperty<IsMatchVariantFormKanji, bool> {
3618 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchVariantFormKanji")); }
3619 : : private:
3620 : : IsMatchVariantFormKanji(); // not defined
3621 : : ~IsMatchVariantFormKanji(); // not defined
3622 : : };
3623 : :
3624 : : struct IsMatchOldKanaForms: public comphelper::ConfigurationProperty<IsMatchOldKanaForms, bool> {
3625 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchOldKanaForms")); }
3626 : : private:
3627 : : IsMatchOldKanaForms(); // not defined
3628 : : ~IsMatchOldKanaForms(); // not defined
3629 : : };
3630 : :
3631 : : struct IsMatch_DiZi_DuZu: public comphelper::ConfigurationProperty<IsMatch_DiZi_DuZu, bool> {
3632 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_DiZi_DuZu")); }
3633 : : private:
3634 : : IsMatch_DiZi_DuZu(); // not defined
3635 : : ~IsMatch_DiZi_DuZu(); // not defined
3636 : : };
3637 : :
3638 : : struct IsMatch_BaVa_HaFa: public comphelper::ConfigurationProperty<IsMatch_BaVa_HaFa, bool> {
3639 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_BaVa_HaFa")); }
3640 : : private:
3641 : : IsMatch_BaVa_HaFa(); // not defined
3642 : : ~IsMatch_BaVa_HaFa(); // not defined
3643 : : };
3644 : :
3645 : : struct IsMatch_TsiThiChi_DhiZi: public comphelper::ConfigurationProperty<IsMatch_TsiThiChi_DhiZi, bool> {
3646 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_TsiThiChi_DhiZi")); }
3647 : : private:
3648 : : IsMatch_TsiThiChi_DhiZi(); // not defined
3649 : : ~IsMatch_TsiThiChi_DhiZi(); // not defined
3650 : : };
3651 : :
3652 : : struct IsMatch_HyuIyu_ByuVyu: public comphelper::ConfigurationProperty<IsMatch_HyuIyu_ByuVyu, bool> {
3653 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_HyuIyu_ByuVyu")); }
3654 : : private:
3655 : : IsMatch_HyuIyu_ByuVyu(); // not defined
3656 : : ~IsMatch_HyuIyu_ByuVyu(); // not defined
3657 : : };
3658 : :
3659 : : struct IsMatch_SeShe_ZeJe: public comphelper::ConfigurationProperty<IsMatch_SeShe_ZeJe, bool> {
3660 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_SeShe_ZeJe")); }
3661 : : private:
3662 : : IsMatch_SeShe_ZeJe(); // not defined
3663 : : ~IsMatch_SeShe_ZeJe(); // not defined
3664 : : };
3665 : :
3666 : : struct IsMatch_IaIya: public comphelper::ConfigurationProperty<IsMatch_IaIya, bool> {
3667 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_IaIya")); }
3668 : : private:
3669 : : IsMatch_IaIya(); // not defined
3670 : : ~IsMatch_IaIya(); // not defined
3671 : : };
3672 : :
3673 : : struct IsMatch_KiKu: public comphelper::ConfigurationProperty<IsMatch_KiKu, bool> {
3674 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_KiKu")); }
3675 : : private:
3676 : : IsMatch_KiKu(); // not defined
3677 : : ~IsMatch_KiKu(); // not defined
3678 : : };
3679 : :
3680 : : struct IsIgnorePunctuation: public comphelper::ConfigurationProperty<IsIgnorePunctuation, bool> {
3681 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsIgnorePunctuation")); }
3682 : : private:
3683 : : IsIgnorePunctuation(); // not defined
3684 : : ~IsIgnorePunctuation(); // not defined
3685 : : };
3686 : :
3687 : : struct IsIgnoreWhitespace: public comphelper::ConfigurationProperty<IsIgnoreWhitespace, bool> {
3688 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsIgnoreWhitespace")); }
3689 : : private:
3690 : : IsIgnoreWhitespace(); // not defined
3691 : : ~IsIgnoreWhitespace(); // not defined
3692 : : };
3693 : :
3694 : : struct IsIgnoreProlongedSoundMark: public comphelper::ConfigurationProperty<IsIgnoreProlongedSoundMark, bool> {
3695 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsIgnoreProlongedSoundMark")); }
3696 : : private:
3697 : : IsIgnoreProlongedSoundMark(); // not defined
3698 : : ~IsIgnoreProlongedSoundMark(); // not defined
3699 : : };
3700 : :
3701 : : struct IsIgnoreMiddleDot: public comphelper::ConfigurationProperty<IsIgnoreMiddleDot, bool> {
3702 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsIgnoreMiddleDot")); }
3703 : : private:
3704 : : IsIgnoreMiddleDot(); // not defined
3705 : : ~IsIgnoreMiddleDot(); // not defined
3706 : : };
3707 : :
3708 : : private:
3709 : : Japanese(); // not defined
3710 : : ~Japanese(); // not defined
3711 : : };
3712 : :
3713 : : private:
3714 : : SearchOptions(); // not defined
3715 : : ~SearchOptions(); // not defined
3716 : : };
3717 : :
3718 : : struct Accessibility: public comphelper::ConfigurationGroup< Accessibility> {
3719 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility")); }
3720 : :
3721 : : struct AutoDetectSystemHC: public comphelper::ConfigurationProperty<AutoDetectSystemHC, bool> {
3722 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/AutoDetectSystemHC")); }
3723 : : private:
3724 : : AutoDetectSystemHC(); // not defined
3725 : : ~AutoDetectSystemHC(); // not defined
3726 : : };
3727 : :
3728 : : struct IsForPagePreviews: public comphelper::ConfigurationProperty<IsForPagePreviews, bool> {
3729 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsForPagePreviews")); }
3730 : : private:
3731 : : IsForPagePreviews(); // not defined
3732 : : ~IsForPagePreviews(); // not defined
3733 : : };
3734 : :
3735 : : struct IsHelpTipsDisappear: public comphelper::ConfigurationProperty<IsHelpTipsDisappear, bool> {
3736 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsHelpTipsDisappear")); }
3737 : : private:
3738 : : IsHelpTipsDisappear(); // not defined
3739 : : ~IsHelpTipsDisappear(); // not defined
3740 : : };
3741 : :
3742 : : struct HelpTipSeconds: public comphelper::ConfigurationProperty<HelpTipSeconds, sal_Int16> {
3743 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/HelpTipSeconds")); }
3744 : : private:
3745 : : HelpTipSeconds(); // not defined
3746 : : ~HelpTipSeconds(); // not defined
3747 : : };
3748 : :
3749 : : struct IsAllowAnimatedGraphics: public comphelper::ConfigurationProperty<IsAllowAnimatedGraphics, bool> {
3750 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsAllowAnimatedGraphics")); }
3751 : : private:
3752 : : IsAllowAnimatedGraphics(); // not defined
3753 : : ~IsAllowAnimatedGraphics(); // not defined
3754 : : };
3755 : :
3756 : : struct IsAllowAnimatedText: public comphelper::ConfigurationProperty<IsAllowAnimatedText, bool> {
3757 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsAllowAnimatedText")); }
3758 : : private:
3759 : : IsAllowAnimatedText(); // not defined
3760 : : ~IsAllowAnimatedText(); // not defined
3761 : : };
3762 : :
3763 : : struct IsAutomaticFontColor: public comphelper::ConfigurationProperty<IsAutomaticFontColor, bool> {
3764 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsAutomaticFontColor")); }
3765 : : private:
3766 : : IsAutomaticFontColor(); // not defined
3767 : : ~IsAutomaticFontColor(); // not defined
3768 : : };
3769 : :
3770 : : struct IsSystemFont: public comphelper::ConfigurationProperty<IsSystemFont, bool> {
3771 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsSystemFont")); }
3772 : : private:
3773 : : IsSystemFont(); // not defined
3774 : : ~IsSystemFont(); // not defined
3775 : : };
3776 : :
3777 : : struct IsSelectionInReadonly: public comphelper::ConfigurationProperty<IsSelectionInReadonly, bool> {
3778 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsSelectionInReadonly")); }
3779 : : private:
3780 : : IsSelectionInReadonly(); // not defined
3781 : : ~IsSelectionInReadonly(); // not defined
3782 : : };
3783 : :
3784 : : private:
3785 : : Accessibility(); // not defined
3786 : : ~Accessibility(); // not defined
3787 : : };
3788 : :
3789 : : struct OfficeObjects: public comphelper::ConfigurationSet< OfficeObjects> {
3790 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/OfficeObjects")); }
3791 : : private:
3792 : : OfficeObjects(); // not defined
3793 : : ~OfficeObjects(); // not defined
3794 : : };
3795 : :
3796 : : struct ExternalMailer: public comphelper::ConfigurationGroup< ExternalMailer> {
3797 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/ExternalMailer")); }
3798 : :
3799 : : struct UseDefaultMailer: public comphelper::ConfigurationProperty<UseDefaultMailer, boost::optional<bool> > {
3800 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/ExternalMailer/UseDefaultMailer")); }
3801 : : private:
3802 : : UseDefaultMailer(); // not defined
3803 : : ~UseDefaultMailer(); // not defined
3804 : : };
3805 : :
3806 : : struct Program: public comphelper::ConfigurationProperty<Program, rtl::OUString> {
3807 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/ExternalMailer/Program")); }
3808 : : private:
3809 : : Program(); // not defined
3810 : : ~Program(); // not defined
3811 : : };
3812 : :
3813 : : struct CommandProfile: public comphelper::ConfigurationProperty<CommandProfile, rtl::OUString> {
3814 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/ExternalMailer/CommandProfile")); }
3815 : : private:
3816 : : CommandProfile(); // not defined
3817 : : ~CommandProfile(); // not defined
3818 : : };
3819 : :
3820 : : struct Profiles: public comphelper::ConfigurationSet< Profiles> {
3821 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/ExternalMailer/Profiles")); }
3822 : : private:
3823 : : Profiles(); // not defined
3824 : : ~Profiles(); // not defined
3825 : : };
3826 : :
3827 : : private:
3828 : : ExternalMailer(); // not defined
3829 : : ~ExternalMailer(); // not defined
3830 : : };
3831 : :
3832 : : struct I18N: public comphelper::ConfigurationGroup< I18N> {
3833 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N")); }
3834 : :
3835 : : struct InputMethod: public comphelper::ConfigurationGroup< InputMethod> {
3836 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/InputMethod")); }
3837 : :
3838 : : struct ShowStatusWindow: public comphelper::ConfigurationProperty<ShowStatusWindow, boost::optional<bool> > {
3839 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/InputMethod/ShowStatusWindow")); }
3840 : : private:
3841 : : ShowStatusWindow(); // not defined
3842 : : ~ShowStatusWindow(); // not defined
3843 : : };
3844 : :
3845 : : private:
3846 : : InputMethod(); // not defined
3847 : : ~InputMethod(); // not defined
3848 : : };
3849 : :
3850 : : struct CJK: public comphelper::ConfigurationGroup< CJK> {
3851 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK")); }
3852 : :
3853 : : struct CJKFont: public comphelper::ConfigurationProperty<CJKFont, bool> {
3854 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/CJKFont")); }
3855 : : private:
3856 : : CJKFont(); // not defined
3857 : : ~CJKFont(); // not defined
3858 : : };
3859 : :
3860 : : struct VerticalText: public comphelper::ConfigurationProperty<VerticalText, bool> {
3861 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/VerticalText")); }
3862 : : private:
3863 : : VerticalText(); // not defined
3864 : : ~VerticalText(); // not defined
3865 : : };
3866 : :
3867 : : struct AsianTypography: public comphelper::ConfigurationProperty<AsianTypography, bool> {
3868 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/AsianTypography")); }
3869 : : private:
3870 : : AsianTypography(); // not defined
3871 : : ~AsianTypography(); // not defined
3872 : : };
3873 : :
3874 : : struct JapaneseFind: public comphelper::ConfigurationProperty<JapaneseFind, bool> {
3875 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/JapaneseFind")); }
3876 : : private:
3877 : : JapaneseFind(); // not defined
3878 : : ~JapaneseFind(); // not defined
3879 : : };
3880 : :
3881 : : struct Ruby: public comphelper::ConfigurationProperty<Ruby, bool> {
3882 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/Ruby")); }
3883 : : private:
3884 : : Ruby(); // not defined
3885 : : ~Ruby(); // not defined
3886 : : };
3887 : :
3888 : : struct ChangeCaseMap: public comphelper::ConfigurationProperty<ChangeCaseMap, bool> {
3889 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/ChangeCaseMap")); }
3890 : : private:
3891 : : ChangeCaseMap(); // not defined
3892 : : ~ChangeCaseMap(); // not defined
3893 : : };
3894 : :
3895 : : struct DoubleLines: public comphelper::ConfigurationProperty<DoubleLines, bool> {
3896 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/DoubleLines")); }
3897 : : private:
3898 : : DoubleLines(); // not defined
3899 : : ~DoubleLines(); // not defined
3900 : : };
3901 : :
3902 : : struct EmphasisMarks: public comphelper::ConfigurationProperty<EmphasisMarks, bool> {
3903 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/EmphasisMarks")); }
3904 : : private:
3905 : : EmphasisMarks(); // not defined
3906 : : ~EmphasisMarks(); // not defined
3907 : : };
3908 : :
3909 : : struct VerticalCallOut: public comphelper::ConfigurationProperty<VerticalCallOut, bool> {
3910 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/VerticalCallOut")); }
3911 : : private:
3912 : : VerticalCallOut(); // not defined
3913 : : ~VerticalCallOut(); // not defined
3914 : : };
3915 : :
3916 : : private:
3917 : : CJK(); // not defined
3918 : : ~CJK(); // not defined
3919 : : };
3920 : :
3921 : : struct CTL: public comphelper::ConfigurationGroup< CTL> {
3922 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL")); }
3923 : :
3924 : : struct CTLFont: public comphelper::ConfigurationProperty<CTLFont, bool> {
3925 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLFont")); }
3926 : : private:
3927 : : CTLFont(); // not defined
3928 : : ~CTLFont(); // not defined
3929 : : };
3930 : :
3931 : : struct CTLSequenceChecking: public comphelper::ConfigurationProperty<CTLSequenceChecking, bool> {
3932 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLSequenceChecking")); }
3933 : : private:
3934 : : CTLSequenceChecking(); // not defined
3935 : : ~CTLSequenceChecking(); // not defined
3936 : : };
3937 : :
3938 : : struct CTLSequenceCheckingRestricted: public comphelper::ConfigurationProperty<CTLSequenceCheckingRestricted, bool> {
3939 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLSequenceCheckingRestricted")); }
3940 : : private:
3941 : : CTLSequenceCheckingRestricted(); // not defined
3942 : : ~CTLSequenceCheckingRestricted(); // not defined
3943 : : };
3944 : :
3945 : : struct CTLSequenceCheckingTypeAndReplace: public comphelper::ConfigurationProperty<CTLSequenceCheckingTypeAndReplace, bool> {
3946 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLSequenceCheckingTypeAndReplace")); }
3947 : : private:
3948 : : CTLSequenceCheckingTypeAndReplace(); // not defined
3949 : : ~CTLSequenceCheckingTypeAndReplace(); // not defined
3950 : : };
3951 : :
3952 : : struct CTLCursorMovement: public comphelper::ConfigurationProperty<CTLCursorMovement, sal_Int32> {
3953 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLCursorMovement")); }
3954 : : private:
3955 : : CTLCursorMovement(); // not defined
3956 : : ~CTLCursorMovement(); // not defined
3957 : : };
3958 : :
3959 : : struct CTLTextNumerals: public comphelper::ConfigurationProperty<CTLTextNumerals, sal_Int32> {
3960 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLTextNumerals")); }
3961 : : private:
3962 : : CTLTextNumerals(); // not defined
3963 : : ~CTLTextNumerals(); // not defined
3964 : : };
3965 : :
3966 : : struct UIMirroring: public comphelper::ConfigurationProperty<UIMirroring, boost::optional<bool> > {
3967 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/UIMirroring")); }
3968 : : private:
3969 : : UIMirroring(); // not defined
3970 : : ~UIMirroring(); // not defined
3971 : : };
3972 : :
3973 : : private:
3974 : : CTL(); // not defined
3975 : : ~CTL(); // not defined
3976 : : };
3977 : :
3978 : : private:
3979 : : I18N(); // not defined
3980 : : ~I18N(); // not defined
3981 : : };
3982 : :
3983 : : struct Startup: public comphelper::ConfigurationGroup< Startup> {
3984 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Startup")); }
3985 : :
3986 : : struct Run: public comphelper::ConfigurationSet< Run> {
3987 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Startup/Run")); }
3988 : : private:
3989 : : Run(); // not defined
3990 : : ~Run(); // not defined
3991 : : };
3992 : :
3993 : : struct RunOnce: public comphelper::ConfigurationSet< RunOnce> {
3994 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Startup/RunOnce")); }
3995 : : private:
3996 : : RunOnce(); // not defined
3997 : : ~RunOnce(); // not defined
3998 : : };
3999 : :
4000 : : private:
4001 : : Startup(); // not defined
4002 : : ~Startup(); // not defined
4003 : : };
4004 : :
4005 : : struct SmartTags: public comphelper::ConfigurationGroup< SmartTags> {
4006 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SmartTags")); }
4007 : :
4008 : : struct Writer: public comphelper::ConfigurationGroup< Writer> {
4009 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SmartTags/Writer")); }
4010 : :
4011 : : struct RecognizeSmartTags: public comphelper::ConfigurationProperty<RecognizeSmartTags, bool> {
4012 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SmartTags/Writer/RecognizeSmartTags")); }
4013 : : private:
4014 : : RecognizeSmartTags(); // not defined
4015 : : ~RecognizeSmartTags(); // not defined
4016 : : };
4017 : :
4018 : : struct ExcludedSmartTagTypes: public comphelper::ConfigurationProperty<ExcludedSmartTagTypes, boost::optional<com::sun::star::uno::Sequence<rtl::OUString> > > {
4019 : : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SmartTags/Writer/ExcludedSmartTagTypes")); }
4020 : : private:
4021 : : ExcludedSmartTagTypes(); // not defined
4022 : : ~ExcludedSmartTagTypes(); // not defined
4023 : : };
4024 : :
4025 : : private:
4026 : : Writer(); // not defined
4027 : : ~Writer(); // not defined
4028 : : };
4029 : :
4030 : : private:
4031 : : SmartTags(); // not defined
4032 : : ~SmartTags(); // not defined
4033 : : };
4034 : :
4035 : : } } }
4036 : :
4037 : : #endif
|