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