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