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