1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 *   Licensed to the Apache Software Foundation (ASF) under one or more
12 *   contributor license agreements. See the NOTICE file distributed
13 *   with this work for additional information regarding copyright
14 *   ownership. The ASF licenses this file to you under the Apache
15 *   License, Version 2.0 (the "License"); you may not use this file
16 *   except in compliance with the License. You may obtain a copy of
17 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
19<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
20<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.Office" oor:name="Common" xml:lang="en-US">
21  <info>
22    <desc>Contains common settings which are potentially shared by other
23    components.</desc>
24  </info>
25  <templates>
26    <group oor:name="Passwordstorage">
27      <info>
28        <desc>Contains a container for passwords.</desc>
29      </info>
30      <prop oor:name="Password" oor:type="xs:string" oor:localized="false">
31        <info>
32          <desc>Contains a password encoded with the master password.</desc>
33        </info>
34      </prop>
35    </group>
36    <group oor:name="HistoryType">
37      <info>
38        <desc>Contains settings for a history entry in the history list.</desc>
39      </info>
40      <prop oor:name="URL" oor:type="xs:string">
41        <info>
42          <desc>Specifies the document URL.</desc>
43        </info>
44      </prop>
45      <prop oor:name="Filter" oor:type="xs:string">
46        <info>
47          <desc>Specifies the filter name that was chosen to load the
48          document.</desc>
49        </info>
50      </prop>
51      <prop oor:name="Title" oor:type="xs:string">
52        <info>
53          <desc>Indicates the title of the URL that is displayed on the
54          user-interface.</desc>
55        </info>
56      </prop>
57      <prop oor:name="Password" oor:type="xs:string">
58        <info>
59          <desc>Contains an encoded password used to open the document.</desc>
60        </info>
61      </prop>
62    </group>
63    <group oor:name="MenuType">
64      <info>
65        <desc>Describes a menu entry for configurable office menus (e.g. file
66        new).</desc>
67      </info>
68      <prop oor:name="URL" oor:type="xs:string">
69        <info>
70          <desc>Specifies the URL for dispatch.</desc>
71        </info>
72      </prop>
73      <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
74        <info>
75          <desc>Specifies the label of a menu entry.</desc>
76        </info>
77      </prop>
78      <prop oor:name="ImageIdentifier" oor:type="xs:string">
79        <info>
80          <desc>Specifies the identifier of an assigned icon.</desc>
81        </info>
82      </prop>
83      <prop oor:name="TargetName" oor:type="xs:string">
84        <info>
85          <desc>Specifies the dispatch target (for example, _blank to open URL
86          in new frame).</desc>
87        </info>
88      </prop>
89    </group>
90    <group oor:name="DialogSize">
91      <info>
92        <desc>Contains the width and height of the dialog size.</desc>
93      </info>
94      <prop oor:name="Height" oor:type="xs:int">
95        <info>
96          <desc>Contains the height of the dialog [UNIT=pixel].</desc>
97        </info>
98      </prop>
99      <prop oor:name="Width" oor:type="xs:int">
100        <info>
101          <desc>Contains the width of the dialog [UNIT=pixel].</desc>
102        </info>
103      </prop>
104    </group>
105    <group oor:name="Font">
106      <info>
107        <desc>Describes the characteristics of a font.</desc>
108      </info>
109      <prop oor:name="Name" oor:type="xs:string">
110        <info>
111          <desc>Specifies the exact name of the font ("Arial", "Courier",
112          "Frutiger").</desc>
113        </info>
114      </prop>
115      <prop oor:name="Height" oor:type="xs:short">
116        <info>
117          <desc>Specifies the height of the font in the measure of the
118          destination.</desc>
119        </info>
120      </prop>
121      <prop oor:name="Width" oor:type="xs:short">
122        <info>
123          <desc>Specifies the width of the font in the measure of the
124          destination.</desc>
125        </info>
126      </prop>
127      <prop oor:name="StyleName" oor:type="xs:string">
128        <info>
129          <desc>Specifies the style name of the font ("Bold", "Italic", "Italic
130          Bold").</desc>
131        </info>
132      </prop>
133      <prop oor:name="Family" oor:type="xs:short">
134        <info>
135          <desc>Specifies the general style of the font.</desc>
136        </info>
137        <constraints>
138          <enumeration oor:value="0">
139            <info>
140              <desc>DONTKNOW</desc>
141            </info>
142          </enumeration>
143          <enumeration oor:value="1">
144            <info>
145              <desc>DECORATIVE</desc>
146            </info>
147          </enumeration>
148          <enumeration oor:value="2">
149            <info>
150              <desc>MODERN</desc>
151            </info>
152          </enumeration>
153          <enumeration oor:value="3">
154            <info>
155              <desc>ROMAN</desc>
156            </info>
157          </enumeration>
158          <enumeration oor:value="4">
159            <info>
160              <desc>SCRIPT</desc>
161            </info>
162          </enumeration>
163          <enumeration oor:value="5">
164            <info>
165              <desc>SWISS</desc>
166            </info>
167          </enumeration>
168          <enumeration oor:value="6">
169            <info>
170              <desc>SYSTEM</desc>
171            </info>
172          </enumeration>
173          <enumeration oor:value="7">
174            <info>
175              <desc>DONTKNOW</desc>
176            </info>
177          </enumeration>
178        </constraints>
179      </prop>
180      <prop oor:name="CharSet" oor:type="xs:short">
181        <info>
182          <desc>Specifies the character set which is supported by the
183          font.</desc>
184        </info>
185        <constraints>
186          <enumeration oor:value="0">
187            <info>
188              <desc>DONTKNOW</desc>
189            </info>
190          </enumeration>
191          <enumeration oor:value="1">
192            <info>
193              <desc>ANSI</desc>
194            </info>
195          </enumeration>
196          <enumeration oor:value="2">
197            <info>
198              <desc>MAC</desc>
199            </info>
200          </enumeration>
201          <enumeration oor:value="3">
202            <info>
203              <desc>IBMPC_437</desc>
204            </info>
205          </enumeration>
206          <enumeration oor:value="4">
207            <info>
208              <desc>IBMPC_850</desc>
209            </info>
210          </enumeration>
211          <enumeration oor:value="5">
212            <info>
213              <desc>IBMPC_860</desc>
214            </info>
215          </enumeration>
216          <enumeration oor:value="6">
217            <info>
218              <desc>IBMPC_861</desc>
219            </info>
220          </enumeration>
221          <enumeration oor:value="7">
222            <info>
223              <desc>IBMPC_863</desc>
224            </info>
225          </enumeration>
226          <enumeration oor:value="8">
227            <info>
228              <desc>IBMPC_865</desc>
229            </info>
230          </enumeration>
231          <enumeration oor:value="9">
232            <info>
233              <desc>SYSTEM</desc>
234            </info>
235          </enumeration>
236          <enumeration oor:value="10">
237            <info>
238              <desc>SYMBOL</desc>
239            </info>
240          </enumeration>
241        </constraints>
242      </prop>
243      <prop oor:name="Pitch" oor:type="xs:short">
244        <info>
245          <desc>Specifies the pitch of the font.</desc>
246        </info>
247        <constraints>
248          <enumeration oor:value="0">
249            <info>
250              <desc>DONTKNOW</desc>
251            </info>
252          </enumeration>
253          <enumeration oor:value="1">
254            <info>
255              <desc>FIXED</desc>
256            </info>
257          </enumeration>
258          <enumeration oor:value="2">
259            <info>
260              <desc>VARIABLE</desc>
261            </info>
262          </enumeration>
263        </constraints>
264      </prop>
265      <prop oor:name="CharacterWidth" oor:type="xs:double">
266        <info>
267          <desc>Specifies the character width. Depending on the specified width,
268          a font that supports this width may be selected. [UNIT=%].</desc>
269        </info>
270      </prop>
271      <prop oor:name="Weight" oor:type="xs:double">
272        <info>
273          <desc>Specifies the thickness of the line.</desc>
274        </info>
275      </prop>
276      <prop oor:name="Slant" oor:type="xs:short">
277        <info>
278          <desc>Specifies if there is a character slant (italic).</desc>
279        </info>
280        <constraints>
281          <enumeration oor:value="0">
282            <info>
283              <desc>NONE</desc>
284            </info>
285          </enumeration>
286          <enumeration oor:value="1">
287            <info>
288              <desc>OBLIQUE</desc>
289            </info>
290          </enumeration>
291          <enumeration oor:value="2">
292            <info>
293              <desc>ITALIC</desc>
294            </info>
295          </enumeration>
296          <enumeration oor:value="3">
297            <info>
298              <desc>DONTKNOW</desc>
299            </info>
300          </enumeration>
301          <enumeration oor:value="4">
302            <info>
303              <desc>REVERSE_OBLIQUE</desc>
304            </info>
305          </enumeration>
306          <enumeration oor:value="5">
307            <info>
308              <desc>REVERSE_ITALIC</desc>
309            </info>
310          </enumeration>
311        </constraints>
312      </prop>
313      <prop oor:name="UnderLine" oor:type="xs:short">
314        <info>
315          <desc>Specifies the type of underline.</desc>
316        </info>
317        <constraints>
318          <enumeration oor:value="0">
319            <info>
320              <desc>NONE</desc>
321            </info>
322          </enumeration>
323          <enumeration oor:value="1">
324            <info>
325              <desc>SINGLE</desc>
326            </info>
327          </enumeration>
328          <enumeration oor:value="2">
329            <info>
330              <desc>DOUBLE</desc>
331            </info>
332          </enumeration>
333          <enumeration oor:value="3">
334            <info>
335              <desc>DOTTED</desc>
336            </info>
337          </enumeration>
338          <enumeration oor:value="4">
339            <info>
340              <desc>DONTKNOW</desc>
341            </info>
342          </enumeration>
343          <enumeration oor:value="5">
344            <info>
345              <desc>DASH</desc>
346            </info>
347          </enumeration>
348          <enumeration oor:value="6">
349            <info>
350              <desc>LONGDASH</desc>
351            </info>
352          </enumeration>
353          <enumeration oor:value="7">
354            <info>
355              <desc>DASHDOT</desc>
356            </info>
357          </enumeration>
358          <enumeration oor:value="8">
359            <info>
360              <desc>DASHDOTDOT</desc>
361            </info>
362          </enumeration>
363          <enumeration oor:value="9">
364            <info>
365              <desc>SMALLWAVE</desc>
366            </info>
367          </enumeration>
368          <enumeration oor:value="10">
369            <info>
370              <desc>WAVE</desc>
371            </info>
372          </enumeration>
373          <enumeration oor:value="11">
374            <info>
375              <desc>DOUBLEWAVE</desc>
376            </info>
377          </enumeration>
378          <enumeration oor:value="12">
379            <info>
380              <desc>BOLD</desc>
381            </info>
382          </enumeration>
383          <enumeration oor:value="13">
384            <info>
385              <desc>BOLDDOTTED</desc>
386            </info>
387          </enumeration>
388          <enumeration oor:value="14">
389            <info>
390              <desc>BOLDDASH</desc>
391            </info>
392          </enumeration>
393          <enumeration oor:value="15">
394            <info>
395              <desc>BOLDLONGDASH</desc>
396            </info>
397          </enumeration>
398          <enumeration oor:value="16">
399            <info>
400              <desc>BOLDDASHDOT</desc>
401            </info>
402          </enumeration>
403          <enumeration oor:value="17">
404            <info>
405              <desc>BOLDDASHDOTDOT</desc>
406            </info>
407          </enumeration>
408          <enumeration oor:value="18">
409            <info>
410              <desc>BOLDWAVE</desc>
411            </info>
412          </enumeration>
413        </constraints>
414      </prop>
415      <prop oor:name="Strikeout" oor:type="xs:short">
416        <info>
417          <desc>Specifies the type of strikeout.</desc>
418        </info>
419        <constraints>
420          <enumeration oor:value="0">
421            <info>
422              <desc>NONE</desc>
423            </info>
424          </enumeration>
425          <enumeration oor:value="1">
426            <info>
427              <desc>SINGLE</desc>
428            </info>
429          </enumeration>
430          <enumeration oor:value="2">
431            <info>
432              <desc>DOUBLE</desc>
433            </info>
434          </enumeration>
435          <enumeration oor:value="3">
436            <info>
437              <desc>DONTKNOW</desc>
438            </info>
439          </enumeration>
440          <enumeration oor:value="4">
441            <info>
442              <desc>BOLD</desc>
443            </info>
444          </enumeration>
445          <enumeration oor:value="5">
446            <info>
447              <desc>SLASH</desc>
448            </info>
449          </enumeration>
450          <enumeration oor:value="6">
451            <info>
452              <desc>X</desc>
453            </info>
454          </enumeration>
455        </constraints>
456      </prop>
457      <prop oor:name="Orientation" oor:type="xs:double">
458        <info>
459          <desc>Specifies the rotation of the font. [UNIT=degree].</desc>
460        </info>
461      </prop>
462      <prop oor:name="Kerning" oor:type="xs:boolean">
463        <info>
464          <desc>Specifies if a kerning table is available (for requesting). For
465          selecting, specifies if the kerning table is to be used.</desc>
466        </info>
467      </prop>
468      <prop oor:name="WordLineMode" oor:type="xs:boolean">
469        <info>
470          <desc>Specifies if only words get underlined.</desc>
471        </info>
472      </prop>
473      <prop oor:name="Type" oor:type="xs:short">
474        <info>
475          <desc>Specifies the technology of the font representation.</desc>
476        </info>
477        <constraints>
478          <enumeration oor:value="0">
479            <info>
480              <desc>DONTKNOW</desc>
481            </info>
482          </enumeration>
483          <enumeration oor:value="1">
484            <info>
485              <desc>RASTER</desc>
486            </info>
487          </enumeration>
488          <enumeration oor:value="2">
489            <info>
490              <desc>DEVICE</desc>
491            </info>
492          </enumeration>
493          <enumeration oor:value="3">
494            <info>
495              <desc>SCALABLE</desc>
496            </info>
497          </enumeration>
498        </constraints>
499      </prop>
500    </group>
501    <group oor:name="FontReplacement">
502      <info>
503        <desc>Contains settings for the font replacement.</desc>
504      </info>
505      <prop oor:name="ReplaceFont" oor:type="xs:string">
506        <info>
507          <desc>Contains the name of font that is to be replaced.</desc>
508        </info>
509      </prop>
510      <prop oor:name="SubstituteFont" oor:type="xs:string">
511        <info>
512          <desc>Contains the name of the replacing font.</desc>
513        </info>
514      </prop>
515      <prop oor:name="OnScreenOnly" oor:type="xs:boolean" oor:nillable="false">
516        <info>
517          <desc>Determines if the font pair replacement is applied on the
518          screen.</desc>
519        </info>
520        <value>false</value>
521      </prop>
522      <prop oor:name="Always" oor:type="xs:boolean" oor:nillable="false">
523        <info>
524          <desc>Determines if the font pair replacement is applied on the
525          printer.</desc>
526        </info>
527        <value>false</value>
528      </prop>
529    </group>
530    <group oor:name="GraphicSize">
531      <info>
532        <deprecated>Use LogicalGraphicSize instead of this.</deprecated>
533        <desc>Specifies the size of a graphic. [UNIT=1/100 mm].</desc>
534      </info>
535      <prop oor:name="Width" oor:type="xs:int" oor:nillable="false">
536        <info>
537          <desc>Specifies the width of graphic. [UNIT=1/100 mm].</desc>
538        </info>
539        <constraints>
540          <minInclusive oor:value="100">
541            <info>
542              <desc>Represents the highest value that can be entered in the
543              dialog.</desc>
544            </info>
545          </minInclusive>
546          <maxInclusive oor:value="99999">
547            <info>
548              <desc>Represents the lowest value that can be entered in the
549              dialog.</desc>
550            </info>
551          </maxInclusive>
552        </constraints>
553        <value>10000</value>
554      </prop>
555      <prop oor:name="Height" oor:type="xs:int" oor:nillable="false">
556        <info>
557          <desc>Specifies the height of graphic. [UNIT=1/100 mm].</desc>
558        </info>
559        <constraints>
560          <minInclusive oor:value="100">
561            <info>
562              <desc>Represents the lowest value that can be entered in the
563              dialog.</desc>
564            </info>
565          </minInclusive>
566          <maxInclusive oor:value="99999">
567            <info>
568              <desc>Represents the highest value that can be entered in the
569              dialog.</desc>
570            </info>
571          </maxInclusive>
572        </constraints>
573        <value>10000</value>
574      </prop>
575    </group>
576    <group oor:name="LogicalGraphicSize">
577      <info>
578        <desc>Specifies the logical size of a graphic. [UNIT=1/100 mm].</desc>
579      </info>
580      <prop oor:name="LogicalWidth" oor:type="xs:int" oor:nillable="false">
581        <info>
582          <desc>Specifies the logical width of a graphic.
583          [UNIT=1/100 mm].</desc>
584        </info>
585        <constraints>
586          <minInclusive oor:value="100">
587            <info>
588              <desc>Represents the lowest value that can be entered in the
589              dialog.</desc>
590            </info>
591          </minInclusive>
592          <maxInclusive oor:value="99999">
593            <info>
594              <desc>Represents the highest value that can be entered in the
595              dialog.</desc>
596            </info>
597          </maxInclusive>
598        </constraints>
599        <value>10000</value>
600      </prop>
601      <prop oor:name="LogicalHeight" oor:type="xs:int" oor:nillable="false">
602        <info>
603          <desc>Specifies the logical height of graphic. [UNIT=1/100 mm].</desc>
604        </info>
605        <constraints>
606          <minInclusive oor:value="100">
607            <info>
608              <desc>Represents the lowest value that can be entered in the
609              dialog.</desc>
610            </info>
611          </minInclusive>
612          <maxInclusive oor:value="99999">
613            <info>
614              <desc>Represents the highest value that can be entered in the
615              dialog.</desc>
616            </info>
617          </maxInclusive>
618        </constraints>
619        <value>10000</value>
620      </prop>
621    </group>
622    <group oor:name="ObjectNames">
623      <info>
624        <deprecated>Replaced by
625        org.openoffice.Office.Embedding/ObjectName.</deprecated>
626        <desc>Deprecated</desc>
627      </info>
628      <prop oor:name="Name" oor:type="xs:string" oor:localized="true">
629        <info>
630          <deprecated/>
631          <desc>Deprecated</desc>
632        </info>
633      </prop>
634      <prop oor:name="Key" oor:type="xs:string">
635        <info>
636          <deprecated/>
637          <desc>Deprecated</desc>
638        </info>
639      </prop>
640    </group>
641    <group oor:name="RecoveryEntry">
642      <info>
643        <desc>Specifies an entry of the recovery list which is then used by
644        CrashGuard to save information about the last opened files.</desc>
645      </info>
646      <prop oor:name="URL" oor:type="xs:string">
647        <info>
648          <desc>Specifies an URL that should be recovered after the next Office
649          start.</desc>
650        </info>
651      </prop>
652      <prop oor:name="Filter" oor:type="xs:string">
653        <info>
654          <desc>Specifies a filter that should be used to open the document
655          referenced by the URL property.</desc>
656        </info>
657      </prop>
658      <prop oor:name="TempName" oor:type="xs:string">
659        <info>
660          <desc>Contains the name of the temporary file which represents the
661          document.</desc>
662        </info>
663      </prop>
664    </group>
665    <group oor:name="StartEndCharacters">
666      <info>
667        <desc>Contains the characters (so called forbidden characters) that are
668        not allowed at the beginning or end of a line.</desc>
669      </info>
670      <prop oor:name="StartCharacters" oor:type="xs:string">
671        <info>
672          <desc>Contains the characters that are not allowed at the beginning of
673          a line.</desc>
674        </info>
675      </prop>
676      <prop oor:name="EndCharacters" oor:type="xs:string">
677        <info>
678          <desc>Contains the characters that are not allowed at the end of a
679          line.</desc>
680        </info>
681      </prop>
682    </group>
683    <group oor:name="NameCounter">
684      <info>
685        <desc>Stores an association between a numeric value and a name.</desc>
686      </info>
687      <prop oor:name="Name" oor:type="xs:string">
688        <info>
689          <desc>Specifies a name that is associated with a counter.</desc>
690        </info>
691      </prop>
692      <prop oor:name="Counter" oor:type="xs:int">
693        <info>
694          <desc>Specifies a number that is associated with a name.</desc>
695        </info>
696      </prop>
697    </group>
698    <group oor:name="JobDescription">
699      <info>
700        <deprecated>Use cfg package Jobs instead of this.</deprecated>
701        <desc>Use cfg package Jobs instead of this.</desc>
702      </info>
703      <prop oor:name="ServiceName" oor:type="xs:string">
704        <info>
705          <desc>Use cfg package Jobs instead of this.</desc>
706        </info>
707      </prop>
708      <prop oor:name="UserInteraction" oor:type="xs:boolean">
709        <info>
710          <desc>Use cfg package Jobs instead of this.</desc>
711        </info>
712      </prop>
713      <prop oor:name="AllowAsync" oor:type="xs:boolean">
714        <info>
715          <desc>Use cfg package Jobs instead of this.</desc>
716        </info>
717      </prop>
718      <group oor:name="ExecutionArguments" oor:extensible="true">
719        <info>
720          <desc>Use cfg package Jobs instead of this.</desc>
721        </info>
722      </group>
723    </group>
724    <group oor:name="TrustedAuthor">
725      <info>
726        <desc>All Certificate information needed to handle and identify the
727        signature.</desc>
728      </info>
729      <prop oor:name="SubjectName" oor:type="xs:string">
730        <info>
731          <desc>Subject name of Certificate.</desc>
732        </info>
733      </prop>
734      <prop oor:name="SerialNumber" oor:type="xs:string">
735        <info>
736          <desc>Serial Number of Certificate.</desc>
737        </info>
738      </prop>
739      <prop oor:name="RawData" oor:type="xs:string">
740        <info>
741          <desc>Raw of Certificate.</desc>
742        </info>
743      </prop>
744    </group>
745    <group oor:name="ApplicationControlLayout">
746      <info>
747        <desc>specifies, on a per-application-type basis, certain defaults for
748        layouting form controls</desc>
749      </info>
750      <prop oor:name="VisualEffect" oor:type="xs:string" oor:nillable="true">
751        <info>
752          <desc>specifies the default visual effect for form controls</desc>
753        </info>
754        <constraints>
755          <enumeration oor:value="none">
756            <info>
757              <desc>specifies no special visual effect</desc>
758            </info>
759          </enumeration>
760          <enumeration oor:value="flat">
761            <info>
762              <desc>specifies a flat appearance</desc>
763            </info>
764          </enumeration>
765          <enumeration oor:value="3D">
766            <info>
767              <desc>specifies a 3D appearance</desc>
768            </info>
769          </enumeration>
770        </constraints>
771      </prop>
772      <prop oor:name="DynamicBorderColors" oor:type="xs:boolean" oor:nillable="false">
773        <info>
774          <desc>specifies whether the controls should use dynamic border
775          coloring, if possible. Dymamic border coloring means that when the
776          mouse is hovered over a control, and when a control receives the
777          focus, this is indicated with special border colors.</desc>
778        </info>
779        <value>false</value>
780      </prop>
781      <prop oor:name="UseDocumentTextMetrics" oor:type="xs:boolean" oor:nillable="false">
782        <info>
783          <desc>controls whether form controls, when they render their text, use
784          the same metrics as the document does. If this is set to &lt;true&gt;,
785          then the control text's appearance better matches the text in the
786          surrounding document.&lt;/p&gt; &lt;p&gt;Technically, documents use a
787          reference device for formatting, which usually has a higher resolution
788          than the actual output device. The option decides whether form
789          controls should use the same reference device as the surrounding
790          document. However, some of OOo's document implementations do not
791          properly use their reference device in all situations, in which case
792          the option might better be disabled.&lt;p&gt;</desc>
793        </info>
794        <value>true</value>
795      </prop>
796    </group>
797    <group oor:name="ProductVersionID">
798      <info>
799        <desc>Stores registration data which is related to a specific product
800        version.</desc>
801      </info>
802      <prop oor:name="InstanceUUID" oor:type="xs:string" oor:nillable="false">
803        <info>
804          <desc>An instance UUID associated with the product version ID.</desc>
805        </info>
806        <value/>
807      </prop>
808    </group>
809    <group oor:name="PersonasEntry">
810      <info>
811        <desc>Stores the details of the installed personas.</desc>
812      </info>
813      <prop oor:name="Slug" oor:type="xs:string" oor:nillable="false">
814        <info>
815          <desc>Unique pretty id of the persona, also part of its url</desc>
816        </info>
817      </prop>
818      <prop oor:name="Name" oor:type="xs:string" oor:nillable="false">
819        <info>
820          <desc>The Persona's name</desc>
821        </info>
822      </prop>
823      <prop oor:name="Preview" oor:type="xs:string" oor:nillable="false">
824        <info>
825          <desc>Name of the preview file for the Persona to show in the UI</desc>
826        </info>
827      </prop>
828      <prop oor:name="Header" oor:type="xs:string" oor:nillable="false">
829        <info>
830          <desc>Name of the header file for the Persona</desc>
831        </info>
832        <value/>
833      </prop>
834      <prop oor:name="Footer" oor:type="xs:string" oor:nillable="false">
835        <info>
836          <desc>Name of the footer file for the Persona</desc>
837        </info>
838        <value/>
839      </prop>
840      <prop oor:name="TextColor" oor:type="xs:string" oor:nillable="false">
841        <info>
842          <desc>Value of the text color for the Persona</desc>
843        </info>
844        <value/>
845      </prop>
846    </group>
847  </templates>
848  <component>
849    <group oor:name="VCL">
850      <info>
851        <desc>Contains settings for VCL.</desc>
852      </info>
853      <prop oor:name="UseOpenGL" oor:type="xs:boolean" oor:nillable="false">
854        <info>
855           <desc>Specifies if OpenGL rendering should be used in VCL backends
856                supporting it.</desc>
857        </info>
858        <value>false</value>
859      </prop>
860      <prop oor:name="ForceOpenGL" oor:type="xs:boolean" oor:nillable="false">
861        <info>
862           <desc>Specifies if OpenGL rendering should be used in VCL backends
863               supporting it. This one forces the use of OpenGL even if the
864                blacklist would block the OpenGL driver.</desc>
865        </info>
866        <value>false</value>
867      </prop>
868      <prop oor:name="AnimationsEnabled" oor:type="xs:boolean" oor:nillable="false">
869        <info>
870          <desc>Defines if the user interface animations (like "walking ant"
871          animation when copying a cell in Calc) is enabled or disabled.
872          Disabling animations makes a lot of sense on remote connections
873          (VNC), where animations increase the (always limited) amount of
874          bandwidth needed.
875          </desc>
876          <label>Defines if the user interface animations are disabled.</label>
877        </info>
878        <value>true</value>
879      </prop>
880    </group>
881    <group oor:name="InternalMSExport">
882      <info>
883        <desc>Contains internal MSExport settings that are common for all
884        apps.</desc>
885      </info>
886      <prop oor:name="UseOldExport" oor:type="xs:boolean" oor:nillable="false">
887        <info>
888          <desc>Specifies if an old (5.0 format) way instead of a new one (6.0
889          OLE embedded document) should be used for export of inplace objects in
890          case MS-filters are not used for them.</desc>
891        </info>
892        <value>false</value>
893      </prop>
894    </group>
895    <group oor:name="Passwords">
896      <info>
897        <desc>Contains a description of the persistent password
898        container.</desc>
899      </info>
900      <prop oor:name="UseStorage" oor:type="xs:boolean" oor:nillable="false">
901        <info>
902          <desc>Specifies if passwords can be stored persistently.</desc>
903        </info>
904        <value>false</value>
905      </prop>
906      <prop oor:name="HasMaster" oor:type="xs:boolean" oor:nillable="false">
907        <info>
908          <desc>Specifies if there is a valid master password.</desc>
909        </info>
910        <value>false</value>
911      </prop>
912      <prop oor:name="Master" oor:type="xs:string" oor:nillable="false">
913        <info>
914          <desc>Contains the master password encrypted by itself.</desc>
915        </info>
916        <value/>
917      </prop>
918      <set oor:name="Store" oor:node-type="Passwordstorage">
919        <info>
920          <desc>Contains a list of passwords encoded with the master
921          password.</desc>
922        </info>
923      </set>
924      <prop oor:name="AuthenticateUsingSystemCredentials" oor:type="oor:string-list">
925        <info>
926          <desc>Contains a list of URLs that should be accessed using system
927          credentials of the user.</desc>
928        </info>
929      </prop>
930      <prop oor:name="TrySystemCredentialsFirst" oor:type="xs:boolean" oor:nillable="false">
931        <info>
932          <desc>Specifies if authentication using system credentials should be tried
933          automatically for all resources that support it (regardless of whether they are
934          in "AuthenticateUsingSystemCredentials" list or not).</desc>
935        </info>
936        <value>false</value>
937      </prop>
938    </group>
939    <group oor:name="Dictionaries">
940      <info>
941        <desc>Contains settings related to dictionaries.</desc>
942      </info>
943      <prop oor:name="RepositoryURL" oor:type="xs:string" oor:nillable="false">
944        <info>
945          <desc>Specifies a repository URL where users can download additional
946          dictionaries.</desc>
947        </info>
948        <value/>
949      </prop>
950    </group>
951    <group oor:name="Drawinglayer">
952      <info>
953        <desc>Specifies settings for the Drawinglayer.</desc>
954      </info>
955      <prop oor:name="OverlayBuffer" oor:type="xs:boolean" oor:nillable="false">
956        <info>
957          <desc>Specifies if the Overlay pane is allowed to use an own buffer.
958          If on, Overlay is fast but a buffer (graphics memory) is used. If off,
959          Overlay is slow, but no Buffer is needed. This is the global switch
960          which will enable/disable overlay for all Applications. This is the
961          global switch for the whole office.</desc>
962          <label>Overlay is allowed to use a Background Buffer in all
963          Applications</label>
964        </info>
965        <value>true</value>
966      </prop>
967      <prop oor:name="OverlayBuffer_Calc" oor:type="xs:boolean" oor:nillable="false">
968        <info>
969          <desc>Similar to OverlayBuffer, but only for Calc Application</desc>
970          <label>Calc Overlay is allowed to use a Background Buffer</label>
971        </info>
972        <value>true</value>
973      </prop>
974      <prop oor:name="OverlayBuffer_Writer" oor:type="xs:boolean" oor:nillable="false">
975        <info>
976          <desc>Similar to OverlayBuffer, but only for Writer Application</desc>
977          <label>Writer Overlay is allowed to use a Background Buffer</label>
978        </info>
979        <value>true</value>
980      </prop>
981      <prop oor:name="OverlayBuffer_DrawImpress" oor:type="xs:boolean" oor:nillable="false">
982        <info>
983          <desc>Similar to OverlayBuffer, but only for Draw/Impress
984          Applications</desc>
985          <label>Draw/Impress Overlay is allowed to use a Background
986          Buffer</label>
987        </info>
988        <value>true</value>
989      </prop>
990      <prop oor:name="PaintBuffer" oor:type="xs:boolean" oor:nillable="false">
991        <info>
992          <desc>Specifies if the Application Repaint shall use a buffer for
993          Pre-Rendering. If on, screen flicker is greatly reduced and remote
994          display is fast, but a buffer (graphics memory) is needed. If off,
995          screen flicker will occur and remote display is slow, but no buffer
996          is needed. This is the global switch for the whole office.</desc>
997          <label>Application Repaint is allowed to use Pre-Rendering
998          Buffer.</label>
999        </info>
1000        <value>true</value>
1001      </prop>
1002      <prop oor:name="PaintBuffer_Calc" oor:type="xs:boolean" oor:nillable="false">
1003        <info>
1004          <desc>Similar to PaintBuffer, but only for Calc Application.
1005          PaintBuffer is the global switch.</desc>
1006          <label>Calc Repaint is allowed to use Pre-Rendering Buffer</label>
1007        </info>
1008        <value>true</value>
1009      </prop>
1010      <prop oor:name="PaintBuffer_Writer" oor:type="xs:boolean" oor:nillable="false">
1011        <info>
1012          <desc>Similar to PaintBuffer, but only for Writer Application.
1013          PaintBuffer is the global switch.</desc>
1014          <label>Writer Repaint is allowed to use Pre-Rendering Buffer</label>
1015        </info>
1016        <value>true</value>
1017      </prop>
1018      <prop oor:name="PaintBuffer_DrawImpress" oor:type="xs:boolean" oor:nillable="false">
1019        <info>
1020          <desc>Similar to PaintBuffer, but only for Draw/Impress Applications.
1021          PaintBuffer is the global switch.</desc>
1022          <label>Draw/Impress Repaint is allowed to use Pre-Rendering
1023          Buffer</label>
1024        </info>
1025        <value>true</value>
1026      </prop>
1027      <prop oor:name="StripeColorA" oor:type="xs:int" oor:nillable="false">
1028        <info>
1029          <desc>Specifies the first one of two colors used from overlay to
1030          display striped lines as helplines. Default is black.</desc>
1031          <label>Use given color as first stripe color</label>
1032        </info>
1033        <value>0</value>
1034      </prop>
1035      <prop oor:name="StripeColorB" oor:type="xs:int" oor:nillable="false">
1036        <info>
1037          <desc>Specifies the second one of two colors used from overlay to
1038          display striped lines as helplines. Default is white.</desc>
1039          <label>Use given color as second stripe color</label>
1040        </info>
1041        <value>16777215</value>
1042      </prop>
1043      <prop oor:name="StripeLength" oor:type="xs:short" oor:nillable="false">
1044        <info>
1045          <desc>Specifies the length in pixels of a single stripe used from
1046          overlay to display striped lines as helplines. Default is four.</desc>
1047          <label>Use given length as stripe length</label>
1048        </info>
1049        <value>4</value>
1050      </prop>
1051      <prop oor:name="MaximumPaperWidth" oor:type="xs:int" oor:nillable="false">
1052        <info>
1053          <desc>Specifies the maximum allowed Paper Width for page definitions
1054          in cm. Default is 3m, i.e. 300 cm. When this is changed to higher
1055          values, it is done on own risk.</desc>
1056          <label>Maximum allowed Paper Width for page definitions</label>
1057        </info>
1058        <value>300</value>
1059      </prop>
1060      <prop oor:name="MaximumPaperHeight" oor:type="xs:int" oor:nillable="false">
1061        <info>
1062          <desc>Specifies the maximum allowed Paper Height for page definitions
1063          in cm. Default is 3m, i.e. 300 cm. When this is changed to higher
1064          values, it is done on own risk.</desc>
1065          <label>Maximum allowed Paper Height for page definitions</label>
1066        </info>
1067        <value>300</value>
1068      </prop>
1069      <prop oor:name="MaximumPaperLeftMargin" oor:type="xs:int" oor:nillable="false">
1070        <info>
1071          <desc>Specifies the maximum allowed Left Margin for the page
1072          definitions in 1/100th cm.</desc>
1073          <label>Maximum allowed Left margin for page definitions</label>
1074        </info>
1075        <value>9999</value>
1076      </prop>
1077      <prop oor:name="MaximumPaperRightMargin" oor:type="xs:int" oor:nillable="false">
1078        <info>
1079          <desc>Specifies the maximum allowed Right Margin for the page
1080          definitions in 1/100th cm.</desc>
1081          <label>Maximum allowed Right margin for page definitions</label>
1082        </info>
1083        <value>9999</value>
1084      </prop>
1085      <prop oor:name="MaximumPaperTopMargin" oor:type="xs:int" oor:nillable="false">
1086        <info>
1087          <desc>Specifies the maximum allowed Top Margin for the page
1088          definitions in 1/100th cm.</desc>
1089          <label>Maximum allowed Top margin for page definitions</label>
1090        </info>
1091        <value>9999</value>
1092      </prop>
1093      <prop oor:name="MaximumPaperBottomMargin" oor:type="xs:int" oor:nillable="false">
1094        <info>
1095          <desc>Specifies the maximum allowed Bottom Margin for the page
1096          definitions in 1/100th cm.</desc>
1097          <label>Maximum allowed Bottom margin for page definitions</label>
1098        </info>
1099        <value>9999</value>
1100      </prop>
1101      <prop oor:name="AntiAliasing" oor:type="xs:boolean" oor:nillable="false">
1102        <info>
1103          <desc>This switch allows to switch DrawingLayer based views to be
1104          rendered using AntiAliasing or not. Of course this takes only effect
1105          when AntiAliasing is supported for the System OOo is running
1106          on.</desc>
1107          <label>This switch determines if DrawingLayer based views use
1108          AntiAliasing.</label>
1109        </info>
1110        <value>true</value>
1111      </prop>
1112      <prop oor:name="SnapHorVerLinesToDiscrete" oor:type="xs:boolean" oor:nillable="false">
1113        <info>
1114          <desc>This switch allows to enhance visualisation of graphics which
1115          use Horizontal or Vertical Hairlines combined with AntiAliased mode
1116          (e.g. in 2D charts). When not used, those lines will be AntiAliased as
1117          everything else. Since this is not pleasing for the eye, this option
1118          allows to force those lines to snap to discrete points (pixels) when
1119          activated and thus avoids AntiAliasing of pure Horizontal or Vertical
1120          Hairlines.</desc>
1121          <label>Determines if Horizontal and Vertical HairLines in AntiAliased
1122          mode are snapped to discrete pixels to enhance visualisation</label>
1123        </info>
1124        <value>true</value>
1125      </prop>
1126      <prop oor:name="RenderDecoratedTextDirect" oor:type="xs:boolean" oor:nillable="false">
1127        <info>
1128          <desc>This switch determines if the decorations of decorated text
1129          portions (e.g. underline, strike through) are rendered using VCL
1130          direct rendering or if the primitive is decomposed into simple text
1131          and the corresponding geometrical representations of the decorations.
1132          Default is true since VCL's usage of the diverse System's hinting
1133          possibilities for decorations is useful.</desc>
1134          <label>Determines if decorated texts are decomposed at render time or
1135          directly rendered using VCL</label>
1136        </info>
1137        <value>true</value>
1138      </prop>
1139      <prop oor:name="RenderSimpleTextDirect" oor:type="xs:boolean" oor:nillable="false">
1140        <info>
1141          <desc>This switch determines if simple text is directly rendered using
1142          VCL or not. If not, the simple text is decomposed into PolyPolygons
1143          which will be painted then. Default is true, since VCL will use the
1144          hinting for font rendering on the diverse supported systems, which
1145          gives better quality than rendering the text as Polygons.</desc>
1146          <label>Determines if simple texts are decomposed at render time or
1147          directly rendered using VCL</label>
1148        </info>
1149        <value>true</value>
1150      </prop>
1151      <prop oor:name="SolidDragCreate" oor:type="xs:boolean" oor:nillable="false">
1152        <info>
1153          <desc>This switch decides if Interactions in the DrawingLayer are
1154          visualized using Wireframe or Full-Object previews. If false, only
1155          Wireframe will be used. If true, Full-Object preview which gives a
1156          much better feedback about the object interaction will be used. This
1157          mode is used for modification and creation of objects. During
1158          interaction, a geometric copy of the object(s) is shown with 50%
1159          transparence in the foreground. That copy shows exactly what You will
1160          get when You end the interaction.</desc>
1161          <label>This switch determines if DrawingLayer Interactions show
1162          Wireframe or Full-Object preview.</label>
1163        </info>
1164        <value>true</value>
1165      </prop>
1166      <prop oor:name="Quadratic3DRenderLimit" oor:type="xs:int" oor:nillable="false">
1167        <info>
1168          <desc>This defines a Limitation for the default raster conversion from
1169          3D Scenes to Bitmaps. The number is the maximum number of pixels to
1170          use, e.g. 1000x1000 Pixels is allowed as default. When Scenes would
1171          need more Pixels than this, the Bitmap will be limited and scaled to
1172          the needed pixel size at paint time.</desc>
1173          <label>A Pixel limitation for the creation of 3D Scenes with the
1174          default renderer.</label>
1175        </info>
1176        <value>1000000</value>
1177      </prop>
1178      <prop oor:name="QuadraticFormControlRenderLimit" oor:type="xs:int" oor:nillable="false">
1179        <info>
1180          <desc>This defines a Limitation for the default raster conversion of
1181          FormControls in edit mode. These have the ability to be displayed
1182          using this fallback to Bitmaps. The number is the maximum number of
1183          pixels to use, e.g. 300x150 Pixels is allowed as default. When
1184          FormControls would need more Pixels than this, the Bitmap will be
1185          limited and scaled to the needed pixel size at paint time.</desc>
1186          <label>A Pixel limitation for the creation of FormControl fallback
1187          display.</label>
1188        </info>
1189        <value>45000</value>
1190      </prop>
1191      <prop oor:name="TransparentSelection" oor:type="xs:boolean" oor:nillable="false">
1192        <info>
1193          <desc>This switch defines if the selections in the applications (text
1194          or cells) are visualized using inverse (XOR) when set to false (the
1195          old selection method, also used when in HighContrast mode) or a
1196          transparent overlay selection using the system's selection
1197          color.</desc>
1198          <label>This switch defines if for text/cell selections the old
1199          inverse or the new transparent selection is to be used.</label>
1200        </info>
1201        <value>true</value>
1202      </prop>
1203      <prop oor:name="TransparentSelectionPercent" oor:type="xs:short" oor:nillable="false">
1204        <info>
1205          <desc>Specifies the degree of transparence to be used when transparent
1206          selection is used. The value is a percent value. Since neither no
1207          transparence nor complete transparence makes sense, the value is
1208          limited to a range of 10% - 90%. If the given value is outside this
1209          range, it is cropped to it.</desc>
1210          <label>Specifies the percent of transparence to use if transparent
1211          selection is used.</label>
1212        </info>
1213        <value>75</value>
1214      </prop>
1215      <prop oor:name="SelectionMaximumLuminancePercent" oor:type="xs:short" oor:nillable="false">
1216        <info>
1217          <desc>Specifies the maximum allowed luminance the system's selection
1218          color may have. When the colorfetched from the system is brighter
1219          (luminance is bigger), it will be scaled to a luminance of exactly
1220          this given value.</desc>
1221          <label>Specifies the maximum allowed luminance for the system's
1222          selection color.</label>
1223        </info>
1224        <value>70</value>
1225      </prop>
1226    </group>
1227    <group oor:name="AutoCorrect">
1228      <info>
1229        <desc>Contains miscellaneous settings for the auto correction.</desc>
1230      </info>
1231      <prop oor:name="UseReplacementTable" oor:type="xs:boolean" oor:nillable="false">
1232        <!-- OldPath: AutoCorrect/Options/All -->
1233        <!-- OldLocation: Soffice.cfg -->
1234        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options - Use replacement
1235             table -->
1236        <info>
1237          <desc>Specifies if the replacement table should be used to replace
1238          letter combinations with defined text</desc>
1239          <label>Use replacement table</label>
1240        </info>
1241        <value>true</value>
1242      </prop>
1243      <prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean" oor:nillable="false">
1244        <!-- OldPath: AutoCorrect/Options/All -->
1245        <!-- OldLocation: Soffice.cfg -->
1246        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options - Correct TWo
1247             INitial Capitals -->
1248        <info>
1249          <desc>Specifies if two initial capitals should be corrected
1250          automatically.</desc>
1251          <label>Correct two initial capitals</label>
1252        </info>
1253        <value>true</value>
1254      </prop>
1255      <prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean" oor:nillable="false">
1256        <!-- OldPath: AutoCorrect/Options/All -->
1257        <!-- OldLocation: Soffice.cfg -->
1258        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options - Capitalize first
1259             letter of every sentence -->
1260        <info>
1261          <desc>Specifies if the letter at the beginning of a sentence should be
1262          capitalized automatically.</desc>
1263          <label>Capitalize first letter of every sentence</label>
1264        </info>
1265        <value>true</value>
1266      </prop>
1267      <prop oor:name="ChangeUnderlineWeight" oor:type="xs:boolean" oor:nillable="false">
1268        <!-- OldPath: AutoCorrect/Options/All -->
1269        <!-- OldLocation: Soffice.cfg -->
1270        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options - Automatic *bold*,
1271             /italic/, -strikeout- and _underline_ -->
1272        <info>
1273          <desc>Specifies if text should be formatted in bold or underlined when
1274          the corresponding characters are entered (*bold*, /italic/, -strikeout-,
1275          _underline_).</desc>
1276          <label>Apply bold, italics, strikeout or underline</label>
1277        </info>
1278        <value>true</value>
1279      </prop>
1280      <prop oor:name="SetInetAttribute" oor:type="xs:boolean" oor:nillable="false">
1281        <!-- OldPath: AutoCorrect/Options/All -->
1282        <!-- OldLocation: Soffice.cfg -->
1283        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options - URL
1284             recognition -->
1285        <info>
1286          <desc>Specifies if character strings which could represent an URL
1287          should be converted to a hyperlink.</desc>
1288          <label>Detect URL</label>
1289        </info>
1290        <value>true</value>
1291      </prop>
1292      <prop oor:name="ChangeOrdinalNumber" oor:type="xs:boolean" oor:nillable="false">
1293        <!-- OldPath: AutoCorrect/Options/All -->
1294        <!-- OldLocation: Soffice.cfg -->
1295        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options - Replace
1296             1st... -->
1297        <info>
1298          <desc>Specifies if ordinal numbers should be displayed with raised
1299          endings.</desc>
1300          <label>Replace ordinal numbers</label>
1301        </info>
1302        <value>true</value>
1303      </prop>
1304      <prop oor:name="ChangeDash" oor:type="xs:boolean" oor:nillable="false">
1305        <!-- OldPath: AutoCorrect/Options/All -->
1306        <!-- OldLocation: Soffice.cfg -->
1307        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options - Replace
1308             dashes -->
1309        <info>
1310          <desc>Specifies if minus signs should be replaced by dashes
1311          automatically.</desc>
1312          <label>Replace dashes</label>
1313        </info>
1314        <value>true</value>
1315      </prop>
1316      <prop oor:name="AddNonBreakingSpace" oor:type="xs:boolean" oor:nillable="false">
1317        <!-- OldPath: AutoCorrect/Options/All -->
1318        <!-- OldLocation: Soffice.cfg -->
1319        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options - Add non-breaking
1320             space -->
1321        <info>
1322          <desc>Adds a non-breaking space before the characters :;!? in
1323          french.</desc>
1324          <label>Add non-breaking space</label>
1325        </info>
1326        <value>true</value>
1327      </prop>
1328      <prop oor:name="RemoveDoubleSpaces" oor:type="xs:boolean" oor:nillable="false">
1329        <!-- OldPath: AutoCorrect/Options/All -->
1330        <!-- OldLocation: Soffice.cfg -->
1331        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options  Ignore Double
1332             Spaces -->
1333        <info>
1334          <desc>Specifies if multiple spaces should be combined into one.</desc>
1335          <label>Ignore double spaces</label>
1336        </info>
1337        <value>false</value>
1338      </prop>
1339      <prop oor:name="CorrectAccidentalCapsLock" oor:type="xs:boolean" oor:nillable="false">
1340        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options  Correct accidental
1341             use of cAPS LOCK key -->
1342        <info>
1343          <desc>Specifies whether or not to correct accidental use of CAPS lock
1344          key.</desc>
1345          <label>Correct accidental use of cAPS LOCK key</label>
1346        </info>
1347        <value>true</value>
1348      </prop>
1349      <prop oor:name="ReplaceSingleQuote" oor:type="xs:boolean" oor:nillable="false">
1350        <!-- OldPath: AutoCorrect/Options/All -->
1351        <!-- OldLocation: Soffice.cfg -->
1352        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Custom Quotes  Single
1353             quotes -->
1354        <info>
1355          <desc>Specifies if single quotes should be replaced.</desc>
1356          <label>Single quotes - Replace</label>
1357        </info>
1358        <value>true</value>
1359      </prop>
1360      <prop oor:name="SingleQuoteAtStart" oor:type="xs:int">
1361        <!-- OldPath: AutoCorrect/Options/All -->
1362        <!-- OldLocation: Soffice.cfg -->
1363        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Custom Quotes  Single
1364             quotes -->
1365        <info>
1366          <desc>Specifies the start single quote.</desc>
1367          <label>Start single quote</label>
1368        </info>
1369      </prop>
1370      <prop oor:name="SingleQuoteAtEnd" oor:type="xs:int">
1371        <!-- OldPath: AutoCorrect/Options/All -->
1372        <!-- OldLocation: Soffice.cfg -->
1373        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Custom Quotes  Single
1374             quotes -->
1375        <info>
1376          <desc>Specifies the end single quote.</desc>
1377          <label>End Single quote</label>
1378        </info>
1379      </prop>
1380      <prop oor:name="ReplaceDoubleQuote" oor:type="xs:boolean" oor:nillable="false">
1381        <!-- OldPath: AutoCorrect/Options/All -->
1382        <!-- OldLocation: Soffice.cfg -->
1383        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Custom Quotes  Double
1384             quotes -->
1385        <info>
1386          <desc>Specifies if double quotes should be replaced.</desc>
1387          <label>Double quotes - Replace</label>
1388        </info>
1389        <value>true</value>
1390      </prop>
1391      <prop oor:name="DoubleQuoteAtStart" oor:type="xs:int">
1392        <!-- OldPath: AutoCorrect/Options/All -->
1393        <!-- OldLocation: Soffice.cfg -->
1394        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Custom Quotes  Double
1395             quotes -->
1396        <info>
1397          <desc>Specifies the start quote.</desc>
1398          <label>Start quote</label>
1399        </info>
1400      </prop>
1401      <prop oor:name="DoubleQuoteAtEnd" oor:type="xs:int">
1402        <!-- OldPath: AutoCorrect/Options/All -->
1403        <!-- OldLocation: Soffice.cfg -->
1404        <!-- UIHints: Tools  AutoCorrect/AutoFormat  Custom Quotes  Double
1405             quotes -->
1406        <info>
1407          <desc>Specifies the end quote.</desc>
1408          <label>End quote</label>
1409        </info>
1410      </prop>
1411      <group oor:name="Exceptions">
1412        <info>
1413          <desc>Contains settings to apply replacement rules and
1414          exceptions.</desc>
1415        </info>
1416        <prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean" oor:nillable="false">
1417          <!-- OldPath: AutoCorrect/Options/All -->
1418          <!-- OldLocation: Soffice.cfg -->
1419          <!-- UIHints: Tools - AutoCorrect/AutoFormat - Exceptions - Words with
1420               2 initial capitals -->
1421          <info>
1422            <desc>Specifies if defined words with two initial capital letters
1423            should not be included in the AutoCorrect replacement.</desc>
1424            <label>Words with two initial capital letters - Add
1425            automatically</label>
1426          </info>
1427          <value>true</value>
1428        </prop>
1429        <prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean" oor:nillable="false">
1430          <!-- OldPath: AutoCorrect/Options/All -->
1431          <!-- OldLocation: Soffice.cfg -->
1432          <!-- UIHints: Tools - AutoCorrect/AutoFormat - Exceptions -
1433               Abbreviation -->
1434          <info>
1435            <desc>Specifies if defined abbreviations should be taken into
1436            account to exclude a preceding capital letter.</desc>
1437            <label>Abbreviations (no subsequent capital letter) - Add
1438            automatically</label>
1439          </info>
1440          <value>true</value>
1441        </prop>
1442      </group>
1443    </group>
1444    <group oor:name="Cache">
1445      <info>
1446        <desc>Specifies cache related options.</desc>
1447      </info>
1448      <group oor:name="DrawingEngine">
1449        <info>
1450          <desc>Specifies the cache related options for the drawing
1451          engine.</desc>
1452        </info>
1453        <prop oor:name="OLE_Objects" oor:type="xs:int" oor:nillable="false">
1454          <!-- OldPath: soffice-WorkingSet -->
1455          <!-- OldLocation: soffice.ini -->
1456          <!-- Notice: MaxOLEObjectsInDrawingEngineMemory -->
1457          <info>
1458            <desc>Determines the maximum number of OLE objects that can be held
1459            in RAM for drawings, presentations and inserted drawing objects. The
1460            fewer OLE objects contained in RAM, the more space is available for
1461            other functions. The more OLE objects in RAM, the faster you can
1462            page through the objects since they do not always need to be loaded
1463            from the hard drive.</desc>
1464          </info>
1465          <value>20</value>
1466        </prop>
1467      </group>
1468      <group oor:name="Writer">
1469        <info>
1470          <desc>Specifies the cache related options for Writer.</desc>
1471        </info>
1472        <prop oor:name="OLE_Objects" oor:type="xs:int" oor:nillable="false">
1473          <!-- OldPath: soffice-WorkingSet -->
1474          <!-- OldLocation: soffice.ini -->
1475          <!-- Notice: MaxOLEObjectsInSWMemory -->
1476          <info>
1477            <desc>Determines the maximum number of OLE objects that can be held
1478            in RAM for the writer. The fewer OLE objects contained in RAM, the
1479            more space is available for other functions. The more OLE objects in
1480            RAM, the faster you can page through the objects since they do not
1481            always need to be loaded from the hard drive.</desc>
1482          </info>
1483          <value>20</value>
1484        </prop>
1485      </group>
1486      <group oor:name="GraphicManager">
1487        <info>
1488          <desc>Specifies a group of graphic manager cache options.</desc>
1489          <label>Image Manager Cache</label>
1490        </info>
1491        <prop oor:name="TotalCacheSize" oor:type="xs:int" oor:nillable="false">
1492          <info>
1493            <deprecated>Not used anymore</deprecated>
1494            <desc>Specifies the maximum cache size for all graphical display
1495            objects.</desc>
1496            <label>Total Image Cache Size</label>
1497          </info>
1498          <value>400000000</value>
1499        </prop>
1500        <prop oor:name="ObjectCacheSize" oor:type="xs:int" oor:nillable="false">
1501          <info>
1502            <deprecated>Not used anymore</deprecated>
1503            <desc>Specifies the maximum cache size for a single graphic display
1504            object.</desc>
1505            <label>Image Object Cache Size</label>
1506          </info>
1507          <value>12600000</value>
1508        </prop>
1509        <prop oor:name="ObjectReleaseTime" oor:type="xs:int" oor:nillable="false">
1510          <info>
1511            <deprecated>Not used anymore</deprecated>
1512            <desc>Specifies the time in seconds after which a cached object is
1513            freed from the cache.</desc>
1514            <label>Image Object Release Timeout</label>
1515          </info>
1516          <value>600</value>
1517        </prop>
1518        <prop oor:name="GraphicMemoryLimit" oor:type="xs:int" oor:nillable="false">
1519          <info>
1520            <desc>Specifies the allowed cumulated memory that the
1521            graphic objects can occupy before they start to get swapped
1522            to the disk to save memory.</desc>
1523            <label>Graphic Memory Limit Size</label>
1524          </info>
1525          <value>300000000</value>
1526        </prop>
1527        <prop oor:name="GraphicAllowedIdleTime" oor:type="xs:int" oor:nillable="false">
1528          <info>
1529            <desc>Specifies the time in seconds when the graphic object
1530            can be idle (time since it was last used) before it is
1531            considered to be swapped to the disk to save memory.</desc>
1532            <label>Graphic Allowed Idle Time</label>
1533          </info>
1534          <value>10</value>
1535        </prop>
1536      </group>
1537    </group>
1538    <group oor:name="Path">
1539      <!--OldLocation: soffice.ini -->
1540      <!--OldPath: Directories and BackupDirectories -->
1541      <!-- UIHints: Tools - Options - General - Paths -->
1542      <info>
1543        <desc>Contains the current and default path settings used by the
1544        Office.</desc>
1545      </info>
1546      <group oor:name="Info">
1547        <info>
1548          <desc>Contains various properties information purpose only.</desc>
1549        </info>
1550        <prop oor:name="WorkPathChanged" oor:type="xs:boolean" oor:nillable="false">
1551          <info>
1552            <desc>A flag which is set by the tools options dialog whenever a
1553            user changed the work path.</desc>
1554          </info>
1555          <value>true</value>
1556        </prop>
1557      </group>
1558      <group oor:name="Current">
1559        <info>
1560          <desc>Contains the global path settings, mainly those of the Options
1561          dialog.</desc>
1562        </info>
1563        <prop oor:name="Addin" oor:type="xs:string" oor:nillable="false">
1564          <info>
1565            <desc>Specifies the directory that contains spreadsheet add-ins
1566            which use the old add-in API.</desc>
1567          </info>
1568          <value>$(progpath)/addin</value>
1569        </prop>
1570        <prop oor:name="AutoCorrect" oor:type="oor:string-list">
1571          <info>
1572            <desc>Specifies the settings of the AutoCorrect dialog.</desc>
1573          </info>
1574          <value>
1575            <it>$(insturl)/@LIBO_SHARE_FOLDER@/autocorr</it>
1576            <it>$(userurl)/autocorr</it>
1577          </value>
1578        </prop>
1579        <prop oor:name="AutoText" oor:type="oor:string-list">
1580          <info>
1581            <desc>Contains the directory which contains the AutoText
1582            modules.</desc>
1583          </info>
1584          <value>
1585            <it>$(insturl)/@LIBO_SHARE_FOLDER@/autotext/$(vlang)</it>
1586            <it>$(userurl)/autotext</it>
1587          </value>
1588        </prop>
1589        <prop oor:name="Backup" oor:type="xs:string">
1590          <info>
1591            <desc>Stores the automatic backup copies of documents.</desc>
1592          </info>
1593          <value>$(userurl)/backup</value>
1594        </prop>
1595        <prop oor:name="Basic" oor:type="oor:string-list" oor:nillable="false">
1596          <info>
1597            <desc>Contains the Basic files, which are used by the
1598            AutoPilots.</desc>
1599          </info>
1600          <value>
1601            <it>$(insturl)/@LIBO_SHARE_FOLDER@/basic</it>
1602            <it>$(userurl)/basic</it>
1603          </value>
1604        </prop>
1605        <prop oor:name="Bitmap" oor:type="xs:string" oor:nillable="false">
1606          <info>
1607            <desc>Contains the bitmap files which can be used for menu and
1608            toolbar icons.</desc>
1609          </info>
1610          <value>$(insturl)/@LIBO_SHARE_FOLDER@/config/symbol</value>
1611        </prop>
1612        <prop oor:name="Config" oor:type="xs:string" oor:nillable="false">
1613          <info>
1614            <desc>Contains the configuration files. This value cannot be changed
1615            through the user interface.</desc>
1616          </info>
1617          <value>$(insturl)/@LIBO_SHARE_FOLDER@/config</value>
1618        </prop>
1619        <prop oor:name="Dictionary" oor:type="xs:string" oor:nillable="false">
1620          <info>
1621            <desc>Contains the provided dictionaries.</desc>
1622          </info>
1623          <value>$(insturl)/@LIBO_SHARE_FOLDER@/wordbook</value>
1624        </prop>
1625        <prop oor:name="Favorite" oor:type="xs:string" oor:nillable="false">
1626          <info>
1627            <desc>Specifies the path to save folder bookmarks.</desc>
1628          </info>
1629          <value>$(userurl)/config/folders</value>
1630        </prop>
1631        <prop oor:name="Filter" oor:type="xs:string" oor:nillable="false">
1632          <info>
1633            <desc>Specifies the directory where all the filters are
1634            stored.</desc>
1635          </info>
1636          <value>$(progpath)/filter</value>
1637        </prop>
1638        <prop oor:name="Gallery" oor:type="oor:string-list">
1639          <info>
1640            <desc>Specifies the directory which contains the Gallery database
1641            and multimedia files.</desc>
1642          </info>
1643          <value>
1644            <it>$(insturl)/@LIBO_SHARE_FOLDER@/gallery</it>
1645            <it>$(userurl)/gallery</it>
1646          </value>
1647        </prop>
1648        <prop oor:name="Graphic" oor:type="xs:string">
1649          <info>
1650            <desc>Specifies the directory that is displayed when the dialog for
1651            opening an image or for saving a new image is called.</desc>
1652          </info>
1653          <value>$(userurl)/gallery</value>
1654        </prop>
1655        <prop oor:name="Help" oor:type="xs:string" oor:nillable="false">
1656          <info>
1657            <desc>Specifies the path to the Office help files.</desc>
1658          </info>
1659          <value>$(instpath)/@LIBO_SHARE_HELP_FOLDER@</value>
1660        </prop>
1661        <prop oor:name="Linguistic" oor:type="xs:string" oor:nillable="false">
1662          <info>
1663            <desc>Contains the files that are necessary for the
1664            spellcheck.</desc>
1665          </info>
1666          <value>$(insturl)/@LIBO_SHARE_FOLDER@/dict</value>
1667        </prop>
1668        <prop oor:name="Module" oor:type="xs:string" oor:nillable="false">
1669          <info>
1670            <desc>Contains the Office modules.</desc>
1671          </info>
1672          <value>$(progpath)</value>
1673        </prop>
1674        <prop oor:name="Palette" oor:type="oor:string-list" oor:nillable="false">
1675          <info>
1676            <desc>Specifies the path to the palette files *.SOB to *.SOF
1677            containing user-defined colors and patterns.</desc>
1678          </info>
1679          <value>
1680            <it>$(insturl)/@LIBO_SHARE_FOLDER@/palette</it>
1681            <it>$(userurl)/config</it>
1682          </value>
1683        </prop>
1684        <prop oor:name="Plugin" oor:type="oor:string-list" oor:nillable="false">
1685          <info>
1686            <desc>Specifies the directory in which the plugins are saved.</desc>
1687          </info>
1688          <value>
1689            <it>$(progpath)/plugin</it>
1690          </value>
1691        </prop>
1692        <prop oor:name="Storage" oor:type="xs:string" oor:nillable="false">
1693          <info>
1694            <deprecated>Without replacement.</deprecated>
1695            <desc>Specifies the location where misc data are stored.</desc>
1696          </info>
1697          <value>$(userpath)/store</value>
1698        </prop>
1699        <prop oor:name="Temp" oor:type="xs:string">
1700          <info>
1701            <deprecated>Replaced by
1702            org.openoffice.Office.Paths/Temp</deprecated>
1703            <desc>Specifies the base directory used by the Office to store temp
1704            files.</desc>
1705          </info>
1706          <value/>
1707        </prop>
1708        <prop oor:name="Template" oor:type="oor:string-list">
1709          <info>
1710            <desc>Specifies the templates originate from these folders and
1711            sub-folders.</desc>
1712          </info>
1713          <value>
1714            <it>$(insturl)/@LIBO_SHARE_FOLDER@/template/$(vlang)</it>
1715            <it>$(insturl)/@LIBO_SHARE_FOLDER@/template/common</it>
1716            <it>$(userurl)/template</it>
1717          </value>
1718        </prop>
1719        <prop oor:name="UIConfig" oor:type="oor:string-list" oor:nillable="false">
1720          <info>
1721            <desc>Specifies additional folders containing a global user
1722            interface configuration. The final user interface configuration is
1723            merged from UserConfig and from these folders.</desc>
1724          </info>
1725          <value>
1726            <it>$(insturl)/@LIBO_SHARE_FOLDER@/config</it>
1727          </value>
1728        </prop>
1729        <prop oor:name="UserConfig" oor:type="xs:string" oor:nillable="false">
1730          <info>
1731            <desc>Specifies the folder with the user settings.</desc>
1732          </info>
1733          <value>$(userurl)/config</value>
1734        </prop>
1735        <prop oor:name="UserDictionary" oor:type="xs:string" oor:nillable="false">
1736          <info>
1737            <desc>Contains the custom dictionaries.</desc>
1738          </info>
1739          <value>$(userurl)/wordbook</value>
1740        </prop>
1741        <prop oor:name="Work" oor:type="xs:string">
1742          <info>
1743            <desc>Specifies the path of the work folder, which can be modified
1744            according to the user's needs. The path specified here can be seen
1745            in the Open or Save dialog.</desc>
1746          </info>
1747          <value>$(work)</value>
1748        </prop>
1749      </group>
1750      <group oor:name="Default">
1751        <info>
1752          <desc>Contains the default values of all the paths, which can be
1753          modified according to the user's needs. They are used when pressing
1754          the Standard-button in the Options dialog.</desc>
1755        </info>
1756        <prop oor:name="Addin" oor:type="xs:string" oor:nillable="false">
1757          <info>
1758            <desc>Specifies the default directory that contains spreadsheet
1759            add-ins which use the old add-in API.</desc>
1760          </info>
1761          <value>$(progpath)/addin</value>
1762        </prop>
1763        <prop oor:name="AutoCorrect" oor:type="oor:string-list" oor:nillable="false">
1764          <info>
1765            <desc>Specifies the default directory for the settings of the
1766            AutoCorrect dialog.</desc>
1767          </info>
1768          <value>
1769            <it>$(insturl)/@LIBO_SHARE_FOLDER@/autocorr</it>
1770            <it>$(userurl)/autocorr</it>
1771          </value>
1772        </prop>
1773        <prop oor:name="AutoText" oor:type="oor:string-list" oor:nillable="false">
1774          <info>
1775            <desc>Specifies the default directory where the AutoText modules are
1776            located.</desc>
1777          </info>
1778          <value>
1779            <it>$(insturl)/@LIBO_SHARE_FOLDER@/autotext/$(vlang)</it>
1780            <it>$(userurl)/autotext</it>
1781          </value>
1782        </prop>
1783        <prop oor:name="Backup" oor:type="xs:string" oor:nillable="false">
1784          <info>
1785            <desc>Specifies the default directory for the automatic backup
1786            copies of documents.</desc>
1787          </info>
1788          <value>$(userurl)/backup</value>
1789        </prop>
1790        <prop oor:name="Basic" oor:type="oor:string-list" oor:nillable="false">
1791          <info>
1792            <desc>Specifies the default directory where the Basic files, used by
1793            the AutoPilots, are located.</desc>
1794          </info>
1795          <value>
1796            <it>$(insturl)/@LIBO_SHARE_FOLDER@/basic</it>
1797            <it>$(userurl)/basic</it>
1798          </value>
1799        </prop>
1800        <prop oor:name="Bitmap" oor:type="xs:string" oor:nillable="false">
1801          <info>
1802            <desc>Specifies the default directory where the bitmap files, which
1803            can be used for the menu and toolbar icons, are located.</desc>
1804          </info>
1805          <value>$(insturl)/@LIBO_SHARE_FOLDER@/config/symbol</value>
1806        </prop>
1807        <prop oor:name="Config" oor:type="xs:string" oor:nillable="false">
1808          <info>
1809            <desc>Specifies the default directory where the configuration files
1810            are stored.</desc>
1811          </info>
1812          <value>$(insturl)/@LIBO_SHARE_FOLDER@/config</value>
1813        </prop>
1814        <prop oor:name="Classification" oor:type="xs:string" oor:nillable="false">
1815          <info>
1816            <desc>Contains the URL of the default TSCP BAF policy file.</desc>
1817          </info>
1818          <value>$(insturl)/@LIBO_SHARE_FOLDER@/classification/example.xml</value>
1819        </prop>
1820        <prop oor:name="Dictionary" oor:type="xs:string" oor:nillable="false">
1821          <info>
1822            <desc>Specifies the default directory where the provided
1823            dictionaries are located.</desc>
1824          </info>
1825          <value>$(insturl)/@LIBO_SHARE_FOLDER@/wordbook/$(vlang)</value>
1826        </prop>
1827        <prop oor:name="Favorite" oor:type="xs:string" oor:nillable="false">
1828          <info>
1829            <desc>Specifies the default directory where folder bookmarks are
1830            stored.</desc>
1831          </info>
1832          <value>$(userurl)/config/folders</value>
1833        </prop>
1834        <prop oor:name="Filter" oor:type="xs:string" oor:nillable="false">
1835          <info>
1836            <desc>Specifies the default directory where all the filters are
1837            stored.</desc>
1838          </info>
1839          <value>$(progpath)/filter</value>
1840        </prop>
1841        <prop oor:name="Gallery" oor:type="oor:string-list" oor:nillable="false">
1842          <info>
1843            <desc>Specifies the default directory where the Gallery database and
1844            multimedia files are located.</desc>
1845          </info>
1846          <value>
1847            <it>$(insturl)/@LIBO_SHARE_FOLDER@/gallery</it>
1848            <it>$(userurl)/gallery</it>
1849          </value>
1850        </prop>
1851        <prop oor:name="Graphic" oor:type="xs:string" oor:nillable="false">
1852          <info>
1853            <desc>Specifies the default directory used by the dialog for opening
1854            an image or for saving a new image.</desc>
1855          </info>
1856          <value>$(userurl)/gallery</value>
1857        </prop>
1858        <prop oor:name="Help" oor:type="xs:string" oor:nillable="false">
1859          <info>
1860            <desc>Specifies the default directory where Office help files are
1861            located.</desc>
1862          </info>
1863          <value>$(instpath)/@LIBO_SHARE_HELP_FOLDER@</value>
1864        </prop>
1865        <prop oor:name="Linguistic" oor:type="xs:string" oor:nillable="false">
1866          <info>
1867            <desc>Specifies the default directory where the files that are
1868            necessary for the spellcheck are saved.</desc>
1869          </info>
1870          <value>$(insturl)/@LIBO_SHARE_FOLDER@/dict</value>
1871        </prop>
1872        <prop oor:name="Module" oor:type="xs:string" oor:nillable="false">
1873          <info>
1874            <desc>Specifies the default directory which contains the Office
1875            modules.</desc>
1876          </info>
1877          <value>$(progpath)</value>
1878        </prop>
1879        <prop oor:name="Palette" oor:type="xs:string" oor:nillable="false">
1880          <info>
1881            <desc>Specifies the default directory for the palette files *.SOB to
1882            *.SOF containing user-defined colors and patterns.</desc>
1883          </info>
1884          <value>$(userurl)/config</value>
1885        </prop>
1886        <prop oor:name="Plugin" oor:type="oor:string-list" oor:nillable="false">
1887          <info>
1888            <desc>Specifies the default directory where the Office plugins are
1889            located.</desc>
1890          </info>
1891          <value>
1892            <it>$(progpath)/plugin</it>
1893          </value>
1894        </prop>
1895        <prop oor:name="Temp" oor:type="xs:string" oor:nillable="false">
1896          <info>
1897            <desc>Specifies the default directory that is used as a base
1898            directory for all temporary Office files.</desc>
1899          </info>
1900          <value>$(temp)</value>
1901        </prop>
1902        <prop oor:name="Template" oor:type="oor:string-list" oor:nillable="false">
1903          <info>
1904            <desc>Specifies the default directory where all provided templates
1905            are located in folders and sub-folders.</desc>
1906          </info>
1907          <value>
1908            <it>$(insturl)/@LIBO_SHARE_FOLDER@/template/$(vlang)</it>
1909            <it>$(insturl)/@LIBO_SHARE_FOLDER@/template/common</it>
1910            <it>$(userurl)/template</it>
1911          </value>
1912        </prop>
1913        <prop oor:name="UIConfig" oor:type="oor:string-list" oor:nillable="false">
1914          <info>
1915            <desc>Specifies the default directories for the global user
1916            interface configuration. The final user interface configuration is
1917            merged from UserConfig and from these folders.</desc>
1918          </info>
1919          <value/>
1920        </prop>
1921        <prop oor:name="UserConfig" oor:type="xs:string" oor:nillable="false">
1922          <info>
1923            <desc>Specifies the default directory which stores the user
1924            settings.</desc>
1925          </info>
1926          <value>$(userurl)/config</value>
1927        </prop>
1928        <prop oor:name="UserDictionary" oor:type="xs:string" oor:nillable="false">
1929          <info>
1930            <desc>Specifies the default directory which stores the custom
1931            dictionaries.</desc>
1932          </info>
1933          <value>$(userurl)/wordbook</value>
1934        </prop>
1935        <prop oor:name="Work" oor:type="xs:string" oor:nillable="false">
1936          <info>
1937            <desc>Specifies the default working directory where user stores
1938            documents.</desc>
1939          </info>
1940          <value>$(work)</value>
1941        </prop>
1942      </group>
1943    </group>
1944    <group oor:name="Font">
1945      <info>
1946        <desc>Contains some common settings for fonts.</desc>
1947      </info>
1948      <group oor:name="Substitution">
1949        <info>
1950          <desc>Contains settings for the font substitution.</desc>
1951        </info>
1952        <prop oor:name="Replacement" oor:type="xs:boolean" oor:nillable="false">
1953          <!-- OldPath: FontSubstitution -->
1954          <!-- OldLocation: fntsubst.ini -->
1955          <!-- UIHints: Tools - Options - General - Font replacement -->
1956          <info>
1957            <desc>Determines if the list of font replacements is applied or
1958            not</desc>
1959            <label>Apply replacement table</label>
1960          </info>
1961          <value>false</value>
1962        </prop>
1963        <set oor:name="FontPairs" oor:node-type="FontReplacement">
1964          <!-- OldPath: FontSubstitution-->
1965          <!-- OldLocation: fntsubst.ini-->
1966          <!-- UIHints: Tools - Options - General - Font replacement -->
1967          <info>
1968            <desc>Specifies a substitution of the requested font, even if this
1969            font is available on the user's system.</desc>
1970          </info>
1971        </set>
1972      </group>
1973      <group oor:name="View">
1974        <info>
1975          <desc>Contains the settings for the font selection box in the object
1976          bar.</desc>
1977        </info>
1978        <prop oor:name="History" oor:type="xs:boolean" oor:nillable="false">
1979          <!-- OldPath: Desktop/FontHistory -->
1980          <!-- OldLocation: soffice.ini -->
1981          <!-- UIHints: Tools - Options - General - View -->
1982          <info>
1983            <desc>Contains the last five fonts, which are shown on the top of a
1984            list, beginning with the last one. This list will be displayed on
1985            the font-name-box of the object bar.</desc>
1986          </info>
1987          <value>true</value>
1988        </prop>
1989        <prop oor:name="ShowFontBoxWYSIWYG" oor:type="xs:boolean" oor:nillable="false">
1990          <!-- OldPath: Desktop/ShowFontBoxWYSIWYG -->
1991          <!-- OldLocation: soffice.ini -->
1992          <!-- UIHints: Tools - Options - General - View -->
1993          <info>
1994            <desc>Specifies that the names of the selectable fonts will be
1995            displayed with this font.</desc>
1996          </info>
1997          <value>true</value>
1998        </prop>
1999      </group>
2000      <group oor:name="SourceViewFont">
2001        <info>
2002          <desc>Specifies the font name and height used in HTML source
2003          view</desc>
2004        </info>
2005        <prop oor:name="FontName" oor:type="xs:string">
2006          <info>
2007            <desc>Specifies the name of the font that is used in source views
2008            (HTML source view or BASIC IDE)</desc>
2009          </info>
2010        </prop>
2011        <prop oor:name="FontHeight" oor:type="xs:short" oor:nillable="false">
2012          <info>
2013            <desc>Specifies the height, in points, of the font that is used in
2014            source views (HTML source view or BASIC IDE)</desc>
2015          </info>
2016          <value>10</value>
2017        </prop>
2018        <prop oor:name="NonProportionalFontsOnly" oor:type="xs:boolean" oor:nillable="false">
2019          <info>
2020            <desc>Specifies whether only non-proportional font should be
2021            presented on the dialog page.</desc>
2022          </info>
2023          <value>true</value>
2024        </prop>
2025      </group>
2026    </group>
2027    <group oor:name="Gallery">
2028      <info>
2029        <desc>Specifies Gallery options.</desc>
2030        <label>Gallery Options</label>
2031      </info>
2032    </group>
2033    <group oor:name="Menus">
2034      <info>
2035        <desc>Contains information about configurable menus.</desc>
2036      </info>
2037      <set oor:name="New" oor:node-type="MenuType">
2038        <info>
2039          <desc>Contains all entries of new menu.</desc>
2040        </info>
2041      </set>
2042      <set oor:name="Wizard" oor:node-type="MenuType">
2043        <info>
2044          <desc>Contains all entries of wizard menu.</desc>
2045        </info>
2046      </set>
2047      <set oor:name="HelpBookmarks" oor:node-type="MenuType">
2048        <info>
2049          <desc>Contains all help bookmarks.</desc>
2050        </info>
2051      </set>
2052      <prop oor:name="SendFeedbackURL" oor:type="xs:string" oor:nillable="false">
2053        <info>
2054          <desc>Specifies the URL used with the UNO command SendFeedback (SID_SEND_FEEDBACK).</desc>
2055        </info>
2056      </prop>
2057      <prop oor:name="QA_URL" oor:type="xs:string" oor:nillable="false">
2058        <info>
2059          <desc>Specifies the URL used with the UNO command QuestionAnswers (SID_Q_AND_A).</desc>
2060        </info>
2061      </prop>
2062      <prop oor:name="DocumentationURL" oor:type="xs:string" oor:nillable="false">
2063        <info>
2064          <desc>Specifies the URL used with the UNO command Documentation (SID_DOCUMENTATION).</desc>
2065        </info>
2066      </prop>
2067      <prop oor:name="GetInvolvedURL" oor:type="xs:string" oor:nillable="false">
2068        <info>
2069          <desc>Specifies the URL used with the UNO command GetInvolved (SID_GETINVOLVED).</desc>
2070        </info>
2071      </prop>
2072      <prop oor:name="DonationURL" oor:type="xs:string" oor:nillable="false">
2073        <info>
2074          <desc>Specifies the URL used with the UNO command Donation (SID_DONATION).</desc>
2075        </info>
2076      </prop>
2077    </group>
2078    <group oor:name="History">
2079      <!-- OldLocation: soffice.ini -->
2080      <info>
2081        <desc>Contains history information.</desc>
2082      </info>
2083      <prop oor:name="HelpBookmarkSize" oor:type="xs:int" oor:nillable="false">
2084        <info>
2085          <desc>Describes the range and current size of the help bookmark
2086          history list.</desc>
2087        </info>
2088        <constraints>
2089          <minInclusive oor:value="0">
2090            <info>
2091              <desc>Defines the minimum range of the help bookmark history
2092              list.</desc>
2093            </info>
2094          </minInclusive>
2095          <maxInclusive oor:value="10000">
2096            <info>
2097              <desc>Defines the maximum range of the help bookmark history
2098              list.</desc>
2099            </info>
2100          </maxInclusive>
2101        </constraints>
2102        <value>10000</value>
2103      </prop>
2104      <prop oor:name="Size" oor:type="xs:int" oor:nillable="false">
2105        <info>
2106          <desc>Describes the range and current size of the history list.</desc>
2107        </info>
2108        <constraints>
2109          <minInclusive oor:value="0">
2110            <info>
2111              <desc>Defines the min range for the history size.</desc>
2112            </info>
2113          </minInclusive>
2114          <maxInclusive oor:value="100">
2115            <info>
2116              <desc>Defines the max range for the history size.</desc>
2117            </info>
2118          </maxInclusive>
2119        </constraints>
2120        <value>100</value>
2121      </prop>
2122      <prop oor:name="PickListSize" oor:type="xs:int" oor:nillable="false">
2123        <!--UI hints: File menu-->
2124        <info>
2125          <desc>Describes the range and current size of the picklist shown
2126          inside the menu.</desc>
2127        </info>
2128        <constraints>
2129          <minInclusive oor:value="0">
2130            <info>
2131              <desc>Defines the min range for the picklist size.</desc>
2132            </info>
2133          </minInclusive>
2134          <maxInclusive oor:value="100">
2135            <info>
2136              <desc>Defines the max range for the picklist size.</desc>
2137            </info>
2138          </maxInclusive>
2139        </constraints>
2140        <value>25</value>
2141      </prop>
2142      <prop oor:name="RecentDocsThumbnail" oor:type="xs:boolean" oor:nillable="false">
2143        <info>
2144          <desc>Specifies whether to generate/show a thumbnail image for RecentDocsView.</desc>
2145          <label>Store/show thumbnails in RecentDocs History</label>
2146        </info>
2147        <value>true</value>
2148      </prop>
2149      <set oor:name="HelpBookmarks" oor:node-type="HistoryType">
2150        <info>
2151          <desc>Contains the most recently opened help documents.</desc>
2152        </info>
2153      </set>
2154      <set oor:name="List" oor:node-type="HistoryType">
2155        <info>
2156          <desc>Contains the most recently opened documents.</desc>
2157        </info>
2158      </set>
2159      <set oor:name="PickList" oor:node-type="HistoryType">
2160        <!--UI hints: File menu-->
2161        <info>
2162          <desc>Contains the most recently used documents displayed in the file
2163          menu.</desc>
2164        </info>
2165      </set>
2166    </group>
2167    <group oor:name="Internal">
2168      <info>
2169        <desc>Contains settings which are used during the Office startup to
2170        check for unfinished work.</desc>
2171      </info>
2172      <set oor:name="RecoveryList" oor:node-type="RecoveryEntry">
2173        <info>
2174          <desc>Contains the documents that were opened when the office
2175          crashed.</desc>
2176        </info>
2177      </set>
2178    </group>
2179    <group oor:name="Save">
2180      <info>
2181        <desc>Contains general settings about the saving process.</desc>
2182      </info>
2183      <prop oor:name="WorkingSet" oor:type="xs:boolean" oor:nillable="false">
2184        <!-- OldPath: General/Restore -->
2185        <!-- OldLocation: soffice.cfg -->
2186        <!-- UIHints: Tools  Options - General  Save - [Section] Restore editing
2187             view - Open documents-->
2188        <info>
2189          <desc>Specifies if the all open windows and documents should be saved.
2190          If set to true, the URLs of all open documents and all view properties
2191          of all open views are saved when terminating the application.</desc>
2192          <label>Open documents</label>
2193        </info>
2194        <value>false</value>
2195      </prop>
2196      <group oor:name="Document">
2197        <info>
2198          <desc>Contains settings which specify how documents are saved.</desc>
2199        </info>
2200        <prop oor:name="Unpacked" oor:type="xs:boolean" oor:nillable="false">
2201          <!-- UIHints: File - Save/Save As -->
2202          <info>
2203            <desc>Saves OOo 6.0 XML file documents unpacked into a directory.
2204            Documents are represented by the directory content and not by a
2205            single file.</desc>
2206            <label>Save XML files unpacked</label>
2207          </info>
2208          <value>false</value>
2209        </prop>
2210        <prop oor:name="UseUserData" oor:type="xs:boolean" oor:nillable="false">
2211          <!-- OldLocation: soffice.ini -->
2212          <!-- UIHints: File - Save/Save As -->
2213          <info>
2214            <desc>Specifies if the user's name should be written into the
2215            Properties dialog of the document when saving the document.</desc>
2216            <label>Use data for document properties</label>
2217          </info>
2218          <value>true</value>
2219        </prop>
2220        <prop oor:name="AutoSave" oor:type="xs:boolean" oor:nillable="false">
2221          <!-- OldPath: General/Save/Documents -->
2222          <!-- OldLocation: soffice.cfg -->
2223          <!-- UIHints: Tools  Options - General  Save - [Section] Save -->
2224          <info>
2225            <desc>Specifies whether all modified documents are automatically
2226            saved in a time interval.</desc>
2227            <label>AutoSave every</label>
2228          </info>
2229          <value>false</value>
2230        </prop>
2231        <prop oor:name="GenerateThumbnail" oor:type="xs:boolean" oor:nillable="false">
2232          <!-- UIHints: Tools  Options - General  Save - [Section] Save -->
2233          <info>
2234            <desc>Specifies whether to generate a thumbnail image and place it inside the
2235            odf archive file, which makes it possible to see a preview of the document.</desc>
2236            <label>Store a preview of this document</label>
2237          </info>
2238          <value>true</value>
2239        </prop>
2240        <prop oor:name="CreateBackup" oor:type="xs:boolean" oor:nillable="false">
2241          <!-- OldPath: General/Save/Documents -->
2242          <!-- OldLocation: soffice.cfg -->
2243          <!-- UIHints: Tools  Options - General  Save - [Section] Save -->
2244          <info>
2245            <desc>Specifies whether to create a backup copy when a modified
2246            document is saved.</desc>
2247            <label>Always create backup copy</label>
2248          </info>
2249          <value>false</value>
2250        </prop>
2251        <prop oor:name="EditProperty" oor:type="xs:boolean" oor:nillable="false">
2252          <!-- OldPath: General/Save/Documents -->
2253          <!-- OldLocation: soffice.cfg -->
2254          <!-- UIHints: Tools  Options - General  Save - [Section] Save -->
2255          <info>
2256            <desc>Specifies if the document properties dialog will be opened for
2257            editing every time a document is saved under a new filename.</desc>
2258            <label>Edit document properties before saving</label>
2259          </info>
2260          <value>false</value>
2261        </prop>
2262        <prop oor:name="AutoSavePrompt" oor:type="xs:boolean" oor:nillable="false">
2263          <!-- OldPath: General/Save/Documents -->
2264          <!-- OldLocation: soffice.cfg -->
2265          <!-- UIHints: Tools  Options - General  Save - [Section] Save -->
2266          <info>
2267            <desc>Shows a prompt during AutoSave,even when the document has a
2268            filename.</desc>
2269            <label>Prompt to save</label>
2270          </info>
2271          <value>true</value>
2272        </prop>
2273        <prop oor:name="AutoSaveTimeIntervall" oor:type="xs:int" oor:nillable="false">
2274          <!-- OldPath: General/Save/Documents -->
2275          <!-- OldLocation: soffice.cfg -->
2276          <!-- UIHints: Tools  Options - General  Save - [Section] Save -->
2277          <info>
2278            <desc>Specifies the AutoSave time interval in minutes.</desc>
2279            <label>Minutes</label>
2280          </info>
2281          <constraints>
2282            <minInclusive oor:value="1">
2283              <info>
2284                <desc>Specifies that the minimum time interval is 1 minute.</desc>
2285              </info>
2286            </minInclusive>
2287            <maxInclusive oor:value="60">
2288              <info>
2289                <desc>Specifies that the maximum time interval is 60 minutes.</desc>
2290              </info>
2291            </maxInclusive>
2292          </constraints>
2293          <value>10</value>
2294        </prop>
2295        <prop oor:name="ViewInfo" oor:type="xs:boolean" oor:nillable="false">
2296          <!-- OldPath: General/Restore -->
2297          <!-- OldLocation: soffice.cfg -->
2298          <!-- UIHints: Tools  Options - General  Save - [Section] Restore
2299               editing view - Document view-->
2300          <info>
2301            <desc>Saves view properties of last active document view when saving
2302            a document.</desc>
2303            <label>Document view</label>
2304          </info>
2305          <value>true</value>
2306        </prop>
2307        <prop oor:name="PrettyPrinting" oor:type="xs:boolean" oor:nillable="false">
2308          <!-- UIHints: Tools  Options - General  Save - optimize XML file
2309               size-->
2310          <!--the UI setting is inverse to this setting-->
2311          <info>
2312            <desc>Specifies if files saved in the OOo 6.0 XML file formats
2313            should be in pretty printing format. Saving and loading the document
2314            takes more time in pretty printing format.</desc>
2315            <label>Open windows</label>
2316          </info>
2317          <value>false</value>
2318        </prop>
2319        <prop oor:name="WarnAlienFormat" oor:type="xs:boolean" oor:nillable="false">
2320          <!-- UIHints: Tools  Options - General  Save - -->
2321          <info>
2322            <desc>Specifies if a warning message is shown if a file is going to
2323            be saved to an alien format.</desc>
2324            <label>Open windows</label>
2325          </info>
2326          <value>true</value>
2327        </prop>
2328        <prop oor:name="AlwaysSaveAs" oor:type="xs:boolean" oor:nillable="false">
2329          <info>
2330            <desc>If the option is set, every time a user triggers a plain Save
2331            operation, SaveAs operation with possible additional user
2332            notifications will be started.</desc>
2333          </info>
2334          <value>false</value>
2335        </prop>
2336        <prop oor:name="SaveBackwardCompatibleODF" oor:type="xs:boolean" oor:nillable="false">
2337          <info>
2338            <desc>If the  value is "true", then the ODF that is saved by
2339            OpenOffice.org will be backward compatible to previous minor
2340            versions.</desc>
2341          </info>
2342          <value>true</value>
2343        </prop>
2344        <prop oor:name="LoadPrinter" oor:type="xs:boolean" oor:nillable="false">
2345          <!-- UIHints: Tools - Options - Load/Save - General - Load - Load
2346               printer settings with the document -->
2347          <info>
2348            <desc>Specifies if the printer settings will be loaded with the
2349            document.</desc>
2350          </info>
2351          <value>true</value>
2352        </prop>
2353      </group>
2354      <group oor:name="Graphic">
2355        <info>
2356          <desc>Contains settings on how images contained in a document should
2357          be saved.</desc>
2358        </info>
2359        <prop oor:name="Format" oor:type="xs:int" oor:nillable="false">
2360          <!-- OldPath: General/Save/Graphics -->
2361          <!-- OldLocation: soffice.cfg -->
2362          <!-- UIHints: Tools  Options - General  Save - [Section] Save
2363               graphics -->
2364          <info>
2365            <desc>Specifies how images contained in a document are
2366            saved.</desc>
2367            <label>Save images Normal/Compressed/Original format</label>
2368          </info>
2369          <constraints>
2370            <enumeration oor:value="0">
2371              <info>
2372                <desc>Normal</desc>
2373              </info>
2374            </enumeration>
2375            <enumeration oor:value="1">
2376              <info>
2377                <desc>Compressed</desc>
2378              </info>
2379            </enumeration>
2380            <enumeration oor:value="2">
2381              <info>
2382                <desc>Original format</desc>
2383              </info>
2384            </enumeration>
2385          </constraints>
2386          <value>1</value>
2387        </prop>
2388        <prop oor:name="AddReplacementImages" oor:type="xs:boolean" oor:nillable="false">
2389          <info>
2390            <desc>Export replacement objects as fallback images for vector graphics (True).</desc>
2391            <label>Export replacement objects as fallback images for vector graphics</label>
2392          </info>
2393          <value>true</value>
2394        </prop>
2395      </group>
2396      <group oor:name="URL">
2397        <info>
2398          <desc>Specifies how URLs in documents should be processed during
2399          save.</desc>
2400        </info>
2401        <prop oor:name="FileSystem" oor:type="xs:boolean" oor:nillable="false">
2402          <!-- OldPath: General/Save/URL -->
2403          <!-- OldLocation: soffice.cfg -->
2404          <!-- UIHints: Tools  Options - General  Save - [Section] Save URLs
2405               relative to -->
2406          <info>
2407            <desc>Specifies whether URLs in documents should be saved relative
2408            to the file system.</desc>
2409            <label>File system</label>
2410          </info>
2411          <value>true</value>
2412        </prop>
2413        <prop oor:name="Internet" oor:type="xs:boolean" oor:nillable="false">
2414          <!-- OldPath: General/Save/URL -->
2415          <!-- OldLocation: soffice.cfg -->
2416          <!-- UIHints: Tools  Options - General  Save - [Section] Save URLs
2417               relative to -->
2418          <info>
2419            <desc>Specifies if URLs in documents should be saved relative to the
2420            Internet.</desc>
2421            <label>Internet</label>
2422          </info>
2423          <value>true</value>
2424        </prop>
2425      </group>
2426      <group oor:name="ODF">
2427        <info>
2428          <desc>Specifies ODF settings.</desc>
2429        </info>
2430        <prop oor:name="DefaultVersion" oor:type="xs:short" oor:nillable="false">
2431          <!-- UIHints: Tools - Options - Load/Save - General - ODF version -->
2432          <info>
2433            <desc>Specifies the default ODF version for saving documents.</desc>
2434          </info>
2435          <constraints>
2436            <enumeration oor:value="0">
2437              <info>
2438                <desc>ODFVER_UNKNOWN</desc>
2439              </info>
2440            </enumeration>
2441            <enumeration oor:value="1">
2442              <info>
2443                <desc>ODFVER_010</desc>
2444              </info>
2445            </enumeration>
2446            <enumeration oor:value="2">
2447              <info>
2448                <desc>ODFVER_011</desc>
2449              </info>
2450            </enumeration>
2451            <enumeration oor:value="4">
2452              <info>
2453                <desc>ODFVER_012</desc>
2454              </info>
2455            </enumeration>
2456            <enumeration oor:value="3">
2457              <info>
2458                <desc>ODFVER_LATEST</desc>
2459              </info>
2460            </enumeration>
2461          </constraints>
2462          <value>3</value>
2463        </prop>
2464      </group>
2465    </group>
2466    <group oor:name="Load">
2467      <info>
2468        <desc>Contains settings regarding the loading of documents.</desc>
2469      </info>
2470      <prop oor:name="UserDefinedSettings" oor:type="xs:boolean" oor:nillable="false">
2471        <!-- UIHints: Tools  Options - General  Load/Save - General [Section]
2472             Load - Load user-defined with the document-->
2473        <info>
2474          <desc>Specifies whether the user defined configuration settings are
2475          loaded together with the document.</desc>
2476          <label>Load user-defined settings</label>
2477        </info>
2478        <value>true</value>
2479      </prop>
2480      <prop oor:name="ShowOfficeUpdateDialog" oor:type="xs:boolean" oor:nillable="false">
2481        <info>
2482          <desc>Specifies whether the office update dialog should be shown in
2483          case the loaded document has newer ODF version than the maximal
2484          supported one.</desc>
2485        </info>
2486        <value>true</value>
2487      </prop>
2488    </group>
2489    <group oor:name="Security">
2490      <info>
2491        <desc>Contains security specific Office settings.</desc>
2492      </info>
2493      <prop oor:name="LoadExoticFileFormats" oor:type="xs:int" oor:nillable="false">
2494        <info>
2495          <desc>Determines how exotic file formats should be handled.</desc>
2496        </info>
2497        <constraints>
2498          <enumeration oor:value="0">
2499            <info>
2500              <desc>Refuse loading without question</desc>
2501            </info>
2502          </enumeration>
2503          <enumeration oor:value="1">
2504            <info>
2505              <desc>Display a warning and let the user decide</desc>
2506            </info>
2507          </enumeration>
2508          <enumeration oor:value="2">
2509            <info>
2510              <desc>Always load without question</desc>
2511            </info>
2512          </enumeration>
2513        </constraints>
2514        <value>2</value>
2515      </prop>
2516      <prop oor:name="EnableExpertConfiguration" oor:type="xs:boolean" oor:nillable="false">
2517        <info>
2518          <desc>Determines if the user has access to the entire
2519          configuration via the Expert Configuration button.</desc>
2520        </info>
2521        <value>true</value>
2522      </prop>
2523      <group oor:name="OpenPGP">
2524        <info>
2525          <desc>Contains security settings regarding the GnuPG/OpenPGP backend.</desc>
2526        </info>
2527        <prop oor:name="MinimalKeyExport" oor:type="xs:boolean" oor:nillable="false">
2528          <info>
2529            <desc>Determines if the PGPKeyPacket element on signed
2530            documents will contain the full public key (default), or
2531            the potentially much smaller minimal one, without any signatures.</desc>
2532          </info>
2533          <value>false</value>
2534        </prop>
2535      </group>
2536      <group oor:name="Scripting">
2537        <info>
2538          <desc>Contains security settings regarding Basic scripts.</desc>
2539        </info>
2540        <prop oor:name="SecureURL" oor:type="oor:string-list" oor:nillable="false">
2541          <!-- OldPath: Security/SecureURL -->
2542          <!-- OldLocation: soffice.ini -->
2543          <!-- UIHints: Tools - Options - Browser -->
2544          <info>
2545            <desc>Lists all trustworthy URLs: file: All scripts from the local
2546            file system including a LAN; private:explorer: Scripts from the
2547            Explorer; private:help: Scripts in the help system; private:newmenu:
2548            Scripts that are executed by the commands File-New and AutoPilot;
2549            private:schedule: Scripts of the scheduler; private:searchfolder:
2550            Scripts of the searchfolder; private:user: Scripts that are entered
2551            in the URL field.</desc>
2552          </info>
2553          <value/>
2554        </prop>
2555        <prop oor:name="OfficeBasic" oor:type="xs:int" oor:nillable="false">
2556          <!-- OldPath: Security/StarBASIC -->
2557          <!-- OldLocation: soffice.ini -->
2558          <!-- UIHints: Tools - Options - Browser -->
2559          <info>
2560            <desc>Determines how Office Basic scripts should be handled.</desc>
2561          </info>
2562          <constraints>
2563            <enumeration oor:value="0">
2564              <info>
2565                <desc>Never</desc>
2566              </info>
2567            </enumeration>
2568            <enumeration oor:value="1">
2569              <info>
2570                <desc>According to Path List</desc>
2571              </info>
2572            </enumeration>
2573            <enumeration oor:value="2">
2574              <info>
2575                <desc>Always</desc>
2576              </info>
2577            </enumeration>
2578          </constraints>
2579          <value>1</value>
2580        </prop>
2581        <prop oor:name="ExecutePlugins" oor:type="xs:boolean" oor:nillable="false">
2582          <info>
2583            <desc>Specifies whether execution of plugins found inside a document
2584            is allowed.</desc>
2585          </info>
2586          <value>true</value>
2587        </prop>
2588        <prop oor:name="Warning" oor:type="xs:boolean" oor:nillable="false">
2589          <info>
2590            <desc>Specifies whether a warning box should be displayed before
2591            executing a script.</desc>
2592          </info>
2593          <value>false</value>
2594        </prop>
2595        <prop oor:name="Confirmation" oor:type="xs:boolean" oor:nillable="false">
2596          <info>
2597            <desc>Specifies whether the user must confirm before a basic script
2598            can be executed.</desc>
2599          </info>
2600          <value>true</value>
2601        </prop>
2602        <prop oor:name="WarnSaveOrSendDoc" oor:type="xs:boolean" oor:nillable="false">
2603          <info>
2604            <desc>Specifies whether to warn when saving or sending documents with
2605            personal/hidden data.</desc>
2606          </info>
2607          <value>false</value>
2608        </prop>
2609        <prop oor:name="WarnSignDoc" oor:type="xs:boolean" oor:nillable="false">
2610          <info>
2611            <desc>Specifies whether to warn when signing documents with
2612            personal/hidden data.</desc>
2613          </info>
2614          <value>true</value>
2615        </prop>
2616        <prop oor:name="CertDir" oor:type="xs:string">
2617          <info>
2618            <desc>Contains the path to the users NSS certificate directory.</desc>
2619          </info>
2620        </prop>
2621        <prop oor:name="TSAURLs" oor:type="oor:string-list">
2622          <info>
2623            <desc>Contains the URLs or Time Stamping Authority servers.</desc>
2624          </info>
2625        </prop>
2626        <prop oor:name="WarnPrintDoc" oor:type="xs:boolean" oor:nillable="false">
2627          <info>
2628            <desc>Specifies whether to warn when printing documents with
2629            personal/hidden data.</desc>
2630          </info>
2631          <value>false</value>
2632        </prop>
2633        <prop oor:name="WarnCreatePDF" oor:type="xs:boolean" oor:nillable="false">
2634          <info>
2635            <desc>Specifies whether to warn when creating PDF documents with
2636            personal/hidden data.</desc>
2637          </info>
2638          <value>false</value>
2639        </prop>
2640        <prop oor:name="RemovePersonalInfoOnSaving" oor:type="xs:boolean" oor:nillable="false">
2641          <info>
2642            <desc>Specifies whether to remove personal information on
2643            saving.</desc>
2644          </info>
2645          <value>false</value>
2646        </prop>
2647        <prop oor:name="RecommendPasswordProtection" oor:type="xs:boolean" oor:nillable="false">
2648          <info>
2649            <desc>Specifies whether to recommend password protection when saving
2650            documents.</desc>
2651          </info>
2652          <value>false</value>
2653        </prop>
2654        <prop oor:name="HyperlinksWithCtrlClick" oor:type="xs:boolean" oor:nillable="false">
2655          <info>
2656            <desc>Specifies whether ctrl-click is required to follow
2657            hyperlinks.</desc>
2658          </info>
2659          <value>true</value>
2660        </prop>
2661        <prop oor:name="BlockUntrustedRefererLinks" oor:type="xs:boolean" oor:nillable="false">
2662          <info>
2663            <desc>Specifies whether to block any links originating from
2664            documents that are not among the trusted locations.</desc>
2665          </info>
2666          <value>false</value>
2667        </prop>
2668        <prop oor:name="MacroSecurityLevel" oor:type="xs:int" oor:nillable="false">
2669          <info>
2670            <desc>Level of Macro security.</desc>
2671          </info>
2672          <constraints>
2673            <minInclusive oor:value="0">
2674              <info>
2675                <desc>Lowest level.</desc>
2676              </info>
2677            </minInclusive>
2678            <maxInclusive oor:value="3">
2679              <info>
2680                <desc>Highest level.</desc>
2681              </info>
2682            </maxInclusive>
2683          </constraints>
2684          <value>2</value>
2685        </prop>
2686        <prop oor:name="DisableMacrosExecution" oor:type="xs:boolean" oor:nillable="false">
2687          <info>
2688            <desc>Specifies whether the macro execution is disabled in general.
2689            If it is set to true, the "MacroSecurityLevel" is ignored. If it is
2690            set to false, the mentioned entry specified the level of macro
2691            security.</desc>
2692          </info>
2693          <value>false</value>
2694        </prop>
2695        <set oor:name="TrustedAuthors" oor:node-type="TrustedAuthor">
2696          <info>
2697            <desc>List with trusted authors.</desc>
2698          </info>
2699        </set>
2700      </group>
2701    </group>
2702    <group oor:name="View">
2703      <info>
2704        <desc>Contains window and dialog settings.</desc>
2705      </info>
2706      <group oor:name="NewDocumentHandling">
2707        <info>
2708          <desc>Contains settings to change new document window behavior.</desc>
2709        </info>
2710        <prop oor:name="ForceFocusAndToFront" oor:type="xs:boolean" oor:nillable="false">
2711          <info>
2712            <desc>Every new document window will be forced to front and grabs
2713            the focus.</desc>
2714          </info>
2715          <value>false</value>
2716        </prop>
2717      </group>
2718      <group oor:name="AppWindow">
2719        <info>
2720          <desc>Contains settings on how the application window should be
2721          displayed.</desc>
2722        </info>
2723        <prop oor:name="FullScreen" oor:type="xs:boolean" oor:nillable="false">
2724          <!-- OldPath: soffice-view/App-Window -->
2725          <!-- OldLocation: soffice.ini -->
2726          <info>
2727            <desc>Specifies whether the application window should be opened in
2728            Fullscreen mode.</desc>
2729          </info>
2730          <value>false</value>
2731        </prop>
2732        <prop oor:name="Preference" oor:type="xs:int" oor:nillable="false">
2733          <!-- OldPath: soffice-view/App-Window -->
2734          <!-- OldLocation: soffice.ini -->
2735          <info>
2736            <desc>Specifies the preferred view of the application window.</desc>
2737          </info>
2738          <constraints>
2739            <enumeration oor:value="0">
2740              <info>
2741                <desc>Use last setting</desc>
2742              </info>
2743            </enumeration>
2744            <enumeration oor:value="1">
2745              <info>
2746                <desc>Show in task bar</desc>
2747              </info>
2748            </enumeration>
2749            <enumeration oor:value="2">
2750              <info>
2751                <desc>Open in Fullscreen mode</desc>
2752              </info>
2753            </enumeration>
2754          </constraints>
2755          <value>0</value>
2756        </prop>
2757      </group>
2758      <group oor:name="Dialog">
2759        <info>
2760          <desc>Contains settings which specify how dialogs and toolbars should
2761          be displayed.</desc>
2762        </info>
2763        <prop oor:name="ButtonLarge" oor:type="xs:boolean" oor:nillable="false">
2764          <!-- OldPath: General/View -->
2765          <!-- OldLocation: soffice.cfg -->
2766          <!-- UIHints: Tools  Options - General  View  [Section] Buttons -->
2767          <info>
2768            <desc>Specifies whether toolbar buttons should be drawn large or
2769            small. True means large.</desc>
2770            <label>Large buttons</label>
2771          </info>
2772          <value>false</value>
2773        </prop>
2774        <prop oor:name="ButtonFlat" oor:type="xs:boolean" oor:nillable="false">
2775          <!-- OldPath: General/View -->
2776          <!-- OldLocation: soffice.cfg -->
2777          <!-- UIHints: Tools  Options - General  View  [Section] Buttons -->
2778          <info>
2779            <desc>Specifies whether toolbox buttons should be drawn with a flat
2780            or 3D design. True means flat design.</desc>
2781            <label>Flat buttons</label>
2782          </info>
2783          <value>true</value>
2784        </prop>
2785        <prop oor:name="MousePositioning" oor:type="xs:short" oor:nillable="false">
2786          <!-- OldPath: General/View -->
2787          <!-- OldLocation: soffice.cfg -->
2788          <!-- UIHints: Tools  Options - General  View  [Section] Mouse
2789               positioning -->
2790          <info>
2791            <desc>Determines the automatic mouse positioning on dialogs: 0 -
2792            Default button 1 - Dialog center 2 - No automatic positioning</desc>
2793            <label>Mouse positioning</label>
2794          </info>
2795          <constraints>
2796            <enumeration oor:value="0">
2797              <info>
2798                <desc>Snap To Button</desc>
2799              </info>
2800            </enumeration>
2801            <enumeration oor:value="1">
2802              <info>
2803                <desc>Snap To Middle</desc>
2804              </info>
2805            </enumeration>
2806            <enumeration oor:value="2">
2807              <info>
2808                <desc>No Snap</desc>
2809              </info>
2810            </enumeration>
2811          </constraints>
2812          <value>2</value>
2813        </prop>
2814        <prop oor:name="MiddleMouseButton" oor:type="xs:short" oor:nillable="false">
2815          <!-- OldPath: General/View -->
2816          <!-- UIHints: Tools  Options - General  View  [Section] Middle mouse
2817               button -->
2818          <info>
2819            <desc>Determines the action assigned to the middle mouse button: 0 -
2820            No action 1 -Auto scroll 2 - Paste selection.</desc>
2821            <label>Middle mouse button</label>
2822          </info>
2823          <constraints>
2824            <enumeration oor:value="0">
2825              <info>
2826                <desc>No action</desc>
2827              </info>
2828            </enumeration>
2829            <enumeration oor:value="1">
2830              <info>
2831                <desc>Auto scroll</desc>
2832              </info>
2833            </enumeration>
2834            <enumeration oor:value="2">
2835              <info>
2836                <desc>Paste selection</desc>
2837              </info>
2838            </enumeration>
2839          </constraints>
2840          <value>1</value>
2841        </prop>
2842      </group>
2843      <group oor:name="Menu">
2844        <info>
2845          <desc>Contains menu view settings.</desc>
2846        </info>
2847        <prop oor:name="DontHideDisabledEntry" oor:type="xs:boolean" oor:nillable="false">
2848          <!-- OldPath: Desktop/DontHideDisabledEntry -->
2849          <!-- OldLocation: soffice.ini -->
2850          <!-- UIHints: Tools - Options - General - View -->
2851          <info>
2852            <desc>Shows all deactivated menu entries. Menu commands that are
2853            normally not necessary are hidden by default.</desc>
2854          </info>
2855          <value>true</value>
2856        </prop>
2857        <prop oor:name="IsSystemIconsInMenus" oor:type="xs:boolean" oor:nillable="false">
2858          <info>
2859            <desc>Indicates whether icons in the office menus should
2860            shown/hidden by following the System theme.</desc>
2861          </info>
2862          <value>true</value>
2863        </prop>
2864        <prop oor:name="ShowIconsInMenues" oor:type="xs:boolean" oor:nillable="false">
2865          <!-- OldPath: General/View -->
2866          <!-- UIHints: Tools  Options - General  View  [Section] Options -->
2867          <info>
2868            <desc>Indicates whether icons in the office menus should be
2869            displayed.</desc>
2870          </info>
2871          <value>true</value>
2872        </prop>
2873        <prop oor:name="FollowMouse" oor:type="xs:boolean" oor:nillable="false">
2874          <!-- OldPath: General/View -->
2875          <!-- OldLocation: soffice.cfg -->
2876          <!-- UIHints: Tools  Options - General  View  [Section] Options -->
2877          <info>
2878            <desc>Specifies automatic selection while moving the mouse over a
2879            menu (True).</desc>
2880            <label>Menu follows mouse pointer</label>
2881          </info>
2882          <value>true</value>
2883        </prop>
2884        <prop oor:name="ShortcutsInContextMenus" oor:type="xs:short" oor:nillable="false">
2885          <!-- UIHints: Tools  Options - General  View  [Section] Options -->
2886          <info>
2887            <desc>Indicates whether keyboard shortcuts should be displayed in
2888            context menus.</desc>
2889            <label>Shortcuts in context menus</label>
2890          </info>
2891          <constraints>
2892            <enumeration oor:value="0">
2893              <info>
2894                <desc>Hide</desc>
2895              </info>
2896            </enumeration>
2897            <enumeration oor:value="1">
2898              <info>
2899                <desc>Show</desc>
2900              </info>
2901            </enumeration>
2902            <enumeration oor:value="2">
2903              <info>
2904                <desc>Use the default setting for the current platform.</desc>
2905              </info>
2906            </enumeration>
2907          </constraints>
2908          <value>2</value>
2909        </prop>
2910      </group>
2911      <group oor:name="Window">
2912        <info>
2913          <desc>Contains settings for general windows used by the Office.</desc>
2914        </info>
2915        <prop oor:name="Drag" oor:type="xs:short" oor:nillable="false">
2916          <!-- OldPath: General/View -->
2917          <!-- OldLocation: soffice.cfg -->
2918          <!-- UIHints: Tools  Options - General  View  [Section] Display -->
2919          <info>
2920            <desc>Specifies the representation of the window while
2921            dragging.</desc>
2922            <label>Window Drag</label>
2923          </info>
2924          <constraints>
2925            <enumeration oor:value="0">
2926              <info>
2927                <desc>With window contents</desc>
2928              </info>
2929            </enumeration>
2930            <enumeration oor:value="1">
2931              <info>
2932                <desc>Frame only</desc>
2933              </info>
2934            </enumeration>
2935            <enumeration oor:value="2">
2936              <info>
2937                <desc>From system settings</desc>
2938              </info>
2939            </enumeration>
2940          </constraints>
2941          <value>2</value>
2942        </prop>
2943        <prop oor:name="Key" oor:type="xs:int">
2944          <!-- OldPath: soffice_View/Window -->
2945          <!-- OldLocation: soffice.ini -->
2946          <!-- Notice: LM: Description is missing
2947               5962Window=V1,995/150/280/321,H,0,AL:(16,4,0/0/400/250)#100 -->
2948          <info>
2949            <deprecated/>
2950            <desc>Deprecated.</desc>
2951          </info>
2952        </prop>
2953        <prop oor:name="Version" oor:type="xs:string" oor:nillable="false">
2954          <!-- OldPath: soffice_View/Window -->
2955          <!-- OldLocation: soffice.ini -->
2956          <!-- Notice: LM: Description is missing -->
2957          <info>
2958            <deprecated/>
2959            <desc>Deprecated.</desc>
2960          </info>
2961          <value/>
2962          <!-- JB: Empty default inserted into empty property node. Remove if
2963               NIL was intended -->
2964        </prop>
2965        <prop oor:name="State" oor:type="xs:boolean" oor:nillable="false">
2966          <!-- OldPath: soffice_View/Window -->
2967          <!-- OldLocation: soffice.ini -->
2968          <!-- Notice: LM: Description is missing -->
2969          <info>
2970            <deprecated/>
2971            <desc>Deprecated.</desc>
2972          </info>
2973          <value>false</value>
2974        </prop>
2975        <prop oor:name="Flag" oor:type="xs:int">
2976          <!-- OldPath: soffice_View/Window -->
2977          <!-- OldLocation: soffice.ini -->
2978          <!-- Notice: LM: Description is missing -->
2979          <info>
2980            <deprecated/>
2981            <desc>Deprecated.</desc>
2982          </info>
2983          <constraints>
2984            <enumeration oor:value="01">
2985              <info>
2986                <desc>ZoomIn</desc>
2987              </info>
2988            </enumeration>
2989            <enumeration oor:value="02">
2990              <info>
2991                <desc>Small</desc>
2992              </info>
2993            </enumeration>
2994            <enumeration oor:value="04">
2995              <info>
2996                <desc>ForceDock</desc>
2997              </info>
2998            </enumeration>
2999            <enumeration oor:value="08">
3000              <info>
3001                <desc>AutoHide</desc>
3002              </info>
3003            </enumeration>
3004            <enumeration oor:value="10">
3005              <info>
3006                <desc>Task</desc>
3007              </info>
3008            </enumeration>
3009            <enumeration oor:value="20">
3010              <info>
3011                <desc>CantGetFocus</desc>
3012              </info>
3013            </enumeration>
3014          </constraints>
3015        </prop>
3016        <prop oor:name="UserData" oor:type="xs:string" oor:nillable="false">
3017          <!-- OldPath: soffice_View/Window -->
3018          <!-- OldLocation: soffice.ini -->
3019          <!-- Notice: LM: Description is missing -->
3020          <info>
3021            <deprecated/>
3022            <desc>Deprecated.</desc>
3023          </info>
3024          <value/>
3025          <!-- JB: Empty default inserted into empty property node. Remove if
3026               NIL was intended -->
3027        </prop>
3028      </group>
3029      <group oor:name="FontAntiAliasing">
3030        <info>
3031          <desc>Font antialiasing properties</desc>
3032        </info>
3033        <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
3034          <info>
3035            <desc>Specifies font antialiasing properties</desc>
3036            <label>Font Antialiasing Enabled</label>
3037          </info>
3038          <value>true</value>
3039        </prop>
3040        <prop oor:name="MinPixelHeight" oor:type="xs:short" oor:nillable="false">
3041          <info>
3042            <desc>Specifies an additional limit if Font Antialiasing is enabled.
3043            Fonts that are smaller than the specified limit are not
3044            anti-aliased.</desc>
3045            <label>Font Antialiasing Minimum Pixel Height</label>
3046          </info>
3047          <value>8</value>
3048        </prop>
3049      </group>
3050    </group>
3051    <group oor:name="Undo">
3052      <info>
3053        <desc>Contains the settings regarding the undo operation in the
3054        Office.</desc>
3055      </info>
3056      <prop oor:name="Steps" oor:type="xs:int" oor:nillable="false">
3057        <!-- OldPath: General/Undo -->
3058        <!-- OldLocation: soffice.cfg -->
3059        <!-- UIHints: Tools  Options - General  Save - [Section] Undo -->
3060        <info>
3061          <desc>Specifies how many operations can be undone in a row.</desc>
3062          <label>Number of steps</label>
3063        </info>
3064        <constraints>
3065          <minInclusive oor:value="1">
3066            <info>
3067              <desc>Specifies the lowest number of undo steps possible.</desc>
3068            </info>
3069          </minInclusive>
3070          <maxInclusive oor:value="1000">
3071            <info>
3072              <desc>Specifies the highest number of undo steps possible.</desc>
3073            </info>
3074          </maxInclusive>
3075        </constraints>
3076        <value>100</value>
3077      </prop>
3078    </group>
3079    <group oor:name="Setup">
3080      <info>
3081        <desc>Specifies options related to the setup.</desc>
3082      </info>
3083      <group oor:name="Language">
3084        <info>
3085          <desc>Specifies options related to the installed languages.</desc>
3086        </info>
3087        <prop oor:name="Locales" oor:type="oor:string-list">
3088          <!--OldPath: OfficeLanguage/[Code]=Installed -->
3089          <!--OldLocation: soffice.ini -->
3090          <!--The string list has to be filled by the setup-->
3091          <info>
3092            <desc>Contains the installed Office languages for the menus and
3093            dialogs.</desc>
3094          </info>
3095        </prop>
3096      </group>
3097    </group>
3098    <group oor:name="Print">
3099      <info>
3100        <desc>Specifies options related to printing.</desc>
3101      </info>
3102      <prop oor:name="PrintingModifiesDocument" oor:type="xs:boolean" oor:nillable="false">
3103        <!-- UIHints: Tools  Options - General  Print  [Section]
3104             PrinterOptions -->
3105        <info>
3106          <desc>Specifies if printing a document can modify a document due to
3107          reformatting</desc>
3108          <label>(PrinterOptions) PrintingModifiesDocument</label>
3109        </info>
3110        <value>false</value>
3111      </prop>
3112      <group oor:name="Warning">
3113        <info>
3114          <desc>Contains settings for print specific warnings.</desc>
3115        </info>
3116        <prop oor:name="PaperSize" oor:type="xs:boolean" oor:nillable="false">
3117          <!-- OldPath: General/Print/Warning -->
3118          <!-- OldLocation: soffice.cfg -->
3119          <!-- UIHints: Tools  Options - General  Print  [Section] Warnings -->
3120          <info>
3121            <desc>Specifies if a warning should be displayed in case the
3122            printout requires a specific paper size</desc>
3123            <label>(Warnings) Paper size</label>
3124          </info>
3125          <value>false</value>
3126        </prop>
3127        <prop oor:name="PaperOrientation" oor:type="xs:boolean" oor:nillable="false">
3128          <!-- OldPath: General/Print/Warning -->
3129          <!-- OldLocation: soffice.cfg -->
3130          <!-- UIHints: Tools  Options - General  Print  [Section] Warnings -->
3131          <info>
3132            <desc>Specifies if a warning should be displayed in case the
3133            printout requires a specific paper orientation</desc>
3134            <label>(Warnings) Paper orientation</label>
3135          </info>
3136          <value>false</value>
3137        </prop>
3138        <prop oor:name="NotFound" oor:type="xs:boolean" oor:nillable="false">
3139          <!-- OldPath: General/Print/Warning -->
3140          <!-- OldLocation: soffice.cfg -->
3141          <!-- UIHints: Tools  Options - General  Print  [Section] Warnings -->
3142          <info>
3143            <desc>Specifies if a warning should be displayed in case the printer
3144            defined in the document was not found</desc>
3145            <label>(Warnings) Not found</label>
3146          </info>
3147          <value>false</value>
3148        </prop>
3149        <prop oor:name="Transparency" oor:type="xs:boolean" oor:nillable="false">
3150          <!-- UIHints: Tools  Options - General  Print  [Section] Warnings -->
3151          <info>
3152            <desc>Specifies if a warning should be displayed in case the
3153            printout contains transparent objects.</desc>
3154            <label>(Warnings) Transparency</label>
3155          </info>
3156          <value>true</value>
3157        </prop>
3158      </group>
3159      <group oor:name="Option">
3160        <info>
3161          <desc>Specifies the options related to printing.</desc>
3162        </info>
3163        <group oor:name="Printer">
3164          <info>
3165            <desc>Specifies the options related to printing.</desc>
3166          </info>
3167          <prop oor:name="ReduceTransparency" oor:type="xs:boolean" oor:nillable="false">
3168            <!-- UIHints: Tools  Options - General  Print  [Section]
3169                 PrinterOptions -->
3170            <info>
3171              <desc>Indicates whether to ignore transparency for the output of
3172              objects.</desc>
3173              <label>(PrinterOptions) ReduceTransparency</label>
3174            </info>
3175            <value>false</value>
3176          </prop>
3177          <prop oor:name="ReducedTransparencyMode" oor:type="xs:short" oor:nillable="false">
3178            <!-- UIHints: Tools  Options - General  Print  [Section]
3179                 PrinterOptions -->
3180            <info>
3181              <desc>Specifies type of transparency reduction: 0 - Automatically
3182              determine reduction, 1 - Always disabled.</desc>
3183              <label>(PrinterOptions) ReducedTransparencyMode</label>
3184            </info>
3185            <value>0</value>
3186          </prop>
3187          <prop oor:name="ReduceGradients" oor:type="xs:boolean" oor:nillable="false">
3188            <!-- UIHints: Tools  Options - General  Print  [Section]
3189                 PrinterOptions -->
3190            <info>
3191              <desc>Indicates whether to reduce memory usage for output of
3192              gradients by limiting the number of gradient steps.</desc>
3193              <label>(PrinterOptions) ReduceGradients</label>
3194            </info>
3195            <value>false</value>
3196          </prop>
3197          <prop oor:name="ReducedGradientMode" oor:type="xs:short" oor:nillable="false">
3198            <!-- UIHints: Tools  Options - General  Print  [Section]
3199                 PrinterOptions -->
3200            <info>
3201              <desc>Specifies type of gradient reduction: 0 - reduce the number
3202              of stripes, 1 - reduce to color.</desc>
3203              <label>(PrinterOptions) ReducedGradientMode</label>
3204            </info>
3205            <value>0</value>
3206          </prop>
3207          <prop oor:name="ReducedGradientStepCount" oor:type="xs:short" oor:nillable="false">
3208            <!-- UIHints: Tools  Options - General  Print  [Section]
3209                 PrinterOptions -->
3210            <info>
3211              <desc>Specifies the maximum number stripes used for output of
3212              gradients.</desc>
3213              <label>(PrinterOptions) ReducedGradientStepCount</label>
3214            </info>
3215            <value>64</value>
3216          </prop>
3217          <prop oor:name="ReduceBitmaps" oor:type="xs:boolean" oor:nillable="false">
3218            <!-- UIHints: Tools  Options - General  Print  [Section]
3219                 PrinterOptions -->
3220            <info>
3221              <desc>Indicates whether to reduce the memory usage of bitmaps for
3222              print process by limiting the resolution.</desc>
3223              <label>(PrinterOptions) ReduceBitmaps</label>
3224            </info>
3225            <value>false</value>
3226          </prop>
3227          <prop oor:name="ReducedBitmapMode" oor:type="xs:short" oor:nillable="false">
3228            <!-- UIHints: Tools  Options - General  Print  [Section]
3229                 PrinterOptions -->
3230            <info>
3231              <desc>Specifies type of bitmap reduction: 0 - Automatically
3232              determine optimal resolution, 1 - Use original resolution, 2 -
3233              User defined resolution.</desc>
3234              <label>(PrinterOptions) ReducedBitmapMode</label>
3235            </info>
3236            <value>1</value>
3237          </prop>
3238          <prop oor:name="ReducedBitmapResolution" oor:type="xs:short" oor:nillable="false">
3239            <!-- UIHints: Tools  Options - General  Print  [Section]
3240                 PrinterOptions -->
3241            <info>
3242              <desc>Specifies resolution of reduced bitmaps: 0 - 72DPI, 1 -
3243              96DPI, 2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI.</desc>
3244              <label>(PrinterOptions) ReducedBitmapResolution</label>
3245            </info>
3246            <value>3</value>
3247          </prop>
3248          <prop oor:name="ReducedBitmapIncludesTransparency" oor:type="xs:boolean" oor:nillable="false">
3249            <!-- UIHints: Tools  Options - General  Print  [Section]
3250                 PrinterOptions -->
3251            <info>
3252              <desc>Indicates whether to reduce the resolution of automatically
3253              created substitution bitmaps of transparent objects.</desc>
3254              <label>(PrinterOptions) ReducedBitmapIncludesTransparency</label>
3255            </info>
3256            <value>true</value>
3257          </prop>
3258          <prop oor:name="ConvertToGreyscales" oor:type="xs:boolean" oor:nillable="false">
3259            <!-- UIHints: Tools  Options - General  Print  [Section]
3260                 PrinterOptions -->
3261            <info>
3262              <desc>Indicates whether to create only grayscale output of all
3263              objects.</desc>
3264              <label>(PrinterOptions) ConvertToGreyscales</label>
3265            </info>
3266            <value>false</value>
3267          </prop>
3268          <prop oor:name="PDFAsStandardPrintJobFormat" oor:type="xs:boolean" oor:nillable="false">
3269            <!-- UIHints: Tools  Options - General  Print  [Section]
3270                 PrintFileOptions -->
3271            <info>
3272              <desc>Indicates whether PDF should be the Standard Print Job
3273              format</desc>
3274              <label>(PrinterOptions) PDFAsStandardPrintJobFormat</label>
3275            </info>
3276            <value>true</value>
3277          </prop>
3278        </group>
3279        <group oor:name="File">
3280          <info>
3281            <desc>Specifies the options for printing to a file.</desc>
3282            <label>Print File</label>
3283          </info>
3284          <prop oor:name="ReduceTransparency" oor:type="xs:boolean" oor:nillable="false">
3285            <!-- UIHints: Tools  Options - General  Print  [Section]
3286                 PrintFileOptions -->
3287            <info>
3288              <desc>Indicates whether to ignore transparency for the output of
3289              objects.</desc>
3290              <label>(PrintFileOptions) ReduceTransparency</label>
3291            </info>
3292            <value>false</value>
3293          </prop>
3294          <prop oor:name="ReducedTransparencyMode" oor:type="xs:short" oor:nillable="false">
3295            <!-- UIHints: Tools  Options - General  Print  [Section]
3296                 PrintFileOptions -->
3297            <info>
3298              <desc>Indicates the type of transparency reduction: 0 -
3299              Automatically determine reduction, 1 - Always disabled.</desc>
3300              <label>(PrintFileOptions) ReducedTransparencyMode</label>
3301            </info>
3302            <value>0</value>
3303          </prop>
3304          <prop oor:name="ReduceGradients" oor:type="xs:boolean" oor:nillable="false">
3305            <!-- UIHints: Tools  Options - General  Print  [Section]
3306                 PrintFileOptions -->
3307            <info>
3308              <desc>Indicates whether to reduce memory usage for output of
3309              gradients by limiting the number of gradient steps.</desc>
3310              <label>(PrintFileOptions) ReduceGradients</label>
3311            </info>
3312            <value>false</value>
3313          </prop>
3314          <prop oor:name="ReducedGradientMode" oor:type="xs:short" oor:nillable="false">
3315            <!-- UIHints: Tools  Options - General  Print  [Section]
3316                 PrintFileOptions -->
3317            <info>
3318              <desc>Indicates the type of gradient reduction: 0 - Reduce the
3319              number of stripes, 1 - Reduce to color.</desc>
3320              <label>(PrintFileOptions) ReducedGradientMode</label>
3321            </info>
3322            <value>0</value>
3323          </prop>
3324          <prop oor:name="ReducedGradientStepCount" oor:type="xs:short" oor:nillable="false">
3325            <!-- UIHints: Tools  Options - General  Print  [Section]
3326                 PrintFileOptions -->
3327            <info>
3328              <desc>Specifies the maximum number stripes used for output of
3329              gradients.</desc>
3330              <label>(PrintFileOptions) ReducedGradientStepCount</label>
3331            </info>
3332            <value>64</value>
3333          </prop>
3334          <prop oor:name="ReduceBitmaps" oor:type="xs:boolean" oor:nillable="false">
3335            <!-- UIHints: Tools  Options - General  Print  [Section]
3336                 PrintFileOptions -->
3337            <info>
3338              <desc>Indicates whether to reduce the memory usage of bitmaps for
3339              the print process by limiting the resolution.</desc>
3340              <label>(PrintFileOptions) ReduceBitmaps</label>
3341            </info>
3342            <value>false</value>
3343          </prop>
3344          <prop oor:name="ReducedBitmapMode" oor:type="xs:short" oor:nillable="false">
3345            <!-- UIHints: Tools  Options - General  Print  [Section]
3346                 PrintFileOptions -->
3347            <info>
3348              <desc>Specifies the type of bitmap reduction: 0 - Automatically
3349              determine optimal resolution, 1 - Use original resolution, 2 -
3350              User defined resolution.</desc>
3351              <label>(PrintFileOptions) ReducedBitmapMode</label>
3352            </info>
3353            <value>1</value>
3354          </prop>
3355          <prop oor:name="ReducedBitmapResolution" oor:type="xs:short" oor:nillable="false">
3356            <!-- UIHints: Tools  Options - General  Print  [Section]
3357                 PrintFileOptions -->
3358            <info>
3359              <desc>Specifies the resolution of reduced bitmaps: 0 - 72DPI, 1 -
3360              96DPI, 2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI.</desc>
3361              <label>(PrintFileOptions) ReducedBitmapResolution</label>
3362            </info>
3363            <value>3</value>
3364          </prop>
3365          <prop oor:name="ReducedBitmapIncludesTransparency" oor:type="xs:boolean" oor:nillable="false">
3366            <!-- UIHints: Tools  Options - General  Print  [Section]
3367                 PrintFileOptions -->
3368            <info>
3369              <desc>Indicates whether to reduce the resolution of automatically
3370              created substitution bitmaps of transparent objects.</desc>
3371              <label>(PrintFileOptions)
3372              ReducedBitmapIncludesTransparency</label>
3373            </info>
3374            <value>true</value>
3375          </prop>
3376          <prop oor:name="ConvertToGreyscales" oor:type="xs:boolean" oor:nillable="false">
3377            <!-- UIHints: Tools  Options - General  Print  [Section]
3378                 PrintFileOptions -->
3379            <info>
3380              <desc>Indicates whether to create only grayscale output of all
3381              objects.</desc>
3382              <label>(PrintFileOptions) ConvertToGreyscales</label>
3383            </info>
3384            <value>false</value>
3385          </prop>
3386          <prop oor:name="PDFAsStandardPrintJobFormat" oor:type="xs:boolean" oor:nillable="false">
3387            <!-- UIHints: Tools  Options - General  Print  [Section]
3388                 PrintFileOptions -->
3389            <info>
3390              <desc>Indicates whether PDF should be the Standard Print Job
3391              format</desc>
3392              <label>(PrintFileOptions) PDFAsStandardPrintJobFormat</label>
3393            </info>
3394            <value>true</value>
3395          </prop>
3396        </group>
3397      </group>
3398    </group>
3399    <group oor:name="AddXMLToStorage">
3400      <info>
3401        <desc>Contains settings specifying if a XML package is added to the
3402        applications binary files.</desc>
3403      </info>
3404      <prop oor:name="Writer" oor:type="xs:boolean">
3405        <!-- OldPath: AddXMLToStorage_Writer -->
3406        <!-- OldLocation: soffice.ini -->
3407        <!-- UIHints: no -->
3408        <info>
3409          <desc>Defines if a XML package is added to the Writer binary
3410          files.</desc>
3411        </info>
3412      </prop>
3413      <prop oor:name="Calc" oor:type="xs:boolean">
3414        <!-- OldPath: AddXMLToStorage_Calc -->
3415        <!-- OldLocation: soffice.ini -->
3416        <!-- UIHints: no -->
3417        <info>
3418          <desc>Defines if a XML package is added to the Calc binary
3419          files.</desc>
3420        </info>
3421      </prop>
3422      <prop oor:name="Impress" oor:type="xs:boolean">
3423        <!-- OldPath: AddXMLToStorage_Impress -->
3424        <!-- OldLocation: soffice.ini -->
3425        <!-- UIHints: no -->
3426        <info>
3427          <desc>Defines if a XML package is added to the Impress binary
3428          files.</desc>
3429        </info>
3430      </prop>
3431      <prop oor:name="Draw" oor:type="xs:boolean">
3432        <!-- OldPath: AddXMLToStorage_Draw -->
3433        <!-- OldLocation: soffice.ini -->
3434        <!-- UIHints: no -->
3435        <info>
3436          <desc>Defines if a XML package is added to the Draw binary
3437          files.</desc>
3438        </info>
3439      </prop>
3440    </group>
3441    <group oor:name="UserColors">
3442      <info>
3443        <desc>Contains recent colors and custom colors</desc>
3444      </info>
3445      <prop oor:name="RecentColor" oor:type="oor:int-list" oor:nillable="false">
3446        <info>
3447          <desc>List of Recent colors</desc>
3448        </info>
3449        <value/>
3450      </prop>
3451      <prop oor:name="RecentColorName" oor:type="oor:string-list" oor:nillable="false">
3452        <info>
3453          <desc>List of Recent color names</desc>
3454        </info>
3455        <value/>
3456      </prop>
3457      <prop oor:name="PaletteName" oor:type="xs:string" oor:nillable="false">
3458        <info>
3459          <desc>Name of selected palette</desc>
3460        </info>
3461        <value>standard</value>
3462      </prop>
3463      <prop oor:name="CustomColor" oor:type="oor:int-list" oor:nillable="false">
3464        <info>
3465          <desc>List of Custom colors</desc>
3466        </info>
3467        <value/>
3468      </prop>
3469      <prop oor:name="CustomColorName" oor:type="oor:string-list" oor:nillable="false">
3470        <info>
3471          <desc>List of Custom color names</desc>
3472        </info>
3473        <value/>
3474      </prop>
3475    </group>
3476    <group oor:name="RecentCharacters">
3477      <info>
3478        <desc>Contains recent characters</desc>
3479      </info>
3480      <prop oor:name="RecentCharacterList" oor:type="oor:string-list" oor:nillable="false">
3481        <info>
3482          <desc>List of Recent characters</desc>
3483        </info>
3484        <value/>
3485      </prop>
3486      <prop oor:name="RecentCharacterFontList" oor:type="oor:string-list" oor:nillable="false">
3487        <info>
3488          <desc>List of Recent character font</desc>
3489        </info>
3490        <value/>
3491      </prop>
3492    </group>
3493    <group oor:name="FavoriteCharacters">
3494      <info>
3495        <desc>Contains Favorite characters</desc>
3496      </info>
3497      <prop oor:name="FavoriteCharacterList" oor:type="oor:string-list" oor:nillable="false">
3498        <info>
3499          <desc>List of Favorite characters</desc>
3500        </info>
3501          <value>
3502          <it>€</it>
3503          <it>¥</it>
3504          <it>£</it>
3505          <it>©</it>
3506          <it>Σ</it>
3507          <it>Ω</it>
3508          <it>≤</it>
3509          <it>≥</it>
3510          <it>∞</it>
3511          <it>π</it>
3512          <it>†</it>
3513          <it>‡</it>
3514        </value>
3515      </prop>
3516      <prop oor:name="FavoriteCharacterFontList" oor:type="oor:string-list" oor:nillable="false">
3517        <info>
3518          <desc>List of Favorite character font</desc>
3519        </info>
3520        <value>
3521          <it>Liberation Serif</it>
3522          <it>Liberation Serif</it>
3523          <it>Liberation Serif</it>
3524          <it>Liberation Serif</it>
3525          <it>Liberation Serif</it>
3526          <it>Liberation Serif</it>
3527          <it>Liberation Serif</it>
3528          <it>Liberation Serif</it>
3529          <it>Liberation Serif</it>
3530          <it>Liberation Serif</it>
3531          <it>Liberation Serif</it>
3532          <it>Liberation Serif</it>
3533        </value>
3534      </prop>
3535    </group>
3536    <group oor:name="Help">
3537      <info>
3538        <desc>Contains settings that specify the common help settings.</desc>
3539      </info>
3540      <prop oor:name="ShowBasic" oor:type="xs:boolean" oor:nillable="false">
3541        <info>
3542          <desc>Determines whether basic help should be shown.</desc>
3543        </info>
3544        <value>true</value>
3545      </prop>
3546      <prop oor:name="Locale" oor:type="xs:string" oor:nillable="false">
3547        <info>
3548          <desc>Determines the locale for the help pages.</desc>
3549        </info>
3550        <value/>
3551        <!-- JB: Empty default inserted into empty property node. Remove if NIL
3552             was intended -->
3553      </prop>
3554      <prop oor:name="System" oor:type="xs:string" oor:nillable="false">
3555        <info>
3556          <desc>Determines the operating system on which the help system is
3557          displayed.</desc>
3558        </info>
3559        <value/>
3560        <!-- JB: Empty default inserted into empty property node. Remove if NIL
3561             was intended -->
3562      </prop>
3563      <prop oor:name="Tip" oor:type="xs:boolean" oor:nillable="false">
3564        <!-- OldLocation: Soffice.cfg -->
3565        <!-- UIHints: Help menu-->
3566        <info>
3567          <desc>Activates the Tip help.</desc>
3568          <label>Tips</label>
3569        </info>
3570        <value>true</value>
3571      </prop>
3572      <prop oor:name="ExtendedTip" oor:type="xs:boolean" oor:nillable="false">
3573        <!-- OldLocation: Soffice.cfg -->
3574        <!-- UIHints: Help menu-->
3575        <info>
3576          <desc>Activates the Extended help.</desc>
3577          <label>Extended Tips</label>
3578        </info>
3579        <value>false</value>
3580      </prop>
3581      <prop oor:name="BuiltInHelpNotInstalledPopUp" oor:type="xs:boolean" oor:nillable="false">
3582        <info>
3583          <desc>Activates "Built-in help is not installed" pop-up</desc>
3584        </info>
3585        <value>true</value>
3586      </prop>
3587      <prop oor:name="HelpStyleSheet" oor:type="xs:string" oor:nillable="false">
3588        <info>
3589          <desc>Specifies the name of the stylesheet used to display help
3590          content.</desc>
3591        </info>
3592        <value>Default</value>
3593      </prop>
3594      <group oor:name="StartCenter">
3595        <info>
3596          <desc>Contains settings for the start center.</desc>
3597        </info>
3598        <prop oor:name="AddFeatureURL" oor:type="xs:string" oor:nillable="false">
3599          <info>
3600            <desc>Contains a string specifying the URL to be browsed for
3601            additional features (e.g. extensions)</desc>
3602          </info>
3603          <value/>
3604        </prop>
3605        <prop oor:name="InfoURL" oor:type="xs:string" oor:nillable="false">
3606          <info>
3607            <desc>Contains a string specifying the URL to be browsed for
3608            information about the product</desc>
3609          </info>
3610          <value/>
3611        </prop>
3612        <prop oor:name="TemplateRepositoryURL" oor:type="xs:string" oor:nillable="false">
3613          <info>
3614            <desc>Contains a string specifying the URL to be browsed for
3615            additional template documents</desc>
3616          </info>
3617          <value/>
3618        </prop>
3619        <prop oor:name="StartCenterBackgroundColor" oor:type="xs:int" oor:nillable="false">
3620          <!-- Default 14540253 = 0xdddddd as specified in tdf#90452, comment 45 -->
3621          <info>
3622            <desc>Specifies the background color of the start center.</desc>
3623          </info>
3624          <value>14540253</value>
3625        </prop>
3626        <prop oor:name="StartCenterTextColor" oor:type="xs:int" oor:nillable="false">
3627          <!-- Default 3355443 = 0x333333 as specified in tdf#90452, comment 45 -->
3628          <info>
3629            <desc>Specifies the text color of the buttons in the start center.</desc>
3630          </info>
3631          <value>3355443</value>
3632        </prop>
3633        <prop oor:name="StartCenterThumbnailsBackgroundColor" oor:type="xs:int" oor:nillable="false">
3634          <!-- Default 6710886 = 0x666666 as specified in tdf#90452, comment 45 -->
3635          <info>
3636            <desc>Specifies the background color of the thumbnail area in the start center.</desc>
3637          </info>
3638          <value>6710886</value>
3639        </prop>
3640        <prop oor:name="StartCenterThumbnailsTextColor" oor:type="xs:int" oor:nillable="false">
3641          <!-- Default 15658734 = 0xeeeeee as specified in tdf#90452, comment 45 -->
3642          <info>
3643            <desc>Specifies the text color of the thumbnail area in the start center.</desc>
3644          </info>
3645          <value>15658734</value>
3646        </prop>
3647        <prop oor:name="StartCenterThumbnailsHighlightColor" oor:type="xs:int" oor:nillable="false">
3648          <!-- Default 14540253 = 0xdddddd as specified in tdf#90452, comment 45 -->
3649          <info>
3650            <desc>Specifies the background color of the highlight of a thumbnail in the start center.</desc>
3651          </info>
3652          <value>14540253</value>
3653        </prop>
3654        <prop oor:name="StartCenterThumbnailsHighlightTextColor" oor:type="xs:int" oor:nillable="false">
3655          <!-- Default 3355443 = 0x333333 as specified in tdf#90452, comment 45 -->
3656          <info>
3657            <desc>Specifies the text color of the highlight of a thumbnail in the start center.</desc>
3658          </info>
3659          <value>3355443</value>
3660        </prop>
3661      </group>
3662    </group>
3663    <group oor:name="Vectorize">
3664      <info>
3665        <desc>Specifies the options related to the vectorization of
3666        bitmaps.</desc>
3667      </info>
3668      <prop oor:name="ColorCount" oor:type="xs:short" oor:nillable="false">
3669        <!-- OldPath: Draw_Impress/Vectorize -->
3670        <!-- OldLocation: drawing.cfg -->
3671        <!-- UIHints: Select bitmap =&gt; context menu  convert  To polygon -->
3672        <info>
3673          <desc>Specifies the number of colors that are used to create a vector
3674          graphic in Draw/Impress [UNIT=count].</desc>
3675          <label>Number of colors</label>
3676        </info>
3677        <constraints>
3678          <minInclusive oor:value="8">
3679            <info>
3680              <desc>Specifies that the lowest number that can be used to create
3681              a vector graphic is 8.</desc>
3682            </info>
3683          </minInclusive>
3684          <maxInclusive oor:value="32">
3685            <info>
3686              <desc>Specifies that the lowest number that can be used to create
3687              a vector graphic is 32.</desc>
3688            </info>
3689          </maxInclusive>
3690        </constraints>
3691        <value>8</value>
3692      </prop>
3693      <prop oor:name="PointReduce" oor:type="xs:short" oor:nillable="false">
3694        <!-- OldPath: Draw_Impress/Vectorize -->
3695        <!-- OldLocation: drawing.cfg -->
3696        <!-- UIHints: Select bitmap =&gt; context menu  convert  To polygon -->
3697        <info>
3698          <desc>Specifies the number of pixels that you want to combine as a
3699          single pixel when creating a vector graphic.</desc>
3700          <label>Point reduction</label>
3701        </info>
3702        <constraints>
3703          <minInclusive oor:value="0">
3704            <info>
3705              <desc>Specifies the minimum value to reduce point is 0
3706              pixels.</desc>
3707            </info>
3708          </minInclusive>
3709          <maxInclusive oor:value="32">
3710            <info>
3711              <desc>Specifies the maximum value to reduce point is 32
3712              pixels.</desc>
3713            </info>
3714          </maxInclusive>
3715        </constraints>
3716        <value>0</value>
3717      </prop>
3718      <prop oor:name="FillHole" oor:type="xs:boolean" oor:nillable="false">
3719        <!-- OldPath: Draw_Impress/Vectorize -->
3720        <!-- OldLocation: drawing.cfg -->
3721        <!-- UIHints: Select bitmap => context menu  convert  To polygon -->
3722        <info>
3723          <desc>Indicates whether to create a tiled background before
3724          vectorizing.</desc>
3725          <label>Fill holes</label>
3726        </info>
3727        <value>false</value>
3728      </prop>
3729      <prop oor:name="TileExtent" oor:type="xs:short" oor:nillable="false">
3730        <!-- OldPath: Draw_Impress/Vectorize -->
3731        <!-- OldLocation: drawing.cfg -->
3732        <!-- UIHints: Select bitmap => context menu  convert  To polygon -->
3733        <info>
3734          <desc>Specifies the extent of background tiles that are used for
3735          vectorizing [UNIT=pixel].</desc>
3736          <label>Tile extent</label>
3737        </info>
3738        <constraints>
3739          <minInclusive oor:value="8">
3740            <info>
3741              <desc>Specifies that the minimum extent is 8 pixels.</desc>
3742            </info>
3743          </minInclusive>
3744          <maxInclusive oor:value="128">
3745            <info>
3746              <desc>Specifies that the maximum extent is 128 pixels.</desc>
3747            </info>
3748          </maxInclusive>
3749        </constraints>
3750        <value>32</value>
3751      </prop>
3752    </group>
3753    <group oor:name="DateFormat">
3754      <info>
3755        <desc>Specifies settings for the date formats used.</desc>
3756      </info>
3757      <prop oor:name="TwoDigitYear" oor:type="xs:int" oor:nillable="false">
3758        <!-- OldPath: General/Other -->
3759        <!-- OldLocation: Soffice.cfg -->
3760        <!-- UIHints: Tools - Options - General - Other - Year (two digits) -->
3761        <info>
3762          <desc>Specifies the first year that can be entered using
3763          two-digit-year date formats.</desc>
3764          <label>First two-digit year</label>
3765        </info>
3766        <value>1930</value>
3767      </prop>
3768    </group>
3769    <group oor:name="Filter">
3770      <info>
3771        <desc>Specifies default settings of Microsoft-, Graphic- and HTML
3772        filters.</desc>
3773      </info>
3774      <group oor:name="Microsoft">
3775        <info>
3776          <desc>Specifies default settings of Microsoft filters.</desc>
3777        </info>
3778        <group oor:name="Import">
3779          <info>
3780            <desc>Specifies default settings of Microsoft import filters.</desc>
3781          </info>
3782          <prop oor:name="MathTypeToMath" oor:type="xs:boolean" oor:nillable="false">
3783            <info>
3784              <desc>Specifies if convertible MathType OLE objects are converted
3785              into Math objects.</desc>
3786            </info>
3787            <value>true</value>
3788          </prop>
3789          <prop oor:name="WinWordToWriter" oor:type="xs:boolean" oor:nillable="false">
3790            <info>
3791              <desc>Specifies if convertible WinWord OLE objects are converted
3792              into Writer objects.</desc>
3793            </info>
3794            <value>true</value>
3795          </prop>
3796          <prop oor:name="ExcelToCalc" oor:type="xs:boolean" oor:nillable="false">
3797            <info>
3798              <desc>Specifies if convertible Excel OLE objects are converted
3799              into Calc objects.</desc>
3800            </info>
3801            <value>true</value>
3802          </prop>
3803          <prop oor:name="PowerPointToImpress" oor:type="xs:boolean" oor:nillable="false">
3804            <info>
3805              <desc>Specifies if convertible PowerPoint OLE objects are
3806              converted into Impress objects.</desc>
3807            </info>
3808            <value>true</value>
3809          </prop>
3810          <prop oor:name="SmartArtToShapes" oor:type="xs:boolean" oor:nillable="false">
3811            <info>
3812              <desc>Specifies if OOXML SmartArt objects are converted into LO shapes.</desc>
3813            </info>
3814            <value>false</value>
3815          </prop>
3816          <prop oor:name="ImportWWFieldsAsEnhancedFields" oor:type="xs:boolean" oor:nillable="false">
3817            <info>
3818              <desc>Flag to control use of enhanced fields.</desc>
3819            </info>
3820            <value>true</value>
3821          </prop>
3822        </group>
3823        <group oor:name="Export">
3824          <info>
3825            <desc>Specifies default settings of Microsoft export filters.</desc>
3826          </info>
3827          <prop oor:name="MathToMathType" oor:type="xs:boolean" oor:nillable="false">
3828            <info>
3829              <desc>Specifies if embedded Math objects are converted into
3830              MathType objects.</desc>
3831            </info>
3832            <value>true</value>
3833          </prop>
3834          <prop oor:name="WriterToWinWord" oor:type="xs:boolean" oor:nillable="false">
3835            <info>
3836              <desc>Specifies if embedded Writer objects are converted into
3837              WinWord objects.</desc>
3838            </info>
3839            <value>true</value>
3840          </prop>
3841          <prop oor:name="CalcToExcel" oor:type="xs:boolean" oor:nillable="false">
3842            <info>
3843              <desc>Specifies if embedded Calc objects are converted into Excel
3844              objects.</desc>
3845            </info>
3846            <value>true</value>
3847          </prop>
3848          <prop oor:name="ImpressToPowerPoint" oor:type="xs:boolean" oor:nillable="false">
3849            <info>
3850              <desc>Specifies if embedded Impress objects are converted into
3851              PowerPoint objects.</desc>
3852            </info>
3853            <value>true</value>
3854          </prop>
3855          <prop oor:name="EnablePowerPointPreview" oor:type="xs:boolean" oor:nillable="false">
3856            <info>
3857              <desc>Specifies if previews are created when saving PowerPoint
3858              documents.</desc>
3859            </info>
3860            <value>true</value>
3861          </prop>
3862          <prop oor:name="EnableExcelPreview" oor:type="xs:boolean" oor:nillable="false">
3863            <info>
3864              <desc>Specifies if previews are created when saving Excel
3865              documents.</desc>
3866            </info>
3867            <value>false</value>
3868          </prop>
3869          <prop oor:name="EnableWordPreview" oor:type="xs:boolean" oor:nillable="false">
3870            <info>
3871              <desc>Specifies if previews are created when saving Word
3872              documents.</desc>
3873            </info>
3874            <value>false</value>
3875          </prop>
3876          <prop oor:name="CharBackgroundToHighlighting" oor:type="xs:boolean" oor:nillable="false">
3877            <info>
3878              <desc>Specifies if character background is exported as highlighting
3879              (and not as shading) when saving to Word document</desc>
3880            </info>
3881            <value>true</value>
3882          </prop>
3883        </group>
3884      </group>
3885      <group oor:name="Graphic">
3886        <info>
3887          <desc>Specifies default settings of graphic import and export
3888          dialogs.</desc>
3889        </info>
3890        <group oor:name="Import">
3891          <info>
3892            <desc>Specifies default settings of graphic import dialogs.</desc>
3893          </info>
3894          <group oor:name="PCD">
3895            <info>
3896              <desc>Specifies default settings of the PCD - Photo CD Base import
3897              dialog.</desc>
3898            </info>
3899            <prop oor:name="Resolution" oor:type="xs:int" oor:nillable="false">
3900              <!-- OldPath: PCD-IMPORT-RESOLUTION -->
3901              <!-- OldLocation: fltopt.ini -->
3902              <info>
3903                <desc>Specifies import resolution of PCD graphics.</desc>
3904                <label>Resolution - Base16 / Base4 / Base</label>
3905              </info>
3906              <constraints>
3907                <enumeration oor:value="0">
3908                  <info>
3909                    <desc>PCD-Base16, 192*128 PCD graphic.</desc>
3910                  </info>
3911                </enumeration>
3912                <enumeration oor:value="1">
3913                  <info>
3914                    <desc>PCD-Base4, 384*256 PCD graphic.</desc>
3915                  </info>
3916                </enumeration>
3917                <enumeration oor:value="2">
3918                  <info>
3919                    <desc>PCD-Base, 768*512 PCD graphic.</desc>
3920                  </info>
3921                </enumeration>
3922              </constraints>
3923              <value>2</value>
3924            </prop>
3925          </group>
3926        </group>
3927        <group oor:name="Export">
3928          <info>
3929            <desc>Specifies default settings of graphic export dialogs.</desc>
3930          </info>
3931          <prop oor:name="PixelExportUnit" oor:type="xs:int" oor:nillable="false">
3932            <info>
3933              <desc>Specifies the unit default that is used in the graphic
3934              export dialog if exporting pixel graphics.</desc>
3935            </info>
3936            <constraints>
3937              <enumeration oor:value="0">
3938                <info>
3939                  <desc>inches</desc>
3940                </info>
3941              </enumeration>
3942              <enumeration oor:value="1">
3943                <info>
3944                  <desc>cm</desc>
3945                </info>
3946              </enumeration>
3947              <enumeration oor:value="2">
3948                <info>
3949                  <desc>mm</desc>
3950                </info>
3951              </enumeration>
3952              <enumeration oor:value="3">
3953                <info>
3954                  <desc>points</desc>
3955                </info>
3956              </enumeration>
3957              <enumeration oor:value="4">
3958                <info>
3959                  <desc>pica</desc>
3960                </info>
3961              </enumeration>
3962              <enumeration oor:value="5">
3963                <info>
3964                  <desc>pixels</desc>
3965                </info>
3966              </enumeration>
3967              <enumeration oor:value="-1">
3968                <info>
3969                  <desc>default (depends to the metric settings in
3970                  tools/options)</desc>
3971                </info>
3972              </enumeration>
3973            </constraints>
3974            <value>-1</value>
3975          </prop>
3976          <prop oor:name="PixelExportResolutionUnit" oor:type="xs:int" oor:nillable="false">
3977            <info>
3978              <desc>Specifies the unit default for the resolution that is used
3979              in the graphic export dialog if exporting pixel
3980              graphics.</desc>
3981            </info>
3982            <constraints>
3983              <enumeration oor:value="0">
3984                <info>
3985                  <desc>pixels/inch</desc>
3986                </info>
3987              </enumeration>
3988              <enumeration oor:value="1">
3989                <info>
3990                  <desc>pixels/cm</desc>
3991                </info>
3992              </enumeration>
3993              <enumeration oor:value="2">
3994                <info>
3995                  <desc>pixels/meter</desc>
3996                </info>
3997              </enumeration>
3998            </constraints>
3999            <value>0</value>
4000          </prop>
4001          <prop oor:name="PixelExportResolution" oor:type="xs:int" oor:nillable="false">
4002            <info>
4003              <desc>Specifies the logical width of a graphic.
4004              [UNIT=1/100 mm].</desc>
4005            </info>
4006            <constraints>
4007              <minInclusive oor:value="1">
4008                <info>
4009                  <desc>Represents the lowest value that can be entered in the
4010                  dialog.</desc>
4011                </info>
4012              </minInclusive>
4013            </constraints>
4014            <value>96</value>
4015          </prop>
4016          <prop oor:name="MaxFilesizeForRealtimePreview" oor:type="xs:int" oor:nillable="false">
4017            <info>
4018              <desc>Specifies the maximum raw graphic size in bytes up to which
4019              the realtime preview is enabled, for fast computers this value may
4020              be enlarged</desc>
4021            </info>
4022            <value>4000000</value>
4023          </prop>
4024          <prop oor:name="VectorExportUnit" oor:type="xs:int" oor:nillable="false">
4025            <info>
4026              <desc>Specifies the unit default that is used in the graphic
4027              export dialog if exporting vector graphics.</desc>
4028            </info>
4029            <constraints>
4030              <enumeration oor:value="0">
4031                <info>
4032                  <desc>inches</desc>
4033                </info>
4034              </enumeration>
4035              <enumeration oor:value="1">
4036                <info>
4037                  <desc>cm</desc>
4038                </info>
4039              </enumeration>
4040              <enumeration oor:value="2">
4041                <info>
4042                  <desc>mm</desc>
4043                </info>
4044              </enumeration>
4045              <enumeration oor:value="3">
4046                <info>
4047                  <desc>points</desc>
4048                </info>
4049              </enumeration>
4050              <enumeration oor:value="4">
4051                <info>
4052                  <desc>pica</desc>
4053                </info>
4054              </enumeration>
4055              <enumeration oor:value="-1">
4056                <info>
4057                  <desc>default (depends to the metric settings in
4058                  tools/options)</desc>
4059                </info>
4060              </enumeration>
4061            </constraints>
4062            <value>-1</value>
4063          </prop>
4064          <group oor:name="BMP">
4065            <info>
4066              <desc>Specifies default settings of the Windows Bitmap export
4067              dialog.</desc>
4068            </info>
4069            <prop oor:name="Color" oor:type="xs:int" oor:nillable="false">
4070              <!-- OldLocation: fltopt.ini -->
4071              <!-- UIHints: File  Export  Filetype  BMP-MS Windows - [dialog]
4072                   BMP Options -->
4073              <info>
4074                <desc>Specifies the number of colors that are to be used for the
4075                export.</desc>
4076                <label>Color resolution</label>
4077              </info>
4078              <constraints>
4079                <enumeration oor:value="0">
4080                  <info>
4081                    <desc>Original</desc>
4082                  </info>
4083                </enumeration>
4084                <enumeration oor:value="1">
4085                  <info>
4086                    <desc>1 bit, 1 bit threshold</desc>
4087                  </info>
4088                </enumeration>
4089                <enumeration oor:value="2">
4090                  <info>
4091                    <desc>1 bit, 1 bit dithered</desc>
4092                  </info>
4093                </enumeration>
4094                <enumeration oor:value="3">
4095                  <info>
4096                    <desc>4 bit, 4 bit grayscale</desc>
4097                  </info>
4098                </enumeration>
4099                <enumeration oor:value="4">
4100                  <info>
4101                    <desc>4 bit, 4 bit color palette</desc>
4102                  </info>
4103                </enumeration>
4104                <enumeration oor:value="5">
4105                  <info>
4106                    <desc>8 bit, 8 bit grayscale color</desc>
4107                  </info>
4108                </enumeration>
4109                <enumeration oor:value="6">
4110                  <info>
4111                    <desc>8 bit, 8 bit color palette</desc>
4112                  </info>
4113                </enumeration>
4114                <enumeration oor:value="7">
4115                  <info>
4116                    <desc>24 bit, 24 bit true color</desc>
4117                  </info>
4118                </enumeration>
4119              </constraints>
4120              <value>0</value>
4121            </prop>
4122            <prop oor:name="RLE_Coding" oor:type="xs:boolean" oor:nillable="false">
4123              <!-- OldPath: BMP-RLE_CODING -->
4124              <!-- OldLocation: fltopt.ini -->
4125              <!-- UIHints: File  Export  Filetype  BMP-MS Windows - [dialog]
4126                   BMP Options -->
4127              <info>
4128                <desc>Specifies if Run-Length-Encoding should be used in the
4129                export.</desc>
4130                <label>RLE coding</label>
4131              </info>
4132              <value>true</value>
4133            </prop>
4134          </group>
4135          <group oor:name="EPS">
4136            <!-- OldLocation: fltopt.ini -->
4137            <!-- UIHints: File  Export  Filetype File  Export  Filetype
4138                 EPS-Encapsulated Postscript -->
4139            <info>
4140              <desc>Specifies default settings of the EPS - Encapsulated
4141              Postscript export dialog.</desc>
4142            </info>
4143            <prop oor:name="Preview" oor:type="xs:int" oor:nillable="false">
4144              <info>
4145                <desc>Specifies if a preview graphic should be exported together
4146                with the Encapsulated PostScript file. Due to the fact that most
4147                programs can't render eps graphics, it is useful to provide a
4148                preview that can be displayed as replacement. The preview
4149                graphic will also be printed if the printer is not capable of
4150                Postscript.</desc>
4151                <label>Preview - Picture preview (TIFF) / Interchange
4152                (EPSI)</label>
4153              </info>
4154              <constraints>
4155                <enumeration oor:value="0">
4156                  <info>
4157                    <desc>None</desc>
4158                  </info>
4159                </enumeration>
4160                <enumeration oor:value="1">
4161                  <info>
4162                    <desc>TIFF</desc>
4163                  </info>
4164                </enumeration>
4165                <enumeration oor:value="2">
4166                  <info>
4167                    <desc>Interchange (EPSI) - 1 bit color resolution</desc>
4168                  </info>
4169                </enumeration>
4170                <enumeration oor:value="3">
4171                  <info>
4172                    <desc>TIFF and EPSI</desc>
4173                  </info>
4174                </enumeration>
4175              </constraints>
4176              <value>0</value>
4177            </prop>
4178            <prop oor:name="Version" oor:type="xs:int" oor:nillable="false">
4179              <info>
4180                <desc>Specifies the PostScript version that has to be used for
4181                the EPS export. Because not every PostScript printer is capable
4182                of version 2 PostScript, it is sometimes necessary to create
4183                version 1 PostScript graphics. PostScript Level 1 does not
4184                support color and bitmap compression.</desc>
4185                <label>Version - Level 1 / Level 2</label>
4186              </info>
4187              <constraints>
4188                <enumeration oor:value="1">
4189                  <info>
4190                    <desc>Version 1 PostScript</desc>
4191                  </info>
4192                </enumeration>
4193                <enumeration oor:value="2">
4194                  <info>
4195                    <desc>Version 2 PostScript</desc>
4196                  </info>
4197                </enumeration>
4198              </constraints>
4199              <value>2</value>
4200            </prop>
4201            <prop oor:name="ColorFormat" oor:type="xs:int" oor:nillable="false">
4202              <info>
4203                <desc>Specifies if color or grayscale format is used for the EPS
4204                export. This option is not available for version 1 PostScript
4205                files.</desc>
4206                <label>Color format - Color / Grayscale</label>
4207              </info>
4208              <constraints>
4209                <enumeration oor:value="1">
4210                  <info>
4211                    <desc>Color format</desc>
4212                  </info>
4213                </enumeration>
4214                <enumeration oor:value="2">
4215                  <info>
4216                    <desc>Grayscale format</desc>
4217                  </info>
4218                </enumeration>
4219              </constraints>
4220              <value>2</value>
4221            </prop>
4222            <prop oor:name="CompressionMode" oor:type="xs:int" oor:nillable="false">
4223              <info>
4224                <desc>Specifies if bitmaps are exported by using the LZW (Lempel
4225                - Ziv - Welch) compression algorithm. Compression is only
4226                available for level 2 PostScript files.</desc>
4227                <label>Compression - LZW encoding / None</label>
4228              </info>
4229              <constraints>
4230                <enumeration oor:value="1">
4231                  <info>
4232                    <desc>LZW compression</desc>
4233                  </info>
4234                </enumeration>
4235                <enumeration oor:value="2">
4236                  <info>
4237                    <desc>No compression</desc>
4238                  </info>
4239                </enumeration>
4240              </constraints>
4241              <value>2</value>
4242            </prop>
4243            <prop oor:name="TextMode" oor:type="xs:int" oor:nillable="false">
4244              <info>
4245                <desc>Specifies if glyph outlines are exported. They produce the
4246                highest quality and it is the only possible way to create EPS
4247                files that are CJK compliant. Not using glyphs will produce
4248                smaller files, but it might lead to problems if not all fonts
4249                are available during printing.</desc>
4250                <label>Export text using glyph outlines - always / never</label>
4251              </info>
4252              <constraints>
4253                <enumeration oor:value="0">
4254                  <info>
4255                    <desc>Glyph outlines</desc>
4256                  </info>
4257                </enumeration>
4258                <enumeration oor:value="1">
4259                  <info>
4260                    <desc>No glyph outlines</desc>
4261                  </info>
4262                </enumeration>
4263              </constraints>
4264              <value>0</value>
4265            </prop>
4266          </group>
4267          <group oor:name="GIF">
4268            <info>
4269              <desc>Specifies default settings of the GIF - Graphics Interchange
4270              export dialog.</desc>
4271            </info>
4272            <prop oor:name="Interlaced" oor:type="xs:int" oor:nillable="false">
4273              <!-- OldPath: GIF-EXPORT-INTERLACED -->
4274              <!-- OldLocation: fltopt.ini -->
4275              <!-- UIHints: File  Export  Filetype  GIF-Graphics Interchange -->
4276              <info>
4277                <desc>Specifies if graphics should be exported using interlace.
4278                It is recommended for big pictures to activate interlace, so the
4279                content can be displayed immediately when loading the
4280                picture.</desc>
4281              </info>
4282              <constraints>
4283                <enumeration oor:value="0">
4284                  <info>
4285                    <desc>Deactivate</desc>
4286                  </info>
4287                </enumeration>
4288                <enumeration oor:value="1">
4289                  <info>
4290                    <desc>Activate</desc>
4291                  </info>
4292                </enumeration>
4293              </constraints>
4294              <value>1</value>
4295            </prop>
4296            <prop oor:name="Translucent" oor:type="xs:int" oor:nillable="false">
4297              <!-- OldPath: GIF-EXPORT-TRANSLUCENT -->
4298              <!-- OldLocation: fltopt.ini -->
4299              <!-- UIHints: File  Export  Filetype  GIF-Graphics Interchange -->
4300              <info>
4301                <desc>Specifies if the graphic background is stored as
4302                transparent.</desc>
4303              </info>
4304              <constraints>
4305                <enumeration oor:value="0">
4306                  <info>
4307                    <desc>No transparency</desc>
4308                  </info>
4309                </enumeration>
4310                <enumeration oor:value="1">
4311                  <info>
4312                    <desc>Transparency</desc>
4313                  </info>
4314                </enumeration>
4315              </constraints>
4316              <value>1</value>
4317            </prop>
4318          </group>
4319          <group oor:name="JPG">
4320            <info>
4321              <desc>Specifies default settings of the JPEG - Joint Photographic
4322              Experts Group export dialog.</desc>
4323            </info>
4324            <prop oor:name="Quality" oor:type="xs:int" oor:nillable="false">
4325              <!-- OldPath: JPG-EXPORT-QUALITY -->
4326              <!-- OldLocation: fltopt.ini -->
4327              <!-- UIHints: File  Export  Filetype  JPG-JPEG -->
4328              <info>
4329                <desc>Specifies quality of the JPG export. A higher value
4330                results in higher quality and file size.</desc>
4331              </info>
4332              <constraints>
4333                <minInclusive oor:value="1">
4334                  <info>
4335                    <desc>Represents lowest value that can be used. The lower
4336                    the value, the less good is the compression quality and the
4337                    bigger is be the file size.</desc>
4338                  </info>
4339                </minInclusive>
4340                <maxInclusive oor:value="100">
4341                  <info>
4342                    <desc>Represents highest value that can be used. The higher
4343                    the value, the better is the compression quality and the
4344                    smaller is the file size.</desc>
4345                  </info>
4346                </maxInclusive>
4347              </constraints>
4348              <value>75</value>
4349            </prop>
4350            <prop oor:name="ColorMode" oor:type="xs:int" oor:nillable="false">
4351              <!-- OldPath: JPG_EXPORT_COLORMODE -->
4352              <!-- OldLocation: fltopt.ini -->
4353              <!-- UIHints: File  Export  Filetype  JPG-JPEG -->
4354              <info>
4355                <desc>Specifies if graphics are exported using true color or
4356                grayscale.</desc>
4357              </info>
4358              <constraints>
4359                <enumeration oor:value="0">
4360                  <info>
4361                    <desc>True colors</desc>
4362                  </info>
4363                </enumeration>
4364                <enumeration oor:value="1">
4365                  <info>
4366                    <desc>Grayscale</desc>
4367                  </info>
4368                </enumeration>
4369              </constraints>
4370              <value>0</value>
4371            </prop>
4372          </group>
4373          <group oor:name="PBM">
4374            <info>
4375              <desc>Specifies default settings of the PBM - Portable Bitmap
4376              export dialog.</desc>
4377            </info>
4378            <prop oor:name="FileFormat" oor:type="xs:int" oor:nillable="false">
4379              <!-- OldPath: PBM-EXPORT-FORMAT -->
4380              <!-- OldLocation: fltopt.ini -->
4381              <!-- UIHints: File  Export  Filetype  PBM-Portable Bitmap -->
4382              <info>
4383                <desc>Specifies if graphics are exported to binary- or ASCII
4384                format.</desc>
4385              </info>
4386              <constraints>
4387                <enumeration oor:value="0">
4388                  <info>
4389                    <desc>Binary</desc>
4390                  </info>
4391                </enumeration>
4392                <enumeration oor:value="1">
4393                  <info>
4394                    <desc>ASCII</desc>
4395                  </info>
4396                </enumeration>
4397              </constraints>
4398              <value>1</value>
4399            </prop>
4400          </group>
4401          <group oor:name="PGM">
4402            <info>
4403              <desc>Specifies default settings of the PGM - Portable Graymap
4404              export dialog.</desc>
4405            </info>
4406            <prop oor:name="FileFormat" oor:type="xs:int" oor:nillable="false">
4407              <!-- OldPath: PGM-EXPORT-FORMAT -->
4408              <!-- OldLocation: fltopt.ini -->
4409              <!-- UIHints: File  Export  Filetype  PGM-Portable Graymap -->
4410              <info>
4411                <desc>Specifies if graphics are exported to a binary- or ASCII
4412                format.</desc>
4413              </info>
4414              <constraints>
4415                <enumeration oor:value="0">
4416                  <info>
4417                    <desc>Binary</desc>
4418                  </info>
4419                </enumeration>
4420                <enumeration oor:value="1">
4421                  <info>
4422                    <desc>ASCII</desc>
4423                  </info>
4424                </enumeration>
4425              </constraints>
4426              <value>1</value>
4427            </prop>
4428          </group>
4429          <group oor:name="PPM">
4430            <info>
4431              <desc>Specifies default settings of the PPM - Portable Pixelmap
4432              export dialog.</desc>
4433            </info>
4434            <prop oor:name="FileFormat" oor:type="xs:int" oor:nillable="false">
4435              <!-- OldPath: PPM-EXPORT-FORMAT -->
4436              <!-- OldLocation: fltopt.ini -->
4437              <!-- UIHints: File  Export  Filetype  PPM-Portable Pixelmap -->
4438              <info>
4439                <desc>Specifies if graphics are exported to a binary- or ASCII
4440                format.</desc>
4441              </info>
4442              <constraints>
4443                <enumeration oor:value="0">
4444                  <info>
4445                    <desc>Binary</desc>
4446                  </info>
4447                </enumeration>
4448                <enumeration oor:value="1">
4449                  <info>
4450                    <desc>ASCII</desc>
4451                  </info>
4452                </enumeration>
4453              </constraints>
4454              <value>1</value>
4455            </prop>
4456          </group>
4457          <group oor:name="PNG">
4458            <info>
4459              <desc>Specifies default settings of the PNG - Portable Network
4460              Graphic export dialog.</desc>
4461            </info>
4462            <prop oor:name="Compression" oor:type="xs:int" oor:nillable="false">
4463              <!-- OldPath: PNG-EXPORT-COMPRESSION -->
4464              <!-- OldLocation: fltopt.ini -->
4465              <!-- UIHints: File  Export  Filetype  PNG-Portable Network
4466                   Graphic -->
4467              <info>
4468                <desc>Specifies export compression settings which ranges from 0
4469                (no compression) to 9 (maximum compression). The calculating
4470                time increases with an ascending compression value.</desc>
4471              </info>
4472              <constraints>
4473                <minInclusive oor:value="0">
4474                  <info>
4475                    <desc>Represents lowest value that can be used. The lower
4476                    the value, the lower the compression quality and the larger
4477                    the file size.</desc>
4478                  </info>
4479                </minInclusive>
4480                <maxInclusive oor:value="9">
4481                  <info>
4482                    <desc>Represents the highest value that can be used. The
4483                    higher the value, the higher the compression quality and the
4484                    smaller the file size.</desc>
4485                  </info>
4486                </maxInclusive>
4487              </constraints>
4488              <value>6</value>
4489            </prop>
4490            <prop oor:name="Interlaced" oor:type="xs:int" oor:nillable="false">
4491              <!-- OldPath: PNG-EXPORT-INTERLACED -->
4492              <!-- OldLocation: fltopt.ini -->
4493              <!-- UIHints: File  Export  Filetype  PNG-Portable Network
4494                   Graphic -->
4495              <info>
4496                <desc>Specifies if graphics should be exported using interlace.
4497                It is recommended for big pictures to activate interlace, so the
4498                content can be displayed immediately when loading the
4499                picture.</desc>
4500              </info>
4501              <constraints>
4502                <enumeration oor:value="0">
4503                  <info>
4504                    <desc>Deactivate interlace mode</desc>
4505                  </info>
4506                </enumeration>
4507                <enumeration oor:value="1">
4508                  <info>
4509                    <desc>Activate interlace mode</desc>
4510                  </info>
4511                </enumeration>
4512              </constraints>
4513              <value>1</value>
4514            </prop>
4515          </group>
4516          <group oor:name="SVG">
4517            <info>
4518              <desc>Specifies default settings of SVG export dialog.</desc>
4519            </info>
4520            <prop oor:name="TinyMode" oor:type="xs:boolean" oor:nillable="false">
4521              <info>
4522                <desc>Specifies if SVG Tiny profile should be used for
4523                export.</desc>
4524              </info>
4525              <value>false</value>
4526            </prop>
4527            <prop oor:name="EmbedFonts" oor:type="xs:boolean" oor:nillable="false">
4528              <info>
4529                <desc>Specifies if fonts should be embedded into SVG
4530                file.</desc>
4531              </info>
4532              <value>true</value>
4533            </prop>
4534            <prop oor:name="UseNativeTextDecoration" oor:type="xs:boolean" oor:nillable="false">
4535              <info>
4536                <desc>Specifies if text decoration like underlining and
4537                strike-through be drawn by using SVG attributes (true) or by
4538                drawing SVG primitives (false).</desc>
4539              </info>
4540              <value>true</value>
4541            </prop>
4542          </group>
4543        </group>
4544      </group>
4545      <group oor:name="HTML">
4546        <info>
4547          <desc>Contains settings for HTML import/export.</desc>
4548        </info>
4549        <group oor:name="Import">
4550          <info>
4551            <desc>Contains settings for HTML import.</desc>
4552          </info>
4553          <prop oor:name="NumbersEnglishUS" oor:type="xs:boolean" oor:nillable="false">
4554            <!-- UIHints: Tools  Options  Load/Save - HTML Compatibility [Section]
4555                 Import -->
4556            <info>
4557              <desc>Specifies if numbers should be parsed according to the en-US
4558              locale instead of the user's locale.</desc>
4559              <label>Use 'English (USA)' locale for numbers</label>
4560            </info>
4561            <value>false</value>
4562          </prop>
4563          <prop oor:name="UnknownTag" oor:type="xs:boolean" oor:nillable="false">
4564            <!-- OldPath: Browser/HTML/Import -->
4565            <!-- OldLocation: soffice.cfg -->
4566            <!-- UIHints: Tools  Options - Browser  HTML [Section] Import -->
4567            <info>
4568              <desc>Specifies if unknown tags should be imported as
4569              fields.</desc>
4570              <label>Import unknown HTML tags as fields</label>
4571            </info>
4572            <value>false</value>
4573          </prop>
4574          <prop oor:name="FontSetting" oor:type="xs:boolean" oor:nillable="false">
4575            <!-- OldPath: Browser/HTML/Import -->
4576            <!-- OldLocation: soffice.cfg -->
4577            <!-- UIHints: Tools  Options - Browser  HTML [Section] Import -->
4578            <info>
4579              <desc>Specifies if font settings should be ignored when
4580              importing.</desc>
4581              <label>Ignore font settings</label>
4582            </info>
4583            <value>false</value>
4584          </prop>
4585          <group oor:name="FontSize">
4586            <info>
4587              <desc>Specifies font size for HTML.</desc>
4588            </info>
4589            <prop oor:name="Size_1" oor:type="xs:int" oor:nillable="false">
4590              <!-- OldPath: Browser/HTML/Font_Sizes -->
4591              <!-- OldLocation: soffice.cfg -->
4592              <!-- UIHints: Tools  Options - Browser  HTML [Section] Font
4593                   sizes -->
4594              <info>
4595                <desc>Specifies font size for HTML as Token Font 1.</desc>
4596                <label>Size 1</label>
4597              </info>
4598              <value>7</value>
4599            </prop>
4600            <prop oor:name="Size_2" oor:type="xs:int" oor:nillable="false">
4601              <!-- OldPath: Browser/HTML/Font_Sizes -->
4602              <!-- OldLocation: soffice.cfg -->
4603              <!-- UIHints: Tools  Options - Browser  HTML [Section] Font
4604                   sizes -->
4605              <info>
4606                <desc>Specifies font size for HTML as Token Font 2.</desc>
4607                <label>Size 2</label>
4608              </info>
4609              <value>10</value>
4610            </prop>
4611            <prop oor:name="Size_3" oor:type="xs:int" oor:nillable="false">
4612              <!-- OldPath: Browser/HTML/Font_Sizes -->
4613              <!-- OldLocation: soffice.cfg -->
4614              <!-- UIHints: Tools  Options - Browser  HTML [Section] Font
4615                   sizes -->
4616              <info>
4617                <desc>Specifies font size for HTML as Token Font 3.</desc>
4618                <label>Size 3</label>
4619              </info>
4620              <value>12</value>
4621            </prop>
4622            <prop oor:name="Size_4" oor:type="xs:int" oor:nillable="false">
4623              <!-- OldPath: Browser/HTML/Font_Sizes -->
4624              <!-- OldLocation: soffice.cfg -->
4625              <!-- UIHints: Tools  Options - Browser  HTML [Section] Font
4626                   sizes -->
4627              <info>
4628                <desc>Specifies font size for HTML as Token Font 4.</desc>
4629                <label>Size 4</label>
4630              </info>
4631              <value>14</value>
4632            </prop>
4633            <prop oor:name="Size_5" oor:type="xs:int" oor:nillable="false">
4634              <!-- OldPath: Browser/HTML/Font_Sizes -->
4635              <!-- OldLocation: soffice.cfg -->
4636              <!-- UIHints: Tools  Options - Browser  HTML [Section] Font
4637                   sizes -->
4638              <info>
4639                <desc>Specifies font size for HTML as Token Font 5.</desc>
4640                <label>Size 5</label>
4641              </info>
4642              <value>18</value>
4643            </prop>
4644            <prop oor:name="Size_6" oor:type="xs:int" oor:nillable="false">
4645              <!-- OldPath: Browser/HTML/Font_Sizes -->
4646              <!-- OldLocation: soffice.cfg -->
4647              <!-- UIHints: Tools  Options - Browser  HTML [Section] Font
4648                   sizes -->
4649              <info>
4650                <desc>Specifies font size for HTML as Token Font 6.</desc>
4651                <label>Size 6</label>
4652              </info>
4653              <value>24</value>
4654            </prop>
4655            <prop oor:name="Size_7" oor:type="xs:int" oor:nillable="false">
4656              <!-- OldPath: Browser/HTML/Font_Sizes -->
4657              <!-- OldLocation: soffice.cfg -->
4658              <!-- UIHints: Tools  Options - Browser  HTML [Section] Font
4659                   sizes -->
4660              <info>
4661                <desc>Specifies font size for HTML as Token Font 7.</desc>
4662                <label>Size 7</label>
4663              </info>
4664              <value>36</value>
4665            </prop>
4666          </group>
4667        </group>
4668        <group oor:name="Export">
4669          <info>
4670            <desc>Contains settings for HTML export.</desc>
4671          </info>
4672          <prop oor:name="Browser" oor:type="xs:int" oor:nillable="false">
4673            <!-- OldPath: Browser/HTML/Export -->
4674            <!-- OldLocation: soffice.cfg -->
4675            <!-- UIHints: Tools  Options - Browser  HTML [Section] Export -->
4676            <info>
4677              <desc>Specifies the browser for which the HTML export should be
4678              optimized</desc>
4679              <label>Browser</label>
4680            </info>
4681            <constraints>
4682              <enumeration oor:value="0">
4683                <info>
4684                  <desc>Html 3.2</desc>
4685                </info>
4686              </enumeration>
4687              <enumeration oor:value="1">
4688                <info>
4689                  <desc>MSIE 4.0</desc>
4690                </info>
4691              </enumeration>
4692              <enumeration oor:value="2">
4693                <info>
4694                  <desc>Netscape 3.0</desc>
4695                </info>
4696              </enumeration>
4697              <enumeration oor:value="3">
4698                <info>
4699                  <desc>Writer</desc>
4700                </info>
4701              </enumeration>
4702              <enumeration oor:value="4">
4703                <info>
4704                  <desc>Netscape 4.0</desc>
4705                </info>
4706              </enumeration>
4707            </constraints>
4708            <value>4</value>
4709          </prop>
4710          <prop oor:name="Basic" oor:type="xs:boolean" oor:nillable="false">
4711            <!-- OldPath: Browser/HTML/Export -->
4712            <!-- OldLocation: soffice.cfg -->
4713            <!-- UIHints: Tools  Options - Browser  HTML [Section] Export -->
4714            <info>
4715              <desc>Specifies if Office Basic instructions are considered when
4716              exporting in HTML format.</desc>
4717              <label>(Productname) Basic</label>
4718            </info>
4719            <value>false</value>
4720          </prop>
4721          <prop oor:name="PrintLayout" oor:type="xs:boolean" oor:nillable="false">
4722            <!-- OldPath: Browser/HTML/Export -->
4723            <!-- OldLocation: soffice.cfg -->
4724            <!-- UIHints: Tools  Options - Browser  HTML [Section] Export -->
4725            <info>
4726              <desc>Specifies if the print layout of the current document should
4727              also be exported.</desc>
4728              <label>Print layout</label>
4729            </info>
4730            <value>false</value>
4731          </prop>
4732          <prop oor:name="LocalGraphic" oor:type="xs:boolean" oor:nillable="false">
4733            <!-- OldPath: Browser/HTML/Export -->
4734            <!-- OldLocation: soffice.cfg -->
4735            <!-- UIHints: Tools  Options - Browser  HTML [Section] Export -->
4736            <info>
4737              <desc>Specifies whether images are copied to the Internet server when
4738              uploading via FTP.</desc>
4739              <label>Copy local images to Internet</label>
4740            </info>
4741            <value>true</value>
4742          </prop>
4743          <prop oor:name="Warning" oor:type="xs:boolean" oor:nillable="false">
4744            <!-- OldPath: Browser/HTML/Export -->
4745            <!-- OldLocation: soffice.cfg -->
4746            <!-- UIHints: Tools  Options - Browser  HTML [Section] Export -->
4747            <info>
4748              <desc>Specifies if a warning should be displayed to point out that
4749              the available Basic macros will be lost when exporting in HTML
4750              format.</desc>
4751              <label>Display warning</label>
4752            </info>
4753            <value>true</value>
4754          </prop>
4755          <prop oor:name="Encoding" oor:type="xs:int">
4756            <!-- UIHints: Tools  Options - Browser  HTML [Section] Export -->
4757            <info>
4758              <desc>Specifies the mimetype for the text encoding.</desc>
4759              <label>Encoding export</label>
4760            </info>
4761          </prop>
4762        </group>
4763      </group>
4764      <group oor:name="PDF">
4765        <info>
4766          <desc>Specifies default settings of PDF export dialog.</desc>
4767        </info>
4768        <group oor:name="Export">
4769          <!-- UIHints: File Export as PDF -->
4770          <info>
4771            <desc>Specifies default settings of PDF export dialog.</desc>
4772          </info>
4773          <prop oor:name="CompressMode" oor:type="xs:int" oor:nillable="false">
4774            <info>
4775              <deprecated>Use following properties instead:
4776              UseLosslessCompression, Quality, UseResolutionReduction,
4777              ResolutionReduction</deprecated>
4778              <desc>Deprecated.</desc>
4779            </info>
4780            <value>1</value>
4781          </prop>
4782          <prop oor:name="UseLosslessCompression" oor:type="xs:boolean" oor:nillable="false">
4783            <info>
4784              <desc>Specifies if graphics are exported to PDF using a lossless
4785              compression eg. PNG or if they are compressed using the JPEG
4786              format.</desc>
4787            </info>
4788            <value>false</value>
4789          </prop>
4790          <prop oor:name="Quality" oor:type="xs:int" oor:nillable="false">
4791            <info>
4792              <desc>Specifies quality of the JPG export. A higher value results
4793              in higher quality and file size.</desc>
4794            </info>
4795            <constraints>
4796              <minInclusive oor:value="1">
4797                <info>
4798                  <desc>Represents lowest value that can be used. The lower the
4799                  value, the less good is the compression quality and the bigger
4800                  is be the file size.</desc>
4801                </info>
4802              </minInclusive>
4803              <maxInclusive oor:value="100">
4804                <info>
4805                  <desc>Represents highest value that can be used. The higher
4806                  the value, the better is the compression quality and the
4807                  smaller is the file size.</desc>
4808                </info>
4809              </maxInclusive>
4810            </constraints>
4811            <value>90</value>
4812          </prop>
4813          <prop oor:name="ReduceImageResolution" oor:type="xs:boolean" oor:nillable="false">
4814            <info>
4815              <desc>Specifies if the resolution of each image is reduced to the
4816              resolution specified by the property MaxImageResolution.</desc>
4817            </info>
4818            <value>true</value>
4819          </prop>
4820          <prop oor:name="MaxImageResolution" oor:type="xs:int" oor:nillable="false">
4821            <info>
4822              <desc>If the property ReduceImageResolution is set to true all
4823              images will be reduced to the given value in DPI.</desc>
4824            </info>
4825            <constraints>
4826              <enumeration oor:value="75">
4827                <info>
4828                  <desc>75</desc>
4829                </info>
4830              </enumeration>
4831              <enumeration oor:value="150">
4832                <info>
4833                  <desc>150</desc>
4834                </info>
4835              </enumeration>
4836              <enumeration oor:value="300">
4837                <info>
4838                  <desc>300</desc>
4839                </info>
4840              </enumeration>
4841              <enumeration oor:value="600">
4842                <info>
4843                  <desc>600</desc>
4844                </info>
4845              </enumeration>
4846              <enumeration oor:value="1200">
4847                <info>
4848                  <desc>1200</desc>
4849                </info>
4850              </enumeration>
4851            </constraints>
4852            <value>300</value>
4853          </prop>
4854          <prop oor:name="UseTaggedPDF" oor:type="xs:boolean" oor:nillable="false">
4855            <info>
4856              <desc>Determines if PDF are created by using special tags also
4857              known as Tagged PDF.</desc>
4858            </info>
4859            <value>false</value>
4860          </prop>
4861          <prop oor:name="ExportNotes" oor:type="xs:boolean" oor:nillable="false">
4862            <info>
4863              <desc>Specifies if notes are exported to PDF.</desc>
4864            </info>
4865            <value>false</value>
4866          </prop>
4867          <prop oor:name="ViewPDFAfterExport" oor:type="xs:boolean" oor:nillable="false">
4868            <info>
4869              <desc>Specifies if PDF automatically opens after export.</desc>
4870            </info>
4871            <value>false</value>
4872          </prop>
4873          <prop oor:name="ExportBookmarks" oor:type="xs:boolean" oor:nillable="false">
4874            <info>
4875              <desc>Specifies if bookmarks are exported to PDF.</desc>
4876            </info>
4877            <value>true</value>
4878          </prop>
4879          <prop oor:name="ExportPlaceholders" oor:type="xs:boolean" oor:nillable="false">
4880            <info>
4881              <desc>Specifies if placeholder fields are exported to PDF.</desc>
4882            </info>
4883            <value>false</value>
4884          </prop>
4885          <prop oor:name="OpenBookmarkLevels" oor:type="xs:int" oor:nillable="false">
4886            <info>
4887              <desc>Specifies how many bookmark levels should be opened in the
4888              reader application when the PDF gets opened.</desc>
4889            </info>
4890            <value>-1</value>
4891          </prop>
4892          <prop oor:name="ExportNotesPages" oor:type="xs:boolean" oor:nillable="false">
4893            <info>
4894              <desc>Specifies if notes pages are exported to PDF. (Notes pages
4895              are available in Impress documents only).</desc>
4896            </info>
4897            <value>false</value>
4898          </prop>
4899          <prop oor:name="ExportOnlyNotesPages" oor:type="xs:boolean" oor:nillable="false">
4900            <info>
4901              <desc>Specifies if only notes pages (i.e., not slides) are exported to PDF. (Notes pages
4902              are available in Impress documents only).</desc>
4903            </info>
4904            <value>false</value>
4905          </prop>
4906          <prop oor:name="UseTransitionEffects" oor:type="xs:boolean" oor:nillable="false">
4907            <info>
4908              <desc>Specifies slide transitions are exported to PDF. This option
4909              is active only if storing Impress documents.</desc>
4910            </info>
4911            <value>true</value>
4912          </prop>
4913          <prop oor:name="ExportHiddenSlides" oor:type="xs:boolean" oor:nillable="false">
4914            <info>
4915              <desc>Specifies if hidden slides are exported to PDF. (Hidden slides
4916              are available in Impress documents only).</desc>
4917            </info>
4918            <value>false</value>
4919          </prop>
4920          <prop oor:name="ExportFormFields" oor:type="xs:boolean" oor:nillable="false">
4921            <info>
4922              <desc>Specifies whether form fields are exported as widgets or
4923              only their fixed print representation is exported.</desc>
4924            </info>
4925            <value>true</value>
4926          </prop>
4927          <prop oor:name="FormsType" oor:type="xs:int" oor:nillable="false">
4928            <info>
4929              <desc>Specifies the submitted format of a PDF form.</desc>
4930            </info>
4931            <constraints>
4932              <enumeration oor:value="0">
4933                <info>
4934                  <desc>Specifies that forms type FDF is used.</desc>
4935                </info>
4936              </enumeration>
4937              <enumeration oor:value="1">
4938                <info>
4939                  <desc>Specifies that forms type PDF is used.</desc>
4940                </info>
4941              </enumeration>
4942              <enumeration oor:value="2">
4943                <info>
4944                  <desc>Specifies that forms type HTML is used.</desc>
4945                </info>
4946              </enumeration>
4947              <enumeration oor:value="3">
4948                <info>
4949                  <desc>Specifies that forms type XML is used.</desc>
4950                </info>
4951              </enumeration>
4952            </constraints>
4953            <value>0</value>
4954          </prop>
4955          <prop oor:name="AllowDuplicateFieldNames" oor:type="xs:boolean" oor:nillable="false">
4956            <info>
4957              <desc>Specifies whether multiple form fields exported are allowed
4958              to have the same field name.</desc>
4959            </info>
4960            <value>false</value>
4961          </prop>
4962          <prop oor:name="IsSkipEmptyPages" oor:type="xs:boolean" oor:nillable="false">
4963            <info>
4964              <desc>Specifies that automatically inserted empty pages are
4965              suppressed. This option is active only if storing Writer
4966              documents.</desc>
4967            </info>
4968            <value>true</value>
4969          </prop>
4970          <prop oor:name="IsAddStream" oor:type="xs:boolean" oor:nillable="false">
4971            <info>
4972              <desc>Specifies that a stream is inserted to the PDF file which
4973              contains the original document for archiving purposes.</desc>
4974            </info>
4975            <value>false</value>
4976          </prop>
4977          <prop oor:name="HideViewerMenubar" oor:type="xs:boolean" oor:nillable="false">
4978            <info>
4979              <desc>Specifies whether to hide the PDF viewer menubar when the
4980              document is active.</desc>
4981            </info>
4982            <value>false</value>
4983          </prop>
4984          <prop oor:name="HideViewerToolbar" oor:type="xs:boolean" oor:nillable="false">
4985            <info>
4986              <desc>Specifies whether to hide the PDF viewer toolbar when the
4987              document is active.</desc>
4988            </info>
4989            <value>false</value>
4990          </prop>
4991          <prop oor:name="HideViewerWindowControls" oor:type="xs:boolean" oor:nillable="false">
4992            <info>
4993              <desc>Specifies whether to hide the PDF viewer controls when the
4994              document is active.</desc>
4995            </info>
4996            <value>false</value>
4997          </prop>
4998          <prop oor:name="ResizeWindowToInitialPage" oor:type="xs:boolean" oor:nillable="false">
4999            <info>
5000              <desc>Specifies that the PDF viewer window is opened full screen
5001              when the document is opened.</desc>
5002            </info>
5003            <value>false</value>
5004          </prop>
5005          <prop oor:name="CenterWindow" oor:type="xs:boolean" oor:nillable="false">
5006            <info>
5007              <desc>Specifies that the PDF viewer window is centered to the
5008              screen when the PDF document is opened.</desc>
5009            </info>
5010            <value>false</value>
5011          </prop>
5012          <prop oor:name="OpenInFullScreenMode" oor:type="xs:boolean" oor:nillable="false">
5013            <info>
5014              <desc>Specifies that the PDF viewer window is opened full screen,
5015              on top of all windows..</desc>
5016            </info>
5017            <value>false</value>
5018          </prop>
5019          <prop oor:name="DisplayPDFDocumentTitle" oor:type="xs:boolean" oor:nillable="false">
5020            <info>
5021              <desc>Specifies that the title of the document, if present in the
5022              document properties, is displayed in the PDF viewer window title
5023              bar.</desc>
5024            </info>
5025            <value>true</value>
5026          </prop>
5027          <prop oor:name="InitialView" oor:type="xs:int" oor:nillable="false">
5028            <info>
5029              <desc>Specifies how the PDF document should be displayed when
5030              opened.</desc>
5031            </info>
5032            <constraints>
5033              <enumeration oor:value="0">
5034                <info>
5035                  <desc>Select the default viewer mode, neither outlines or
5036                  thumbnails.</desc>
5037                </info>
5038              </enumeration>
5039              <enumeration oor:value="1">
5040                <info>
5041                  <desc>The document is opened with outline pane opened</desc>
5042                </info>
5043              </enumeration>
5044              <enumeration oor:value="2">
5045                <info>
5046                  <desc>The document is opened with thumbnail pane opened</desc>
5047                </info>
5048              </enumeration>
5049            </constraints>
5050            <value>0</value>
5051          </prop>
5052          <prop oor:name="Magnification" oor:type="xs:int" oor:nillable="false">
5053            <info>
5054              <desc>Specifies the action to be performed when the PDF document
5055              is opened.</desc>
5056            </info>
5057            <constraints>
5058              <enumeration oor:value="0">
5059                <info>
5060                  <desc>Opens with default zoom magnification.</desc>
5061                </info>
5062              </enumeration>
5063              <enumeration oor:value="1">
5064                <info>
5065                  <desc>Opens magnified to fit the entire page within the
5066                  window.</desc>
5067                </info>
5068              </enumeration>
5069              <enumeration oor:value="2">
5070                <info>
5071                  <desc>Opens magnified to fit the entire page width within the
5072                  window.</desc>
5073                </info>
5074              </enumeration>
5075              <enumeration oor:value="3">
5076                <info>
5077                  <desc>Opens magnified to fit the entire width of its bounding
5078                  box within the window (cuts out margins).</desc>
5079                </info>
5080              </enumeration>
5081              <enumeration oor:value="4">
5082                <info>
5083                  <desc>Opens with the zoom level specified in the Zoom
5084                  property.</desc>
5085                </info>
5086              </enumeration>
5087            </constraints>
5088            <value>0</value>
5089          </prop>
5090          <prop oor:name="Zoom" oor:type="xs:int" oor:nillable="false">
5091            <info>
5092              <desc>specifies the zoom level a PDF document is opened with. Only
5093              valid if "Magnification" is set to "4".</desc>
5094            </info>
5095            <value>100</value>
5096          </prop>
5097          <prop oor:name="InitialPage" oor:type="xs:int" oor:nillable="false">
5098            <info>
5099              <desc>Specifies the page on which a PDF document should be opened
5100              in the viewer application.</desc>
5101            </info>
5102            <value>1</value>
5103          </prop>
5104          <prop oor:name="PageLayout" oor:type="xs:int" oor:nillable="false">
5105            <info>
5106              <desc>Specifies the page layout to be used when the document is
5107              opened.</desc>
5108            </info>
5109            <constraints>
5110              <enumeration oor:value="0">
5111                <info>
5112                  <desc>Display the pages according to the reader
5113                  configuration.</desc>
5114                </info>
5115              </enumeration>
5116              <enumeration oor:value="1">
5117                <info>
5118                  <desc>Display one page at a time.</desc>
5119                </info>
5120              </enumeration>
5121              <enumeration oor:value="2">
5122                <info>
5123                  <desc>Display the pages in one column.</desc>
5124                </info>
5125              </enumeration>
5126              <enumeration oor:value="3">
5127                <info>
5128                  <desc>Display the pages in two columns odd pages on the right,
5129                  to have the odd pages on the left the FirstPageOnLeft property
5130                  should be used as well.</desc>
5131                </info>
5132              </enumeration>
5133            </constraints>
5134            <value>0</value>
5135          </prop>
5136          <prop oor:name="FirstPageOnLeft" oor:type="xs:boolean" oor:nillable="false">
5137            <info>
5138              <desc>Used with the value 3 of the PageLayout property above, true
5139              if the first page (odd) should be on the left side of the
5140              screen.</desc>
5141            </info>
5142            <value>false</value>
5143          </prop>
5144          <!-- PDF Encryption -->
5145          <prop oor:name="Printing" oor:type="xs:int" oor:nillable="false">
5146            <info>
5147              <desc>Specifies what printing is allowed.</desc>
5148            </info>
5149            <constraints>
5150              <enumeration oor:value="0">
5151                <info>
5152                  <desc>The document cannot be printed.</desc>
5153                </info>
5154              </enumeration>
5155              <enumeration oor:value="1">
5156                <info>
5157                  <desc>The document can be printed at low resolution
5158                  only.</desc>
5159                </info>
5160              </enumeration>
5161              <enumeration oor:value="2">
5162                <info>
5163                  <desc>The document can be printed at maximum
5164                  resolution.</desc>
5165                </info>
5166              </enumeration>
5167            </constraints>
5168            <value>2</value>
5169          </prop>
5170          <prop oor:name="Changes" oor:type="xs:int" oor:nillable="false">
5171            <info>
5172              <desc>Specifies the change allowed to the document.</desc>
5173            </info>
5174            <constraints>
5175              <enumeration oor:value="0">
5176                <info>
5177                  <desc>The document cannot be changed.</desc>
5178                </info>
5179              </enumeration>
5180              <enumeration oor:value="1">
5181                <info>
5182                  <desc>Inserting deleting and rotating pages is allowed.</desc>
5183                </info>
5184              </enumeration>
5185              <enumeration oor:value="2">
5186                <info>
5187                  <desc>Filling of form field is allowed.</desc>
5188                </info>
5189              </enumeration>
5190              <enumeration oor:value="3">
5191                <info>
5192                  <desc>Both filling of form field and commenting is
5193                  allowed.</desc>
5194                </info>
5195              </enumeration>
5196              <enumeration oor:value="4">
5197                <info>
5198                  <desc>All the changes of the previous selections are
5199                  permitted, with the only exclusion of page extraction
5200                  (copy).</desc>
5201                </info>
5202              </enumeration>
5203            </constraints>
5204            <value>4</value>
5205          </prop>
5206          <prop oor:name="EnableCopyingOfContent" oor:type="xs:boolean" oor:nillable="false">
5207            <info>
5208              <desc>Specifies that the pages and the document content can be
5209              extracted to be used in other documents (copy and paste).</desc>
5210            </info>
5211            <value>true</value>
5212          </prop>
5213          <prop oor:name="EnableTextAccessForAccessibilityTools" oor:type="xs:boolean" oor:nillable="false">
5214            <info>
5215              <desc>Specifies that the document content can be extracted to be
5216              used in accessibility applications.</desc>
5217            </info>
5218            <value>true</value>
5219          </prop>
5220          <!-- END PDF Encryption -->
5221          <!-- PDF Version selection -->
5222          <prop oor:name="SelectPdfVersion" oor:type="xs:int" oor:nillable="false">
5223            <info>
5224              <desc>Specifies the version of PDF to emit.</desc>
5225            </info>
5226            <constraints>
5227              <enumeration oor:value="0">
5228                <info>
5229                  <desc>PDF 1.5 (default selection).</desc>
5230                </info>
5231              </enumeration>
5232              <enumeration oor:value="1">
5233                <info>
5234                  <desc>PDF/A-1 (ISO 19005-1:2005)</desc>
5235                </info>
5236              </enumeration>
5237            </constraints>
5238            <value>0</value>
5239          </prop>
5240          <!-- END PDF Version selection -->
5241          <!-- PDF Relative Link -->
5242          <prop oor:name="ExportLinksRelativeFsys" oor:type="xs:boolean" oor:nillable="false">
5243            <info>
5244              <desc>Specifies that the file system related hyperlinks (file://
5245              protocol) present in the document will be exported as relative to
5246              the source document location.</desc>
5247            </info>
5248            <value>true</value>
5249          </prop>
5250          <prop oor:name="PDFViewSelection" oor:type="xs:int" oor:nillable="false">
5251            <info>
5252              <desc>Specifies the way the exported PDF will be viewed
5253              (experienced) by the user.</desc>
5254            </info>
5255            <constraints>
5256              <enumeration oor:value="0">
5257                <info>
5258                  <desc>Specifies that the PDF will be exported with all the
5259                  links external to the document treated as URI. This is the
5260                  Default</desc>
5261                </info>
5262              </enumeration>
5263              <enumeration oor:value="1">
5264                <info>
5265                  <desc>Specifies that the PDF will be exported in order to be
5266                  viewed through a PDF reader application only. Valid only if
5267                  not exporting to PDF/A-1 (e.g. SelectPdfVersion not set to
5268                  1).</desc>
5269                </info>
5270              </enumeration>
5271              <enumeration oor:value="2">
5272                <info>
5273                  <desc>Specifies that the PDF will be exported in order to be
5274                  viewed through an Internet browser, using the PDF plug-in
5275                  provided with it. The bookmark of the URI will be rendered
5276                  compatible with the target bookmark generated with OOo PDF
5277                  Export feature (see ExportBookmarksToPDFDestination,
5278                  below).</desc>
5279                </info>
5280              </enumeration>
5281            </constraints>
5282            <value>0</value>
5283          </prop>
5284          <prop oor:name="ConvertOOoTargetToPDFTarget" oor:type="xs:boolean" oor:nillable="false">
5285            <info>
5286              <desc>Specifies that the target documents with .od[tpgs]
5287              extension, will have that extension changed to .pdf when the link
5288              is exported to PDF. The source document remains untouched.</desc>
5289            </info>
5290            <value>false</value>
5291          </prop>
5292          <prop oor:name="ExportBookmarksToPDFDestination" oor:type="xs:boolean" oor:nillable="false">
5293            <info>
5294              <desc>Specifies that the bookmarks contained in the source
5295              OpenOffice.org file should be exported to the PDF file as Named
5296              Destination (see PDF 1.4 section 8.2.1).</desc>
5297            </info>
5298            <value>false</value>
5299          </prop>
5300          <!-- END PDF Relative Link -->
5301        </group>
5302      </group>
5303    </group>
5304    <group oor:name="Misc">
5305      <info>
5306        <desc>Determines the miscellaneous entries for the common group.</desc>
5307      </info>
5308      <prop oor:name="MaxOpenDocuments" oor:type="xs:int">
5309        <info>
5310          <desc>Determines the maximum count of documents, which are allowed to
5311          be open at the same time. NIL will be interpreted as infinite!</desc>
5312        </info>
5313      </prop>
5314      <prop oor:name="EmojiFont" oor:type="xs:string" oor:nillable="false">
5315        <!-- UIHints: Emoji Control -->
5316        <info>
5317          <desc>Special font for rendering of emojis</desc>
5318        </info>
5319        <value>EmojiOne Color</value>
5320      </prop>
5321      <prop oor:name="FontsUseWinMetrics" oor:type="oor:string-list" oor:nillable="false">
5322        <info>
5323          <desc>
5324            Fonts where the win metrics need to be considered in order to display the font correctly
5325            Fonts are identified by their name and the font metrics (see fontmetric.cxx:ShouldUseWinMetrics).
5326          </desc>
5327        </info>
5328        <value>
5329          <!-- DIN Light (ttf version) has odd metrics. The otf version works fine. -->
5330          <it>DIN Light,1509,-503,1509,-483,1997,483</it>
5331        </value>
5332      </prop>
5333      <prop oor:name="PluginsEnabled" oor:type="xs:boolean" oor:nillable="false">
5334        <!-- OldPath: ? -->
5335        <!-- OldLocation: soffice.ini -->
5336        <!-- UIHints: Tools  Options  Browser  Other  Plug-Ins  Enable -->
5337        <info>
5338          <desc>Enables/Disables Plugins.</desc>
5339          <label>PluginsEnabled</label>
5340        </info>
5341        <value>true</value>
5342      </prop>
5343      <prop oor:name="UseSystemFileDialog" oor:type="xs:boolean" oor:nillable="false">
5344        <info>
5345          <desc>Determines if the system's file and folder pickers should be
5346          used. If false, the proprietary file/folder picker implementations
5347          will be used. Relevant on platforms where file/folder picker
5348          integration is implemented.</desc>
5349        </info>
5350        <value>true</value>
5351      </prop>
5352      <prop oor:name="UseDocumentSystemFileLocking" oor:type="xs:boolean" oor:nillable="false">
5353        <info>
5354          <desc>Allows to specify whether the OOo document file locking
5355          mechanics should use the system file locking.</desc>
5356        </info>
5357        <value>true</value>
5358      </prop>
5359      <prop oor:name="UseDocumentOOoLockFile" oor:type="xs:boolean" oor:nillable="false">
5360        <info>
5361          <desc>Allows to specify whether the OOo document file locking
5362          mechanics should use the lock file for locking.</desc>
5363        </info>
5364        <value>true</value>
5365      </prop>
5366      <prop oor:name="UseLocking" oor:type="xs:boolean" oor:nillable="false">
5367        <info>
5368          <desc>Allows to specify whether locking should be used at all.
5369          Use this setting only for debugging purpose.</desc>
5370        </info>
5371        <value>true</value>
5372      </prop>
5373      <prop oor:name="ShowLinkWarningDialog" oor:type="xs:boolean" oor:nillable="false">
5374        <info>
5375          <desc>Determines if a warning dialog should be
5376          displayed when a user checks the link checkbox in
5377          the insert images dialog.</desc>
5378        </info>
5379        <value>true</value>
5380      </prop>
5381      <prop oor:name="UseSystemPrintDialog" oor:type="xs:boolean" oor:nillable="false">
5382        <info>
5383          <desc>Determines if the system's print dialog should be used. If
5384          false, the platform independent print dialog implementation will be
5385          used. Relevant on platforms where print dialog integration is
5386          implemented.</desc>
5387        </info>
5388        <value>false</value>
5389      </prop>
5390      <prop oor:name="DisableUICustomization" oor:type="xs:boolean" oor:nillable="false">
5391        <info>
5392          <desc>Disables the customization of the UI elements.</desc>
5393        </info>
5394        <value>false</value>
5395      </prop>
5396      <prop oor:name="ExperimentalMode" oor:type="xs:boolean" oor:nillable="false">
5397        <info>
5398          <desc>Determines if various experimental, and potentially unstable
5399          features should be enabled in the user interface.</desc>
5400        </info>
5401        <value>false</value>
5402      </prop>
5403      <prop oor:name="ScreenshotMode" oor:type="xs:boolean" oor:nillable="false">
5404        <info>
5405          <desc>Determines whether the interactive screenshot mode should be enabled.</desc>
5406        </info>
5407        <value>false</value>
5408      </prop>
5409      <prop oor:name="CollectUsageInformation" oor:type="xs:boolean" oor:nillable="false">
5410        <info>
5411          <desc>Determines whether the usage information (like what actions
5412          the user has performed) can be collected, and potentially sent for
5413          examination.</desc>
5414        </info>
5415        <value>false</value>
5416      </prop>
5417      <prop oor:name="UseOpenCL" oor:type="xs:boolean" oor:nillable="false">
5418        <info>
5419          <desc>Determines whether OpenCL can be used, when available, to speed up
5420          some operations.</desc>
5421        </info>
5422        <value>true</value>
5423      </prop>
5424      <prop oor:name="OpenCLBlackList" oor:type="oor:string-list" oor:nillable="false">
5425        <!-- UIHints: Tools - Options General OpenCL -->
5426        <info>
5427          <desc>Combinations of (OS, OS version, OpenCL platform vendor, OpenCL device name, OpenCL driver version) that are known to be bad. Each entry is a string consisting of five parts separated by slashes. An empty part matches anything. In case a slash, percent or semicolon occurs inside a part, it is replaced by a percent followed by the corresponding number as two hex digits. The parts except OS can contain regular expressions. Inside these regular expressions the usual characters .*()[]\ are special and should be quoted with a backslash to be interpreted literally. OS should be just one of "Linux", "OS X" (including the space) or "Windows" (without quotes). Has higher priority than OpenCLWhiteList.</desc>
5428        </info>
5429  <value oor:separator=";">Windows//Intel\(R\) Corporation//9\.17\.10\.2884;Windows//Intel\(R\) Corporation//4\.2\.0\.99;Windows//Intel\(R\) Corporation//5\.2\.0\.10049;Windows//Intel\(R\) Corporation//3\.0\.1\.10891</value>
5430      </prop>
5431      <prop oor:name="OpenCLWhiteList" oor:type="oor:string-list" oor:nillable="false">
5432        <!-- UIHints: Tools - Options General OpenCL  -->
5433        <info>
5434          <desc>Like OpenCLBlackList, but for combinations known to be good.</desc>
5435        </info>
5436        <value oor:separator=";">Linux//Advanced Micro Devices, Inc\.//1445\.5 \(sse2,avx\);//Advanced Micro Devices, Inc\.//;//Intel\(R\) Corporation//;//NVIDIA Corporation//</value>
5437      </prop>
5438      <prop oor:name="SelectedOpenCLDeviceIdentifier" oor:type="xs:string" oor:nillable="false">
5439        <info>
5440          <desc>A string identifying the OpenCL device that was successfully selected and passed the OpenCL calculation tests. The syntax of this value is purposely not documented. For LibreOffice internal use only, do not inspect this value or try to modify it from any level of user code.</desc>
5441        </info>
5442        <value>none</value>
5443      </prop>
5444      <prop oor:name="MacroRecorderMode" oor:type="xs:boolean" oor:nillable="false">
5445        <info>
5446          <desc>Determines if the limited, and awkward code producing
5447          macro recorder should be enabled in the user interface.</desc>
5448        </info>
5449        <value>false</value>
5450      </prop>
5451      <prop oor:name="SymbolSet" oor:type="xs:short" oor:nillable="false">
5452        <!-- UIHints: Tools  Options General View -->
5453        <info>
5454          <desc>Specifies which size of the symbols is used for the
5455          toolbars.</desc>
5456        </info>
5457        <constraints>
5458          <enumeration oor:value="0">
5459            <info>
5460              <desc>16x16 pixel icons</desc>
5461            </info>
5462          </enumeration>
5463          <enumeration oor:value="1">
5464            <info>
5465              <desc>26x26 pixel icons</desc>
5466            </info>
5467          </enumeration>
5468          <enumeration oor:value="3">
5469            <info>
5470              <desc>32x32 pixel icons</desc>
5471            </info>
5472          </enumeration>
5473        </constraints>
5474        <value>2</value>
5475      </prop>
5476      <prop oor:name="SidebarIconSize" oor:type="xs:short" oor:nillable="false">
5477        <!-- UIHints: Tools  Options General View -->
5478        <info>
5479          <desc>Specifies which size of the icons is used for the
5480          sidebar.</desc>
5481        </info>
5482        <constraints>
5483          <enumeration oor:value="0">
5484            <info>
5485              <desc>will let the toolbox decide about its size</desc>
5486            </info>
5487          </enumeration>
5488          <enumeration oor:value="1">
5489            <info>
5490              <desc>small icons</desc>
5491            </info>
5492          </enumeration>
5493          <enumeration oor:value="2">
5494            <info>
5495              <desc>large icons</desc>
5496            </info>
5497          </enumeration>
5498        </constraints>
5499        <value>0</value>
5500      </prop>
5501      <prop oor:name="NotebookbarIconSize" oor:type="xs:short" oor:nillable="false">
5502        <!-- UIHints: Tools  Options General View -->
5503        <info>
5504          <desc>Specifies which size of the icons is used for the
5505          notebookbar.</desc>
5506        </info>
5507        <constraints>
5508          <enumeration oor:value="0">
5509            <info>
5510              <desc>will let the toolbox decide about its size</desc>
5511            </info>
5512          </enumeration>
5513          <enumeration oor:value="1">
5514            <info>
5515              <desc>small icons</desc>
5516            </info>
5517          </enumeration>
5518          <enumeration oor:value="2">
5519            <info>
5520              <desc>large icons</desc>
5521            </info>
5522          </enumeration>
5523        </constraints>
5524        <value>0</value>
5525      </prop>
5526      <prop oor:name="SymbolStyle" oor:type="xs:string" oor:nillable="false">
5527        <!-- UIHints: Tools  Options General View -->
5528        <info>
5529          <desc>Specifies which style of the symbols is used for the toolbars,
5530          menus, etc.: "auto" means chosen according to the desktop; "default"
5531          means the LibreOffice default theme; other possible values are the
5532          names of the various icon themes ("breeze", "crystal", "elementary",
5533          etc.).</desc>
5534        </info>
5535        <value>auto</value>
5536      </prop>
5537      <prop oor:name="Persona" oor:type="xs:string" oor:nillable="false">
5538        <!-- UIHints: Tools  Options General Personalization -->
5539        <info>
5540          <desc>Specifies whether we should use a Firefox Persona, ie. a
5541            picture under the menu, toolbar, and status bar.</desc>
5542        </info>
5543        <constraints>
5544          <enumeration oor:value="no">
5545            <info>
5546              <desc>No - the user wants just the themed look, no Persona.</desc>
5547            </info>
5548          </enumeration>
5549          <enumeration oor:value="default">
5550            <info>
5551              <desc>Default - the LibreOffice default Persona.</desc>
5552            </info>
5553          </enumeration>
5554          <enumeration oor:value="own">
5555            <info>
5556              <desc>The user installed an own Persona, and wants to use that.</desc>
5557            </info>
5558          </enumeration>
5559        </constraints>
5560        <value>default</value>
5561      </prop>
5562      <prop oor:name="PersonaSettings" oor:type="xs:string" oor:nillable="false">
5563        <!-- UIHints: Tools  Options General Personalization -->
5564        <info>
5565          <desc>Names of the header and footer images, and colors for text and
5566            accent.  When set, the value has form
5567            "header.jpg;footer.jpg;#RGBTXT;#RGBACC".</desc>
5568        </info>
5569        <value/>
5570      </prop>
5571      <prop oor:name="ToolboxStyle" oor:type="xs:short" oor:nillable="false">
5572        <!-- UIHints: Tools  Options General View -->
5573        <info>
5574          <desc>Specifies which button style the toolbars should use.</desc>
5575        </info>
5576        <constraints>
5577          <enumeration oor:value="0">
5578            <info>
5579              <desc>3D style</desc>
5580            </info>
5581          </enumeration>
5582          <enumeration oor:value="1">
5583            <info>
5584              <desc>Flat style</desc>
5585            </info>
5586          </enumeration>
5587        </constraints>
5588        <value>1</value>
5589      </prop>
5590      <prop oor:name="FormControlPilotsEnabled" oor:type="xs:boolean" oor:nillable="false">
5591        <info>
5592          <desc>Enables/Disables the usage of AutoPilots for form
5593          controls.</desc>
5594        </info>
5595        <value>true</value>
5596      </prop>
5597      <prop oor:name="FirstRun" oor:type="xs:boolean" oor:nillable="false">
5598        <info>
5599          <desc>Specifies if the office has never before been started.</desc>
5600          <label>FirstRun</label>
5601        </info>
5602        <value>true</value>
5603      </prop>
5604      <prop oor:name="FilePickerPlacesUrls" oor:type="oor:string-list" oor:nillable="false">
5605        <info>
5606          <desc>List of URLs of the places the user bookmarked in the file picker dialog.</desc>
5607        </info>
5608      </prop>
5609      <prop oor:name="FilePickerPlacesNames" oor:type="oor:string-list" oor:nillable="false">
5610        <info>
5611          <desc>List of names of the places the user bookmarked in the file picker dialog.</desc>
5612        </info>
5613      </prop>
5614      <prop oor:name="FilePickerLastService" oor:type="xs:string" oor:nillable="false">
5615        <info>
5616          <desc>URL of the last used service in the remote file picker.</desc>
5617        </info>
5618      </prop>
5619      <prop oor:name="CmisServersUrls" oor:type="oor:string-list" oor:nillable="false">
5620        <info>
5621          <desc>List of sample URLs of the CMIS servers in the place edition dialog.</desc>
5622        </info>
5623      </prop>
5624      <prop oor:name="CmisServersNames" oor:type="oor:string-list" oor:nillable="false">
5625        <info>
5626          <desc>List of names of the CMIS servers in the place edition dialog.</desc>
5627        </info>
5628      </prop>
5629      <set oor:name="PersonasList" oor:node-type="PersonasEntry">
5630        <info>
5631          <desc>Contains the Personas installed through extensions</desc>
5632        </info>
5633      </set>
5634    </group>
5635    <group oor:name="Forms">
5636      <info>
5637        <desc>contains settings for the form layer of the applications.</desc>
5638      </info>
5639      <group oor:name="ControlLayout">
5640        <info>
5641          <desc>specifies certain default layout settings for form controls. All
5642          those settings can be overruled in concrete documents, they specify
5643          creation-time defaults only.</desc>
5644        </info>
5645        <node-ref oor:name="com.sun.star.text.TextDocument" oor:node-type="ApplicationControlLayout">
5646          <info>
5647            <desc>specifies certain default layout settings for form controls in
5648            text documents</desc>
5649          </info>
5650        </node-ref>
5651        <node-ref oor:name="com.sun.star.text.WebDocument" oor:node-type="ApplicationControlLayout">
5652          <info>
5653            <desc>specifies certain default layout settings for form controls in
5654            web pages</desc>
5655          </info>
5656        </node-ref>
5657        <node-ref oor:name="com.sun.star.sheet.SpreadsheetDocument" oor:node-type="ApplicationControlLayout">
5658          <info>
5659            <desc>specifies certain default layout settings for form controls in
5660            spreadsheet documents</desc>
5661          </info>
5662        </node-ref>
5663        <node-ref oor:name="com.sun.star.drawing.DrawingDocument" oor:node-type="ApplicationControlLayout">
5664          <info>
5665            <desc>specifies certain default layout settings for form controls in
5666            drawing documents</desc>
5667          </info>
5668        </node-ref>
5669        <node-ref oor:name="com.sun.star.presentation.PresentationDocument" oor:node-type="ApplicationControlLayout">
5670          <info>
5671            <desc>specifies certain default layout settings for form controls in
5672            presentation documents</desc>
5673          </info>
5674        </node-ref>
5675        <node-ref oor:name="com.sun.star.xforms.XMLFormDocument" oor:node-type="ApplicationControlLayout">
5676          <info>
5677            <desc>specifies certain default layout settings for form controls in
5678            XML form documents</desc>
5679          </info>
5680        </node-ref>
5681        <node-ref oor:name="com.sun.star.sdb.FormDesign" oor:node-type="ApplicationControlLayout">
5682          <info>
5683            <desc>specifies certain default layout settings for form controls in
5684            database form documents</desc>
5685          </info>
5686        </node-ref>
5687        <node-ref oor:name="com.sun.star.sdb.TextReportDesign" oor:node-type="ApplicationControlLayout">
5688          <info>
5689            <desc>specifies certain default layout settings for form controls in
5690            database text report documents.</desc>
5691          </info>
5692        </node-ref>
5693      </group>
5694      <group oor:name="PropertyBrowser">
5695        <info>
5696          <desc>specifies settings for the property browser used for forms and
5697          form controls.</desc>
5698        </info>
5699        <prop oor:name="ExperimentalProperties" oor:type="xs:boolean" oor:nillable="false">
5700          <info>
5701            <desc>Enables or disables the property browser's access to
5702            form/control properties which are not officially supported.</desc>
5703          </info>
5704          <value>false</value>
5705        </prop>
5706        <prop oor:name="DirectHelp" oor:type="xs:boolean" oor:nillable="false">
5707          <info>
5708            <desc>Enables or disables a help section at the bottom of the
5709            property browser, which shows the help of the currently active
5710            property.</desc>
5711          </info>
5712          <value>false</value>
5713        </prop>
5714      </group>
5715    </group>
5716    <group oor:name="AsianLayout">
5717      <info>
5718        <desc>Contains layout specific settings for Asian languages.</desc>
5719      </info>
5720      <prop oor:name="IsKerningWesternTextOnly" oor:type="xs:boolean" oor:nillable="false">
5721        <!-- OldPath: -->
5722        <!-- OldLocation: -->
5723        <!-- UIHints: Tools  Options  Asian typography  Asian layout Kerning
5724             Western text only -->
5725        <info>
5726          <desc>Determines the kerning of western text and/or punctuation inside
5727          of Asian text.</desc>
5728          <label>IsKerningWesternTextOnly</label>
5729        </info>
5730        <value>true</value>
5731      </prop>
5732      <prop oor:name="CompressCharacterDistance" oor:type="xs:short" oor:nillable="false">
5733        <!-- OldPath: -->
5734        <!-- OldLocation: -->
5735        <!-- UIHints: Tools  Options  Asian typography  Asian layout Character
5736             distance  -->
5737        <info>
5738          <desc>Determines the type of character distance compression in Asian
5739          text: 0 - no compression; 1 - compress punctuation only; 2 - compress
5740          interpunction an japanese kana.</desc>
5741          <label>CompressCharacterDistance</label>
5742        </info>
5743        <value>0</value>
5744      </prop>
5745      <set oor:name="StartEndCharacters" oor:node-type="StartEndCharacters">
5746        <info>
5747          <desc>Contains the characters at which lines are not allowed to begin
5748          or to end. For each locale there is a separate entry with the locale
5749          as its node name.</desc>
5750          <label>StartEndCharacters</label>
5751        </info>
5752      </set>
5753    </group>
5754    <group oor:name="SearchOptions">
5755      <info>
5756        <desc>Contains all options for search.</desc>
5757      </info>
5758      <prop oor:name="IsWholeWordsOnly" oor:type="xs:boolean" oor:nillable="false">
5759        <!-- OldPath: -->
5760        <!-- OldLocation: -->
5761        <!-- UIHints: Edit/Find & Replace -->
5762        <info>
5763          <desc>Specifies search for whole words only.</desc>
5764        </info>
5765        <value>false</value>
5766      </prop>
5767      <prop oor:name="IsBackwards" oor:type="xs:boolean" oor:nillable="false">
5768        <!-- OldPath: -->
5769        <!-- OldLocation: -->
5770        <!-- UIHints: Edit/Find & Replace -->
5771        <info>
5772          <desc>Specifies search backwards.</desc>
5773        </info>
5774        <value>false</value>
5775      </prop>
5776      <prop oor:name="IsUseWildcard" oor:type="xs:boolean" oor:nillable="false">
5777        <!-- OldPath: -->
5778        <!-- OldLocation: -->
5779        <!-- UIHints: Edit/Find & Replace -->
5780        <info>
5781          <desc>Specifies search with the use of wildcards.</desc>
5782        </info>
5783        <value>false</value>
5784      </prop>
5785      <prop oor:name="IsUseRegularExpression" oor:type="xs:boolean" oor:nillable="false">
5786        <!-- OldPath: -->
5787        <!-- OldLocation: -->
5788        <!-- UIHints: Edit/Find & Replace -->
5789        <info>
5790          <desc>Specifies search with the use of regular expressions.</desc>
5791        </info>
5792        <value>false</value>
5793      </prop>
5794      <prop oor:name="IsSearchForStyles" oor:type="xs:boolean" oor:nillable="false">
5795        <!-- OldPath: -->
5796        <!-- OldLocation: -->
5797        <!-- UIHints: Edit/Find & Replace -->
5798        <info>
5799          <desc>Specifies search for styles only.</desc>
5800        </info>
5801        <value>false</value>
5802      </prop>
5803      <prop oor:name="IsSimilaritySearch" oor:type="xs:boolean" oor:nillable="false">
5804        <!-- OldPath: -->
5805        <!-- OldLocation: -->
5806        <!-- UIHints: Edit/Find & Replace -->
5807        <info>
5808          <desc>Specifies search with similarity.</desc>
5809        </info>
5810        <value>false</value>
5811      </prop>
5812      <prop oor:name="IsMatchCase" oor:type="xs:boolean" oor:nillable="false">
5813        <!-- OldPath: -->
5814        <!-- OldLocation: -->
5815        <!-- UIHints: Edit/Find & Replace -->
5816        <info>
5817          <desc>Specifies search as case sensitive.</desc>
5818        </info>
5819        <value>false</value>
5820      </prop>
5821      <prop oor:name="IsIgnoreDiacritics_CTL" oor:type="xs:boolean" oor:nillable="false">
5822        <!-- OldPath: -->
5823        <!-- OldLocation: -->
5824        <!-- UIHints: Edit/Find & Replace -->
5825        <info>
5826          <desc>Specifies search ignores diacritics, not only CTL though.</desc>
5827        </info>
5828        <value>false</value>
5829      </prop>
5830      <prop oor:name="IsIgnoreKashida_CTL" oor:type="xs:boolean" oor:nillable="false">
5831        <!-- OldPath: -->
5832        <!-- OldLocation: -->
5833        <!-- UIHints: Edit/Find & Replace -->
5834        <info>
5835          <desc>Specifies search with the use of CTL option.</desc>
5836        </info>
5837        <value>true</value>
5838      </prop>
5839      <prop oor:name="IsUseAsianOptions" oor:type="xs:boolean" oor:nillable="false">
5840        <!-- OldPath: -->
5841        <!-- OldLocation: -->
5842        <!-- UIHints: Edit/Find & Replace -->
5843        <info>
5844          <desc>Specifies search with the use of Asian options.</desc>
5845        </info>
5846        <value>false</value>
5847      </prop>
5848      <prop oor:name="ComponentSearchGroupLabel" oor:type="xs:string" oor:localized="true">
5849        <!-- UIHints: Edit/Find & Replace -->
5850        <info>
5851          <desc>Specifies the divider label in case of a component-based search
5852          extension.</desc>
5853        </info>
5854      </prop>
5855      <prop oor:name="ComponentSearchCommandLabel1" oor:type="xs:string" oor:localized="true">
5856        <!-- UIHints: Edit/Find & Replace -->
5857        <info>
5858          <desc>Specifies the label of the first component-based search
5859          command.</desc>
5860        </info>
5861      </prop>
5862      <prop oor:name="ComponentSearchCommandLabel2" oor:type="xs:string" oor:localized="true">
5863        <!-- UIHints: Edit/Find & Replace -->
5864        <info>
5865          <desc>Specifies the label of the second component-based search
5866          command.</desc>
5867        </info>
5868      </prop>
5869      <prop oor:name="IsNotes" oor:type="xs:boolean" oor:nillable="false">
5870        <!-- UIHints: Edit Search/Replace  -->
5871        <info>
5872          <desc>Specifies if search includes comments(SwPostItFields)</desc>
5873        </info>
5874        <value>false</value>
5875      </prop>
5876      <prop oor:name="IsSearchFormatted" oor:type="xs:boolean" oor:nillable="false">
5877        <!-- UIHints: Edit / Find & Replace  -->
5878        <info>
5879          <desc>Specifies if formatted display strings are searched instead of cell content (Calc).</desc>
5880        </info>
5881        <value>false</value>
5882      </prop>
5883      <group oor:name="Japanese">
5884        <info>
5885          <desc>Contains search options for the Japanese language.</desc>
5886        </info>
5887        <prop oor:name="IsMatchFullHalfWidthForms" oor:type="xs:boolean" oor:nillable="false">
5888          <!-- OldPath: -->
5889          <!-- OldLocation: -->
5890          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
5891          <info>
5892            <desc>Does not distinguish between full-width and half-width
5893            characters.</desc>
5894          </info>
5895          <value>true</value>
5896        </prop>
5897        <prop oor:name="IsMatchHiraganaKatakana" oor:type="xs:boolean" oor:nillable="false">
5898          <!-- OldPath: -->
5899          <!-- OldLocation: -->
5900          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
5901          <info>
5902            <desc>Does not distinguish between hiragana and katakana
5903            characters.</desc>
5904          </info>
5905          <value>true</value>
5906        </prop>
5907        <prop oor:name="IsMatchContractions" oor:type="xs:boolean" oor:nillable="false">
5908          <!-- OldPath: -->
5909          <!-- OldLocation: -->
5910          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
5911          <info>
5912            <desc>Specifies search without distinguishing between characters
5913            with diphthongs and double consonants and plain characters.</desc>
5914          </info>
5915          <value>true</value>
5916        </prop>
5917        <prop oor:name="IsMatchMinusDashCho-on" oor:type="xs:boolean" oor:nillable="false">
5918          <!-- OldPath: -->
5919          <!-- OldLocation: -->
5920          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
5921          <info>
5922            <desc>Specifies search without distinguishing between minus signs,
5923            dashes, and long vowel sounds.</desc>
5924          </info>
5925          <value>true</value>
5926        </prop>
5927        <prop oor:name="IsMatchRepeatCharMarks" oor:type="xs:boolean" oor:nillable="false">
5928          <!-- OldPath: -->
5929          <!-- OldLocation: -->
5930          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
5931          <info>
5932            <desc>Specifies search without distinguishing between repeat
5933            character marks.</desc>
5934          </info>
5935          <value>true</value>
5936        </prop>
5937        <prop oor:name="IsMatchVariantFormKanji" oor:type="xs:boolean" oor:nillable="false">
5938          <!-- OldPath: -->
5939          <!-- OldLocation: -->
5940          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
5941          <info>
5942            <desc>Specifies search without distinguishing between standard and
5943            nonstandard ideography.</desc>
5944          </info>
5945          <value>true</value>
5946        </prop>
5947        <prop oor:name="IsMatchOldKanaForms" oor:type="xs:boolean" oor:nillable="false">
5948          <!-- OldPath: -->
5949          <!-- OldLocation: -->
5950          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
5951          <info>
5952            <desc>Specifies search without distinguishing between standard and
5953            nonstandard ideography.</desc>
5954          </info>
5955          <value>true</value>
5956        </prop>
5957        <prop oor:name="IsMatch_DiZi_DuZu" oor:type="xs:boolean" oor:nillable="false">
5958          <!-- OldPath: -->
5959          <!-- OldLocation: -->
5960          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
5961          <info>
5962            <desc>Specifies search without distinguishing between 'Di' and 'Zi'
5963            or 'Du' and 'Zu'.</desc>
5964          </info>
5965          <value>true</value>
5966        </prop>
5967        <prop oor:name="IsMatch_BaVa_HaFa" oor:type="xs:boolean" oor:nillable="false">
5968          <!-- OldPath: -->
5969          <!-- OldLocation: -->
5970          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
5971          <info>
5972            <desc>Specifies search without distinguishing between 'Ba' and 'Va'
5973            or 'Ha' and 'Fa'.</desc>
5974          </info>
5975          <value>true</value>
5976        </prop>
5977        <prop oor:name="IsMatch_TsiThiChi_DhiZi" oor:type="xs:boolean" oor:nillable="false">
5978          <!-- OldPath: -->
5979          <!-- OldLocation: -->
5980          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
5981          <info>
5982            <desc>Specifies search without distinguishing between 'Tsi', 'Thi'
5983            and 'Chi' or 'Dhi' and 'Zi'.</desc>
5984          </info>
5985          <value>true</value>
5986        </prop>
5987        <prop oor:name="IsMatch_HyuIyu_ByuVyu" oor:type="xs:boolean" oor:nillable="false">
5988          <!-- OldPath: -->
5989          <!-- OldLocation: -->
5990          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
5991          <info>
5992            <desc>Specifies search without distinguishing between 'Hyu' and
5993            'Fyu' or 'Byu' and 'Vyu'.</desc>
5994          </info>
5995          <value>true</value>
5996        </prop>
5997        <prop oor:name="IsMatch_SeShe_ZeJe" oor:type="xs:boolean" oor:nillable="false">
5998          <!-- OldPath: -->
5999          <!-- OldLocation: -->
6000          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
6001          <info>
6002            <desc>Specifies search without distinguishing between 'Se' and 'She'
6003            or 'Ze' and 'Je'.</desc>
6004          </info>
6005          <value>true</value>
6006        </prop>
6007        <prop oor:name="IsMatch_IaIya" oor:type="xs:boolean" oor:nillable="false">
6008          <!-- OldPath: -->
6009          <!-- OldLocation: -->
6010          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
6011          <info>
6012            <desc>Specifies search without distinguishing between 'Ia' and
6013            'Iya'.</desc>
6014          </info>
6015          <value>true</value>
6016        </prop>
6017        <prop oor:name="IsMatch_KiKu" oor:type="xs:boolean" oor:nillable="false">
6018          <!-- OldPath: -->
6019          <!-- OldLocation: -->
6020          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
6021          <info>
6022            <desc>Specifies search without distinguishing between 'Ki' and
6023            'Ku'.</desc>
6024          </info>
6025          <value>true</value>
6026        </prop>
6027        <prop oor:name="IsIgnorePunctuation" oor:type="xs:boolean" oor:nillable="false">
6028          <!-- OldPath: -->
6029          <!-- OldLocation: -->
6030          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
6031          <info>
6032            <desc>Specifies search without distinguishing between punctuation
6033            characters.</desc>
6034          </info>
6035          <value>true</value>
6036        </prop>
6037        <prop oor:name="IsIgnoreWhitespace" oor:type="xs:boolean" oor:nillable="false">
6038          <!-- OldPath: -->
6039          <!-- OldLocation: -->
6040          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
6041          <info>
6042            <desc>Specifies search without distinguishing between characters
6043            used as blank spaces, such as full-width spaces, half-width spaces,
6044            and tabs.</desc>
6045          </info>
6046          <value>true</value>
6047        </prop>
6048        <prop oor:name="IsIgnoreProlongedSoundMark" oor:type="xs:boolean" oor:nillable="false">
6049          <!-- OldPath: -->
6050          <!-- OldLocation: -->
6051          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
6052          <info>
6053            <desc>Specifies search without distinguishing between prolonged
6054            sound marks.</desc>
6055          </info>
6056          <value>true</value>
6057        </prop>
6058        <prop oor:name="IsIgnoreMiddleDot" oor:type="xs:boolean" oor:nillable="false">
6059          <!-- OldPath: -->
6060          <!-- OldLocation: -->
6061          <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
6062          <info>
6063            <desc>Specifies search without distinguishing between normal dots
6064            and middle dots.</desc>
6065          </info>
6066          <value>true</value>
6067        </prop>
6068      </group>
6069    </group>
6070    <group oor:name="Accessibility">
6071      <info>
6072        <desc>Specifies settings for the accessibility options.</desc>
6073      </info>
6074      <prop oor:name="AutoDetectSystemHC" oor:type="xs:boolean" oor:nillable="false">
6075        <info>
6076          <desc>Enables the automatic detection of a high contrast mode set for
6077          your desktop. Some OS' do not provide this option explicitly, but
6078          allow the user to choose a color scheme that is HC-compliant
6079          implicitly, which is recognized if the option is set.</desc>
6080          <label>detect system's high contrast</label>
6081        </info>
6082        <value>false</value>
6083      </prop>
6084      <prop oor:name="IsForPagePreviews" oor:type="xs:boolean" oor:nillable="false">
6085        <info>
6086          <desc>Enables the use of high contrast colors, instead of displaying
6087          the normal/original WYSIWYG colors.</desc>
6088          <label>For page previews</label>
6089        </info>
6090        <value>true</value>
6091      </prop>
6092      <prop oor:name="IsHelpTipsDisappear" oor:type="xs:boolean" oor:nillable="false">
6093        <info>
6094          <desc>Enables or disables the automatic time out of help tips. You can
6095          specify a duration (n) of 1 to 99 seconds. If this option is
6096          disabled, press the Esc key to dismiss the help tip.</desc>
6097          <label>Help tips disappear after</label>
6098        </info>
6099        <value>true</value>
6100      </prop>
6101      <prop oor:name="HelpTipSeconds" oor:type="xs:short" oor:nillable="false">
6102        <info>
6103          <desc>Enables or disables the automatic time out of help tips. You
6104          can specify a duration (n) of 1 to 99 seconds. If this option is
6105          disabled, press the Esc key to dismiss the help tip.</desc>
6106          <label>Help tips disappear after</label>
6107        </info>
6108        <constraints>
6109          <minInclusive oor:value="1">
6110            <info>
6111              <desc>Specifies the number of seconds to wait before displaying a
6112              help tip.</desc>
6113            </info>
6114          </minInclusive>
6115          <maxInclusive oor:value="99">
6116            <info>
6117              <desc>Specifies the number of seconds to display a help
6118              tip.</desc>
6119            </info>
6120          </maxInclusive>
6121        </constraints>
6122        <value>4</value>
6123      </prop>
6124      <prop oor:name="IsAllowAnimatedGraphics" oor:type="xs:boolean" oor:nillable="false">
6125        <info>
6126          <desc>Indicates whether to allow the graphical animation in all SO/OO
6127          applications (i.e. animated GIFs and objects in Impress during
6128          presentation, animated graphical previews (Gallery,
6129          Insert-Image, Animation Tool in Impress.)</desc>
6130          <label>Allow animated images</label>
6131        </info>
6132        <value>true</value>
6133      </prop>
6134      <prop oor:name="IsAllowAnimatedText" oor:type="xs:boolean" oor:nillable="false">
6135        <info>
6136          <desc>Indicates whether to allow all textual animation like blinking
6137          and scrolling in all SO/OO applications.</desc>
6138          <label>Allow animated text</label>
6139        </info>
6140        <value>true</value>
6141      </prop>
6142      <prop oor:name="IsAutomaticFontColor" oor:type="xs:boolean" oor:nillable="false">
6143        <info>
6144          <desc>Overrides all text color attributes set in a SO/OO document for
6145          display only.</desc>
6146          <label>Always use automatic font color for screen display</label>
6147        </info>
6148        <value>false</value>
6149      </prop>
6150      <prop oor:name="IsSelectionInReadonly" oor:type="xs:boolean" oor:nillable="false">
6151        <info>
6152          <desc>Indicates whether the cursor is displayed in read-only
6153          texts.</desc>
6154          <label>Use text selection mode in readonly texts.</label>
6155        </info>
6156        <value>false</value>
6157      </prop>
6158      <prop oor:name="EdgeBlending" oor:type="xs:short">
6159        <info>
6160          <desc>
6161            Option to use EdgeBlending for previews in the UI (for ColorValueSet, ColorDropDown, FillStyle/LineStyle
6162            previews, etc...). EdgeBlending will visualize a one pixel border on the preview object with interpolated
6163            colors (default: TopLeft White, BottomRight Black) so that a nice 3D effect is shown. It is a percent
6164            value describing how strong the effect shall be. The value 0% switches it off, while the value 100% will
6165            cover the preview object's border completely with one pixel. Values in-between will be alpha-blended with
6166            the original preview image.
6167          </desc>
6168          <label>Defines the EdgeBlending for Previews in Percent.</label>
6169        </info>
6170        <value>35</value>
6171      </prop>
6172      <prop oor:name="ListBoxMaximumLineCount" oor:type="xs:short">
6173        <info>
6174          <desc>
6175            This option controls how many lines of a ListBox will be shown as a maximum. If the ListBox has less lines,
6176            all lines will be shown when opening the drop down content. If it has more lines, the visible number of
6177            lines will be limited to this number. The value 0 disables this feature, negative values are not allowed.
6178            This feature may not be used automatically by all ListBox implementations,
6179            but it gives a central hint value to use if an implementation wants to adapt to something useful.
6180          </desc>
6181          <label>Defines the maximum number of lines visible in a ListBox.</label>
6182        </info>
6183        <value>25</value>
6184      </prop>
6185      <prop oor:name="ColorValueSetColumnCount" oor:type="xs:short">
6186        <info>
6187          <desc>
6188            This option controls how many columns the ColorValueSets (the matrix-organized dialogs for color select)
6189            will have. The default is 12 and this is aligned with the layout of the standard color palette. thus, when you
6190            change this value, you should know what you do. This setting also influences some width-oriented layouts in
6191            dialogs where this ColorValueSets are used, e.g. FillStyle dialog.
6192          </desc>
6193          <label>Defines the number of columns that will be shown in a ColorValueSet.</label>
6194        </info>
6195        <value>12</value>
6196      </prop>
6197      <prop oor:name="PreviewUsesCheckeredBackground" oor:type="xs:boolean">
6198        <info>
6199          <desc>
6200            This option allows to make previews (e.g. UI previews for object attributes) show the content with a checkered
6201            background to allow simple identification and better preview of transparent content, e.g. when a draw object
6202            is filled with a transparent image (SVG or bitmap) the preview will show the checkered background shine
6203            through, so the user can identify that the fill has transparency with a single look.
6204          </desc>
6205          <label>Shows previews with shining through checkered background to visualize transparency.</label>
6206         </info>
6207         <value>false</value>
6208       </prop>
6209    </group>
6210    <group oor:name="ExternalApps" oor:extensible="true">
6211      <info>
6212        <deprecated>Without replacement.</deprecated>
6213        <desc>Specifies external helper applications / protocol handlers.</desc>
6214      </info>
6215    </group>
6216    <group oor:name="ExternalMailer">
6217      <info>
6218        <desc>Specifies an external mail application to be used for Send as
6219        email.</desc>
6220      </info>
6221      <prop oor:name="Program" oor:type="xs:string" oor:nillable="false">
6222        <info>
6223          <desc>Specifies the external mail application to be used.</desc>
6224        </info>
6225        <value/>
6226      </prop>
6227    </group>
6228    <group oor:name="I18N">
6229      <info>
6230        <desc>Contains various language/localization specific settings.</desc>
6231      </info>
6232      <group oor:name="InputMethod">
6233        <info>
6234          <desc>Contains settings for (language/localization specific) input
6235          methods.</desc>
6236        </info>
6237        <prop oor:name="ShowStatusWindow" oor:type="xs:boolean">
6238          <info>
6239            <desc>Controls the behavior of the IIIMP status window on Unix. If
6240            true, the status window is always displayed. If false, the status
6241            window is never displayed. If nil (the default), the status window
6242            is displayed depending on the current locale.</desc>
6243          </info>
6244        </prop>
6245      </group>
6246      <group oor:name="CJK">
6247        <info>
6248          <desc>Contains settings for the Asian languages (Chinese, Japanese,
6249          Korean,...) layout.</desc>
6250        </info>
6251        <prop oor:name="CJKFont" oor:type="xs:boolean" oor:nillable="false">
6252          <!-- UIHints: setup -->
6253          <info>
6254            <desc>Specifies, whether CJK font settings are available (true) or
6255            not (false).</desc>
6256          </info>
6257          <value>false</value>
6258        </prop>
6259        <prop oor:name="VerticalText" oor:type="xs:boolean" oor:nillable="false">
6260          <!-- UIHints: setup -->
6261          <info>
6262            <desc>Specifies, whether vertical text is available (true) or not
6263            (false).</desc>
6264          </info>
6265          <value>false</value>
6266        </prop>
6267        <prop oor:name="AsianTypography" oor:type="xs:boolean" oor:nillable="false">
6268          <!-- UIHints: setup -->
6269          <info>
6270            <desc>Specifies, whether Asian typography options like compression
6271            and forbidden characters are available (true) or not (false).</desc>
6272          </info>
6273          <value>false</value>
6274        </prop>
6275        <prop oor:name="JapaneseFind" oor:type="xs:boolean" oor:nillable="false">
6276          <!-- UIHints: setup -->
6277          <info>
6278            <desc>Specifies, whether Japanese find options are selectable for
6279            search and replace (true) or not (false).</desc>
6280          </info>
6281          <value>false</value>
6282        </prop>
6283        <prop oor:name="Ruby" oor:type="xs:boolean" oor:nillable="false">
6284          <!-- UIHints: setup -->
6285          <info>
6286            <desc>Specifies whether Rubys are available (true) or not
6287            (false).</desc>
6288          </info>
6289          <value>false</value>
6290        </prop>
6291        <prop oor:name="ChangeCaseMap" oor:type="xs:boolean" oor:nillable="false">
6292          <!-- UIHints: setup -->
6293          <info>
6294            <desc>Specifies whether case mapping to half and full width,
6295            hiragana and katagana are available (true) or not (false).</desc>
6296          </info>
6297          <value>false</value>
6298        </prop>
6299        <prop oor:name="DoubleLines" oor:type="xs:boolean" oor:nillable="false">
6300          <!-- UIHints: setup -->
6301          <info>
6302            <desc>Specifies whether writing in double lines is available (true)
6303            or not (false).</desc>
6304          </info>
6305          <value>false</value>
6306        </prop>
6307        <prop oor:name="EmphasisMarks" oor:type="xs:boolean" oor:nillable="false">
6308          <!-- UIHints: setup -->
6309          <info>
6310            <desc>Specifies whether emphasis marks are available (true) or not
6311            (false).</desc>
6312          </info>
6313          <value>false</value>
6314        </prop>
6315        <prop oor:name="VerticalCallOut" oor:type="xs:boolean" oor:nillable="false">
6316          <!-- UIHints: setup -->
6317          <info>
6318            <desc>Specifies whether vertical call out objects are available
6319            (true) or not (false).</desc>
6320          </info>
6321          <value>false</value>
6322        </prop>
6323      </group>
6324      <group oor:name="CTL">
6325        <info>
6326          <desc>Contains settings for the languages with complex text layout
6327          (Hebrew, Arabic, Thai,...).</desc>
6328        </info>
6329        <prop oor:name="CTLFont" oor:type="xs:boolean" oor:nillable="false">
6330          <!-- UIHints: setup -->
6331          <info>
6332            <desc>Specifies whether CTL font settings are available (true) or
6333            not (false).</desc>
6334          </info>
6335          <value>false</value>
6336        </prop>
6337        <prop oor:name="CTLSequenceChecking" oor:type="xs:boolean" oor:nillable="false">
6338          <!-- UIHints: setup -->
6339          <info>
6340            <desc>Specifies whether CTL strings are checked for the correct
6341            input sequence(true) or not (false).</desc>
6342          </info>
6343          <value>false</value>
6344        </prop>
6345        <prop oor:name="CTLSequenceCheckingRestricted" oor:type="xs:boolean" oor:nillable="false">
6346          <!-- UIHints: setup -->
6347          <info>
6348            <desc>Specifies whether CTL strings are checked restricted for the
6349            correct input sequence(true) or not (false). Is only effective when
6350            CTLSequenceChecking is true.</desc>
6351          </info>
6352          <value>false</value>
6353        </prop>
6354        <prop oor:name="CTLSequenceCheckingTypeAndReplace" oor:type="xs:boolean" oor:nillable="false">
6355          <!-- UIHints: setup -->
6356          <info>
6357            <desc>Specifies whether CTL input sequences are corrected while
6358            typing. Is only effective when CTLSequenceChecking is true.</desc>
6359          </info>
6360          <value>false</value>
6361        </prop>
6362        <prop oor:name="CTLCursorMovement" oor:type="xs:int" oor:nillable="false">
6363          <!-- UIHints: options-->
6364          <info>
6365            <desc>Specifies the type of text cursor movement (logical (0) or
6366            visual (1)) within mixed text (RTL and LTR).</desc>
6367          </info>
6368          <value>0</value>
6369        </prop>
6370        <prop oor:name="CTLTextNumerals" oor:type="xs:int" oor:nillable="false">
6371          <!-- UIHints: options-->
6372          <info>
6373            <desc>Specifies the type of numerals (Arabic (0), Hindi (1), system
6374            settings (2) or Context(3)) is used per default in all
6375            applications.</desc>
6376          </info>
6377          <value>0</value>
6378        </prop>
6379        <prop oor:name="UIMirroring" oor:type="xs:boolean">
6380          <info>
6381            <desc>Specifies whether the whole user interface (UI) will be
6382            mirrored. If true, the UI will be right-to-left. If false, the UI
6383            will be left-to-right. If nil (the default), the UI will be mirrored
6384            depending on the office locale.</desc>
6385          </info>
6386        </prop>
6387      </group>
6388    </group>
6389    <group oor:name="Startup">
6390      <info>
6391        <deprecated>Use cfg package Jobs instead of this.</deprecated>
6392        <desc>Uses cfg package Jobs instead of this component.</desc>
6393      </info>
6394      <set oor:name="Run" oor:node-type="JobDescription">
6395        <info>
6396          <deprecated>Use cfg package Jobs instead of this.</deprecated>
6397          <desc>Uses cfg package Jobs instead of this component.</desc>
6398        </info>
6399      </set>
6400      <set oor:name="RunOnce" oor:node-type="JobDescription">
6401        <info>
6402          <deprecated>Use cfg package Jobs instead of this.</deprecated>
6403          <desc>Uses cfg package Jobs instead of this component.</desc>
6404        </info>
6405      </set>
6406    </group>
6407    <group oor:name="SmartTags">
6408      <info>
6409        <desc>Contains settings for smart tags.</desc>
6410      </info>
6411      <group oor:name="Writer">
6412        <info>
6413          <desc>Contains Writer specific settings for smart tags.</desc>
6414        </info>
6415        <prop oor:name="RecognizeSmartTags" oor:type="xs:boolean" oor:nillable="false">
6416          <info>
6417            <desc>Specifies whether smart tag recognition is enabled.</desc>
6418          </info>
6419          <value>true</value>
6420        </prop>
6421        <prop oor:name="ExcludedSmartTagTypes" oor:type="oor:string-list">
6422          <info>
6423            <desc>A list of excluded smart tag types.</desc>
6424          </info>
6425        </prop>
6426      </group>
6427    </group>
6428    <group oor:name="StylesAndFormatting">
6429      <info>
6430        <desc>Contains settings for Styles.</desc>
6431      </info>
6432      <prop oor:name="Preview" oor:type="xs:boolean" oor:nillable="false">
6433        <info>
6434           <desc>Specifies if the styles preview is enabled.</desc>
6435        </info>
6436        <value>true</value>
6437      </prop>
6438    </group>
6439    <group oor:name="PackageKit">
6440      <info>
6441        <desc>Contains settings related to PackageKit (Unix only).</desc>
6442      </info>
6443      <prop oor:name="EnableFontInstallation" oor:type="xs:boolean" oor:nillable="false">
6444        <info>
6445           <desc>Specifies if missing font installation should be triggered.</desc>
6446        </info>
6447        <value>true</value>
6448      </prop>
6449      <prop oor:name="EnableLangpackInstallation" oor:type="xs:boolean" oor:nillable="false">
6450        <info>
6451           <desc>Specifies if missing langpack installation should be triggered.</desc>
6452        </info>
6453        <value>true</value>
6454      </prop>
6455    </group>
6456    <group oor:name="Classification">
6457      <info>
6458        <desc>TSCP Classification</desc>
6459      </info>
6460      <prop oor:name="Policy" oor:type="xs:short" oor:nillable="false">
6461        <info>
6462           <desc>The policy type used at classification</desc>
6463        </info>
6464        <value>3</value>
6465      </prop>
6466      <prop oor:name="IntellectualPropertySectionExpanded" oor:type="xs:boolean" oor:nillable="false">
6467        <info>
6468           <desc>Specifies if the intellectual property section in the advanced classification dialog should be expanded when the dialog is open.</desc>
6469        </info>
6470        <value>true</value>
6471      </prop>
6472      <prop oor:name="IntellectualPropertyTextInputIsFreeForm" oor:type="xs:boolean" oor:nillable="false">
6473        <info>
6474           <desc>Specifies if the intellectual property text in the advanced classification is free-form or limited to ';', '/' and ' ' (space) and delete key.</desc>
6475        </info>
6476        <value>true</value>
6477      </prop>
6478    </group>
6479  </component>
6480</oor:component-schema>
6481