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 18 : 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 18 : 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 18 : 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 18 : 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 588 : 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 42 : 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 2 : 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 342 : 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 : struct PDFAsStandardPrintJobFormat: public comphelper::ConfigurationProperty<PDFAsStandardPrintJobFormat, bool> {
1889 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/Printer/PDFAsStandardPrintJobFormat")); }
1890 : private:
1891 : PDFAsStandardPrintJobFormat(); // not defined
1892 : ~PDFAsStandardPrintJobFormat(); // not defined
1893 : };
1894 :
1895 : private:
1896 : Printer(); // not defined
1897 : ~Printer(); // not defined
1898 : };
1899 :
1900 : struct File: public comphelper::ConfigurationGroup< File> {
1901 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File")); }
1902 :
1903 : struct ReduceTransparency: public comphelper::ConfigurationProperty<ReduceTransparency, bool> {
1904 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReduceTransparency")); }
1905 : private:
1906 : ReduceTransparency(); // not defined
1907 : ~ReduceTransparency(); // not defined
1908 : };
1909 :
1910 : struct ReducedTransparencyMode: public comphelper::ConfigurationProperty<ReducedTransparencyMode, sal_Int16> {
1911 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedTransparencyMode")); }
1912 : private:
1913 : ReducedTransparencyMode(); // not defined
1914 : ~ReducedTransparencyMode(); // not defined
1915 : };
1916 :
1917 : struct ReduceGradients: public comphelper::ConfigurationProperty<ReduceGradients, bool> {
1918 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReduceGradients")); }
1919 : private:
1920 : ReduceGradients(); // not defined
1921 : ~ReduceGradients(); // not defined
1922 : };
1923 :
1924 : struct ReducedGradientMode: public comphelper::ConfigurationProperty<ReducedGradientMode, sal_Int16> {
1925 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedGradientMode")); }
1926 : private:
1927 : ReducedGradientMode(); // not defined
1928 : ~ReducedGradientMode(); // not defined
1929 : };
1930 :
1931 : struct ReducedGradientStepCount: public comphelper::ConfigurationProperty<ReducedGradientStepCount, sal_Int16> {
1932 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedGradientStepCount")); }
1933 : private:
1934 : ReducedGradientStepCount(); // not defined
1935 : ~ReducedGradientStepCount(); // not defined
1936 : };
1937 :
1938 : struct ReduceBitmaps: public comphelper::ConfigurationProperty<ReduceBitmaps, bool> {
1939 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReduceBitmaps")); }
1940 : private:
1941 : ReduceBitmaps(); // not defined
1942 : ~ReduceBitmaps(); // not defined
1943 : };
1944 :
1945 : struct ReducedBitmapMode: public comphelper::ConfigurationProperty<ReducedBitmapMode, sal_Int16> {
1946 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedBitmapMode")); }
1947 : private:
1948 : ReducedBitmapMode(); // not defined
1949 : ~ReducedBitmapMode(); // not defined
1950 : };
1951 :
1952 : struct ReducedBitmapResolution: public comphelper::ConfigurationProperty<ReducedBitmapResolution, sal_Int16> {
1953 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedBitmapResolution")); }
1954 : private:
1955 : ReducedBitmapResolution(); // not defined
1956 : ~ReducedBitmapResolution(); // not defined
1957 : };
1958 :
1959 : struct ReducedBitmapIncludesTransparency: public comphelper::ConfigurationProperty<ReducedBitmapIncludesTransparency, bool> {
1960 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ReducedBitmapIncludesTransparency")); }
1961 : private:
1962 : ReducedBitmapIncludesTransparency(); // not defined
1963 : ~ReducedBitmapIncludesTransparency(); // not defined
1964 : };
1965 :
1966 : struct ConvertToGreyscales: public comphelper::ConfigurationProperty<ConvertToGreyscales, bool> {
1967 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/ConvertToGreyscales")); }
1968 : private:
1969 : ConvertToGreyscales(); // not defined
1970 : ~ConvertToGreyscales(); // not defined
1971 : };
1972 :
1973 : struct PDFAsStandardPrintJobFormat: public comphelper::ConfigurationProperty<PDFAsStandardPrintJobFormat, bool> {
1974 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Print/Option/File/PDFAsStandardPrintJobFormat")); }
1975 : private:
1976 : PDFAsStandardPrintJobFormat(); // not defined
1977 : ~PDFAsStandardPrintJobFormat(); // not defined
1978 : };
1979 :
1980 : private:
1981 : File(); // not defined
1982 : ~File(); // not defined
1983 : };
1984 :
1985 : private:
1986 : Option(); // not defined
1987 : ~Option(); // not defined
1988 : };
1989 :
1990 : private:
1991 : Print(); // not defined
1992 : ~Print(); // not defined
1993 : };
1994 :
1995 : struct WorkingSet: public comphelper::ConfigurationGroup< WorkingSet> {
1996 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/WorkingSet")); }
1997 :
1998 : struct WindowList: public comphelper::ConfigurationProperty<WindowList, boost::optional<com::sun::star::uno::Sequence<rtl::OUString> > > {
1999 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/WorkingSet/WindowList")); }
2000 : private:
2001 : WindowList(); // not defined
2002 : ~WindowList(); // not defined
2003 : };
2004 :
2005 : private:
2006 : WorkingSet(); // not defined
2007 : ~WorkingSet(); // not defined
2008 : };
2009 :
2010 : struct AddXMLToStorage: public comphelper::ConfigurationGroup< AddXMLToStorage> {
2011 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AddXMLToStorage")); }
2012 :
2013 : struct Writer: public comphelper::ConfigurationProperty<Writer, boost::optional<bool> > {
2014 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AddXMLToStorage/Writer")); }
2015 : private:
2016 : Writer(); // not defined
2017 : ~Writer(); // not defined
2018 : };
2019 :
2020 : struct Calc: public comphelper::ConfigurationProperty<Calc, boost::optional<bool> > {
2021 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AddXMLToStorage/Calc")); }
2022 : private:
2023 : Calc(); // not defined
2024 : ~Calc(); // not defined
2025 : };
2026 :
2027 : struct Impress: public comphelper::ConfigurationProperty<Impress, boost::optional<bool> > {
2028 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AddXMLToStorage/Impress")); }
2029 : private:
2030 : Impress(); // not defined
2031 : ~Impress(); // not defined
2032 : };
2033 :
2034 : struct Draw: public comphelper::ConfigurationProperty<Draw, boost::optional<bool> > {
2035 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AddXMLToStorage/Draw")); }
2036 : private:
2037 : Draw(); // not defined
2038 : ~Draw(); // not defined
2039 : };
2040 :
2041 : private:
2042 : AddXMLToStorage(); // not defined
2043 : ~AddXMLToStorage(); // not defined
2044 : };
2045 :
2046 : struct Help: public comphelper::ConfigurationGroup< Help> {
2047 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help")); }
2048 :
2049 : struct ShowBasic: public comphelper::ConfigurationProperty<ShowBasic, bool> {
2050 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/ShowBasic")); }
2051 : private:
2052 : ShowBasic(); // not defined
2053 : ~ShowBasic(); // not defined
2054 : };
2055 :
2056 : struct Locale: public comphelper::ConfigurationProperty<Locale, rtl::OUString> {
2057 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Locale")); }
2058 : private:
2059 : Locale(); // not defined
2060 : ~Locale(); // not defined
2061 : };
2062 :
2063 : struct System: public comphelper::ConfigurationProperty<System, rtl::OUString> {
2064 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/System")); }
2065 : private:
2066 : System(); // not defined
2067 : ~System(); // not defined
2068 : };
2069 :
2070 : struct Tip: public comphelper::ConfigurationProperty<Tip, bool> {
2071 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/Tip")); }
2072 : private:
2073 : Tip(); // not defined
2074 : ~Tip(); // not defined
2075 : };
2076 :
2077 : struct ExtendedTip: public comphelper::ConfigurationProperty<ExtendedTip, bool> {
2078 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/ExtendedTip")); }
2079 : private:
2080 : ExtendedTip(); // not defined
2081 : ~ExtendedTip(); // not defined
2082 : };
2083 :
2084 : struct HelpStyleSheet: public comphelper::ConfigurationProperty<HelpStyleSheet, rtl::OUString> {
2085 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpStyleSheet")); }
2086 : private:
2087 : HelpStyleSheet(); // not defined
2088 : ~HelpStyleSheet(); // not defined
2089 : };
2090 :
2091 : struct HelpAgent: public comphelper::ConfigurationGroup< HelpAgent> {
2092 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpAgent")); }
2093 :
2094 : struct Enabled: public comphelper::ConfigurationProperty<Enabled, bool> {
2095 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpAgent/Enabled")); }
2096 : private:
2097 : Enabled(); // not defined
2098 : ~Enabled(); // not defined
2099 : };
2100 :
2101 : struct Timeout: public comphelper::ConfigurationProperty<Timeout, sal_Int32> {
2102 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpAgent/Timeout")); }
2103 : private:
2104 : Timeout(); // not defined
2105 : ~Timeout(); // not defined
2106 : };
2107 :
2108 : struct RetryLimit: public comphelper::ConfigurationProperty<RetryLimit, sal_Int32> {
2109 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpAgent/RetryLimit")); }
2110 : private:
2111 : RetryLimit(); // not defined
2112 : ~RetryLimit(); // not defined
2113 : };
2114 :
2115 : struct IgnoreList: public comphelper::ConfigurationSet< IgnoreList> {
2116 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/HelpAgent/IgnoreList")); }
2117 : private:
2118 : IgnoreList(); // not defined
2119 : ~IgnoreList(); // not defined
2120 : };
2121 :
2122 : private:
2123 : HelpAgent(); // not defined
2124 : ~HelpAgent(); // not defined
2125 : };
2126 :
2127 : struct StartCenter: public comphelper::ConfigurationGroup< StartCenter> {
2128 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/StartCenter")); }
2129 :
2130 : struct AddFeatureURL: public comphelper::ConfigurationProperty<AddFeatureURL, rtl::OUString> {
2131 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/StartCenter/AddFeatureURL")); }
2132 : private:
2133 : AddFeatureURL(); // not defined
2134 : ~AddFeatureURL(); // not defined
2135 : };
2136 :
2137 : struct InfoURL: public comphelper::ConfigurationProperty<InfoURL, rtl::OUString> {
2138 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/StartCenter/InfoURL")); }
2139 : private:
2140 : InfoURL(); // not defined
2141 : ~InfoURL(); // not defined
2142 : };
2143 :
2144 : struct TemplateRepositoryURL: public comphelper::ConfigurationProperty<TemplateRepositoryURL, rtl::OUString> {
2145 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/StartCenter/TemplateRepositoryURL")); }
2146 : private:
2147 : TemplateRepositoryURL(); // not defined
2148 : ~TemplateRepositoryURL(); // not defined
2149 : };
2150 :
2151 : struct StartCenterHideExternalLinks: public comphelper::ConfigurationProperty<StartCenterHideExternalLinks, sal_Int32> {
2152 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Help/StartCenter/StartCenterHideExternalLinks")); }
2153 : private:
2154 : StartCenterHideExternalLinks(); // not defined
2155 : ~StartCenterHideExternalLinks(); // not defined
2156 : };
2157 :
2158 : private:
2159 : StartCenter(); // not defined
2160 : ~StartCenter(); // not defined
2161 : };
2162 :
2163 : private:
2164 : Help(); // not defined
2165 : ~Help(); // not defined
2166 : };
2167 :
2168 : struct Java: public comphelper::ConfigurationGroup< Java> {
2169 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Java")); }
2170 :
2171 : struct Applet: public comphelper::ConfigurationGroup< Applet> {
2172 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Java/Applet")); }
2173 :
2174 : struct Enable: public comphelper::ConfigurationProperty<Enable, bool> {
2175 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Java/Applet/Enable")); }
2176 : private:
2177 : Enable(); // not defined
2178 : ~Enable(); // not defined
2179 : };
2180 :
2181 : private:
2182 : Applet(); // not defined
2183 : ~Applet(); // not defined
2184 : };
2185 :
2186 : private:
2187 : Java(); // not defined
2188 : ~Java(); // not defined
2189 : };
2190 :
2191 : struct Vectorize: public comphelper::ConfigurationGroup< Vectorize> {
2192 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Vectorize")); }
2193 :
2194 : struct ColorCount: public comphelper::ConfigurationProperty<ColorCount, sal_Int16> {
2195 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Vectorize/ColorCount")); }
2196 : private:
2197 : ColorCount(); // not defined
2198 : ~ColorCount(); // not defined
2199 : };
2200 :
2201 : struct PointReduce: public comphelper::ConfigurationProperty<PointReduce, sal_Int16> {
2202 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Vectorize/PointReduce")); }
2203 : private:
2204 : PointReduce(); // not defined
2205 : ~PointReduce(); // not defined
2206 : };
2207 :
2208 : struct FillHole: public comphelper::ConfigurationProperty<FillHole, bool> {
2209 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Vectorize/FillHole")); }
2210 : private:
2211 : FillHole(); // not defined
2212 : ~FillHole(); // not defined
2213 : };
2214 :
2215 : struct TileExtent: public comphelper::ConfigurationProperty<TileExtent, sal_Int16> {
2216 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Vectorize/TileExtent")); }
2217 : private:
2218 : TileExtent(); // not defined
2219 : ~TileExtent(); // not defined
2220 : };
2221 :
2222 : private:
2223 : Vectorize(); // not defined
2224 : ~Vectorize(); // not defined
2225 : };
2226 :
2227 : struct Image: public comphelper::ConfigurationGroup< Image> {
2228 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image")); }
2229 :
2230 : struct Color: public comphelper::ConfigurationGroup< Color> {
2231 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color")); }
2232 :
2233 : struct Grayscale: public comphelper::ConfigurationProperty<Grayscale, sal_Int16> {
2234 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/Grayscale")); }
2235 : private:
2236 : Grayscale(); // not defined
2237 : ~Grayscale(); // not defined
2238 : };
2239 :
2240 : struct PosterColor: public comphelper::ConfigurationProperty<PosterColor, sal_Int16> {
2241 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/PosterColor")); }
2242 : private:
2243 : PosterColor(); // not defined
2244 : ~PosterColor(); // not defined
2245 : };
2246 :
2247 : struct Brightness: public comphelper::ConfigurationProperty<Brightness, sal_Int32> {
2248 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/Brightness")); }
2249 : private:
2250 : Brightness(); // not defined
2251 : ~Brightness(); // not defined
2252 : };
2253 :
2254 : struct Contrast: public comphelper::ConfigurationProperty<Contrast, sal_Int32> {
2255 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/Contrast")); }
2256 : private:
2257 : Contrast(); // not defined
2258 : ~Contrast(); // not defined
2259 : };
2260 :
2261 : struct RotationAngle: public comphelper::ConfigurationProperty<RotationAngle, sal_Int32> {
2262 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/RotationAngle")); }
2263 : private:
2264 : RotationAngle(); // not defined
2265 : ~RotationAngle(); // not defined
2266 : };
2267 :
2268 : struct LeftRight: public comphelper::ConfigurationProperty<LeftRight, bool> {
2269 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/LeftRight")); }
2270 : private:
2271 : LeftRight(); // not defined
2272 : ~LeftRight(); // not defined
2273 : };
2274 :
2275 : struct BlackWhiteThreshold: public comphelper::ConfigurationProperty<BlackWhiteThreshold, sal_Int32> {
2276 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/BlackWhiteThreshold")); }
2277 : private:
2278 : BlackWhiteThreshold(); // not defined
2279 : ~BlackWhiteThreshold(); // not defined
2280 : };
2281 :
2282 : struct RGB: public comphelper::ConfigurationGroup< RGB> {
2283 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/RGB")); }
2284 :
2285 : struct Red: public comphelper::ConfigurationProperty<Red, sal_Int32> {
2286 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/RGB/Red")); }
2287 : private:
2288 : Red(); // not defined
2289 : ~Red(); // not defined
2290 : };
2291 :
2292 : struct Green: public comphelper::ConfigurationProperty<Green, sal_Int32> {
2293 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/RGB/Green")); }
2294 : private:
2295 : Green(); // not defined
2296 : ~Green(); // not defined
2297 : };
2298 :
2299 : struct Blue: public comphelper::ConfigurationProperty<Blue, sal_Int32> {
2300 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Color/RGB/Blue")); }
2301 : private:
2302 : Blue(); // not defined
2303 : ~Blue(); // not defined
2304 : };
2305 :
2306 : private:
2307 : RGB(); // not defined
2308 : ~RGB(); // not defined
2309 : };
2310 :
2311 : private:
2312 : Color(); // not defined
2313 : ~Color(); // not defined
2314 : };
2315 :
2316 : struct Effect: public comphelper::ConfigurationGroup< Effect> {
2317 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect")); }
2318 :
2319 : struct MosaicX_Tile: public comphelper::ConfigurationProperty<MosaicX_Tile, sal_Int16> {
2320 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/MosaicX_Tile")); }
2321 : private:
2322 : MosaicX_Tile(); // not defined
2323 : ~MosaicX_Tile(); // not defined
2324 : };
2325 :
2326 : struct MosaicY_Tile: public comphelper::ConfigurationProperty<MosaicY_Tile, sal_Int16> {
2327 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/MosaicY_Tile")); }
2328 : private:
2329 : MosaicY_Tile(); // not defined
2330 : ~MosaicY_Tile(); // not defined
2331 : };
2332 :
2333 : struct Definition: public comphelper::ConfigurationProperty<Definition, sal_Int16> {
2334 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/Definition")); }
2335 : private:
2336 : Definition(); // not defined
2337 : ~Definition(); // not defined
2338 : };
2339 :
2340 : struct SolarizationThreshold: public comphelper::ConfigurationProperty<SolarizationThreshold, sal_Int32> {
2341 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/SolarizationThreshold")); }
2342 : private:
2343 : SolarizationThreshold(); // not defined
2344 : ~SolarizationThreshold(); // not defined
2345 : };
2346 :
2347 : struct Invert: public comphelper::ConfigurationProperty<Invert, bool> {
2348 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/Invert")); }
2349 : private:
2350 : Invert(); // not defined
2351 : ~Invert(); // not defined
2352 : };
2353 :
2354 : struct TileX_Tile: public comphelper::ConfigurationProperty<TileX_Tile, sal_Int16> {
2355 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/TileX_Tile")); }
2356 : private:
2357 : TileX_Tile(); // not defined
2358 : ~TileX_Tile(); // not defined
2359 : };
2360 :
2361 : struct TileY_Tile: public comphelper::ConfigurationProperty<TileY_Tile, sal_Int16> {
2362 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/TileY_Tile")); }
2363 : private:
2364 : TileY_Tile(); // not defined
2365 : ~TileY_Tile(); // not defined
2366 : };
2367 :
2368 : struct Degree: public comphelper::ConfigurationProperty<Degree, sal_Int16> {
2369 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/Degree")); }
2370 : private:
2371 : Degree(); // not defined
2372 : ~Degree(); // not defined
2373 : };
2374 :
2375 : struct Intensity: public comphelper::ConfigurationProperty<Intensity, sal_Int32> {
2376 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Image/Effect/Intensity")); }
2377 : private:
2378 : Intensity(); // not defined
2379 : ~Intensity(); // not defined
2380 : };
2381 :
2382 : private:
2383 : Effect(); // not defined
2384 : ~Effect(); // not defined
2385 : };
2386 :
2387 : private:
2388 : Image(); // not defined
2389 : ~Image(); // not defined
2390 : };
2391 :
2392 : struct DateFormat: public comphelper::ConfigurationGroup< DateFormat> {
2393 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/DateFormat")); }
2394 :
2395 : struct TwoDigitYear: public comphelper::ConfigurationProperty<TwoDigitYear, sal_Int32> {
2396 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/DateFormat/TwoDigitYear")); }
2397 : private:
2398 : TwoDigitYear(); // not defined
2399 : ~TwoDigitYear(); // not defined
2400 : };
2401 :
2402 : private:
2403 : DateFormat(); // not defined
2404 : ~DateFormat(); // not defined
2405 : };
2406 :
2407 : struct Filter: public comphelper::ConfigurationGroup< Filter> {
2408 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter")); }
2409 :
2410 : struct Microsoft: public comphelper::ConfigurationGroup< Microsoft> {
2411 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft")); }
2412 :
2413 : struct Import: public comphelper::ConfigurationGroup< Import> {
2414 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import")); }
2415 :
2416 : struct MathTypeToMath: public comphelper::ConfigurationProperty<MathTypeToMath, bool> {
2417 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import/MathTypeToMath")); }
2418 : private:
2419 : MathTypeToMath(); // not defined
2420 : ~MathTypeToMath(); // not defined
2421 : };
2422 :
2423 : struct WinWordToWriter: public comphelper::ConfigurationProperty<WinWordToWriter, bool> {
2424 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import/WinWordToWriter")); }
2425 : private:
2426 : WinWordToWriter(); // not defined
2427 : ~WinWordToWriter(); // not defined
2428 : };
2429 :
2430 : struct ExcelToCalc: public comphelper::ConfigurationProperty<ExcelToCalc, bool> {
2431 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import/ExcelToCalc")); }
2432 : private:
2433 : ExcelToCalc(); // not defined
2434 : ~ExcelToCalc(); // not defined
2435 : };
2436 :
2437 : struct PowerPointToImpress: public comphelper::ConfigurationProperty<PowerPointToImpress, bool> {
2438 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import/PowerPointToImpress")); }
2439 : private:
2440 : PowerPointToImpress(); // not defined
2441 : ~PowerPointToImpress(); // not defined
2442 : };
2443 :
2444 : struct ImportWWFieldsAsEnhancedFields: public comphelper::ConfigurationProperty<ImportWWFieldsAsEnhancedFields, bool> {
2445 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Import/ImportWWFieldsAsEnhancedFields")); }
2446 : private:
2447 : ImportWWFieldsAsEnhancedFields(); // not defined
2448 : ~ImportWWFieldsAsEnhancedFields(); // not defined
2449 : };
2450 :
2451 : private:
2452 : Import(); // not defined
2453 : ~Import(); // not defined
2454 : };
2455 :
2456 : struct Export: public comphelper::ConfigurationGroup< Export> {
2457 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export")); }
2458 :
2459 : struct MathToMathType: public comphelper::ConfigurationProperty<MathToMathType, bool> {
2460 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/MathToMathType")); }
2461 : private:
2462 : MathToMathType(); // not defined
2463 : ~MathToMathType(); // not defined
2464 : };
2465 :
2466 : struct WriterToWinWord: public comphelper::ConfigurationProperty<WriterToWinWord, bool> {
2467 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/WriterToWinWord")); }
2468 : private:
2469 : WriterToWinWord(); // not defined
2470 : ~WriterToWinWord(); // not defined
2471 : };
2472 :
2473 : struct CalcToExcel: public comphelper::ConfigurationProperty<CalcToExcel, bool> {
2474 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/CalcToExcel")); }
2475 : private:
2476 : CalcToExcel(); // not defined
2477 : ~CalcToExcel(); // not defined
2478 : };
2479 :
2480 : struct ImpressToPowerPoint: public comphelper::ConfigurationProperty<ImpressToPowerPoint, bool> {
2481 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/ImpressToPowerPoint")); }
2482 : private:
2483 : ImpressToPowerPoint(); // not defined
2484 : ~ImpressToPowerPoint(); // not defined
2485 : };
2486 :
2487 : struct EnablePowerPointPreview: public comphelper::ConfigurationProperty<EnablePowerPointPreview, bool> {
2488 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/EnablePowerPointPreview")); }
2489 : private:
2490 : EnablePowerPointPreview(); // not defined
2491 : ~EnablePowerPointPreview(); // not defined
2492 : };
2493 :
2494 : struct EnableExcelPreview: public comphelper::ConfigurationProperty<EnableExcelPreview, bool> {
2495 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/EnableExcelPreview")); }
2496 : private:
2497 : EnableExcelPreview(); // not defined
2498 : ~EnableExcelPreview(); // not defined
2499 : };
2500 :
2501 : struct EnableWordPreview: public comphelper::ConfigurationProperty<EnableWordPreview, bool> {
2502 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Microsoft/Export/EnableWordPreview")); }
2503 : private:
2504 : EnableWordPreview(); // not defined
2505 : ~EnableWordPreview(); // not defined
2506 : };
2507 :
2508 : private:
2509 : Export(); // not defined
2510 : ~Export(); // not defined
2511 : };
2512 :
2513 : private:
2514 : Microsoft(); // not defined
2515 : ~Microsoft(); // not defined
2516 : };
2517 :
2518 : struct Graphic: public comphelper::ConfigurationGroup< Graphic> {
2519 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic")); }
2520 :
2521 : struct Import: public comphelper::ConfigurationGroup< Import> {
2522 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Import")); }
2523 :
2524 : struct PCD: public comphelper::ConfigurationGroup< PCD> {
2525 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Import/PCD")); }
2526 :
2527 : struct Resolution: public comphelper::ConfigurationProperty<Resolution, sal_Int32> {
2528 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Import/PCD/Resolution")); }
2529 : private:
2530 : Resolution(); // not defined
2531 : ~Resolution(); // not defined
2532 : };
2533 :
2534 : private:
2535 : PCD(); // not defined
2536 : ~PCD(); // not defined
2537 : };
2538 :
2539 : private:
2540 : Import(); // not defined
2541 : ~Import(); // not defined
2542 : };
2543 :
2544 : struct Export: public comphelper::ConfigurationGroup< Export> {
2545 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export")); }
2546 :
2547 : struct PixelExportUnit: public comphelper::ConfigurationProperty<PixelExportUnit, sal_Int32> {
2548 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PixelExportUnit")); }
2549 : private:
2550 : PixelExportUnit(); // not defined
2551 : ~PixelExportUnit(); // not defined
2552 : };
2553 :
2554 : struct PixelExportResolutionUnit: public comphelper::ConfigurationProperty<PixelExportResolutionUnit, sal_Int32> {
2555 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PixelExportResolutionUnit")); }
2556 : private:
2557 : PixelExportResolutionUnit(); // not defined
2558 : ~PixelExportResolutionUnit(); // not defined
2559 : };
2560 :
2561 : struct PixelExportResolution: public comphelper::ConfigurationProperty<PixelExportResolution, sal_Int32> {
2562 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PixelExportResolution")); }
2563 : private:
2564 : PixelExportResolution(); // not defined
2565 : ~PixelExportResolution(); // not defined
2566 : };
2567 :
2568 : struct MaxFilesizeForRealtimePreview: public comphelper::ConfigurationProperty<MaxFilesizeForRealtimePreview, sal_Int32> {
2569 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/MaxFilesizeForRealtimePreview")); }
2570 : private:
2571 : MaxFilesizeForRealtimePreview(); // not defined
2572 : ~MaxFilesizeForRealtimePreview(); // not defined
2573 : };
2574 :
2575 : struct VectorExportUnit: public comphelper::ConfigurationProperty<VectorExportUnit, sal_Int32> {
2576 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/VectorExportUnit")); }
2577 : private:
2578 : VectorExportUnit(); // not defined
2579 : ~VectorExportUnit(); // not defined
2580 : };
2581 :
2582 : struct BMP: public comphelper::ConfigurationGroup< BMP> {
2583 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/BMP")); }
2584 :
2585 : struct Color: public comphelper::ConfigurationProperty<Color, sal_Int32> {
2586 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/BMP/Color")); }
2587 : private:
2588 : Color(); // not defined
2589 : ~Color(); // not defined
2590 : };
2591 :
2592 : struct RLE_Coding: public comphelper::ConfigurationProperty<RLE_Coding, bool> {
2593 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/BMP/RLE_Coding")); }
2594 : private:
2595 : RLE_Coding(); // not defined
2596 : ~RLE_Coding(); // not defined
2597 : };
2598 :
2599 : private:
2600 : BMP(); // not defined
2601 : ~BMP(); // not defined
2602 : };
2603 :
2604 : struct EPS: public comphelper::ConfigurationGroup< EPS> {
2605 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS")); }
2606 :
2607 : struct Preview: public comphelper::ConfigurationProperty<Preview, sal_Int32> {
2608 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS/Preview")); }
2609 : private:
2610 : Preview(); // not defined
2611 : ~Preview(); // not defined
2612 : };
2613 :
2614 : struct Version: public comphelper::ConfigurationProperty<Version, sal_Int32> {
2615 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS/Version")); }
2616 : private:
2617 : Version(); // not defined
2618 : ~Version(); // not defined
2619 : };
2620 :
2621 : struct ColorFormat: public comphelper::ConfigurationProperty<ColorFormat, sal_Int32> {
2622 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS/ColorFormat")); }
2623 : private:
2624 : ColorFormat(); // not defined
2625 : ~ColorFormat(); // not defined
2626 : };
2627 :
2628 : struct CompressionMode: public comphelper::ConfigurationProperty<CompressionMode, sal_Int32> {
2629 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS/CompressionMode")); }
2630 : private:
2631 : CompressionMode(); // not defined
2632 : ~CompressionMode(); // not defined
2633 : };
2634 :
2635 : struct TextMode: public comphelper::ConfigurationProperty<TextMode, sal_Int32> {
2636 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/EPS/TextMode")); }
2637 : private:
2638 : TextMode(); // not defined
2639 : ~TextMode(); // not defined
2640 : };
2641 :
2642 : private:
2643 : EPS(); // not defined
2644 : ~EPS(); // not defined
2645 : };
2646 :
2647 : struct GIF: public comphelper::ConfigurationGroup< GIF> {
2648 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/GIF")); }
2649 :
2650 : struct Interlaced: public comphelper::ConfigurationProperty<Interlaced, sal_Int32> {
2651 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/GIF/Interlaced")); }
2652 : private:
2653 : Interlaced(); // not defined
2654 : ~Interlaced(); // not defined
2655 : };
2656 :
2657 : struct Translucent: public comphelper::ConfigurationProperty<Translucent, sal_Int32> {
2658 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/GIF/Translucent")); }
2659 : private:
2660 : Translucent(); // not defined
2661 : ~Translucent(); // not defined
2662 : };
2663 :
2664 : private:
2665 : GIF(); // not defined
2666 : ~GIF(); // not defined
2667 : };
2668 :
2669 : struct JPG: public comphelper::ConfigurationGroup< JPG> {
2670 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/JPG")); }
2671 :
2672 : struct Quality: public comphelper::ConfigurationProperty<Quality, sal_Int32> {
2673 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/JPG/Quality")); }
2674 : private:
2675 : Quality(); // not defined
2676 : ~Quality(); // not defined
2677 : };
2678 :
2679 : struct ColorMode: public comphelper::ConfigurationProperty<ColorMode, sal_Int32> {
2680 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/JPG/ColorMode")); }
2681 : private:
2682 : ColorMode(); // not defined
2683 : ~ColorMode(); // not defined
2684 : };
2685 :
2686 : private:
2687 : JPG(); // not defined
2688 : ~JPG(); // not defined
2689 : };
2690 :
2691 : struct PBM: public comphelper::ConfigurationGroup< PBM> {
2692 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PBM")); }
2693 :
2694 : struct FileFormat: public comphelper::ConfigurationProperty<FileFormat, sal_Int32> {
2695 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PBM/FileFormat")); }
2696 : private:
2697 : FileFormat(); // not defined
2698 : ~FileFormat(); // not defined
2699 : };
2700 :
2701 : private:
2702 : PBM(); // not defined
2703 : ~PBM(); // not defined
2704 : };
2705 :
2706 : struct PGM: public comphelper::ConfigurationGroup< PGM> {
2707 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PGM")); }
2708 :
2709 : struct FileFormat: public comphelper::ConfigurationProperty<FileFormat, sal_Int32> {
2710 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PGM/FileFormat")); }
2711 : private:
2712 : FileFormat(); // not defined
2713 : ~FileFormat(); // not defined
2714 : };
2715 :
2716 : private:
2717 : PGM(); // not defined
2718 : ~PGM(); // not defined
2719 : };
2720 :
2721 : struct PPM: public comphelper::ConfigurationGroup< PPM> {
2722 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PPM")); }
2723 :
2724 : struct FileFormat: public comphelper::ConfigurationProperty<FileFormat, sal_Int32> {
2725 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PPM/FileFormat")); }
2726 : private:
2727 : FileFormat(); // not defined
2728 : ~FileFormat(); // not defined
2729 : };
2730 :
2731 : private:
2732 : PPM(); // not defined
2733 : ~PPM(); // not defined
2734 : };
2735 :
2736 : struct PNG: public comphelper::ConfigurationGroup< PNG> {
2737 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PNG")); }
2738 :
2739 : struct Compression: public comphelper::ConfigurationProperty<Compression, sal_Int32> {
2740 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PNG/Compression")); }
2741 : private:
2742 : Compression(); // not defined
2743 : ~Compression(); // not defined
2744 : };
2745 :
2746 : struct Interlaced: public comphelper::ConfigurationProperty<Interlaced, sal_Int32> {
2747 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/PNG/Interlaced")); }
2748 : private:
2749 : Interlaced(); // not defined
2750 : ~Interlaced(); // not defined
2751 : };
2752 :
2753 : private:
2754 : PNG(); // not defined
2755 : ~PNG(); // not defined
2756 : };
2757 :
2758 : struct SVG: public comphelper::ConfigurationGroup< SVG> {
2759 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/SVG")); }
2760 :
2761 : struct TinyMode: public comphelper::ConfigurationProperty<TinyMode, bool> {
2762 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/SVG/TinyMode")); }
2763 : private:
2764 : TinyMode(); // not defined
2765 : ~TinyMode(); // not defined
2766 : };
2767 :
2768 : struct EmbedFonts: public comphelper::ConfigurationProperty<EmbedFonts, bool> {
2769 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/SVG/EmbedFonts")); }
2770 : private:
2771 : EmbedFonts(); // not defined
2772 : ~EmbedFonts(); // not defined
2773 : };
2774 :
2775 : struct UseNativeTextDecoration: public comphelper::ConfigurationProperty<UseNativeTextDecoration, bool> {
2776 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/Graphic/Export/SVG/UseNativeTextDecoration")); }
2777 : private:
2778 : UseNativeTextDecoration(); // not defined
2779 : ~UseNativeTextDecoration(); // not defined
2780 : };
2781 :
2782 : private:
2783 : SVG(); // not defined
2784 : ~SVG(); // not defined
2785 : };
2786 :
2787 : private:
2788 : Export(); // not defined
2789 : ~Export(); // not defined
2790 : };
2791 :
2792 : private:
2793 : Graphic(); // not defined
2794 : ~Graphic(); // not defined
2795 : };
2796 :
2797 : struct HTML: public comphelper::ConfigurationGroup< HTML> {
2798 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML")); }
2799 :
2800 : struct Import: public comphelper::ConfigurationGroup< Import> {
2801 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import")); }
2802 :
2803 : struct NumbersEnglishUS: public comphelper::ConfigurationProperty<NumbersEnglishUS, bool> {
2804 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/NumbersEnglishUS")); }
2805 : private:
2806 : NumbersEnglishUS(); // not defined
2807 : ~NumbersEnglishUS(); // not defined
2808 : };
2809 :
2810 : struct UnknownTag: public comphelper::ConfigurationProperty<UnknownTag, bool> {
2811 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/UnknownTag")); }
2812 : private:
2813 : UnknownTag(); // not defined
2814 : ~UnknownTag(); // not defined
2815 : };
2816 :
2817 : struct FontSetting: public comphelper::ConfigurationProperty<FontSetting, bool> {
2818 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSetting")); }
2819 : private:
2820 : FontSetting(); // not defined
2821 : ~FontSetting(); // not defined
2822 : };
2823 :
2824 : struct FontSize: public comphelper::ConfigurationGroup< FontSize> {
2825 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize")); }
2826 :
2827 : struct Size_1: public comphelper::ConfigurationProperty<Size_1, sal_Int32> {
2828 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_1")); }
2829 : private:
2830 : Size_1(); // not defined
2831 : ~Size_1(); // not defined
2832 : };
2833 :
2834 : struct Size_2: public comphelper::ConfigurationProperty<Size_2, sal_Int32> {
2835 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_2")); }
2836 : private:
2837 : Size_2(); // not defined
2838 : ~Size_2(); // not defined
2839 : };
2840 :
2841 : struct Size_3: public comphelper::ConfigurationProperty<Size_3, sal_Int32> {
2842 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_3")); }
2843 : private:
2844 : Size_3(); // not defined
2845 : ~Size_3(); // not defined
2846 : };
2847 :
2848 : struct Size_4: public comphelper::ConfigurationProperty<Size_4, sal_Int32> {
2849 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_4")); }
2850 : private:
2851 : Size_4(); // not defined
2852 : ~Size_4(); // not defined
2853 : };
2854 :
2855 : struct Size_5: public comphelper::ConfigurationProperty<Size_5, sal_Int32> {
2856 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_5")); }
2857 : private:
2858 : Size_5(); // not defined
2859 : ~Size_5(); // not defined
2860 : };
2861 :
2862 : struct Size_6: public comphelper::ConfigurationProperty<Size_6, sal_Int32> {
2863 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_6")); }
2864 : private:
2865 : Size_6(); // not defined
2866 : ~Size_6(); // not defined
2867 : };
2868 :
2869 : struct Size_7: public comphelper::ConfigurationProperty<Size_7, sal_Int32> {
2870 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Import/FontSize/Size_7")); }
2871 : private:
2872 : Size_7(); // not defined
2873 : ~Size_7(); // not defined
2874 : };
2875 :
2876 : private:
2877 : FontSize(); // not defined
2878 : ~FontSize(); // not defined
2879 : };
2880 :
2881 : private:
2882 : Import(); // not defined
2883 : ~Import(); // not defined
2884 : };
2885 :
2886 : struct Export: public comphelper::ConfigurationGroup< Export> {
2887 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export")); }
2888 :
2889 : struct Browser: public comphelper::ConfigurationProperty<Browser, sal_Int32> {
2890 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/Browser")); }
2891 : private:
2892 : Browser(); // not defined
2893 : ~Browser(); // not defined
2894 : };
2895 :
2896 : struct Basic: public comphelper::ConfigurationProperty<Basic, bool> {
2897 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/Basic")); }
2898 : private:
2899 : Basic(); // not defined
2900 : ~Basic(); // not defined
2901 : };
2902 :
2903 : struct PrintLayout: public comphelper::ConfigurationProperty<PrintLayout, bool> {
2904 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/PrintLayout")); }
2905 : private:
2906 : PrintLayout(); // not defined
2907 : ~PrintLayout(); // not defined
2908 : };
2909 :
2910 : struct LocalGraphic: public comphelper::ConfigurationProperty<LocalGraphic, bool> {
2911 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/LocalGraphic")); }
2912 : private:
2913 : LocalGraphic(); // not defined
2914 : ~LocalGraphic(); // not defined
2915 : };
2916 :
2917 : struct Warning: public comphelper::ConfigurationProperty<Warning, bool> {
2918 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/Warning")); }
2919 : private:
2920 : Warning(); // not defined
2921 : ~Warning(); // not defined
2922 : };
2923 :
2924 : struct Encoding: public comphelper::ConfigurationProperty<Encoding, boost::optional<sal_Int32> > {
2925 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/HTML/Export/Encoding")); }
2926 : private:
2927 : Encoding(); // not defined
2928 : ~Encoding(); // not defined
2929 : };
2930 :
2931 : private:
2932 : Export(); // not defined
2933 : ~Export(); // not defined
2934 : };
2935 :
2936 : private:
2937 : HTML(); // not defined
2938 : ~HTML(); // not defined
2939 : };
2940 :
2941 : struct PDF: public comphelper::ConfigurationGroup< PDF> {
2942 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF")); }
2943 :
2944 : struct Export: public comphelper::ConfigurationGroup< Export> {
2945 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export")); }
2946 :
2947 : struct CompressMode: public comphelper::ConfigurationProperty<CompressMode, sal_Int32> {
2948 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/CompressMode")); }
2949 : private:
2950 : CompressMode(); // not defined
2951 : ~CompressMode(); // not defined
2952 : };
2953 :
2954 : struct UseLosslessCompression: public comphelper::ConfigurationProperty<UseLosslessCompression, bool> {
2955 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/UseLosslessCompression")); }
2956 : private:
2957 : UseLosslessCompression(); // not defined
2958 : ~UseLosslessCompression(); // not defined
2959 : };
2960 :
2961 : struct Quality: public comphelper::ConfigurationProperty<Quality, sal_Int32> {
2962 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/Quality")); }
2963 : private:
2964 : Quality(); // not defined
2965 : ~Quality(); // not defined
2966 : };
2967 :
2968 : struct ReduceImageResolution: public comphelper::ConfigurationProperty<ReduceImageResolution, bool> {
2969 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ReduceImageResolution")); }
2970 : private:
2971 : ReduceImageResolution(); // not defined
2972 : ~ReduceImageResolution(); // not defined
2973 : };
2974 :
2975 : struct MaxImageResolution: public comphelper::ConfigurationProperty<MaxImageResolution, sal_Int32> {
2976 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/MaxImageResolution")); }
2977 : private:
2978 : MaxImageResolution(); // not defined
2979 : ~MaxImageResolution(); // not defined
2980 : };
2981 :
2982 : struct UseTaggedPDF: public comphelper::ConfigurationProperty<UseTaggedPDF, bool> {
2983 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/UseTaggedPDF")); }
2984 : private:
2985 : UseTaggedPDF(); // not defined
2986 : ~UseTaggedPDF(); // not defined
2987 : };
2988 :
2989 : struct ExportNotes: public comphelper::ConfigurationProperty<ExportNotes, bool> {
2990 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportNotes")); }
2991 : private:
2992 : ExportNotes(); // not defined
2993 : ~ExportNotes(); // not defined
2994 : };
2995 :
2996 : struct ExportBookmarks: public comphelper::ConfigurationProperty<ExportBookmarks, bool> {
2997 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportBookmarks")); }
2998 : private:
2999 : ExportBookmarks(); // not defined
3000 : ~ExportBookmarks(); // not defined
3001 : };
3002 :
3003 : struct OpenBookmarkLevels: public comphelper::ConfigurationProperty<OpenBookmarkLevels, sal_Int32> {
3004 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/OpenBookmarkLevels")); }
3005 : private:
3006 : OpenBookmarkLevels(); // not defined
3007 : ~OpenBookmarkLevels(); // not defined
3008 : };
3009 :
3010 : struct ExportNotesPages: public comphelper::ConfigurationProperty<ExportNotesPages, bool> {
3011 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportNotesPages")); }
3012 : private:
3013 : ExportNotesPages(); // not defined
3014 : ~ExportNotesPages(); // not defined
3015 : };
3016 :
3017 : struct UseTransitionEffects: public comphelper::ConfigurationProperty<UseTransitionEffects, bool> {
3018 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/UseTransitionEffects")); }
3019 : private:
3020 : UseTransitionEffects(); // not defined
3021 : ~UseTransitionEffects(); // not defined
3022 : };
3023 :
3024 : struct ExportFormFields: public comphelper::ConfigurationProperty<ExportFormFields, bool> {
3025 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportFormFields")); }
3026 : private:
3027 : ExportFormFields(); // not defined
3028 : ~ExportFormFields(); // not defined
3029 : };
3030 :
3031 : struct EmbedStandardFonts: public comphelper::ConfigurationProperty<EmbedStandardFonts, bool> {
3032 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/EmbedStandardFonts")); }
3033 : private:
3034 : EmbedStandardFonts(); // not defined
3035 : ~EmbedStandardFonts(); // not defined
3036 : };
3037 :
3038 : struct FormsType: public comphelper::ConfigurationProperty<FormsType, sal_Int32> {
3039 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/FormsType")); }
3040 : private:
3041 : FormsType(); // not defined
3042 : ~FormsType(); // not defined
3043 : };
3044 :
3045 : struct AllowDuplicateFieldNames: public comphelper::ConfigurationProperty<AllowDuplicateFieldNames, bool> {
3046 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/AllowDuplicateFieldNames")); }
3047 : private:
3048 : AllowDuplicateFieldNames(); // not defined
3049 : ~AllowDuplicateFieldNames(); // not defined
3050 : };
3051 :
3052 : struct IsSkipEmptyPages: public comphelper::ConfigurationProperty<IsSkipEmptyPages, bool> {
3053 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/IsSkipEmptyPages")); }
3054 : private:
3055 : IsSkipEmptyPages(); // not defined
3056 : ~IsSkipEmptyPages(); // not defined
3057 : };
3058 :
3059 : struct IsAddStream: public comphelper::ConfigurationProperty<IsAddStream, bool> {
3060 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/IsAddStream")); }
3061 : private:
3062 : IsAddStream(); // not defined
3063 : ~IsAddStream(); // not defined
3064 : };
3065 :
3066 : struct HideViewerMenubar: public comphelper::ConfigurationProperty<HideViewerMenubar, bool> {
3067 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/HideViewerMenubar")); }
3068 : private:
3069 : HideViewerMenubar(); // not defined
3070 : ~HideViewerMenubar(); // not defined
3071 : };
3072 :
3073 : struct HideViewerToolbar: public comphelper::ConfigurationProperty<HideViewerToolbar, bool> {
3074 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/HideViewerToolbar")); }
3075 : private:
3076 : HideViewerToolbar(); // not defined
3077 : ~HideViewerToolbar(); // not defined
3078 : };
3079 :
3080 : struct HideViewerWindowControls: public comphelper::ConfigurationProperty<HideViewerWindowControls, bool> {
3081 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/HideViewerWindowControls")); }
3082 : private:
3083 : HideViewerWindowControls(); // not defined
3084 : ~HideViewerWindowControls(); // not defined
3085 : };
3086 :
3087 : struct ResizeWindowToInitialPage: public comphelper::ConfigurationProperty<ResizeWindowToInitialPage, bool> {
3088 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ResizeWindowToInitialPage")); }
3089 : private:
3090 : ResizeWindowToInitialPage(); // not defined
3091 : ~ResizeWindowToInitialPage(); // not defined
3092 : };
3093 :
3094 : struct CenterWindow: public comphelper::ConfigurationProperty<CenterWindow, bool> {
3095 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/CenterWindow")); }
3096 : private:
3097 : CenterWindow(); // not defined
3098 : ~CenterWindow(); // not defined
3099 : };
3100 :
3101 : struct OpenInFullScreenMode: public comphelper::ConfigurationProperty<OpenInFullScreenMode, bool> {
3102 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/OpenInFullScreenMode")); }
3103 : private:
3104 : OpenInFullScreenMode(); // not defined
3105 : ~OpenInFullScreenMode(); // not defined
3106 : };
3107 :
3108 : struct DisplayPDFDocumentTitle: public comphelper::ConfigurationProperty<DisplayPDFDocumentTitle, bool> {
3109 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/DisplayPDFDocumentTitle")); }
3110 : private:
3111 : DisplayPDFDocumentTitle(); // not defined
3112 : ~DisplayPDFDocumentTitle(); // not defined
3113 : };
3114 :
3115 : struct InitialView: public comphelper::ConfigurationProperty<InitialView, sal_Int32> {
3116 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/InitialView")); }
3117 : private:
3118 : InitialView(); // not defined
3119 : ~InitialView(); // not defined
3120 : };
3121 :
3122 : struct Magnification: public comphelper::ConfigurationProperty<Magnification, sal_Int32> {
3123 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/Magnification")); }
3124 : private:
3125 : Magnification(); // not defined
3126 : ~Magnification(); // not defined
3127 : };
3128 :
3129 : struct Zoom: public comphelper::ConfigurationProperty<Zoom, sal_Int32> {
3130 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/Zoom")); }
3131 : private:
3132 : Zoom(); // not defined
3133 : ~Zoom(); // not defined
3134 : };
3135 :
3136 : struct InitialPage: public comphelper::ConfigurationProperty<InitialPage, sal_Int32> {
3137 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/InitialPage")); }
3138 : private:
3139 : InitialPage(); // not defined
3140 : ~InitialPage(); // not defined
3141 : };
3142 :
3143 : struct PageLayout: public comphelper::ConfigurationProperty<PageLayout, sal_Int32> {
3144 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/PageLayout")); }
3145 : private:
3146 : PageLayout(); // not defined
3147 : ~PageLayout(); // not defined
3148 : };
3149 :
3150 : struct FirstPageOnLeft: public comphelper::ConfigurationProperty<FirstPageOnLeft, bool> {
3151 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/FirstPageOnLeft")); }
3152 : private:
3153 : FirstPageOnLeft(); // not defined
3154 : ~FirstPageOnLeft(); // not defined
3155 : };
3156 :
3157 : struct Printing: public comphelper::ConfigurationProperty<Printing, sal_Int32> {
3158 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/Printing")); }
3159 : private:
3160 : Printing(); // not defined
3161 : ~Printing(); // not defined
3162 : };
3163 :
3164 : struct Changes: public comphelper::ConfigurationProperty<Changes, sal_Int32> {
3165 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/Changes")); }
3166 : private:
3167 : Changes(); // not defined
3168 : ~Changes(); // not defined
3169 : };
3170 :
3171 : struct EnableCopyingOfContent: public comphelper::ConfigurationProperty<EnableCopyingOfContent, bool> {
3172 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/EnableCopyingOfContent")); }
3173 : private:
3174 : EnableCopyingOfContent(); // not defined
3175 : ~EnableCopyingOfContent(); // not defined
3176 : };
3177 :
3178 : struct EnableTextAccessForAccessibilityTools: public comphelper::ConfigurationProperty<EnableTextAccessForAccessibilityTools, bool> {
3179 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/EnableTextAccessForAccessibilityTools")); }
3180 : private:
3181 : EnableTextAccessForAccessibilityTools(); // not defined
3182 : ~EnableTextAccessForAccessibilityTools(); // not defined
3183 : };
3184 :
3185 : struct SelectPdfVersion: public comphelper::ConfigurationProperty<SelectPdfVersion, sal_Int32> {
3186 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/SelectPdfVersion")); }
3187 : private:
3188 : SelectPdfVersion(); // not defined
3189 : ~SelectPdfVersion(); // not defined
3190 : };
3191 :
3192 : struct ExportLinksRelativeFsys: public comphelper::ConfigurationProperty<ExportLinksRelativeFsys, bool> {
3193 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportLinksRelativeFsys")); }
3194 : private:
3195 : ExportLinksRelativeFsys(); // not defined
3196 : ~ExportLinksRelativeFsys(); // not defined
3197 : };
3198 :
3199 : struct PDFViewSelection: public comphelper::ConfigurationProperty<PDFViewSelection, sal_Int32> {
3200 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/PDFViewSelection")); }
3201 : private:
3202 : PDFViewSelection(); // not defined
3203 : ~PDFViewSelection(); // not defined
3204 : };
3205 :
3206 : struct ConvertOOoTargetToPDFTarget: public comphelper::ConfigurationProperty<ConvertOOoTargetToPDFTarget, bool> {
3207 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ConvertOOoTargetToPDFTarget")); }
3208 : private:
3209 : ConvertOOoTargetToPDFTarget(); // not defined
3210 : ~ConvertOOoTargetToPDFTarget(); // not defined
3211 : };
3212 :
3213 : struct ExportBookmarksToPDFDestination: public comphelper::ConfigurationProperty<ExportBookmarksToPDFDestination, bool> {
3214 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Filter/PDF/Export/ExportBookmarksToPDFDestination")); }
3215 : private:
3216 : ExportBookmarksToPDFDestination(); // not defined
3217 : ~ExportBookmarksToPDFDestination(); // not defined
3218 : };
3219 :
3220 : private:
3221 : Export(); // not defined
3222 : ~Export(); // not defined
3223 : };
3224 :
3225 : private:
3226 : PDF(); // not defined
3227 : ~PDF(); // not defined
3228 : };
3229 :
3230 : private:
3231 : Filter(); // not defined
3232 : ~Filter(); // not defined
3233 : };
3234 :
3235 : struct Misc: public comphelper::ConfigurationGroup< Misc> {
3236 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc")); }
3237 :
3238 : struct MaxOpenDocuments: public comphelper::ConfigurationProperty<MaxOpenDocuments, boost::optional<sal_Int32> > {
3239 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/MaxOpenDocuments")); }
3240 : private:
3241 : MaxOpenDocuments(); // not defined
3242 : ~MaxOpenDocuments(); // not defined
3243 : };
3244 :
3245 : struct PluginsEnabled: public comphelper::ConfigurationProperty<PluginsEnabled, bool> {
3246 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/PluginsEnabled")); }
3247 : private:
3248 : PluginsEnabled(); // not defined
3249 : ~PluginsEnabled(); // not defined
3250 : };
3251 :
3252 : struct UseSystemFileDialog: public comphelper::ConfigurationProperty<UseSystemFileDialog, bool> {
3253 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/UseSystemFileDialog")); }
3254 : private:
3255 : UseSystemFileDialog(); // not defined
3256 : ~UseSystemFileDialog(); // not defined
3257 : };
3258 :
3259 : struct UseDocumentSystemFileLocking: public comphelper::ConfigurationProperty<UseDocumentSystemFileLocking, bool> {
3260 779 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/UseDocumentSystemFileLocking")); }
3261 : private:
3262 : UseDocumentSystemFileLocking(); // not defined
3263 : ~UseDocumentSystemFileLocking(); // not defined
3264 : };
3265 :
3266 : struct UseDocumentOOoLockFile: public comphelper::ConfigurationProperty<UseDocumentOOoLockFile, bool> {
3267 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/UseDocumentOOoLockFile")); }
3268 : private:
3269 : UseDocumentOOoLockFile(); // not defined
3270 : ~UseDocumentOOoLockFile(); // not defined
3271 : };
3272 :
3273 : struct UseLocking: public comphelper::ConfigurationProperty<UseLocking, bool> {
3274 1032 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/UseLocking")); }
3275 : private:
3276 : UseLocking(); // not defined
3277 : ~UseLocking(); // not defined
3278 : };
3279 :
3280 : struct ShowLinkWarningDialog: public comphelper::ConfigurationProperty<ShowLinkWarningDialog, bool> {
3281 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/ShowLinkWarningDialog")); }
3282 : private:
3283 : ShowLinkWarningDialog(); // not defined
3284 : ~ShowLinkWarningDialog(); // not defined
3285 : };
3286 :
3287 : struct UseSystemPrintDialog: public comphelper::ConfigurationProperty<UseSystemPrintDialog, bool> {
3288 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/UseSystemPrintDialog")); }
3289 : private:
3290 : UseSystemPrintDialog(); // not defined
3291 : ~UseSystemPrintDialog(); // not defined
3292 : };
3293 :
3294 : struct DisableUICustomization: public comphelper::ConfigurationProperty<DisableUICustomization, bool> {
3295 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/DisableUICustomization")); }
3296 : private:
3297 : DisableUICustomization(); // not defined
3298 : ~DisableUICustomization(); // not defined
3299 : };
3300 :
3301 : struct AlwaysAllowSave: public comphelper::ConfigurationProperty<AlwaysAllowSave, bool> {
3302 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/AlwaysAllowSave")); }
3303 : private:
3304 : AlwaysAllowSave(); // not defined
3305 : ~AlwaysAllowSave(); // not defined
3306 : };
3307 :
3308 : struct ExperimentalMode: public comphelper::ConfigurationProperty<ExperimentalMode, bool> {
3309 237 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/ExperimentalMode")); }
3310 : private:
3311 : ExperimentalMode(); // not defined
3312 : ~ExperimentalMode(); // not defined
3313 : };
3314 :
3315 : struct MacroRecorderMode: public comphelper::ConfigurationProperty<MacroRecorderMode, bool> {
3316 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/MacroRecorderMode")); }
3317 : private:
3318 : MacroRecorderMode(); // not defined
3319 : ~MacroRecorderMode(); // not defined
3320 : };
3321 :
3322 : struct SymbolSet: public comphelper::ConfigurationProperty<SymbolSet, sal_Int16> {
3323 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/SymbolSet")); }
3324 : private:
3325 : SymbolSet(); // not defined
3326 : ~SymbolSet(); // not defined
3327 : };
3328 :
3329 : struct SymbolStyle: public comphelper::ConfigurationProperty<SymbolStyle, rtl::OUString> {
3330 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/SymbolStyle")); }
3331 : private:
3332 : SymbolStyle(); // not defined
3333 : ~SymbolStyle(); // not defined
3334 : };
3335 :
3336 : struct BackgroundImage: public comphelper::ConfigurationProperty<BackgroundImage, rtl::OUString> {
3337 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/BackgroundImage")); }
3338 : private:
3339 : BackgroundImage(); // not defined
3340 : ~BackgroundImage(); // not defined
3341 : };
3342 :
3343 : struct BackgroundImageURL: public comphelper::ConfigurationProperty<BackgroundImageURL, rtl::OUString> {
3344 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/BackgroundImageURL")); }
3345 : private:
3346 : BackgroundImageURL(); // not defined
3347 : ~BackgroundImageURL(); // not defined
3348 : };
3349 :
3350 : struct Persona: public comphelper::ConfigurationProperty<Persona, rtl::OUString> {
3351 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/Persona")); }
3352 : private:
3353 : Persona(); // not defined
3354 : ~Persona(); // not defined
3355 : };
3356 :
3357 : struct PersonaSettings: public comphelper::ConfigurationProperty<PersonaSettings, rtl::OUString> {
3358 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/PersonaSettings")); }
3359 : private:
3360 : PersonaSettings(); // not defined
3361 : ~PersonaSettings(); // not defined
3362 : };
3363 :
3364 : struct ToolboxStyle: public comphelper::ConfigurationProperty<ToolboxStyle, sal_Int16> {
3365 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/ToolboxStyle")); }
3366 : private:
3367 : ToolboxStyle(); // not defined
3368 : ~ToolboxStyle(); // not defined
3369 : };
3370 :
3371 : struct FormControlPilotsEnabled: public comphelper::ConfigurationProperty<FormControlPilotsEnabled, bool> {
3372 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/FormControlPilotsEnabled")); }
3373 : private:
3374 : FormControlPilotsEnabled(); // not defined
3375 : ~FormControlPilotsEnabled(); // not defined
3376 : };
3377 :
3378 : struct FirstRun: public comphelper::ConfigurationProperty<FirstRun, bool> {
3379 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/FirstRun")); }
3380 : private:
3381 : FirstRun(); // not defined
3382 : ~FirstRun(); // not defined
3383 : };
3384 :
3385 : struct TemplateRepositoryUrls: public comphelper::ConfigurationProperty<TemplateRepositoryUrls, com::sun::star::uno::Sequence<rtl::OUString> > {
3386 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/TemplateRepositoryUrls")); }
3387 : private:
3388 : TemplateRepositoryUrls(); // not defined
3389 : ~TemplateRepositoryUrls(); // not defined
3390 : };
3391 :
3392 : struct TemplateRepositoryNames: public comphelper::ConfigurationProperty<TemplateRepositoryNames, com::sun::star::uno::Sequence<rtl::OUString> > {
3393 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/TemplateRepositoryNames")); }
3394 : private:
3395 : TemplateRepositoryNames(); // not defined
3396 : ~TemplateRepositoryNames(); // not defined
3397 : };
3398 :
3399 : struct FilePickerPlacesUrls: public comphelper::ConfigurationProperty<FilePickerPlacesUrls, com::sun::star::uno::Sequence<rtl::OUString> > {
3400 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/FilePickerPlacesUrls")); }
3401 : private:
3402 : FilePickerPlacesUrls(); // not defined
3403 : ~FilePickerPlacesUrls(); // not defined
3404 : };
3405 :
3406 : struct FilePickerPlacesNames: public comphelper::ConfigurationProperty<FilePickerPlacesNames, com::sun::star::uno::Sequence<rtl::OUString> > {
3407 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/FilePickerPlacesNames")); }
3408 : private:
3409 : FilePickerPlacesNames(); // not defined
3410 : ~FilePickerPlacesNames(); // not defined
3411 : };
3412 :
3413 : struct CmisServersUrls: public comphelper::ConfigurationProperty<CmisServersUrls, com::sun::star::uno::Sequence<rtl::OUString> > {
3414 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/CmisServersUrls")); }
3415 : private:
3416 : CmisServersUrls(); // not defined
3417 : ~CmisServersUrls(); // not defined
3418 : };
3419 :
3420 : struct CmisServersNames: public comphelper::ConfigurationProperty<CmisServersNames, com::sun::star::uno::Sequence<rtl::OUString> > {
3421 0 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Misc/CmisServersNames")); }
3422 : private:
3423 : CmisServersNames(); // not defined
3424 : ~CmisServersNames(); // not defined
3425 : };
3426 :
3427 : private:
3428 : Misc(); // not defined
3429 : ~Misc(); // not defined
3430 : };
3431 :
3432 : struct Forms: public comphelper::ConfigurationGroup< Forms> {
3433 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Forms")); }
3434 :
3435 : struct PropertyBrowser: public comphelper::ConfigurationGroup< PropertyBrowser> {
3436 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Forms/PropertyBrowser")); }
3437 :
3438 : struct ExperimentalProperties: public comphelper::ConfigurationProperty<ExperimentalProperties, bool> {
3439 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Forms/PropertyBrowser/ExperimentalProperties")); }
3440 : private:
3441 : ExperimentalProperties(); // not defined
3442 : ~ExperimentalProperties(); // not defined
3443 : };
3444 :
3445 : struct DirectHelp: public comphelper::ConfigurationProperty<DirectHelp, bool> {
3446 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Forms/PropertyBrowser/DirectHelp")); }
3447 : private:
3448 : DirectHelp(); // not defined
3449 : ~DirectHelp(); // not defined
3450 : };
3451 :
3452 : private:
3453 : PropertyBrowser(); // not defined
3454 : ~PropertyBrowser(); // not defined
3455 : };
3456 :
3457 : private:
3458 : Forms(); // not defined
3459 : ~Forms(); // not defined
3460 : };
3461 :
3462 : struct AsianLayout: public comphelper::ConfigurationGroup< AsianLayout> {
3463 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AsianLayout")); }
3464 :
3465 : struct IsKerningWesternTextOnly: public comphelper::ConfigurationProperty<IsKerningWesternTextOnly, bool> {
3466 306 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AsianLayout/IsKerningWesternTextOnly")); }
3467 : private:
3468 : IsKerningWesternTextOnly(); // not defined
3469 : ~IsKerningWesternTextOnly(); // not defined
3470 : };
3471 :
3472 : struct CompressCharacterDistance: public comphelper::ConfigurationProperty<CompressCharacterDistance, sal_Int16> {
3473 667 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AsianLayout/CompressCharacterDistance")); }
3474 : private:
3475 : CompressCharacterDistance(); // not defined
3476 : ~CompressCharacterDistance(); // not defined
3477 : };
3478 :
3479 : struct StartEndCharacters: public comphelper::ConfigurationSet< StartEndCharacters> {
3480 395 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/AsianLayout/StartEndCharacters")); }
3481 : private:
3482 : StartEndCharacters(); // not defined
3483 : ~StartEndCharacters(); // not defined
3484 : };
3485 :
3486 : private:
3487 : AsianLayout(); // not defined
3488 : ~AsianLayout(); // not defined
3489 : };
3490 :
3491 : struct SearchOptions: public comphelper::ConfigurationGroup< SearchOptions> {
3492 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions")); }
3493 :
3494 : struct IsWholeWordsOnly: public comphelper::ConfigurationProperty<IsWholeWordsOnly, bool> {
3495 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsWholeWordsOnly")); }
3496 : private:
3497 : IsWholeWordsOnly(); // not defined
3498 : ~IsWholeWordsOnly(); // not defined
3499 : };
3500 :
3501 : struct IsBackwards: public comphelper::ConfigurationProperty<IsBackwards, bool> {
3502 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsBackwards")); }
3503 : private:
3504 : IsBackwards(); // not defined
3505 : ~IsBackwards(); // not defined
3506 : };
3507 :
3508 : struct IsUseRegularExpression: public comphelper::ConfigurationProperty<IsUseRegularExpression, bool> {
3509 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsUseRegularExpression")); }
3510 : private:
3511 : IsUseRegularExpression(); // not defined
3512 : ~IsUseRegularExpression(); // not defined
3513 : };
3514 :
3515 : struct IsSearchForStyles: public comphelper::ConfigurationProperty<IsSearchForStyles, bool> {
3516 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsSearchForStyles")); }
3517 : private:
3518 : IsSearchForStyles(); // not defined
3519 : ~IsSearchForStyles(); // not defined
3520 : };
3521 :
3522 : struct IsSimilaritySearch: public comphelper::ConfigurationProperty<IsSimilaritySearch, bool> {
3523 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsSimilaritySearch")); }
3524 : private:
3525 : IsSimilaritySearch(); // not defined
3526 : ~IsSimilaritySearch(); // not defined
3527 : };
3528 :
3529 : struct IsMatchCase: public comphelper::ConfigurationProperty<IsMatchCase, bool> {
3530 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsMatchCase")); }
3531 : private:
3532 : IsMatchCase(); // not defined
3533 : ~IsMatchCase(); // not defined
3534 : };
3535 :
3536 : struct IsUseAsianOptions: public comphelper::ConfigurationProperty<IsUseAsianOptions, bool> {
3537 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsUseAsianOptions")); }
3538 : private:
3539 : IsUseAsianOptions(); // not defined
3540 : ~IsUseAsianOptions(); // not defined
3541 : };
3542 :
3543 : struct ComponentSearchGroupLabel: public comphelper::ConfigurationLocalizedProperty<ComponentSearchGroupLabel, boost::optional<rtl::OUString> > {
3544 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/ComponentSearchGroupLabel")); }
3545 : private:
3546 : ComponentSearchGroupLabel(); // not defined
3547 : ~ComponentSearchGroupLabel(); // not defined
3548 : };
3549 :
3550 : struct ComponentSearchCommandLabel1: public comphelper::ConfigurationLocalizedProperty<ComponentSearchCommandLabel1, boost::optional<rtl::OUString> > {
3551 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/ComponentSearchCommandLabel1")); }
3552 : private:
3553 : ComponentSearchCommandLabel1(); // not defined
3554 : ~ComponentSearchCommandLabel1(); // not defined
3555 : };
3556 :
3557 : struct ComponentSearchCommandLabel2: public comphelper::ConfigurationLocalizedProperty<ComponentSearchCommandLabel2, boost::optional<rtl::OUString> > {
3558 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/ComponentSearchCommandLabel2")); }
3559 : private:
3560 : ComponentSearchCommandLabel2(); // not defined
3561 : ~ComponentSearchCommandLabel2(); // not defined
3562 : };
3563 :
3564 : struct IsNotes: public comphelper::ConfigurationProperty<IsNotes, bool> {
3565 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/IsNotes")); }
3566 : private:
3567 : IsNotes(); // not defined
3568 : ~IsNotes(); // not defined
3569 : };
3570 :
3571 : struct Japanese: public comphelper::ConfigurationGroup< Japanese> {
3572 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese")); }
3573 :
3574 : struct IsMatchFullHalfWidthForms: public comphelper::ConfigurationProperty<IsMatchFullHalfWidthForms, bool> {
3575 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchFullHalfWidthForms")); }
3576 : private:
3577 : IsMatchFullHalfWidthForms(); // not defined
3578 : ~IsMatchFullHalfWidthForms(); // not defined
3579 : };
3580 :
3581 : struct IsMatchHiraganaKatakana: public comphelper::ConfigurationProperty<IsMatchHiraganaKatakana, bool> {
3582 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchHiraganaKatakana")); }
3583 : private:
3584 : IsMatchHiraganaKatakana(); // not defined
3585 : ~IsMatchHiraganaKatakana(); // not defined
3586 : };
3587 :
3588 : struct IsMatchContractions: public comphelper::ConfigurationProperty<IsMatchContractions, bool> {
3589 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchContractions")); }
3590 : private:
3591 : IsMatchContractions(); // not defined
3592 : ~IsMatchContractions(); // not defined
3593 : };
3594 :
3595 : struct IsMatchMinusDashCho_on: public comphelper::ConfigurationProperty<IsMatchMinusDashCho_on, bool> {
3596 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchMinusDashCho-on")); }
3597 : private:
3598 : IsMatchMinusDashCho_on(); // not defined
3599 : ~IsMatchMinusDashCho_on(); // not defined
3600 : };
3601 :
3602 : struct IsMatchRepeatCharMarks: public comphelper::ConfigurationProperty<IsMatchRepeatCharMarks, bool> {
3603 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchRepeatCharMarks")); }
3604 : private:
3605 : IsMatchRepeatCharMarks(); // not defined
3606 : ~IsMatchRepeatCharMarks(); // not defined
3607 : };
3608 :
3609 : struct IsMatchVariantFormKanji: public comphelper::ConfigurationProperty<IsMatchVariantFormKanji, bool> {
3610 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchVariantFormKanji")); }
3611 : private:
3612 : IsMatchVariantFormKanji(); // not defined
3613 : ~IsMatchVariantFormKanji(); // not defined
3614 : };
3615 :
3616 : struct IsMatchOldKanaForms: public comphelper::ConfigurationProperty<IsMatchOldKanaForms, bool> {
3617 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatchOldKanaForms")); }
3618 : private:
3619 : IsMatchOldKanaForms(); // not defined
3620 : ~IsMatchOldKanaForms(); // not defined
3621 : };
3622 :
3623 : struct IsMatch_DiZi_DuZu: public comphelper::ConfigurationProperty<IsMatch_DiZi_DuZu, bool> {
3624 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_DiZi_DuZu")); }
3625 : private:
3626 : IsMatch_DiZi_DuZu(); // not defined
3627 : ~IsMatch_DiZi_DuZu(); // not defined
3628 : };
3629 :
3630 : struct IsMatch_BaVa_HaFa: public comphelper::ConfigurationProperty<IsMatch_BaVa_HaFa, bool> {
3631 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_BaVa_HaFa")); }
3632 : private:
3633 : IsMatch_BaVa_HaFa(); // not defined
3634 : ~IsMatch_BaVa_HaFa(); // not defined
3635 : };
3636 :
3637 : struct IsMatch_TsiThiChi_DhiZi: public comphelper::ConfigurationProperty<IsMatch_TsiThiChi_DhiZi, bool> {
3638 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_TsiThiChi_DhiZi")); }
3639 : private:
3640 : IsMatch_TsiThiChi_DhiZi(); // not defined
3641 : ~IsMatch_TsiThiChi_DhiZi(); // not defined
3642 : };
3643 :
3644 : struct IsMatch_HyuIyu_ByuVyu: public comphelper::ConfigurationProperty<IsMatch_HyuIyu_ByuVyu, bool> {
3645 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_HyuIyu_ByuVyu")); }
3646 : private:
3647 : IsMatch_HyuIyu_ByuVyu(); // not defined
3648 : ~IsMatch_HyuIyu_ByuVyu(); // not defined
3649 : };
3650 :
3651 : struct IsMatch_SeShe_ZeJe: public comphelper::ConfigurationProperty<IsMatch_SeShe_ZeJe, bool> {
3652 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_SeShe_ZeJe")); }
3653 : private:
3654 : IsMatch_SeShe_ZeJe(); // not defined
3655 : ~IsMatch_SeShe_ZeJe(); // not defined
3656 : };
3657 :
3658 : struct IsMatch_IaIya: public comphelper::ConfigurationProperty<IsMatch_IaIya, bool> {
3659 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_IaIya")); }
3660 : private:
3661 : IsMatch_IaIya(); // not defined
3662 : ~IsMatch_IaIya(); // not defined
3663 : };
3664 :
3665 : struct IsMatch_KiKu: public comphelper::ConfigurationProperty<IsMatch_KiKu, bool> {
3666 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsMatch_KiKu")); }
3667 : private:
3668 : IsMatch_KiKu(); // not defined
3669 : ~IsMatch_KiKu(); // not defined
3670 : };
3671 :
3672 : struct IsIgnorePunctuation: public comphelper::ConfigurationProperty<IsIgnorePunctuation, bool> {
3673 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsIgnorePunctuation")); }
3674 : private:
3675 : IsIgnorePunctuation(); // not defined
3676 : ~IsIgnorePunctuation(); // not defined
3677 : };
3678 :
3679 : struct IsIgnoreWhitespace: public comphelper::ConfigurationProperty<IsIgnoreWhitespace, bool> {
3680 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsIgnoreWhitespace")); }
3681 : private:
3682 : IsIgnoreWhitespace(); // not defined
3683 : ~IsIgnoreWhitespace(); // not defined
3684 : };
3685 :
3686 : struct IsIgnoreProlongedSoundMark: public comphelper::ConfigurationProperty<IsIgnoreProlongedSoundMark, bool> {
3687 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsIgnoreProlongedSoundMark")); }
3688 : private:
3689 : IsIgnoreProlongedSoundMark(); // not defined
3690 : ~IsIgnoreProlongedSoundMark(); // not defined
3691 : };
3692 :
3693 : struct IsIgnoreMiddleDot: public comphelper::ConfigurationProperty<IsIgnoreMiddleDot, bool> {
3694 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SearchOptions/Japanese/IsIgnoreMiddleDot")); }
3695 : private:
3696 : IsIgnoreMiddleDot(); // not defined
3697 : ~IsIgnoreMiddleDot(); // not defined
3698 : };
3699 :
3700 : private:
3701 : Japanese(); // not defined
3702 : ~Japanese(); // not defined
3703 : };
3704 :
3705 : private:
3706 : SearchOptions(); // not defined
3707 : ~SearchOptions(); // not defined
3708 : };
3709 :
3710 : struct Accessibility: public comphelper::ConfigurationGroup< Accessibility> {
3711 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility")); }
3712 :
3713 : struct AutoDetectSystemHC: public comphelper::ConfigurationProperty<AutoDetectSystemHC, bool> {
3714 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/AutoDetectSystemHC")); }
3715 : private:
3716 : AutoDetectSystemHC(); // not defined
3717 : ~AutoDetectSystemHC(); // not defined
3718 : };
3719 :
3720 : struct IsForPagePreviews: public comphelper::ConfigurationProperty<IsForPagePreviews, bool> {
3721 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsForPagePreviews")); }
3722 : private:
3723 : IsForPagePreviews(); // not defined
3724 : ~IsForPagePreviews(); // not defined
3725 : };
3726 :
3727 : struct IsHelpTipsDisappear: public comphelper::ConfigurationProperty<IsHelpTipsDisappear, bool> {
3728 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsHelpTipsDisappear")); }
3729 : private:
3730 : IsHelpTipsDisappear(); // not defined
3731 : ~IsHelpTipsDisappear(); // not defined
3732 : };
3733 :
3734 : struct HelpTipSeconds: public comphelper::ConfigurationProperty<HelpTipSeconds, sal_Int16> {
3735 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/HelpTipSeconds")); }
3736 : private:
3737 : HelpTipSeconds(); // not defined
3738 : ~HelpTipSeconds(); // not defined
3739 : };
3740 :
3741 : struct IsAllowAnimatedGraphics: public comphelper::ConfigurationProperty<IsAllowAnimatedGraphics, bool> {
3742 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsAllowAnimatedGraphics")); }
3743 : private:
3744 : IsAllowAnimatedGraphics(); // not defined
3745 : ~IsAllowAnimatedGraphics(); // not defined
3746 : };
3747 :
3748 : struct IsAllowAnimatedText: public comphelper::ConfigurationProperty<IsAllowAnimatedText, bool> {
3749 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsAllowAnimatedText")); }
3750 : private:
3751 : IsAllowAnimatedText(); // not defined
3752 : ~IsAllowAnimatedText(); // not defined
3753 : };
3754 :
3755 : struct IsAutomaticFontColor: public comphelper::ConfigurationProperty<IsAutomaticFontColor, bool> {
3756 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsAutomaticFontColor")); }
3757 : private:
3758 : IsAutomaticFontColor(); // not defined
3759 : ~IsAutomaticFontColor(); // not defined
3760 : };
3761 :
3762 : struct IsSystemFont: public comphelper::ConfigurationProperty<IsSystemFont, bool> {
3763 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsSystemFont")); }
3764 : private:
3765 : IsSystemFont(); // not defined
3766 : ~IsSystemFont(); // not defined
3767 : };
3768 :
3769 : struct IsSelectionInReadonly: public comphelper::ConfigurationProperty<IsSelectionInReadonly, bool> {
3770 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Accessibility/IsSelectionInReadonly")); }
3771 : private:
3772 : IsSelectionInReadonly(); // not defined
3773 : ~IsSelectionInReadonly(); // not defined
3774 : };
3775 :
3776 : private:
3777 : Accessibility(); // not defined
3778 : ~Accessibility(); // not defined
3779 : };
3780 :
3781 : struct OfficeObjects: public comphelper::ConfigurationSet< OfficeObjects> {
3782 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/OfficeObjects")); }
3783 : private:
3784 : OfficeObjects(); // not defined
3785 : ~OfficeObjects(); // not defined
3786 : };
3787 :
3788 : struct ExternalMailer: public comphelper::ConfigurationGroup< ExternalMailer> {
3789 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/ExternalMailer")); }
3790 :
3791 : struct UseDefaultMailer: public comphelper::ConfigurationProperty<UseDefaultMailer, boost::optional<bool> > {
3792 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/ExternalMailer/UseDefaultMailer")); }
3793 : private:
3794 : UseDefaultMailer(); // not defined
3795 : ~UseDefaultMailer(); // not defined
3796 : };
3797 :
3798 : struct Program: public comphelper::ConfigurationProperty<Program, rtl::OUString> {
3799 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/ExternalMailer/Program")); }
3800 : private:
3801 : Program(); // not defined
3802 : ~Program(); // not defined
3803 : };
3804 :
3805 : struct CommandProfile: public comphelper::ConfigurationProperty<CommandProfile, rtl::OUString> {
3806 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/ExternalMailer/CommandProfile")); }
3807 : private:
3808 : CommandProfile(); // not defined
3809 : ~CommandProfile(); // not defined
3810 : };
3811 :
3812 : struct Profiles: public comphelper::ConfigurationSet< Profiles> {
3813 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/ExternalMailer/Profiles")); }
3814 : private:
3815 : Profiles(); // not defined
3816 : ~Profiles(); // not defined
3817 : };
3818 :
3819 : private:
3820 : ExternalMailer(); // not defined
3821 : ~ExternalMailer(); // not defined
3822 : };
3823 :
3824 : struct I18N: public comphelper::ConfigurationGroup< I18N> {
3825 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N")); }
3826 :
3827 : struct InputMethod: public comphelper::ConfigurationGroup< InputMethod> {
3828 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/InputMethod")); }
3829 :
3830 : struct ShowStatusWindow: public comphelper::ConfigurationProperty<ShowStatusWindow, boost::optional<bool> > {
3831 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/InputMethod/ShowStatusWindow")); }
3832 : private:
3833 : ShowStatusWindow(); // not defined
3834 : ~ShowStatusWindow(); // not defined
3835 : };
3836 :
3837 : private:
3838 : InputMethod(); // not defined
3839 : ~InputMethod(); // not defined
3840 : };
3841 :
3842 : struct CJK: public comphelper::ConfigurationGroup< CJK> {
3843 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK")); }
3844 :
3845 : struct CJKFont: public comphelper::ConfigurationProperty<CJKFont, bool> {
3846 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/CJKFont")); }
3847 : private:
3848 : CJKFont(); // not defined
3849 : ~CJKFont(); // not defined
3850 : };
3851 :
3852 : struct VerticalText: public comphelper::ConfigurationProperty<VerticalText, bool> {
3853 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/VerticalText")); }
3854 : private:
3855 : VerticalText(); // not defined
3856 : ~VerticalText(); // not defined
3857 : };
3858 :
3859 : struct AsianTypography: public comphelper::ConfigurationProperty<AsianTypography, bool> {
3860 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/AsianTypography")); }
3861 : private:
3862 : AsianTypography(); // not defined
3863 : ~AsianTypography(); // not defined
3864 : };
3865 :
3866 : struct JapaneseFind: public comphelper::ConfigurationProperty<JapaneseFind, bool> {
3867 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/JapaneseFind")); }
3868 : private:
3869 : JapaneseFind(); // not defined
3870 : ~JapaneseFind(); // not defined
3871 : };
3872 :
3873 : struct Ruby: public comphelper::ConfigurationProperty<Ruby, bool> {
3874 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/Ruby")); }
3875 : private:
3876 : Ruby(); // not defined
3877 : ~Ruby(); // not defined
3878 : };
3879 :
3880 : struct ChangeCaseMap: public comphelper::ConfigurationProperty<ChangeCaseMap, bool> {
3881 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/ChangeCaseMap")); }
3882 : private:
3883 : ChangeCaseMap(); // not defined
3884 : ~ChangeCaseMap(); // not defined
3885 : };
3886 :
3887 : struct DoubleLines: public comphelper::ConfigurationProperty<DoubleLines, bool> {
3888 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/DoubleLines")); }
3889 : private:
3890 : DoubleLines(); // not defined
3891 : ~DoubleLines(); // not defined
3892 : };
3893 :
3894 : struct EmphasisMarks: public comphelper::ConfigurationProperty<EmphasisMarks, bool> {
3895 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/EmphasisMarks")); }
3896 : private:
3897 : EmphasisMarks(); // not defined
3898 : ~EmphasisMarks(); // not defined
3899 : };
3900 :
3901 : struct VerticalCallOut: public comphelper::ConfigurationProperty<VerticalCallOut, bool> {
3902 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CJK/VerticalCallOut")); }
3903 : private:
3904 : VerticalCallOut(); // not defined
3905 : ~VerticalCallOut(); // not defined
3906 : };
3907 :
3908 : private:
3909 : CJK(); // not defined
3910 : ~CJK(); // not defined
3911 : };
3912 :
3913 : struct CTL: public comphelper::ConfigurationGroup< CTL> {
3914 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL")); }
3915 :
3916 : struct CTLFont: public comphelper::ConfigurationProperty<CTLFont, bool> {
3917 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLFont")); }
3918 : private:
3919 : CTLFont(); // not defined
3920 : ~CTLFont(); // not defined
3921 : };
3922 :
3923 : struct CTLSequenceChecking: public comphelper::ConfigurationProperty<CTLSequenceChecking, bool> {
3924 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLSequenceChecking")); }
3925 : private:
3926 : CTLSequenceChecking(); // not defined
3927 : ~CTLSequenceChecking(); // not defined
3928 : };
3929 :
3930 : struct CTLSequenceCheckingRestricted: public comphelper::ConfigurationProperty<CTLSequenceCheckingRestricted, bool> {
3931 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLSequenceCheckingRestricted")); }
3932 : private:
3933 : CTLSequenceCheckingRestricted(); // not defined
3934 : ~CTLSequenceCheckingRestricted(); // not defined
3935 : };
3936 :
3937 : struct CTLSequenceCheckingTypeAndReplace: public comphelper::ConfigurationProperty<CTLSequenceCheckingTypeAndReplace, bool> {
3938 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLSequenceCheckingTypeAndReplace")); }
3939 : private:
3940 : CTLSequenceCheckingTypeAndReplace(); // not defined
3941 : ~CTLSequenceCheckingTypeAndReplace(); // not defined
3942 : };
3943 :
3944 : struct CTLCursorMovement: public comphelper::ConfigurationProperty<CTLCursorMovement, sal_Int32> {
3945 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLCursorMovement")); }
3946 : private:
3947 : CTLCursorMovement(); // not defined
3948 : ~CTLCursorMovement(); // not defined
3949 : };
3950 :
3951 : struct CTLTextNumerals: public comphelper::ConfigurationProperty<CTLTextNumerals, sal_Int32> {
3952 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/CTLTextNumerals")); }
3953 : private:
3954 : CTLTextNumerals(); // not defined
3955 : ~CTLTextNumerals(); // not defined
3956 : };
3957 :
3958 : struct UIMirroring: public comphelper::ConfigurationProperty<UIMirroring, boost::optional<bool> > {
3959 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/I18N/CTL/UIMirroring")); }
3960 : private:
3961 : UIMirroring(); // not defined
3962 : ~UIMirroring(); // not defined
3963 : };
3964 :
3965 : private:
3966 : CTL(); // not defined
3967 : ~CTL(); // not defined
3968 : };
3969 :
3970 : private:
3971 : I18N(); // not defined
3972 : ~I18N(); // not defined
3973 : };
3974 :
3975 : struct Startup: public comphelper::ConfigurationGroup< Startup> {
3976 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Startup")); }
3977 :
3978 : struct Run: public comphelper::ConfigurationSet< Run> {
3979 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Startup/Run")); }
3980 : private:
3981 : Run(); // not defined
3982 : ~Run(); // not defined
3983 : };
3984 :
3985 : struct RunOnce: public comphelper::ConfigurationSet< RunOnce> {
3986 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/Startup/RunOnce")); }
3987 : private:
3988 : RunOnce(); // not defined
3989 : ~RunOnce(); // not defined
3990 : };
3991 :
3992 : private:
3993 : Startup(); // not defined
3994 : ~Startup(); // not defined
3995 : };
3996 :
3997 : struct SmartTags: public comphelper::ConfigurationGroup< SmartTags> {
3998 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SmartTags")); }
3999 :
4000 : struct Writer: public comphelper::ConfigurationGroup< Writer> {
4001 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SmartTags/Writer")); }
4002 :
4003 : struct RecognizeSmartTags: public comphelper::ConfigurationProperty<RecognizeSmartTags, bool> {
4004 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SmartTags/Writer/RecognizeSmartTags")); }
4005 : private:
4006 : RecognizeSmartTags(); // not defined
4007 : ~RecognizeSmartTags(); // not defined
4008 : };
4009 :
4010 : struct ExcludedSmartTagTypes: public comphelper::ConfigurationProperty<ExcludedSmartTagTypes, boost::optional<com::sun::star::uno::Sequence<rtl::OUString> > > {
4011 : static rtl::OUString path() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Office.Common/SmartTags/Writer/ExcludedSmartTagTypes")); }
4012 : private:
4013 : ExcludedSmartTagTypes(); // not defined
4014 : ~ExcludedSmartTagTypes(); // not defined
4015 : };
4016 :
4017 : private:
4018 : Writer(); // not defined
4019 : ~Writer(); // not defined
4020 : };
4021 :
4022 : private:
4023 : SmartTags(); // not defined
4024 : ~SmartTags(); // not defined
4025 : };
4026 :
4027 : } } }
4028 :
4029 : #endif
|