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