summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
blob: d04f07b84f9ddcc40788302a9509d504ff2ceb00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************************
 *
 *  $RCSfile: Draw.xcs,v $
 *
 *  $Revision: 1.4 $
 *
 *  last change: $Author: ka $ $Date: 2002-07-25 11:00:12 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 by Sun Microsystems, Inc.
 *  901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License version 2.1, as published by the Free Software Foundation.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *  MA  02111-1307  USA
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (the "License"); You may not use this file
 *  except in compliance with the License. You may obtain a copy of the
 *  License at http://www.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc..
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************ -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<oor:component-schema oor:name="Draw" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
  <!-- Responsible: AF -->
  <info>
    <desc xml:lang="en-US">Properties of the Draw application.</desc> 
  </info>
    <import oor:component="org.openoffice.Office.Common"/>
  <component>
    <group oor:name="Layout">
      <info>
        <desc xml:lang="en-US">General properties of the graphical object representation.</desc> 
      </info>
      <group oor:name="Display">
        <info>
          <desc xml:lang="en-US">General properties of the graphical object representation on screen
          displays.</desc>
        </info>
        <prop oor:name="Ruler" oor:type="xs:boolean">
          <!-- OldPath: Draw/Layout/Display -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to show the rulers at the left and at the top
            of the working area.</desc> 
            <label xml:lang="en-US">Rulers visible</label>
          </info>
        </prop>
        <prop oor:name="Helpline" oor:type="xs:boolean">
          <!-- OldPath: Draw/Layout/Display -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to show help-lines that can be created by
            dragging them from the rulers.</desc> 
            <label xml:lang="en-US">Helplines visible</label>
          </info>
        </prop>
        <prop oor:name="Guide" oor:type="xs:boolean">
          <!-- OldPath: Draw/Layout/Display -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to show help-lines when moving an object.</desc>
            <label xml:lang="en-US">Guides when moving</label>
          </info>
        </prop>
        <prop oor:name="Bezier" oor:type="xs:boolean">
          <!-- OldPath: Draw/Layout/Display -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to show all control points in the Bezier
            curve editor.</desc> 
            <label xml:lang="en-US">All control points in Bezier editor</label>
          </info>
        </prop>
        <prop oor:name="Contour" oor:type="xs:boolean">
          <!-- OldPath: Draw/Layout/Display -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to show the outline of all moved objects when moving
            more then one object at the same time.</desc> 
            <label xml:lang="en-US">Contour of each individual object</label>
          </info>
        </prop>
      </group>
      <group oor:name="Other">
        <info>
          <desc xml:lang="en-US">Other properties regarding device independant graphical object
          representation.</desc>
        </info>
        <group oor:name="TabStop">
          <!-- OldPath: Draw/Layout -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Tab stops -->
          <!-- Notice: Default-Nonmetric Value: 1270 1/100 mm-->
          <prop oor:name="Metric" oor:type="xs:int">
            <value>1250</value>
            <info>
              <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
              <label xml:lang="en-US"/>
            </info>
          </prop>
          <prop oor:name="NonMetric" oor:type="xs:int">
            <value>1270</value>
            <info>
              <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
              <label xml:lang="en-US"/>
            </info>
          </prop>
          <info>
            <desc xml:lang="en-US">Specifies the distance between adjacent tab stops.</desc>
            <label xml:lang="en-US">Tab stops</label>
          </info>
        </group>
        <group oor:name="MeasureUnit">
          <!-- OldPath: Draw/Layout -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Meas. units -->
          <prop oor:name="Metric" oor:type="xs:int">
            <info>
              <desc xml:lang="en-US">Specifies the unit used for specification of distances and
              sizes in a metric environment.</desc> 
            </info>
            <value>2</value>
            <constraints>
              <enumeration oor:value="1">
                <info>
                  <desc xml:lang="en-US">Millimeter</desc>
                </info>
              </enumeration>
              <enumeration oor:value="2">
                <info>
                  <desc xml:lang="en-US">Centimeter</desc>
                </info>
              </enumeration>
              <enumeration oor:value="6">
                <info>
                  <desc xml:lang="en-US">Point</desc>
                </info>
              </enumeration>
              <enumeration oor:value="7">
                <info>
                  <desc xml:lang="en-US">Pica</desc>
                </info>
              </enumeration>
              <enumeration oor:value="8">
                <info>
                  <desc xml:lang="en-US">Inch</desc>
                </info>
              </enumeration>
            </constraints>
          </prop>
          <prop oor:name="NonMetric" oor:type="xs:int">
            <info>
              <desc xml:lang="en-US">Specifies the unit used for specification of distances and
              sizes in a non metric environment.</desc> 
              <label xml:lang="en-US">Measurement unit</label>
            </info>
            <value>8</value>
            <constraints>
              <enumeration oor:value="1">
                <info>
                  <desc xml:lang="en-US">Millimeter</desc>
                </info>
              </enumeration>
              <enumeration oor:value="2">
                <info>
                  <desc xml:lang="en-US">Centimeter</desc>
                </info>
              </enumeration>
              <enumeration oor:value="6">
                <info>
                  <desc xml:lang="en-US">Point</desc>
                </info>
              </enumeration>
              <enumeration oor:value="7">
                <info>
                  <desc xml:lang="en-US">Pica</desc>
                </info>
              </enumeration>
              <enumeration oor:value="8">
                <info>
                  <desc xml:lang="en-US">Inch</desc>
                </info>
              </enumeration>
            </constraints>
          </prop>
          <info>
            <desc xml:lang="en-US">This unit is used for specification of distances and sizes.</desc>
            <label xml:lang="en-US">Measurement unit</label>
          </info>
        </group>
      </group>
    </group>
    <group oor:name="Content">
      <info>
        <desc xml:lang="en-US">Specification of how to display the content of Draw documents.</desc> 
      </info>
      <group oor:name="Display">
        <info>
          <desc xml:lang="en-US">Specification of how to display the content of Draw documents on
          screen.</desc>
        </info>
        <prop oor:name="PicturePlaceholder" oor:type="xs:boolean">
          <!-- OldPath: Draw/Contents/Display -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options  Drawing - Contents - [Section] Alternative display -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to show only outlines of graphical
            objects.</desc> 
            <label xml:lang="en-US">Picture placeholders</label>
          </info>
        </prop>
        <prop oor:name="ContourMode" oor:type="xs:boolean">
          <!-- OldPath: Draw/Contents/Display -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options  Drawing - Contents - [Section] Alternative display -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to show only outlines of draw-objects.</desc>
            <label xml:lang="en-US">Contour mode</label>
          </info>
        </prop>
        <prop oor:name="TextPlaceholder" oor:type="xs:boolean">
          <!-- OldPath: Draw/Contents/Display -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options  Drawing - Contents - [Section] Alternative display -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to use placeholders for text in draw objects.</desc>
            <label xml:lang="en-US">Text placeholders</label>
          </info>
        </prop>
        <prop oor:name="LineContour" oor:type="xs:boolean">
          <!-- OldPath: Draw/Contents/Display -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options  Drawing - Contents - [Section] Alternative display -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to show only hairlines
            instead of an object's linestyle.</desc> 
            <label xml:lang="en-US">Line contour only</label>
          </info>
        </prop>
      </group>
    </group>
    <group oor:name="Misc">
      <info>
        <desc xml:lang="en-US">Collection of configuration items of the Draw application that don't
        fit into another category.</desc>
      </info>
      <prop oor:name="BackgroundCache" oor:type="xs:boolean">
        <!-- OldPath: Draw/Other -->
        <!-- OldLocation: Soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Tools - Options - Drawing  Other  [Section] Other -->
        <value>true</value>
        <info>
          <desc xml:lang="en-US">Indicates whether to store master pages in a cache to speed up
          drawing.</desc> 
          <label xml:lang="en-US">Use background cache</label>
        </info>
      </prop>
      <prop oor:name="CopyWhileMoving" oor:type="xs:boolean">
        <!-- OldPath: Draw/Other -->
        <!-- OldLocation: Soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Tools - Options - Drawing  Other  [Section] Other -->
        <value>false</value>
        <info>
          <desc xml:lang="en-US">Indicates whether moving while holding the Control key makes a copy
          of the moved object.</desc> 
          <label xml:lang="en-US">Copy while moving</label>
        </info>
      </prop>
      <prop oor:name="ObjectMoveable" oor:type="xs:boolean">
        <!-- OldPath: Draw/Other -->
        <!-- OldLocation: Soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Tools - Options - Drawing  Other  [Section] Other -->
        <value>true</value>
        <info>
          <desc xml:lang="en-US">Indicates whether objects can still be moved while in rotating mode.</desc>
          <label xml:lang="en-US">Objects always moveable</label>
        </info>
      </prop>
      <prop oor:name="NoDistort" oor:type="xs:boolean">
        <!-- OldPath: Draw/Other -->
        <!-- OldLocation: Soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Tools - Options - Drawing  Other  [Section] Other -->
        <value>false</value>
        <info>
          <desc xml:lang="en-US">Indicates whether objects that are placed on a circle keep their
          original form, i.e. may be moved and rotated but not resized or otherwise
          distorted.</desc> 
          <label xml:lang="en-US">Don&amp;apos;t distort objects in curve</label>
        </info>
      </prop>
      <prop oor:name="DclickTextedit" oor:type="xs:boolean">
        <!-- OldPath: Draw/Other -->
        <!-- OldLocation: soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Option Bar -->
        <value>true</value>
        <info>
          <desc xml:lang="en-US">Indicates whether a double-click on a text object changes activates the
          edit mode.</desc> 
          <label xml:lang="en-US">Double-Click Text to Edit</label>
        </info>
      </prop>
      <prop oor:name="RotateClick" oor:type="xs:boolean">
        <!-- OldPath: Draw/Other -->
        <!-- OldLocation: soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Option Bar -->
        <value>false</value>
        <info>
          <desc xml:lang="en-US">Indicates whether a double-click on an object activates the
          rotation mode.</desc> 
          <label xml:lang="en-US">Rotation Mode after clicking object</label>
        </info>
      </prop>
      <prop oor:name="Preview" oor:type="xs:double">
        <!-- OldPath: Draw/Other -->
        <!-- OldLocation: soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Menu: view - preview mode -->
        <value>0</value>
        <info>
          <desc xml:lang="en-US">Specifies the color quality of the preview: 0 - Color, 868 -
          Grayscale, 5381 - Black/White.</desc> 
          <label xml:lang="en-US">Preview-Mode</label>
        </info>
        <constraints>
          <enumeration oor:value="0">
            <info>
              <desc xml:lang="en-US">Color</desc>
            </info>
          </enumeration>
          <enumeration oor:value="868">
            <info>
              <desc xml:lang="en-US">Grayscale</desc>
            </info>
          </enumeration>
          <enumeration oor:value="5381">
            <info>
              <desc xml:lang="en-US">Black/White</desc>
            </info>
          </enumeration>
        </constraints>
      </prop>
      <prop oor:name="SimpleHandles" oor:type="xs:boolean">
        <!-- OldPath: Draw/Other -->
        <!-- OldLocation: soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Optionbar -->
        <value>true</value>
        <info>
          <desc xml:lang="en-US">Indicates whether to show simple (true) or 3D-handles (false).</desc>
          <label xml:lang="en-US">Simple Handles</label>
        </info>
      </prop>
      <prop oor:name="BigHandles" oor:type="xs:boolean">
        <!-- OldPath: Draw/Other -->
        <!-- OldLocation: soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Optionbar -->
        <value>false</value>
        <info>
          <desc xml:lang="en-US">Indicates whether to show big (true) or small (false) handles.</desc>
          <label xml:lang="en-US">Big Handles</label>
        </info>
      </prop>
      <prop oor:name="CreateWithAttributes" oor:type="xs:boolean">
        <!-- OldPath: Draw/Other -->
        <!-- OldLocation: soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Optionbar -->
        <value>false</value>
        <info>
          <desc xml:lang="en-US">Indicates whether the current attributes will be assigned to newly
          created objects.</desc> 
          <label xml:lang="en-US">Create with attributes</label>
        </info>
      </prop>
      <group oor:name="TextObject">
        <info>
          <desc xml:lang="en-US">Text editing related configuration items.</desc>
        </info>
        <prop oor:name="QuickEditing" oor:type="xs:boolean">
          <!-- OldPath: Draw/Other/Text_Objects -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Other  [Section] Text objects -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether a simple click on a text object changes it to
            edit mode.</desc> 
            <label xml:lang="en-US">Allow quick editing</label>
          </info>
        </prop>
        <prop oor:name="Selectable" oor:type="xs:boolean">
          <!-- OldPath: Draw/Other/Text_Objects -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Other  [Section] Text objects -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether a text frame can only be selected by clicking
            on the text or by clicking somewhere in the frame.</desc> 
            <label xml:lang="en-US">Only text area selectable</label>
          </info>
        </prop>
      </group>
      <group oor:name="CrossFading">
        <info>
          <desc xml:lang="en-US">Specification of how to morph between objects (e.g. how many steps
          and whether to regard the object's attributes).</desc>
        </info>
        <prop oor:name="Steps" oor:type="xs:short">
          <!-- OldPath: Draw/Cross_fading -->
          <!-- OldLocation: drawing.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Select two objects =&amp;gt; Edit  Cross-fade -->
          <value>16</value>
          <info>
            <desc xml:lang="en-US">Number of intermediate morphing steps between two objects.</desc>
            <label xml:lang="en-US">Steps</label>
          </info>
          <constraints>
            <minInclusive oor:value="1"/>
            <maxInclusive oor:value="256"/>
          </constraints>
        </prop>
        <prop oor:name="Orientation" oor:type="xs:boolean">
          <!-- OldPath: Draw/Cross_fading -->
          <!-- OldLocation: drawing.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Select two objects =&amp;gt; Edit  Cross-fade -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether two objects to be
            morphed shall have the same orientation.</desc> <label
            xml:lang="en-US">Orientation</label>
          </info>
        </prop>
        <prop oor:name="Attributes" oor:type="xs:boolean">
          <!-- OldPath: Draw/Cross_fading -->
          <!-- OldLocation: drawing.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Select two objects =&amp;gt; Edit  Cross-fade -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to consider objects'
            attributes (e.g. colors) when morphing one object into another.</desc> 
            <label xml:lang="en-US">Attributes</label>
          </info>
        </prop>
      </group>
      <group oor:name="DefaultObjectSize">
        <!-- OldPath: -->
        <!-- OldLocation: -->
        <!-- Responsible: AW -->
        <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Klick -->
        <prop oor:name="Width" oor:type="xs:int">
          <value>8000</value>
          <info>
            <desc xml:lang="en-US">Default width of new objects. [UNIT=1/100 mm]</desc>
            <label xml:lang="en-US"/>
          </info>
        </prop>
        <prop oor:name="Height" oor:type="xs:int">
          <value>5000</value>
          <info>
            <desc xml:lang="en-US">Default height of new objects. [UNIT=1/100 mm]</desc>
            <label xml:lang="en-US"/>
          </info>
        </prop>
        <info>
          <desc xml:lang="en-US">Defines the default size of newly created objects using CTRL-Return or CTRL-Klick at a object creating Button</desc>
          <label xml:lang="en-US">Default Object Size</label>
        </info>
      </group>
    </group>
    <group oor:name="Snap">
      <info>
        <desc xml:lang="en-US">Specification of how to force object positions and sizes to the snap
        grid or to align with other objects.</desc>
      </info>
      <group oor:name="Object">
        <info>
          <desc xml:lang="en-US">Specification of how to force object positions and sizes to
          predefined locations in relation to other objects.</desc>
        </info>
        <prop oor:name="Grid" oor:type="xs:boolean">
          <!-- OldPath: Draw/Snap/Objects -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Snap to Grid - [Section] Snap to -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to snap an object when moved to the next grid
            point.</desc> 
            <label xml:lang="en-US">Grid lines</label>
          </info>
        </prop>
        <prop oor:name="SnapLine" oor:type="xs:boolean">
          <!-- OldPath: Draw/Snap/Objects -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Snap to Grid - [Section] Snap to -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to snap at snap lines.</desc>
            <label xml:lang="en-US">Snap lines</label>
          </info>
        </prop>
        <prop oor:name="PageMargin" oor:type="xs:boolean">
          <!-- OldPath: Draw/Snap/Objects -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Snap to Grid - [Section] Snap to -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">The outline of an object is justified with adjacent page margins.</desc>
            <label xml:lang="en-US">Page margins</label>
          </info>
        </prop>
        <prop oor:name="ObjectFrame" oor:type="xs:boolean">
          <!-- OldPath: Draw/Snap/Objects -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Snap to Grid - [Section] Snap to -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to justify the outline of an object to that of
            an adjacent object.</desc> 
            <label xml:lang="en-US">Object frame</label>
          </info>
        </prop>
        <prop oor:name="ObjectPoint" oor:type="xs:boolean">
          <!-- OldPath: Draw/Snap/Objects -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Snap to Grid - [Section] Snap to -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to snap corner points of adjacent objects.</desc>
            <label xml:lang="en-US">Object points</label>
          </info>
        </prop>
        <prop oor:name="Range" oor:type="xs:int">
          <!-- OldPath: Draw/Snap/Objects -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Snap to Grid - [Section] Snap to -->
          <value>5</value>
          <info>
            <desc xml:lang="en-US">The maximal range in pixel along the coordinate axes at which
            snapping becomes active.</desc> 
            <label xml:lang="en-US">Snap range</label>
          </info>
          <constraints>
            <minInclusive oor:value="1"/>
            <maxInclusive oor:value="50"/>
          </constraints>
        </prop>
      </group>
      <group oor:name="Position">
        <info>
          <desc xml:lang="en-US">Constraints regarding the creation and modification of graphical
          objects.</desc>
        </info>
        <prop oor:name="CreatingMoving" oor:type="xs:boolean">
          <!-- OldPath: Draw/Snap/Position -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Snap to Grid - [Section] Snap position -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to restrict the creation of objects to squares,
            circles, etc. and to retain the x/y ratio when resizing.</desc> 
            <label xml:lang="en-US">When creating or moving objects</label>
          </info>
        </prop>
        <prop oor:name="ExtendEdges" oor:type="xs:boolean">
          <!-- OldPath: Draw/Snap/Position -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Snap to Grid - [Section] Snap position -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to use the longer (true) or the shorter (false)
            of the two distances along the coordinates axes from the initial to the current position
            to determine a new square's edge length or a new circle's diameter.</desc> 
            <label xml:lang="en-US">Extend edges</label>
          </info>
        </prop>
        <prop oor:name="Rotating" oor:type="xs:boolean">
          <!-- OldPath: Draw/Snap/Position -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Snap to Grid - [Section] Snap position -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to use snapping while rotating an object.</desc>
            <label xml:lang="en-US">When rotating</label>
          </info>
        </prop>
        <prop oor:name="RotatingValue" oor:type="xs:int">
          <!-- OldPath: Draw/Snap/Position -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Snap to Grid - [Section] Snap position -->
          <value>1500</value>
          <info>
            <desc xml:lang="en-US">When snapping for ration is enabled the
            rotation angle will be a multiple of this angle. [UNIT=Degree/100]</desc> 
            <label xml:lang="en-US">When rotating</label>
          </info>
          <constraints>
            <minInclusive oor:value="0"/>
            <maxInclusive oor:value="18000"/>
          </constraints>
        </prop>
        <prop oor:name="PointReduction" oor:type="xs:int">
          <!-- OldPath: Draw/Snap/Position -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Snap to Grid - [Section] Snap position -->
          <value>1500</value>
          <info>
            <desc xml:lang="en-US">When moving a point in the point editor this is the maximal angle
            at the two adjacent points between the lines connecting those two points with each other
            and with the moved point at which snapping to the connection line and removal of the
            moved point takes place.  [UNIT=Degree/100]</desc> 
            <label xml:lang="en-US">Point reduction</label>
          </info>
          <constraints>
            <minInclusive oor:value="100"/>
            <maxInclusive oor:value="9000"/>
          </constraints>
        </prop>
      </group>
    </group>
    <group oor:name="Zoom">
      <info>
        <desc xml:lang="en-US">Configuration items related to zooming.</desc>
      </info>
      <prop oor:name="ScaleX" oor:type="xs:int">
        <!-- OldPath: Draw/Zoom -->
        <!-- OldLocation: Soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Tools - Options - Drawing  Zoom - [Section] Scale -->
        <value>1</value>
        <info>
          <desc xml:lang="en-US">Zoom factor along the horizontal axis.</desc>
          <label xml:lang="en-US">Scale</label>
        </info>
      </prop>
      <prop oor:name="ScaleY" oor:type="xs:int">
        <!-- OldPath: Draw/Zoom -->
        <!-- OldLocation: Soffice.cfg -->
        <!-- Responsible: AF -->
        <!-- UIHints: Tools - Options - Drawing  Zoom - [Section] Scale -->
        <value>1</value>
        <info>
          <desc xml:lang="en-US">Zoom factor along the vertical axis.</desc>
          <label xml:lang="en-US">Scale</label>
        </info>
      </prop>
    </group>
    <group oor:name="Grid">
      <info>
        <desc xml:lang="en-US">Handling and display of the (snap) grid.</desc> 
      </info>
      <group oor:name="Option">
        <info>
          <desc xml:lang="en-US">Switches regarding use and display of the (snap) grid.</desc>
        </info>
        <prop oor:name="SnapToGrid" oor:type="xs:boolean">
          <!-- OldPath: Draw/Grid/Options -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Grid - [Section] Options -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to force frames and
            drawing elements on grid points.</desc> 
            <label xml:lang="en-US">Snap to grid</label>
          </info>
        </prop>
        <prop oor:name="VisibleGrid" oor:type="xs:boolean">
          <!-- OldPath: Draw/Grid/Options -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Grid - [Section] Options -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to shows the grid.</desc>
            <label xml:lang="en-US">Visible grid</label>
          </info>
        </prop>
        <prop oor:name="Synchronize" oor:type="xs:boolean">
          <!-- OldPath: Draw/Grid/Options -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Grid - [Section] Options -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to synchronize the
            resolutions of x- and y-grids.</desc> 
            <label xml:lang="en-US">Synchronize axes</label>
          </info>
        </prop>
      </group>
      <group oor:name="Resolution">
        <info>
          <desc xml:lang="en-US">Specification of the grid resolution.</desc>
        </info>
        <group oor:name="XAxis">
          <!-- OldPath: Draw/Grid/Resolution -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Grid - [Section] Grid -->
          <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
          <prop oor:name="Metric" oor:type="xs:int">
            <value>1000</value>
            <info>
              <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
              <label xml:lang="en-US"/>
            </info>
          </prop>
          <prop oor:name="NonMetric" oor:type="xs:int">
            <value>1270</value>
            <info>
              <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
              <label xml:lang="en-US"/>
            </info>
          </prop>
          <info>
            <desc xml:lang="en-US">Defines the horizontal distance between adjacent grid points.</desc>
            <label xml:lang="en-US">X Axis Resolution</label>
          </info>
        </group>
        <group oor:name="YAxis">
          <!-- OldPath: Draw/Grid/Resolution -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Grid - [Section] Grid -->
          <!-- Notice: Default- nonmerical value: 1270 1/100 mm. -->
          <prop oor:name="Metric" oor:type="xs:int">
            <value>1000</value>
            <info>
              <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
              <label xml:lang="en-US"/>
            </info>
          </prop>
          <prop oor:name="NonMetric" oor:type="xs:int">
            <value>1270</value>
            <info>
              <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
              <label xml:lang="en-US"/>
            </info>
          </prop>
          <info>
            <desc xml:lang="en-US">Defines the vertical distance between adjacent grid points.</desc>
            <label xml:lang="en-US">Y Axis Resolution</label>
          </info>
        </group>
      </group>
      <group oor:name="Subdivision">
        <info>
          <desc xml:lang="en-US">Subdivision of the grid.</desc>
        </info>
        <prop oor:name="XAxis" oor:type="xs:double">
          <!-- OldPath: Draw/Grid/Subdivision -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Grid - [Section] Grid -->
          <!-- Notice: Default value for English Version only: 254 Points) -->
          <value>1</value>
          <info>
            <desc xml:lang="en-US">Specifies the number of points between two grid points on the X axis.</desc>
            <label xml:lang="en-US">X Axis Subdivision</label>
          </info>
        </prop>
        <prop oor:name="YAxis" oor:type="xs:double">
          <!-- OldPath: Draw/Grid/Subdivision -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Grid - [Section] Grid -->
          <!-- Notice: Default value for English Version only: 254 Points) -->
          <value>1</value>
          <info>
            <desc xml:lang="en-US">Specifies the number of points between two grid points on the Y axis.</desc>
            <label xml:lang="en-US">Y Axis Subdivision</label>
          </info>
        </prop>
      </group>
      <group oor:name="SnapGrid">
        <info>
          <desc xml:lang="en-US">Specification of the snap grid.</desc>
        </info>
        <prop oor:name="Size" oor:type="xs:boolean">
          <!-- OldPath: Draw/Grid/Snap_Grid -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Grid - [Section] Snap grid -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to synchronize grid and snap-grid.</desc>
            <label xml:lang="en-US">Size to grid</label>
          </info>
        </prop>
        <group oor:name="XAxis">
          <!-- OldPath: Draw/Grid/Snap_Grid -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Grid - [Section] Snap grid -->
          <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
          <prop oor:name="Metric" oor:type="xs:int">
            <value>1000</value>
            <info>
              <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
              <label xml:lang="en-US"/>
            </info>
          </prop>
          <prop oor:name="NonMetric" oor:type="xs:int">
            <value>1270</value>
            <info>
              <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
              <label xml:lang="en-US"/>
            </info>
          </prop>
          <info>
            <desc xml:lang="en-US">Defines the horizontal distance between adjacent points of the
            snap grid.</desc> 
            <label xml:lang="en-US">X axis</label>
          </info>
        </group>
        <group oor:name="YAxis">
          <!-- OldPath: Draw/Grid/Snap_Grid -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Grid - [Section] Snap grid -->
          <!-- Notice: Default-Default-nonmetrical value: 1270 1/100 mm. -->
          <prop oor:name="Metric" oor:type="xs:int">
            <value>1000</value>
            <info>
              <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
              <label xml:lang="en-US"/>
            </info>
          </prop>
          <prop oor:name="NonMetric" oor:type="xs:int">
            <value>1270</value>
            <info>
              <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
              <label xml:lang="en-US"/>
            </info>
          </prop>
          <info>
            <desc xml:lang="en-US">Defines the vertical distance between adjacent points of the snap
            grid.</desc> 
            <label xml:lang="en-US">Y axis</label>
          </info>
        </group>
      </group>
    </group>
    <group oor:name="Print">
      <info>
        <desc xml:lang="en-US">Options regarding the printing of Draw documents.</desc>
      </info>
      <group oor:name="Content">
        <info>
          <desc xml:lang="en-US">Options regarding the printing of document content.</desc>
        </info>
        <prop oor:name="Drawing" oor:type="xs:boolean">
          <!-- OldPath: Draw/Print/Contents -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Print - [Section] Contents -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether the drawing page (in contrast to master page)
            will be printed.</desc> 
            <label xml:lang="en-US">Drawing</label>
          </info>
        </prop>
      </group>
      <group oor:name="Page">
        <info>
          <desc xml:lang="en-US">Specification of how and what pages will be printed.</desc>
        </info>
        <prop oor:name="PageSize" oor:type="xs:boolean">
          <!-- OldPath: Draw/Print/Page -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options  Drawing  Print - [Section] Page options -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to enlarge or shrink a document's page size
            while printing to fit the physical paper size.</desc> 
            <label xml:lang="en-US">Fit to page</label>
          </info>
        </prop>
        <prop oor:name="PageTile" oor:type="xs:boolean">
          <!-- OldPath: Draw/Print/Page -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options  Drawing  Print - [Section] Page options -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to print the pages' titles at the top of every
            page.</desc> 
            <label xml:lang="en-US">Tile pages</label>
          </info>
        </prop>
        <prop oor:name="Booklet" oor:type="xs:boolean">
          <!-- OldPath: Draw/Print/Page -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options  Drawing  Print - [Section] Page options -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to print a document in the form of a brochure.</desc>
            <label xml:lang="en-US">Brochure</label>
          </info>
        </prop>
        <prop oor:name="BookletFront" oor:type="xs:boolean">
          <!-- OldPath: Draw/Print/Page -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options  Drawing  Print - [Section] Page options -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to print the front side pages of a brochure.</desc>
            <label xml:lang="en-US">Front side</label>
          </info>
        </prop>
        <prop oor:name="BookletBack" oor:type="xs:boolean">
          <!-- OldPath: Draw/Print/Page -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options  Drawing  Print - [Section] Page options -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to print the back side pages of a brochure.</desc>
            <label xml:lang="en-US">Back side</label>
          </info>
        </prop>
      </group>
      <group oor:name="Other">
        <info>
          <desc xml:lang="en-US">Specification of general printing related issues.</desc>
        </info>
        <prop oor:name="PageName" oor:type="xs:boolean">
          <!-- OldPath: Draw/Print -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Print - [Section] Print -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to print page names.</desc>
            <label xml:lang="en-US">Page name</label>
          </info>
        </prop>
        <prop oor:name="Date" oor:type="xs:boolean">
          <!-- OldPath: Draw/Print -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Print - [Section] Print -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to print the current date at the top of every
            page.</desc> 
            <label xml:lang="en-US">Date</label>
          </info>
        </prop>
        <prop oor:name="Time" oor:type="xs:boolean">
          <!-- OldPath: Draw/Print -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Print - [Section] Print -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to print the current time at the top of every
            page.</desc>
            <label xml:lang="en-US">Time</label>
          </info>
        </prop>
        <prop oor:name="HiddenPage" oor:type="xs:boolean">
          <!-- OldPath: Draw/Print -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Print - [Section] Print -->
          <value>true</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to print hidden pages.</desc>
            <label xml:lang="en-US">Hidden pages</label>
          </info>
        </prop>
        <prop oor:name="Quality" oor:type="xs:int">
          <!-- OldPath: Draw/Print -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Print - [Section] Quality -->
          <value>0</value>
          <info>
            <desc xml:lang="en-US">Specifies the quality of the printed colors.</desc>
          </info>
          <constraints>
            <enumeration oor:value="0">
              <info>
                <desc xml:lang="en-US">Color</desc>
              </info>
            </enumeration>
            <enumeration oor:value="1">
              <info>
                <desc xml:lang="en-US">Grayscale</desc>
              </info>
            </enumeration>
            <enumeration oor:value="2">
              <info>
                <desc xml:lang="en-US">Black/White</desc>
              </info>
            </enumeration>
          </constraints>
        </prop>
        <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
          <!-- OldPath: Draw/Print -->
          <!-- OldLocation: Soffice.cfg -->
          <!-- Responsible: AF -->
          <!-- UIHints: Tools - Options - Drawing  Print  [Check box] From printer setup -->
          <value>false</value>
          <info>
            <desc xml:lang="en-US">Indicates whether to use the system settings of the printer to
            choose the paper tray.</desc> 
            <label xml:lang="en-US">From printer setup</label>
          </info>
        </prop>
      </group>
    </group>
  </component>
</oor:component-schema>