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