Update ooo320-m1
[ooovba.git] / officecfg / registry / schema / org / openoffice / Office / Impress.xcs
blob87425d667f0a047cb1d5c02b01bc276be6fbe07e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--***********************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 *
6 * Copyright 2008 by Sun Microsystems, Inc.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * $RCSfile: Impress.xcs,v $
11 * $Revision: 1.34 $
13 * This file is part of OpenOffice.org.
15 * OpenOffice.org is free software: you can redistribute it and/or modify
16 * it under the terms of the GNU Lesser General Public License version 3
17 * only, as published by the Free Software Foundation.
19 * OpenOffice.org is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU Lesser General Public License version 3 for more details
23 * (a copy is included in the LICENSE file that accompanied this code).
25 * You should have received a copy of the GNU Lesser General Public License
26 * version 3 along with OpenOffice.org. If not, see
27 * <http://www.openoffice.org/license.html>
28 * for a copy of the LGPLv3 License.
30 ************************************************************************ -->
31 <!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
32 <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Impress" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
33 <author>AF</author>
34 <desc >Contains configuration items related to the Impress application.</desc>
35 </info>
36 <import oor:component="org.openoffice.Office.Common"/>
37 <templates>
38 <group oor:name="MasterPageDescriptor">
39 <info>
40 <desc>Describes master pages that belong to the list of recently used master pages.</desc>
41 </info>
42 <prop oor:name="URL" oor:type="xs:string">
43 <info>
44 <desc>The URL of the template document that contains the master page.</desc>
45 </info>
46 </prop>
47 <prop oor:name="Name" oor:type="xs:string">
48 <info>
49 <desc>The internal name of the master page.</desc>
50 </info>
51 </prop>
52 </group>
53 <group oor:name="Resource">
54 <info>
55 <desc>A factory that can create one more resources for the multi pane framework.</desc>
56 </info>
57 <prop oor:name="URL" oor:type="xs:string">
58 <info>
59 <desc>URL of a multi pane framework resource.</desc>
60 </info>
61 </prop>
62 </group>
63 <group oor:name="ResourceFactory">
64 <info>
65 <desc>A factory that can create one more resources for the multi pane framework.</desc>
66 </info>
67 <prop oor:name="ServiceName" oor:type="xs:string">
68 <info>
69 <desc>The service name of the factory. This service is not the factory itself.
70 It is expected to create and register a set of factories when an instance of
71 the service is created.</desc>
72 </info>
73 </prop>
74 <set oor:name="ResourceList" oor:node-type="Resource">
75 <info>
76 <desc>List of URLs of the resources that are created by the factory.</desc>
77 </info>
78 </set>
79 </group>
80 <group oor:name="StartupService">
81 <info>
82 <desc>A service that is instantiated when a framework is initializd for a
83 Draw or Impress document.</desc>
84 </info>
85 <prop oor:name="ServiceName" oor:type="xs:string">
86 <info>
87 <desc>The name of the startup service.</desc>
88 </info>
89 </prop>
90 </group>
91 </templates>
92 <component>
93 <group oor:name="Layout">
94 <info>
95 <desc>Contains general properties of the graphical object representation.</desc>
96 </info>
97 <group oor:name="Display">
98 <info>
99 <desc>Contains general properties of the graphical object representation of screen displays.</desc>
100 </info>
101 <prop oor:name="Ruler" oor:type="xs:boolean">
102 <!-- OldPath: Impress/Layout/Display -->
103 <!-- OldLocation: Soffice.cfg -->
104 <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
105 <info>
106 <desc>Indicates whether to show the rulers at the left and at the top of the working area.</desc>
107 <label>Rulers visible</label>
108 </info>
109 <value>false</value>
110 </prop>
111 <prop oor:name="Helpline" oor:type="xs:boolean">
112 <!-- OldPath: Impress/Layout/Display -->
113 <!-- OldLocation: Soffice.cfg -->
114 <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
115 <info>
116 <desc>Indicates whether to show help-lines that can be created by dragging them from the rulers.</desc>
117 <label>Helplines visible</label>
118 </info>
119 <value>false</value>
120 </prop>
121 <prop oor:name="Guide" oor:type="xs:boolean">
122 <!-- OldPath: Impress/Layout/Display -->
123 <!-- OldLocation: Soffice.cfg -->
124 <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
125 <info>
126 <desc>Indicates whether to show help-lines when moving an object.</desc>
127 <label>Guides when moving</label>
128 </info>
129 <value>false</value>
130 </prop>
131 <prop oor:name="Bezier" oor:type="xs:boolean">
132 <!-- OldPath: Impress/Layout/Display -->
133 <!-- OldLocation: Soffice.cfg -->
134 <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
135 <info>
136 <desc>Indicates whether to show all control points in the Bezier curve editor.</desc>
137 <label>All control points in Bezier editor</label>
138 </info>
139 <value>false</value>
140 </prop>
141 <prop oor:name="Contour" oor:type="xs:boolean">
142 <!-- OldPath: Impress/Layout/Display -->
143 <!-- OldLocation: Soffice.cfg -->
144 <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
145 <info>
146 <desc>Indicates whether to show the outline of all moved objects when moving more then one object at the same time.</desc>
147 <label>Contour of each individual object</label>
148 </info>
149 <value>true</value>
150 </prop>
151 </group>
152 <group oor:name="Other">
153 <info>
154 <desc>Specifies other layout options that do not fit into any other group.</desc>
155 <label>Other Layout Options</label>
156 </info>
157 <group oor:name="TabStop">
158 <!-- OldPath: Impress/Layout -->
159 <!-- OldLocation: Soffice.cfg -->
160 <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Tab stops -->
161 <!-- Notice: Default-Nonmetric Value: 1270 1/100 mm-->
162 <info>
163 <desc>Specifies the distance between adjacent tab stops with regard to whether the metric or the non-metric system is currently selected.</desc>
164 <label>Tab stops</label>
165 </info>
166 <prop oor:name="Metric" oor:type="xs:int">
167 <info>
168 <desc>Specifies the distance between adjacent tab stops in 1/100 mm when the metric system is selected.</desc>
169 <label/>
170 </info>
171 <value>1250</value>
172 </prop>
173 <prop oor:name="NonMetric" oor:type="xs:int">
174 <info>
175 <desc>Specifies the distance between adjacent tab stops in 1/100 mm when the non-metric system is selected.</desc>
176 <label/>
177 </info>
178 <value>1270</value>
179 </prop>
180 </group>
181 <group oor:name="MeasureUnit">
182 <!-- OldPath: Impress/Layout -->
183 <!-- OldLocation: Soffice.cfg -->
184 <!-- UIHints: Tools - Options - Presentation- Layout - [Section] Meas. units -->
185 <info>
186 <desc>Specifies the measurement unit to be used with respect to whether the metric or the non-metric system is selected.</desc>
187 <label>Measurement unit</label>
188 </info>
189 <prop oor:name="Metric" oor:type="xs:int">
190 <info>
191 <desc>Specifies the measurement unit to be used when the metric system is selected.</desc>
192 <label>Measurement unit</label>
193 </info>
194 <constraints>
195 <enumeration oor:value="1">
196 <info>
197 <desc>Millimeter</desc>
198 </info>
199 </enumeration>
200 <enumeration oor:value="2">
201 <info>
202 <desc>Centimeter</desc>
203 </info>
204 </enumeration>
205 <enumeration oor:value="6">
206 <info>
207 <desc>Point</desc>
208 </info>
209 </enumeration>
210 <enumeration oor:value="7">
211 <info>
212 <desc>Pica</desc>
213 </info>
214 </enumeration>
215 <enumeration oor:value="8">
216 <info>
217 <desc>Inch</desc>
218 </info>
219 </enumeration>
220 </constraints>
221 <value>2</value>
222 </prop>
223 <prop oor:name="NonMetric" oor:type="xs:int">
224 <info>
225 <desc>Specifies the measurement unit to be used when the non-metric system is selected.</desc>
226 <label>Measurement unit</label>
227 </info>
228 <constraints>
229 <enumeration oor:value="1">
230 <info>
231 <desc>Millimeter</desc>
232 </info>
233 </enumeration>
234 <enumeration oor:value="2">
235 <info>
236 <desc>Centimeter</desc>
237 </info>
238 </enumeration>
239 <enumeration oor:value="6">
240 <info>
241 <desc>Point</desc>
242 </info>
243 </enumeration>
244 <enumeration oor:value="7">
245 <info>
246 <desc>Pica</desc>
247 </info>
248 </enumeration>
249 <enumeration oor:value="8">
250 <info>
251 <desc>Inch</desc>
252 </info>
253 </enumeration>
254 </constraints>
255 <value>8</value>
256 </prop>
257 </group>
258 </group>
259 </group>
260 <group oor:name="Content">
261 <info>
262 <desc>Contains content related configuration items.</desc>
263 </info>
264 <group oor:name="Display">
265 <info>
266 <desc>Contains configuration items related to the display of Impress documents.</desc>
267 </info>
268 <prop oor:name="PicturePlaceholder" oor:type="xs:boolean">
269 <!-- OldPath: Impress/Contents/Display -->
270 <!-- OldLocation: Soffice.cfg -->
271 <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
272 <info>
273 <desc>Indicates whether to show only the bounding box of graphic-objects like bitmaps and drawings.</desc>
274 <label>Picture placeholders</label>
275 </info>
276 <value>false</value>
277 </prop>
278 <prop oor:name="ContourMode" oor:type="xs:boolean">
279 <!-- OldPath: Impress/Contents/Display -->
280 <!-- OldLocation: Soffice.cfg -->
281 <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
282 <info>
283 <desc>Indicates whether to show only outlines of objects such as filled rectangles and filled ellipses.</desc>
284 <label>Contour mode</label>
285 </info>
286 <value>false</value>
287 </prop>
288 <prop oor:name="TextPlaceholder" oor:type="xs:boolean">
289 <!-- OldPath: Impress/Contents/Display -->
290 <!-- OldLocation: Soffice.cfg -->
291 <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
292 <info>
293 <desc>Indicates whether to show only a placeholder for text in graphical objects.</desc>
294 <label>Text placeholders</label>
295 </info>
296 <value>false</value>
297 </prop>
298 <prop oor:name="LineContour" oor:type="xs:boolean">
299 <!-- OldPath: Impress/Contents/Display -->
300 <!-- OldLocation: Soffice.cfg -->
301 <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
302 <info>
303 <desc>Indicates whether to show only hairlines instead of the true line styles.</desc>
304 <label>Line contour only</label>
305 </info>
306 <value>false</value>
307 </prop>
308 </group>
309 </group>
310 <group oor:name="Misc">
311 <info>
312 <desc>Contains a collection of configuration items for the Impress application that do not fit into another category.</desc>
313 </info>
314 <prop oor:name="BackgroundCache" oor:type="xs:boolean">
315 <!-- OldPath: Impress/Other -->
316 <!-- OldLocation: Soffice.cfg -->
317 <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
318 <info>
319 <desc>Indicates whether to store master pages in a cache to speed up drawing.</desc>
320 <label>Use background cache</label>
321 </info>
322 <value>true</value>
323 </prop>
324 <prop oor:name="CopyWhileMoving" oor:type="xs:boolean">
325 <!-- OldPath: Impress/Other -->
326 <!-- OldLocation: Soffice.cfg -->
327 <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
328 <info>
329 <desc>Indicates whether moving while holding the Control key makes a copy of the moved object.</desc>
330 <label>Copy while moving</label>
331 </info>
332 <value>false</value>
333 </prop>
334 <prop oor:name="ObjectMoveable" oor:type="xs:boolean">
335 <!-- OldPath: Impress/Other -->
336 <!-- OldLocation: Soffice.cfg -->
337 <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
338 <info>
339 <desc>Indicates whether objects can still be moved while in rotating mode.</desc>
340 <label>Objects always moveable</label>
341 </info>
342 <value>true</value>
343 </prop>
344 <prop oor:name="NoDistort" oor:type="xs:boolean">
345 <!-- OldPath: Impress/Other -->
346 <!-- OldLocation: Soffice.cfg -->
347 <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
348 <info>
349 <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>
350 <label>Don&apos;t distort objects in curve</label>
351 </info>
352 <value>false</value>
353 </prop>
354 <prop oor:name="DclickTextedit" oor:type="xs:boolean">
355 <!-- OldPath: Impress/Other -->
356 <!-- OldLocation: soffice.cfg -->
357 <!-- UIHints: Option Bar -->
358 <info>
359 <desc>Indicates whether a double-click on a text object activates the edit mode.</desc>
360 <label>Double-Click Text to Edit</label>
361 </info>
362 <value>true</value>
363 </prop>
364 <prop oor:name="RotateClick" oor:type="xs:boolean">
365 <!-- OldPath: Impress/Other -->
366 <!-- OldLocation: soffice.cfg -->
367 <!-- UIHints: Option Bar -->
368 <info>
369 <desc>Indicates whether a double-click on an object activates the rotation mode.</desc>
370 <label>Rotation Mode after clicking object</label>
371 </info>
372 <value>false</value>
373 </prop>
374 <prop oor:name="Preview" oor:type="xs:double">
375 <!-- OldPath: Impress/Other -->
376 <!-- OldLocation: soffice.cfg -->
377 <!-- UIHints: Menu: view - preview mode -->
378 <info>
379 <desc>Specifies the color quality of the preview: 0 - Color, 868 - Grayscale, 5381 - Black/White.</desc>
380 <label>Preview-Mode</label>
381 </info>
382 <constraints>
383 <enumeration oor:value="0">
384 <info>
385 <desc>Color</desc>
386 </info>
387 </enumeration>
388 <enumeration oor:value="868">
389 <info>
390 <desc>Grayscale</desc>
391 </info>
392 </enumeration>
393 <enumeration oor:value="5381">
394 <info>
395 <desc>Black/White</desc>
396 </info>
397 </enumeration>
398 </constraints>
399 <value>0</value>
400 </prop>
401 <prop oor:name="ShowComments" oor:type="xs:boolean">
402 <info>
403 <author>CL</author>
404 <desc>Indicates whether to show comments (true) or hide them (false).</desc>
405 <label>Show Comments</label>
406 </info>
407 <value>true</value>
408 </prop>
409 <prop oor:name="SimpleHandles" oor:type="xs:boolean">
410 <!-- OldPath: Impress/Other -->
411 <!-- OldLocation: soffice.cfg -->
412 <!-- UIHints: Optionbar -->
413 <info>
414 <desc>Indicates whether to show simple (true) or 3D-handles (false).</desc>
415 <label>Simple Handles</label>
416 </info>
417 <value>false</value>
418 </prop>
419 <prop oor:name="BigHandles" oor:type="xs:boolean">
420 <!-- OldPath: Impress/Other -->
421 <!-- OldLocation: soffice.cfg -->
422 <!-- UIHints: Optionbar -->
423 <info>
424 <desc>Indicates whether to show big (true) or small (false) handles.</desc>
425 <label>Big Handles</label>
426 </info>
427 <value>true</value>
428 </prop>
429 <prop oor:name="ModifyWithAttributes" oor:type="xs:boolean">
430 <!-- OldPath: Impress/Other -->
431 <!-- OldLocation: soffice.cfg -->
432 <!-- UIHints: Optionbar -->
433 <info>
434 <author>AF</author>
435 <desc>Indicates whether the object creation and modification will be visualized using the full object attribute set or wireframe.</desc>
436 <label>Modify with attributes</label>
437 </info>
438 <value>true</value>
439 </prop>
440 <prop oor:name="ShowUndoDeleteWarning" oor:type="xs:boolean">
441 <!-- OldPath: -->
442 <!-- OldLocation: -->
443 <!-- UIHints: UNDO stack delete warnng dialog -->
444 <info>
445 <author>AW</author>
446 <desc>Indicates whether the warning dialog appears when setting a new standard page layout.</desc>
447 <label>Show Undo-Stack Delete Warning</label>
448 </info>
449 <value>true</value>
450 </prop>
451 <prop oor:name="SlideshowRespectZOrder" oor:type="xs:boolean">
452 <!-- OldPath: -->
453 <!-- OldLocation: -->
454 <!-- UIHints: Slideshow Z order for animations -->
455 <info>
456 <author>THB</author>
457 <desc>Indicates whether the slideshow should respect shape z-order while animating shapes. Disabling this can improve slideshow performance</desc>
458 <label>Enable shape z-order during slideshow animations</label>
459 </info>
460 <value>true</value>
461 </prop>
462 <prop oor:name="TransitionFiles" oor:type="oor:string-list">
463 <!-- OldPath: -->
464 <!-- OldLocation: -->
465 <!-- UIHints: List of files containing transition effects -->
466 <info>
467 <author>THB</author>
468 <desc>Contains a list of odf files, that define
469 slideshow transitions. Values are put through
470 macro expansion, so, vnd.sun.star.expand prefix
471 is allowed. </desc>
472 <label>List of files containing transition effects</label>
473 </info>
474 <value oor:separator=";">vnd.sun.star.expand:$OOO_BASE_DIR/share/config/soffice.cfg/simpress/transitions.xml;vnd.sun.star.expand:$OOO_BASE_DIR/share/config/soffice.cfg/simpress/transitions-ogl.xml</value>
475 </prop>
476 <prop oor:name="EffectFiles" oor:type="oor:string-list">
477 <!-- OldPath: -->
478 <!-- OldLocation: -->
479 <!-- UIHints: List of files containing object effects -->
480 <info>
481 <author>THB</author>
482 <desc>Contains a list of odf files, that define
483 slideshow shape effects. Values are put through
484 macro expansion, so, vnd.sun.star.expand prefix
485 is allowed.</desc>
486 <label>List of files containing object effects</label>
487 </info>
488 <value oor:separator=";">vnd.sun.star.expand:$OOO_BASE_DIR/share/config/soffice.cfg/simpress/effects.xml</value>
489 </prop>
490 <prop oor:name="PreviewNewEffects" oor:type="xs:boolean">
491 <!-- OldPath: -->
492 <!-- OldLocation: -->
493 <!-- UIHints: automatic preview checkbox in create new effect dialog -->
494 <info>
495 <author>CL</author>
496 <desc>Indicates whether a selected effect in the custom animation create dialog should be previewed.</desc>
497 <label>Automatic preview for new custom animation</label>
498 </info>
499 <value>true</value>
500 </prop>
501 <prop oor:name="PreviewChangedEffects" oor:type="xs:boolean">
502 <!-- OldPath: -->
503 <!-- OldLocation: -->
504 <!-- UIHints: automatic preview in custom animation panel -->
505 <info>
506 <author>CL</author>
507 <desc>Indicates whether changes in the custom animation panel should be previewed.</desc>
508 <label>Automatic preview for custom animation panel</label>
509 </info>
510 <value>true</value>
511 </prop>
512 <prop oor:name="PreviewTransitions" oor:type="xs:boolean">
513 <!-- OldPath: -->
514 <!-- OldLocation: -->
515 <!-- UIHints: automatic preview in slide transtion panel -->
516 <info>
517 <author>CL</author>
518 <desc>Indicates whether changes in the slide transition panel should be previewed.</desc>
519 <label>Automatic preview for slide transition panel</label>
520 </info>
521 <value>true</value>
522 </prop>
523 <prop oor:name="Display" oor:type="xs:int">
524 <!-- OldPath: -->
525 <!-- OldLocation: -->
526 <!-- UIHints: slide show settings display listbox -->
527 <info>
528 <author>CL</author>
529 <desc>Number of the display used for full screen slide show mode.</desc>
530 <label>Display for full screen slide show mode</label>
531 </info>
532 <value>0</value>
533 </prop>
534 <group oor:name="TextObject">
535 <info>
536 <desc>Contains text editing related configuration items.</desc>
537 </info>
538 <prop oor:name="QuickEditing" oor:type="xs:boolean">
539 <!-- OldPath: Impress/Other/Text_Objects -->
540 <!-- OldLocation: Soffice.cfg -->
541 <!-- UIHints: Tools - Options - Presentation Other [Section] Text objects -->
542 <info>
543 <desc>Indicates whether a simple click on a text object changes it to edit mode.</desc>
544 <label>Allow quick editing</label>
545 </info>
546 <value>true</value>
547 </prop>
548 <prop oor:name="Selectable" oor:type="xs:boolean">
549 <!-- OldPath: Impress/Other/Text_Objects -->
550 <!-- OldLocation: Soffice.cfg -->
551 <!-- UIHints: Tools - Options - Presentation Other [Section] Text objects -->
552 <info>
553 <desc>Indicates whether a text frame can only be selected by clicking on the text or by clicking somewhere in the frame.</desc>
554 <label>Only text area selectable</label>
555 </info>
556 <value>true</value>
557 </prop>
558 </group>
559 <group oor:name="NewDoc">
560 <info>
561 <desc>Specifies configuration items governing the behavior when creating a new document or a new page.</desc>
562 <label>Start with AutoPilots</label>
563 </info>
564 <prop oor:name="AutoPilot" oor:type="xs:boolean">
565 <!-- OldPath: Impress/Other/New_Doc -->
566 <!-- OldLocation: Soffice.cfg -->
567 <!-- UIHints: Tools - Options - Presentation Other [Section] New document -->
568 <info>
569 <desc>Indicates whether to show the autopilot when creating a new presentation.</desc>
570 <label>Start with AutoPilots</label>
571 </info>
572 <value>true</value>
573 </prop>
574 <prop oor:name="Layout" oor:type="xs:boolean">
575 <!-- OldPath: Impress/Other/New_Doc -->
576 <!-- OldLocation: Soffice.cfg -->
577 <!-- UIHints: Tools - Options - Presentation Other [Section] New document -->
578 <info>
579 <desc>Indicates whether to show the layout dialog when creating a new page.</desc>
580 <label>Start with AutoPilots</label>
581 </info>
582 <value>true</value>
583 </prop>
584 </group>
585 <group oor:name="Start">
586 <info>
587 <desc>Specifies configuration items governing behavior when starting a presentation.</desc>
588 </info>
589 <prop oor:name="CurrentPage" oor:type="xs:boolean">
590 <!-- OldPath: Impress/Other/Start -->
591 <!-- OldLocation: Soffice.cfg -->
592 <!-- UIHints: Tools - Options - Presentation Other [Section] Start presentation -->
593 <info>
594 <desc>Indicates whether to start the presentation with the current (true) or the first (false) page.</desc>
595 <label>Always with current page</label>
596 </info>
597 <value>true</value>
598 </prop>
599 </group>
600 <group oor:name="Compatibility">
601 <info>
602 <desc>Contains the group of options that control the compatibility to other applications.</desc>
603 <label>Compatibility options.</label>
604 </info>
605 <prop oor:name="AddBetween" oor:type="xs:boolean">
606 <!-- OldPath: Writer/Other/Compatibility -->
607 <!-- UIHints: Tools - Options - Presentation - Other - [Section] Compatibility -->
608 <info>
609 <author>SJ</author>
610 <desc>Specifies if spacing between paragraphs should be added to ensure compatibility to MS Word documents</desc>
611 <label>Add spacing between paragraphs</label>
612 </info>
613 <value>false</value>
614 </prop>
615 <prop oor:name="PrinterIndependentLayout" oor:type="xs:short">
616 <!-- UIHints: Tools - Options - Presentation - Other - [Section] Compatibility -->
617 <info>
618 <author>AF</author>
619 <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>
620 <label>Use printer independent metrics for document formatting</label>
621 </info>
622 <value>2</value>
623 </prop>
624 </group>
625 <group oor:name="DefaultObjectSize">
626 <!-- OldPath: -->
627 <!-- OldLocation: -->
628 <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Klick -->
629 <info>
630 <author>AW</author>
631 <desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at a object creating Button.</desc>
632 <label>Default Object Size</label>
633 </info>
634 <prop oor:name="Width" oor:type="xs:int">
635 <info>
636 <desc>[UNIT=1/100 mm]</desc>
637 <label/>
638 </info>
639 <value>8000</value>
640 </prop>
641 <prop oor:name="Height" oor:type="xs:int">
642 <info>
643 <desc>[UNIT=1/100 mm]</desc>
644 <label/>
645 </info>
646 <value>5000</value>
647 </prop>
648 </group>
649 </group>
650 <group oor:name="Snap">
651 <info>
652 <desc>Specifies how to force object positions and sizes to the snap grid or to align with other objects.</desc>
653 </info>
654 <group oor:name="Object">
655 <info>
656 <desc>Specifies how to force object positions and sizes to predefined locations in relation to other objects.</desc>
657 </info>
658 <prop oor:name="Grid" oor:type="xs:boolean">
659 <!-- OldPath: Impress/Snap/Objects -->
660 <!-- OldLocation: Soffice.cfg -->
661 <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
662 <info>
663 <desc>Indicates whether to snap an object when moved to the next grid point.</desc>
664 <label>Grid lines</label>
665 </info>
666 <value>true</value>
667 </prop>
668 <prop oor:name="SnapLine" oor:type="xs:boolean">
669 <!-- OldPath: Impress/Snap/Objects -->
670 <!-- OldLocation: Soffice.cfg -->
671 <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
672 <info>
673 <desc>Indicates whether to snap at snap lines.</desc>
674 <label>Snap lines</label>
675 </info>
676 <value>false</value>
677 </prop>
678 <prop oor:name="PageMargin" oor:type="xs:boolean">
679 <!-- OldPath: Impress/Snap/Objects -->
680 <!-- OldLocation: Soffice.cfg -->
681 <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
682 <info>
683 <desc>Indicates whether the outline of an object is justified with adjacent page margins.</desc>
684 <label>Page margins</label>
685 </info>
686 <value>true</value>
687 </prop>
688 <prop oor:name="ObjectFrame" oor:type="xs:boolean">
689 <!-- OldPath: Impress/Snap/Objects -->
690 <!-- OldLocation: Soffice.cfg -->
691 <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
692 <info>
693 <desc>Indicates whether to justify the outline of an object to that of an adjacent object.</desc>
694 <label>Object frame</label>
695 </info>
696 <value>false</value>
697 </prop>
698 <prop oor:name="ObjectPoint" oor:type="xs:boolean">
699 <!-- OldPath: Impress/Snap/Objects -->
700 <!-- OldLocation: Soffice.cfg -->
701 <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
702 <info>
703 <desc>Indicates whether to snap corner points of adjacent objects.</desc>
704 <label>Object points</label>
705 </info>
706 <value>false</value>
707 </prop>
708 <prop oor:name="Range" oor:type="xs:int">
709 <!-- OldPath: Impress/Snap/Objects -->
710 <!-- OldLocation: Soffice.cfg -->
711 <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
712 <info>
713 <desc>Specifies the maximal range in pixels along the coordinate axes at which snapping becomes active.</desc>
714 <label>Snap range</label>
715 </info>
716 <constraints>
717 <minInclusive oor:value="1">
718 <info>
719 <desc>Specifies that the minimum snap range is 1.</desc>
720 </info>
721 </minInclusive>
722 <maxInclusive oor:value="50">
723 <info>
724 <desc>Specifies that the maximal snap range is 50.</desc>
725 </info>
726 </maxInclusive>
727 </constraints>
728 <value>5</value>
729 </prop>
730 </group>
731 <group oor:name="Position">
732 <info>
733 <desc>Specifies constraints regarding the creation and modification of graphical objects.</desc>
734 </info>
735 <prop oor:name="CreatingMoving" oor:type="xs:boolean">
736 <!-- OldPath: Impress/Snap/Position -->
737 <!-- OldLocation: Soffice.cfg -->
738 <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
739 <info>
740 <desc>Indicates whether to restrict the creation of objects to squares, circles, etc. and to retain the x/y ratio when resizing.</desc>
741 <label>When creating or moving objects</label>
742 </info>
743 <value>false</value>
744 </prop>
745 <prop oor:name="ExtendEdges" oor:type="xs:boolean">
746 <!-- OldPath: Impress/Snap/Position -->
747 <!-- OldLocation: Soffice.cfg -->
748 <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
749 <info>
750 <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>
751 <label>Extend edges</label>
752 </info>
753 <value>true</value>
754 </prop>
755 <prop oor:name="Rotating" oor:type="xs:boolean">
756 <!-- OldPath: Impress/Snap/Position -->
757 <!-- OldLocation: Soffice.cfg -->
758 <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
759 <info>
760 <desc>Indicates whether to use snapping while rotating an object.</desc>
761 <label>When rotating</label>
762 </info>
763 <value>false</value>
764 </prop>
765 <prop oor:name="RotatingValue" oor:type="xs:int">
766 <!-- OldPath: Impress/Snap/Position -->
767 <!-- OldLocation: Soffice.cfg -->
768 <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
769 <info>
770 <desc>Specifies the rotation angle when snapping for rotation is enabled. [UNIT=Degree/100]</desc>
771 <label>When rotating</label>
772 </info>
773 <constraints>
774 <minInclusive oor:value="0">
775 <info>
776 <desc>Specifies that the minimum rotation angle is 0/100 degrees.</desc>
777 </info>
778 </minInclusive>
779 <maxInclusive oor:value="18000">
780 <info>
781 <desc>Specifies that the maximum rotation angle is 18000/100 degrees.</desc>
782 </info>
783 </maxInclusive>
784 </constraints>
785 <value>1500</value>
786 </prop>
787 <prop oor:name="PointReduction" oor:type="xs:int">
788 <!-- OldPath: Impress/Snap/Position -->
789 <!-- OldLocation: Soffice.cfg -->
790 <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
791 <info>
792 <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>
793 <label>Point reduction</label>
794 </info>
795 <constraints>
796 <minInclusive oor:value="100">
797 <info>
798 <desc>Specifies that the minimum angle is 100/100 degrees.</desc>
799 </info>
800 </minInclusive>
801 <maxInclusive oor:value="9000">
802 <info>
803 <desc>Specifies that the maximum angle is 9000/100 degrees.</desc>
804 </info>
805 </maxInclusive>
806 </constraints>
807 <value>1500</value>
808 </prop>
809 </group>
810 </group>
811 <group oor:name="Grid">
812 <info>
813 <desc>Defines the handling and display of the snap grid.</desc>
814 </info>
815 <group oor:name="Option">
816 <info>
817 <desc>Specifies switches regarding use and display of the snap grid.</desc>
818 </info>
819 <prop oor:name="SnapToGrid" oor:type="xs:boolean">
820 <!-- OldPath: Impress/Grid/Options -->
821 <!-- OldLocation: Soffice.cfg -->
822 <!-- UIHints: Tools - Options - Presentation Grid - [Section] Options -->
823 <info>
824 <desc>Indicates whether to force frames and drawing elements on grid points.</desc>
825 <label>Snap to grid</label>
826 </info>
827 <value>true</value>
828 </prop>
829 <prop oor:name="VisibleGrid" oor:type="xs:boolean">
830 <!-- OldPath: Impress/Grid/Options -->
831 <!-- OldLocation: Soffice.cfg -->
832 <!-- UIHints: Tools - Options - Presentation Grid - [Section] Options -->
833 <info>
834 <desc>Indicates whether to show the grid.</desc>
835 <label>Visible grid</label>
836 </info>
837 <value>false</value>
838 </prop>
839 <prop oor:name="Synchronize" oor:type="xs:boolean">
840 <!-- OldPath: Impress/Grid/Options -->
841 <!-- OldLocation: Soffice.cfg -->
842 <!-- UIHints: Tools - Options - Presentation Grid - [Section] Options -->
843 <info>
844 <desc>Indicates whether to synchronize the resolutions of x- and y-grids.</desc>
845 <label>Synchronize axes</label>
846 </info>
847 <value>false</value>
848 </prop>
849 </group>
850 <group oor:name="Resolution">
851 <info>
852 <desc>Specifies grid resolution.</desc>
853 </info>
854 <group oor:name="XAxis">
855 <!-- OldPath: Impress/Grid/Resolution -->
856 <!-- OldLocation: Soffice.cfg -->
857 <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
858 <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
859 <info>
860 <desc>Defines the horizontal distance between adjacent grid points.</desc>
861 <label>X Axis Resolution</label>
862 </info>
863 <prop oor:name="Metric" oor:type="xs:int">
864 <info>
865 <desc>Defines the horizontal distance between adjacent grid points in 1/100 mm, used when the metric system is active.</desc>
866 <label/>
867 </info>
868 <value>1000</value>
869 </prop>
870 <prop oor:name="NonMetric" oor:type="xs:int">
871 <info>
872 <desc>Defines the horizontal distance between adjacent grid points in 1/100 mm, used when the non-metric system is active.</desc>
873 <label/>
874 </info>
875 <value>1270</value>
876 </prop>
877 </group>
878 <group oor:name="YAxis">
879 <!-- OldPath: Impress/Grid/Resolution -->
880 <!-- OldLocation: Soffice.cfg -->
881 <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
882 <!-- Notice: Default- nonmerical value: 1270 1/100 mm. -->
883 <info>
884 <desc>Defines the vertical distance between adjacent grid points.</desc>
885 <label>Y Axis Resolution</label>
886 </info>
887 <prop oor:name="Metric" oor:type="xs:int">
888 <info>
889 <desc>Defines the vertical distance between adjacent grid points in 1/100 mm, used when the metric system is active.</desc>
890 <label/>
891 </info>
892 <value>1000</value>
893 </prop>
894 <prop oor:name="NonMetric" oor:type="xs:int">
895 <info>
896 <desc>Defines the vertical distance between adjacent grid points in 1/100 mm, used when the non-metric system is active.</desc>
897 <label/>
898 </info>
899 <value>1270</value>
900 </prop>
901 </group>
902 </group>
903 <group oor:name="Subdivision">
904 <info>
905 <desc>Specifies the subdivision of the grid.</desc>
906 </info>
907 <prop oor:name="XAxis" oor:type="xs:double">
908 <!-- OldPath: Impress/Grid/Subdivision -->
909 <!-- OldLocation: Soffice.cfg -->
910 <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
911 <!-- Notice: Default value for English Version only: 254 Points) -->
912 <info>
913 <desc>Specifies the number of points between two adjacent grid points on the X axis.</desc>
914 <label>X Axis Subdivision</label>
915 </info>
916 <value>1</value>
917 </prop>
918 <prop oor:name="YAxis" oor:type="xs:double">
919 <!-- OldPath: Impress/Grid/Subdivision -->
920 <!-- OldLocation: Soffice.cfg -->
921 <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
922 <!-- Notice: Default value for English Version only: 254 Points) -->
923 <info>
924 <desc>Specifies the number of intervals between two adjacent grid points on the Y axis</desc>
925 <label>Y Axis Subdivision</label>
926 </info>
927 <value>1</value>
928 </prop>
929 </group>
930 <group oor:name="SnapGrid">
931 <info>
932 <desc>Contains the specifications of the snap grid.</desc>
933 </info>
934 <prop oor:name="Size" oor:type="xs:boolean">
935 <!-- OldPath: Impress/Grid/Snap_Grid -->
936 <!-- OldLocation: Soffice.cfg -->
937 <!-- UIHints: Tools - Options - Presentation Grid - [Section] Snap grid -->
938 <info>
939 <desc>Indicates whether to synchronize grid and snap-grid.</desc>
940 <label>Size to grid</label>
941 </info>
942 <value>true</value>
943 </prop>
944 <group oor:name="XAxis">
945 <!-- OldPath: Impress/Grid/Snap_Grid -->
946 <!-- OldLocation: Soffice.cfg -->
947 <!-- UIHints: Tools - Options - Presentation Grid - [Section] Snap grid -->
948 <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
949 <info>
950 <desc>Defines the horizontal distance between adjacent points of the snap grid.</desc>
951 <label>X axis</label>
952 </info>
953 <prop oor:name="Metric" oor:type="xs:int">
954 <info>
955 <desc>Defines the horizontal distance between adjacent points of the snap grid in 1/100 mm, used when the metric system is selected.</desc>
956 <label/>
957 </info>
958 <value>1000</value>
959 </prop>
960 <prop oor:name="NonMetric" oor:type="xs:int">
961 <info>
962 <desc>Defines the horizontal distance between adjacent points of the snap grid in 1/100 mm, used when the non-metric system is selected.</desc>
963 <label/>
964 </info>
965 <value>1270</value>
966 </prop>
967 </group>
968 <group oor:name="YAxis">
969 <!-- OldPath: Impress/Grid/Snap_Grid -->
970 <!-- OldLocation: Soffice.cfg -->
971 <!-- UIHints: Tools - Options - Presentation Grid - [Section] Snap grid -->
972 <!-- Notice: Default-Default-nonmetrical value: 1270 1/100 mm. -->
973 <info>
974 <desc>Defines the vertical distance between adjacent points of the snap grid.</desc>
975 <label>Y axis</label>
976 </info>
977 <prop oor:name="Metric" oor:type="xs:int">
978 <info>
979 <desc>Defines the vertical distance between adjacent points of the snap grid in 1/100 mm, used when the metric system is selected.</desc>
980 <label/>
981 </info>
982 <value>1000</value>
983 </prop>
984 <prop oor:name="NonMetric" oor:type="xs:int">
985 <info>
986 <desc>Defines the vertical distance between adjacent points of the snap grid in 1/100 mm, used when the non-metric system is selected.</desc>
987 <label/>
988 </info>
989 <value>1270</value>
990 </prop>
991 </group>
992 </group>
993 </group>
994 <group oor:name="Print">
995 <info>
996 <desc>Defines options regarding the printing of Impress documents.</desc>
997 </info>
998 <group oor:name="Content">
999 <info>
1000 <desc>Defines options regarding the printing of document content.</desc>
1001 </info>
1002 <prop oor:name="Presentation" oor:type="xs:boolean">
1003 <!-- OldPath: Impress/Print/Contents -->
1004 <!-- OldLocation: Soffice.cfg -->
1005 <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
1006 <info>
1007 <desc>Indicates whether the presentation will be printed.</desc>
1008 <label>Presentation</label>
1009 </info>
1010 <value>true</value>
1011 </prop>
1012 <prop oor:name="Note" oor:type="xs:boolean">
1013 <!-- OldPath: Impress/Print/Contents -->
1014 <!-- OldLocation: Soffice.cfg -->
1015 <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
1016 <info>
1017 <desc>Indicates whether the notes will be printed.</desc>
1018 <label>Notes</label>
1019 </info>
1020 <value>false</value>
1021 </prop>
1022 <prop oor:name="Handout" oor:type="xs:boolean">
1023 <!-- OldPath: Impress/Print/Contents -->
1024 <!-- OldLocation: Soffice.cfg -->
1025 <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
1026 <info>
1027 <desc>Indicates whether the handouts will be printed.</desc>
1028 <label>Handouts</label>
1029 </info>
1030 <value>false</value>
1031 </prop>
1032 <prop oor:name="Outline" oor:type="xs:boolean">
1033 <!-- OldPath: Impress/Print/Contents -->
1034 <!-- OldLocation: Soffice.cfg -->
1035 <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
1036 <info>
1037 <desc>Indicates whether the outlines will be printed.</desc>
1038 <label>Outline</label>
1039 </info>
1040 <value>false</value>
1041 </prop>
1042 </group>
1043 <group oor:name="Page">
1044 <info>
1045 <desc>Specifies how and which pages will be printed.</desc>
1046 </info>
1047 <prop oor:name="PageSize" oor:type="xs:boolean">
1048 <!-- OldPath: Impress/Print/Page -->
1049 <!-- OldLocation: Soffice.cfg -->
1050 <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
1051 <info>
1052 <desc>Indicates whether to enlarge or shrink a document&apos;s page size while printing to fit the physical paper size.</desc>
1053 <label>Fit to page</label>
1054 </info>
1055 <value>false</value>
1056 </prop>
1057 <prop oor:name="PageTile" oor:type="xs:boolean">
1058 <!-- OldPath: Impress/Print/Page -->
1059 <!-- OldLocation: Soffice.cfg -->
1060 <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
1061 <info>
1062 <desc>Indicates whether to print the pages&apos; titles at the top of every page.</desc>
1063 <label>Tile pages</label>
1064 </info>
1065 <value>false</value>
1066 </prop>
1067 <prop oor:name="Booklet" oor:type="xs:boolean">
1068 <!-- OldPath: Impress/Print/Page -->
1069 <!-- OldLocation: Soffice.cfg -->
1070 <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
1071 <info>
1072 <desc>Indicates whether to print a document in the form of a brochure.</desc>
1073 <label>Brochure</label>
1074 </info>
1075 <value>false</value>
1076 </prop>
1077 <prop oor:name="BookletFront" oor:type="xs:boolean">
1078 <!-- OldPath: Impress/Print/Page -->
1079 <!-- OldLocation: Soffice.cfg -->
1080 <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
1081 <info>
1082 <desc>Indicates whether to print the front side pages of a brochure.</desc>
1083 <label>Front side</label>
1084 </info>
1085 <value>true</value>
1086 </prop>
1087 <prop oor:name="BookletBack" oor:type="xs:boolean">
1088 <!-- OldPath: Impress/Print/Page -->
1089 <!-- OldLocation: Soffice.cfg -->
1090 <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
1091 <info>
1092 <desc>Indicates whether to print the back side pages of a brochure.</desc>
1093 <label>Back side</label>
1094 </info>
1095 <value>true</value>
1096 </prop>
1097 </group>
1098 <group oor:name="Other">
1099 <info>
1100 <desc>Specifies general printing related issues.</desc>
1101 </info>
1102 <prop oor:name="PageName" oor:type="xs:boolean">
1103 <!-- OldPath: Impress/Print -->
1104 <!-- OldLocation: Soffice.cfg -->
1105 <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
1106 <info>
1107 <desc>Indicates whether to print page names.</desc>
1108 <label>Page name</label>
1109 </info>
1110 <value>false</value>
1111 </prop>
1112 <prop oor:name="Date" oor:type="xs:boolean">
1113 <!-- OldPath: Impress/Print -->
1114 <!-- OldLocation: Soffice.cfg -->
1115 <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
1116 <info>
1117 <desc>Indicates whether to print the current date at the top of every page.</desc>
1118 <label>Date</label>
1119 </info>
1120 <value>false</value>
1121 </prop>
1122 <prop oor:name="Time" oor:type="xs:boolean">
1123 <!-- OldPath: Impress/Print -->
1124 <!-- OldLocation: Soffice.cfg -->
1125 <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
1126 <info>
1127 <desc>Indicates whether to print the current time at the top of every page.</desc>
1128 <label>Time</label>
1129 </info>
1130 <value>false</value>
1131 </prop>
1132 <prop oor:name="HiddenPage" oor:type="xs:boolean">
1133 <!-- OldPath: Impress/Print -->
1134 <!-- OldLocation: Soffice.cfg -->
1135 <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
1136 <info>
1137 <desc>Indicates whether to print hidden pages.</desc>
1138 <label>Hidden pages</label>
1139 </info>
1140 <value>true</value>
1141 </prop>
1142 <prop oor:name="Quality" oor:type="xs:int">
1143 <!-- OldPath: Impress/Print -->
1144 <!-- OldLocation: Soffice.cfg -->
1145 <!-- UIHints: Tools - Options - Presentation Print - [Section] Quality -->
1146 <info>
1147 <desc>Specifies the quality of the printed colors.</desc>
1148 </info>
1149 <constraints>
1150 <enumeration oor:value="0">
1151 <info>
1152 <desc>Color</desc>
1153 </info>
1154 </enumeration>
1155 <enumeration oor:value="1">
1156 <info>
1157 <desc>Grayscale</desc>
1158 </info>
1159 </enumeration>
1160 <enumeration oor:value="2">
1161 <info>
1162 <desc>Black/White</desc>
1163 </info>
1164 </enumeration>
1165 </constraints>
1166 <value>0</value>
1167 </prop>
1168 <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
1169 <!-- OldPath: Impress/Print -->
1170 <!-- OldLocation: Soffice.cfg -->
1171 <!-- UIHints: Tools - Options - Presentation Print [Check box] From printer setup -->
1172 <info>
1173 <desc>Indicates whether to use the system settings of the printer to choose the paper tray.</desc>
1174 <label>From printer setup</label>
1175 </info>
1176 <value>false</value>
1177 </prop>
1178 <prop oor:name="HandoutHorizontal" oor:type="xs:boolean">
1179 <!-- UIHints: File - Print - [Section] Print content - [Radio buttons] Horizontal(TRUE)/Vertical(FALSE) -->
1180 <info>
1181 <desc>Indicates whether the slide thumbnails on the printed handouts are ordered horizontal or vertical</desc>
1182 <label>Handout orientation</label>
1183 </info>
1184 <value>false</value>
1185 </prop> <prop oor:name="PagesPerHandout" oor:type="xs:int">
1186 <!-- UIHints: File - Print - [Section] Print content - [ListBox] Slides per page -->
1187 <info>
1188 <desc>Specifies the number of slide thumbnails printed on each handout page.</desc>
1189 <label>Slides per page</label>
1190 </info>
1191 <constraints>
1192 <enumeration oor:value="1">
1193 <info>
1194 <desc>One slide</desc>
1195 </info>
1196 </enumeration>
1197 <enumeration oor:value="2">
1198 <info>
1199 <desc>Two slides</desc>
1200 </info>
1201 </enumeration>
1202 <enumeration oor:value="3">
1203 <info>
1204 <desc>Three slides, including lines for notes</desc>
1205 </info>
1206 </enumeration>
1207 <enumeration oor:value="4">
1208 <info>
1209 <desc>Four slides</desc>
1210 </info>
1211 </enumeration>
1212 <enumeration oor:value="6">
1213 <info>
1214 <desc>Six slides</desc>
1215 </info>
1216 </enumeration>
1217 <enumeration oor:value="9">
1218 <info>
1219 <desc>Nine slides</desc>
1220 </info>
1221 </enumeration>
1222 </constraints>
1223 <value>0</value>
1224 </prop>
1225 </group>
1226 </group>
1227 <group oor:name="Filter">
1228 <info>
1229 <desc>Contains the group of options that control the behavior of filters.</desc>
1230 <label>Filter Options</label>
1231 </info>
1232 <group oor:name="Import">
1233 <info>
1234 <desc>Contains the group of options that control the behavior of the import filters.</desc>
1235 <label>Import Filter</label>
1236 </info>
1237 <group oor:name="VBA">
1238 <info>
1239 <desc>Contains the group of options that control the behavior of the VBA filter.</desc>
1240 <label>VBA Filter</label>
1241 </info>
1242 <prop oor:name="Load" oor:type="xs:boolean">
1243 <!-- OldPath: Filter/MS_Office/Basic/PowerPoint -->
1244 <!-- OldLocation: soffice.cfg -->
1245 <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft PowerPoint 97/2000 -->
1246 <info>
1247 <author>OS</author>
1248 <desc>Converts VBA Basic into Office Basic as commands (True).</desc>
1249 <label>Load Basic Code to edit</label>
1250 </info>
1251 <value>true</value>
1252 </prop>
1253 <prop oor:name="Save" oor:type="xs:boolean">
1254 <!-- OldPath: Filter/MS_Office/Basic/PowerPoint -->
1255 <!-- OldLocation: soffice.cfg -->
1256 <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft PowerPoint 97/2000 -->
1257 <info>
1258 <author>OS</author>
1259 <desc>Holds original VBA storage for saving in the memory (True).</desc>
1260 <label>Save Original Basic Code again</label>
1261 </info>
1262 <value>true</value>
1263 </prop>
1264 </group>
1265 </group>
1266 <group oor:name="Export">
1267 <info>
1268 <desc>Exports related configuration items.</desc>
1269 </info>
1270 <prop oor:name="LastUsed" oor:type="xs:string">
1271 <!-- OldPath: STARIMPRESS -->
1272 <!-- OldLocation: soffice.ini -->
1273 <!-- UIHints: Set after export -->
1274 <info>
1275 <desc>Specifies the filter last used to export an Impress document.</desc>
1276 </info>
1277 <constraints>
1278 <enumeration oor:value="HTML">
1279 <info>
1280 <desc>HTML</desc>
1281 </info>
1282 </enumeration>
1283 <enumeration oor:value="BMP - MS Windows">
1284 <info>
1285 <desc>MS Windows bitmap</desc>
1286 </info>
1287 </enumeration>
1288 <enumeration oor:value="PNG - Portable Network Graphic">
1289 <info>
1290 <desc>Portable Network Graphic</desc>
1291 </info>
1292 </enumeration>
1293 <enumeration oor:value="EPS - Encapsulated PostScript">
1294 <info>
1295 <desc>Encapsulated PostScript</desc>
1296 </info>
1297 </enumeration>
1298 <enumeration oor:value="GIF - Graphic Interchange">
1299 <info>
1300 <desc>Graphic Interchange Format</desc>
1301 </info>
1302 </enumeration>
1303 <enumeration oor:value="JPG - JPEG">
1304 <info>
1305 <desc>JPEG</desc>
1306 </info>
1307 </enumeration>
1308 <enumeration oor:value="MET - OS/2 Metafile">
1309 <info>
1310 <desc>OS/2 Metafile</desc>
1311 </info>
1312 </enumeration>
1313 <enumeration oor:value="PCT - Mac Pict">
1314 <info>
1315 <desc>Mac Pict</desc>
1316 </info>
1317 </enumeration>
1318 <enumeration oor:value="PBM - Portable Bitmap">
1319 <info>
1320 <desc>Portable Bitmap</desc>
1321 </info>
1322 </enumeration>
1323 <enumeration oor:value="PGM - Portable Graymap">
1324 <info>
1325 <desc>Portable Graymap</desc>
1326 </info>
1327 </enumeration>
1328 <enumeration oor:value="PPM - Portable Pixelmap">
1329 <info>
1330 <desc>Portable Pixelmap</desc>
1331 </info>
1332 </enumeration>
1333 <enumeration oor:value="RAS - Sun Rasterfile">
1334 <info>
1335 <desc>Sun Rasterfile</desc>
1336 </info>
1337 </enumeration>
1338 <enumeration oor:value="SVM - StarView Metafile">
1339 <info>
1340 <desc>StarView Metafile</desc>
1341 </info>
1342 </enumeration>
1343 <enumeration oor:value="WMF - MS Windows Metafile">
1344 <info>
1345 <desc>MS Windows Metafile</desc>
1346 </info>
1347 </enumeration>
1348 <enumeration oor:value="XPM">
1349 <info>
1350 <desc>XPM</desc>
1351 </info>
1352 </enumeration>
1353 </constraints>
1354 </prop>
1355 </group>
1356 </group>
1357 <group oor:name="MultiPaneGUI">
1358 <info>
1359 <desc>Options that control the content and appearance of the multi pane GUI.</desc>
1360 <label>Multi Pane GUI Options</label>
1361 </info>
1362 <group oor:name="ToolPanel">
1363 <info>
1364 <desc>Options that control the tool panel.</desc>
1365 <label>Tool Panel Options</label>
1366 </info>
1367 <set oor:name="RecentlyUsedMasterPages" oor:node-type="MasterPageDescriptor">
1368 <info>
1369 <desc>List of the URLs of the most recently used master pages.</desc>
1370 <label>Recently Used Master Pages</label>
1371 </info>
1372 </set>
1373 </group>
1374 <group oor:name="Framework">
1375 <info>
1376 <desc>Options that control the multi pane framework.</desc>
1377 <label>Multi Pane Framework Options</label>
1378 </info>
1379 <set oor:name="ResourceFactories" oor:node-type="ResourceFactory">
1380 <info>
1381 <desc>Set of factories and the resources created by them.</desc>
1382 <label>Multi Pane Framework Resource Factories</label>
1383 </info>
1384 </set>
1385 <set oor:name="StartupServices" oor:node-type="StartupService">
1386 <info>
1387 <desc>Set of services that are instantiated every time the
1388 framework of a Draw or Impress document is initialized.</desc>
1389 <label>Multi Pane Framework Startup Services</label>
1390 </info>
1391 </set>
1392 </group>
1393 <group oor:name="SlideSorter">
1394 <info>
1395 <desc>Values related to the slide sorter.</desc>
1396 <label>Slide Sorter Options</label>
1397 </info>
1398 <group oor:name="PreviewCache">
1399 <info>
1400 <desc>Values for tuning the preview cache of the slide sorter.</desc>
1401 <label>Preview Cache Options</label>
1402 </info>
1403 <prop oor:name="CacheSize" oor:type="xs:int">
1404 <info>
1405 <desc>Maximal size of the cache that stores slide
1406 preview bitmaps. This size does only cover
1407 previews of slides that are not currently
1408 visible. Depending on the compression policy
1409 this upper bound may be violated.</desc>
1410 <label>Preview Cache Size</label>
1411 </info>
1412 <value>4194304</value>
1413 </prop>
1414 <prop oor:name="CompactionPolicy" oor:type="xs:string">
1415 <info>
1416 <desc>Technique of how to reduce the memory used by the cache.</desc>
1417 <label>Compaction Policy</label>
1418 </info>
1419 <constraints>
1420 <enumeration oor:value="None">
1421 <info>
1422 <desc>Ignore the maximal cache size.</desc>
1423 </info>
1424 </enumeration>
1425 <enumeration oor:value="Compress">
1426 <info>
1427 <desc>Use the compression policy to compress preview bitmaps
1428 that are not visible.</desc>
1429 </info>
1430 </enumeration>
1431 </constraints>
1432 <value>Compress</value>
1433 </prop>
1434 <prop oor:name="CompressionPolicy" oor:type="xs:string">
1435 <info>
1436 <desc>Technique of how to compress preview bitmaps for
1437 slides that are moved out of the visible area in
1438 order to save cache space.</desc>
1439 <label>Compression Policy</label>
1440 </info>
1441 <constraints>
1442 <enumeration oor:value="None">
1443 <info>
1444 <desc>Keep bitmaps unmodified in cache. This effectively
1445 ignores the maximal cache size.</desc>
1446 </info>
1447 </enumeration>
1448 <enumeration oor:value="Erase">
1449 <info>
1450 <desc>Remove preview from cache</desc>
1451 </info>
1452 </enumeration>
1453 <enumeration oor:value="ResolutionReduction">
1454 <info>
1455 <desc>Reduce the resolution to a width
1456 of 100 Pixels</desc>
1457 </info>
1458 </enumeration>
1459 <enumeration oor:value="PNGCompression">
1460 <info>
1461 <desc>Store preview as compressed PNG bitmap</desc>
1462 </info>
1463 </enumeration>
1464 </constraints>
1465 <value>ResolutionReduction</value>
1466 </prop>
1467 <prop oor:name="TimeBetweenHighPriorityRequests" oor:type="xs:int">
1468 <info>
1469 <desc>Time in milli seconds to wait between processing
1470 preview creation requests with high priority.</desc>
1471 <label>Time Between High Priority Requests</label>
1472 </info>
1473 <value>10</value>
1474 </prop>
1475 <prop oor:name="TimeBetweenLowPriorityRequests" oor:type="xs:int">
1476 <info>
1477 <desc>Time in milli seconds to wait between processing
1478 preview creation requests with low priority.</desc>
1479 <label>Time Between Low Priority Requests</label>
1480 </info>
1481 <value>100</value>
1482 </prop>
1483 <prop oor:name="TimeBetweenRequestsDuringShow" oor:type="xs:int">
1484 <info>
1485 <desc>Time in milli seconds to wait between processing
1486 preview creation requestsest when show is running.</desc>
1487 <label>Time Between Requests During Show</label>
1488 </info>
1489 <value>1000</value>
1490 </prop>
1491 </group>
1492 </group>
1493 </group>
1494 </component>
1495 </oor:component-schema>