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