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