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