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="Math" oor:package="org.openoffice.Office" xml:lang="en-US"> <info> 26 <author>TL</author> 27 <desc >Contains settings for Math.</desc> 28 </info> 29 <templates> 30 <group oor:name="FontFormat"> 31 <info> 32 <desc>Lists properties for describing a font.</desc> 33 </info> 34 <prop oor:name="Name" oor:type="xs:string"> 35 <info> 36 <desc>Specifies the font name.</desc> 37 </info> 38 </prop> 39 <prop oor:name="CharSet" oor:type="xs:short"> 40 <info> 41 <desc>Specifies the character set for a font.</desc> 42 </info> 43 </prop> 44 <prop oor:name="Family" oor:type="xs:short"> 45 <info> 46 <desc>Specifies the font family.</desc> 47 </info> 48 <constraints> 49 <enumeration oor:value="0"> 50 <info> 51 <desc>not known</desc> 52 </info> 53 </enumeration> 54 <enumeration oor:value="1"> 55 <info> 56 <desc>decorative</desc> 57 </info> 58 </enumeration> 59 <enumeration oor:value="2"> 60 <info> 61 <desc>modern</desc> 62 </info> 63 </enumeration> 64 <enumeration oor:value="3"> 65 <info> 66 <desc>roman</desc> 67 </info> 68 </enumeration> 69 <enumeration oor:value="4"> 70 <info> 71 <desc>script</desc> 72 </info> 73 </enumeration> 74 <enumeration oor:value="5"> 75 <info> 76 <desc>swiss</desc> 77 </info> 78 </enumeration> 79 <enumeration oor:value="6"> 80 <info> 81 <desc>system</desc> 82 </info> 83 </enumeration> 84 </constraints> 85 </prop> 86 <prop oor:name="Pitch" oor:type="xs:short"> 87 <info> 88 <desc>Specifies the pitch of a font.</desc> 89 </info> 90 <constraints> 91 <enumeration oor:value="0"> 92 <info> 93 <desc>not known</desc> 94 </info> 95 </enumeration> 96 <enumeration oor:value="1"> 97 <info> 98 <desc>fixed</desc> 99 </info> 100 </enumeration> 101 <enumeration oor:value="2"> 102 <info> 103 <desc>variable</desc> 104 </info> 105 </enumeration> 106 </constraints> 107 </prop> 108 <prop oor:name="Weight" oor:type="xs:short"> 109 <info> 110 <desc>Specifies the weight of a font.</desc> 111 </info> 112 <constraints> 113 <enumeration oor:value="0"> 114 <info> 115 <desc>not known</desc> 116 </info> 117 </enumeration> 118 <enumeration oor:value="1"> 119 <info> 120 <desc>thin</desc> 121 </info> 122 </enumeration> 123 <enumeration oor:value="2"> 124 <info> 125 <desc>ultra light</desc> 126 </info> 127 </enumeration> 128 <enumeration oor:value="3"> 129 <info> 130 <desc>light</desc> 131 </info> 132 </enumeration> 133 <enumeration oor:value="4"> 134 <info> 135 <desc>semi light</desc> 136 </info> 137 </enumeration> 138 <enumeration oor:value="5"> 139 <info> 140 <desc>normal</desc> 141 </info> 142 </enumeration> 143 <enumeration oor:value="6"> 144 <info> 145 <desc>medium</desc> 146 </info> 147 </enumeration> 148 <enumeration oor:value="7"> 149 <info> 150 <desc>semi bold</desc> 151 </info> 152 </enumeration> 153 <enumeration oor:value="8"> 154 <info> 155 <desc>bold</desc> 156 </info> 157 </enumeration> 158 <enumeration oor:value="9"> 159 <info> 160 <desc>ultra bold</desc> 161 </info> 162 </enumeration> 163 <enumeration oor:value="10"> 164 <info> 165 <desc>black</desc> 166 </info> 167 </enumeration> 168 </constraints> 169 </prop> 170 <prop oor:name="Italic" oor:type="xs:short"> 171 <info> 172 <desc>Specifies the font italics.</desc> 173 </info> 174 <constraints> 175 <enumeration oor:value="0"> 176 <info> 177 <desc>not slanted</desc> 178 </info> 179 </enumeration> 180 <enumeration oor:value="1"> 181 <info> 182 <desc>oblique</desc> 183 </info> 184 </enumeration> 185 <enumeration oor:value="2"> 186 <info> 187 <desc>normal</desc> 188 </info> 189 </enumeration> 190 <enumeration oor:value="3"> 191 <info> 192 <desc>not known</desc> 193 </info> 194 </enumeration> 195 </constraints> 196 </prop> 197 </group> 198 <group oor:name="Symbol"> 199 <info> 200 <desc>Contains settings for defining a user- or predefined symbol.</desc> 201 </info> 202 <prop oor:name="Char" oor:type="xs:int"> 203 <info> 204 <desc>Specifies the character value of the symbol.</desc> 205 </info> 206 </prop> 207 <prop oor:name="Set" oor:type="xs:string"> 208 <info> 209 <desc>Specifies the symbol set containing the symbol.</desc> 210 </info> 211 </prop> 212 <prop oor:name="Predefined" oor:type="xs:boolean"> 213 <info> 214 <desc>Specifies if a symbol is predefined or user-defined.</desc> 215 </info> 216 <value>false</value> 217 </prop> 218 <prop oor:name="FontFormatId" oor:type="xs:string"> 219 <info> 220 <desc>Specifies the font format used. The value must be one of the node-names in the FontFormatList.</desc> 221 </info> 222 </prop> 223 </group> 224 </templates> 225 <component> 226 <group oor:name="Print"> 227 <info> 228 <desc>Contains settings for printing.</desc> 229 </info> 230 <prop oor:name="Title" oor:type="xs:boolean"> 231 <!-- OldPath: Math/Print --> 232 <!-- OldLocation: Soffice.cfg --> 233 <!-- UIHints: Tools - Options Formula Settings - [Section] Print options --> 234 <info> 235 <author>TL</author> 236 <desc>Specifies if the title (filename) is printed.</desc> 237 <label>Title row</label> 238 </info> 239 <value>true</value> 240 </prop> 241 <prop oor:name="FormulaText" oor:type="xs:boolean"> 242 <!-- OldPath: Math/Print --> 243 <!-- OldLocation: Soffice.cfg --> 244 <!-- UIHints: Tools - Options Formula Settings - [Section] Print options --> 245 <info> 246 <author>TL</author> 247 <desc>Specifies if the formula text is printed.</desc> 248 <label>Formula text</label> 249 </info> 250 <value>true</value> 251 </prop> 252 <prop oor:name="Frame" oor:type="xs:boolean"> 253 <!-- OldPath: Math/Print --> 254 <!-- OldLocation: Soffice.cfg --> 255 <!-- UIHints: Tools - Options Formula Settings - [Section] Print options --> 256 <info> 257 <author>TL</author> 258 <desc>Specifies if a border is drawn around the formula.</desc> 259 <label>Border</label> 260 </info> 261 <value>true</value> 262 </prop> 263 <prop oor:name="Size" oor:type="xs:short"> 264 <!-- OldPath: Math/Print --> 265 <!-- OldLocation: Soffice.cfg --> 266 <!-- UIHints: Tools - Options Formula Settings - [Section] Print format --> 267 <info> 268 <author>TL</author> 269 <desc>Defines the size used when printing the formula.</desc> 270 <label>Print Size</label> 271 </info> 272 <constraints> 273 <enumeration oor:value="0"> 274 <info> 275 <desc>Original size</desc> 276 </info> 277 </enumeration> 278 <enumeration oor:value="1"> 279 <info> 280 <desc>Adapt to paper size</desc> 281 </info> 282 </enumeration> 283 <enumeration oor:value="2"> 284 <info> 285 <desc>Define zoom factor</desc> 286 </info> 287 </enumeration> 288 </constraints> 289 <value>0</value> 290 </prop> 291 <prop oor:name="ZoomFactor" oor:type="xs:short"> 292 <!-- OldPath: Math/Print --> 293 <!-- OldLocation: Soffice.cfg --> 294 <!-- UIHints: Tools - Options Formula Settings - [Section] Print format --> 295 <info> 296 <author>TL</author> 297 <desc>Specifies the zoom factor for printing formulas. This is only valid when the print size is defined by the zoom factor. [UNIT=%]</desc> 298 <label>Zoom factor</label> 299 </info> 300 <constraints> 301 <minInclusive oor:value="10"> 302 <info> 303 <desc>Specifies the minimum value allowed</desc> 304 </info> 305 </minInclusive> 306 <maxInclusive oor:value="400"> 307 <info> 308 <desc>Specifies the maximum value allowed.</desc> 309 </info> 310 </maxInclusive> 311 </constraints> 312 <value>100</value> 313 </prop> 314 </group> 315 <group oor:name="LoadSave"> 316 <info> 317 <desc>Contains settings related to load and save operations.</desc> 318 </info> 319 <prop oor:name="IsSaveOnlyUsedSymbols" oor:type="xs:boolean"> 320 <!-- UIHints: - Tools/Options - OpenOffice Maths - Settings --> 321 <info> 322 <author>TL</author> 323 <desc>When set only symbols used in the current formula will be saved. Otherwise all user defined symbols will be saved in each formula.</desc> 324 <label>Save only used symbols.</label> 325 </info> 326 <value>true</value> 327 </prop> 328 </group> 329 <group oor:name="Misc"> 330 <info> 331 <desc>Contains miscellaneous settings.</desc> 332 </info> 333 <prop oor:name="NoSymbolsWarning" oor:type="xs:boolean"> 334 <!-- OldPath: Math/Misc --> 335 <!-- OldLocation: Soffice.cfg --> 336 <!-- UIHints: - --> 337 <info> 338 <deprecated/> 339 <author>TL</author> 340 <desc>Specifies that, if true, a warning message is shown when the symbol file used by the formulas is missing.</desc> 341 <label>Missing symbols warning.</label> 342 </info> 343 <value>true</value> 344 </prop> 345 <prop oor:name="IgnoreSpacesRight" oor:type="xs:boolean"> 346 <!-- OldPath: Math/Misc --> 347 <!-- OldLocation: Soffice.cfg --> 348 <!-- UIHints: Tools - Options Formula Settings - [Section] Miscellaneous options --> 349 <info> 350 <author>TL</author> 351 <desc>Ignores spacing symbols at the end of a line.</desc> 352 <label>Ignore ~ and ' at the end of the line</label> 353 </info> 354 <value>true</value> 355 </prop> 356 </group> 357 <group oor:name="View"> 358 <info> 359 <desc>Contains view settings.</desc> 360 </info> 361 <prop oor:name="ToolboxVisible" oor:type="xs:boolean"> 362 <!-- OldPath: Math/View --> 363 <!-- OldLocation: Soffice.cfg --> 364 <!-- UIHints: View - Elements --> 365 <info> 366 <author>TL</author> 367 <desc>Toggles the visibility of the ToolBox (Selection Box).</desc> 368 <label>Show Tool Box</label> 369 </info> 370 <value>true</value> 371 </prop> 372 <prop oor:name="AutoRedraw" oor:type="xs:boolean"> 373 <!-- OldPath: Math/View --> 374 <!-- OldLocation: Soffice.cfg --> 375 <!-- UIHints: View - AutoRefresh Display --> 376 <info> 377 <author>TL</author> 378 <desc>Automatically updates the display of the formula after the text has changed.</desc> 379 <label>Update display automatically</label> 380 </info> 381 <value>true</value> 382 </prop> 383 <prop oor:name="FormulaCursor" oor:type="xs:boolean"> 384 <!-- OldPath: Math/View --> 385 <!-- OldLocation: Soffice.cfg --> 386 <!-- UIHints: The icon "Formula Cursor" in the Tool bar --> 387 <info> 388 <author>TL</author> 389 <desc>Toggles the visibility of the FormulaCursor.</desc> 390 <label>Show Formula Cursor</label> 391 </info> 392 <value>true</value> 393 </prop> 394 </group> 395 <set oor:name="FontFormatList" oor:node-type="FontFormat"> 396 <info> 397 <desc>Lists the FontFormat entries that can be used as symbol definitions in the SymbolList.</desc> 398 </info> 399 </set> 400 <group oor:name="StandardFormat"> 401 <info> 402 <desc>Defines the default format settings for formulas.</desc> 403 </info> 404 <prop oor:name="Textmode" oor:type="xs:boolean"> 405 <!-- OldPath: Math/StandardFormat --> 406 <!-- OldLocation: Soffice.cfg --> 407 <!-- UIHints: Format - Text Mode --> 408 <info> 409 <author>TL</author> 410 <desc>Displays some expressions in a compact form.</desc> 411 <label>Textmode</label> 412 </info> 413 <value>false</value> 414 </prop> 415 <prop oor:name="GreekCharStyle" oor:type="xs:short"> 416 <!-- UIHints: n/a yet --> 417 <info> 418 <author>TL</author> 419 <desc>Specifies the default layout for symbols from the 'Greek' symbol set.</desc> 420 <label>Greek character style</label> 421 </info> 422 <constraints> 423 <minInclusive oor:value="0"> 424 <info> 425 <desc>Specifies the minimum value allowed</desc> 426 </info> 427 </minInclusive> 428 <maxInclusive oor:value="2"> 429 <info> 430 <desc>Specifies the maximum value allowed</desc> 431 </info> 432 </maxInclusive> 433 </constraints> 434 <value>0</value> 435 </prop> 436 <prop oor:name="ScaleNormalBracket" oor:type="xs:boolean"> 437 <!-- OldPath: Math/StandardFormat --> 438 <!-- OldLocation: Soffice.cfg --> 439 <!-- UIHints: Format - Spacing - Category - Brackets - Scale all brackets --> 440 <info> 441 <author>TL</author> 442 <desc>Attempts to scale non-scaleable brackets to fit the size of the arguments.</desc> 443 <label>Scale normal brackets</label> 444 </info> 445 <value>false</value> 446 </prop> 447 <prop oor:name="HorizontalAlignment" oor:type="xs:short"> 448 <!-- OldPath: Math/StandardFormat --> 449 <!-- OldLocation: Soffice.cfg --> 450 <!-- UIHints: Format - Alignment - Horizontal --> 451 <info> 452 <author>TL</author> 453 <desc>Specifies the default horizontal alignment for the formula.</desc> 454 <label>Horizontal alignment</label> 455 </info> 456 <constraints> 457 <enumeration oor:value="0"> 458 <info> 459 <desc>left</desc> 460 </info> 461 </enumeration> 462 <enumeration oor:value="1"> 463 <info> 464 <desc>centered</desc> 465 </info> 466 </enumeration> 467 <enumeration oor:value="2"> 468 <info> 469 <desc>right</desc> 470 </info> 471 </enumeration> 472 </constraints> 473 <value>1</value> 474 </prop> 475 <prop oor:name="BaseSize" oor:type="xs:short"> 476 <!-- OldPath: Math/StandardFormat --> 477 <!-- OldLocation: Soffice.cfg --> 478 <!-- UIHints: Format- Font Size - Base size --> 479 <info> 480 <author>TL</author> 481 <desc>Specifies the reference base size. [UNIT=Pts]</desc> 482 <label>Base size</label> 483 </info> 484 <constraints> 485 <minInclusive oor:value="4"> 486 <info> 487 <desc>Specifies the minimum value allowed</desc> 488 </info> 489 </minInclusive> 490 <maxInclusive oor:value="127"> 491 <info> 492 <desc>Specifies the maximum value allowed</desc> 493 </info> 494 </maxInclusive> 495 </constraints> 496 <value>12</value> 497 </prop> 498 <prop oor:name="TextSize" oor:type="xs:short"> 499 <!-- OldPath: Math/StandardFormat --> 500 <!-- OldLocation: Soffice.cfg --> 501 <!-- UIHints: Format- Font Size - Text --> 502 <info> 503 <author>TL</author> 504 <desc>Specifies the text size relative to the base size. [UNIT=%]</desc> 505 <label>Text size</label> 506 </info> 507 <constraints> 508 <minInclusive oor:value="5"> 509 <info> 510 <desc>Specifies the minimum value allowed (must be positive)</desc> 511 </info> 512 </minInclusive> 513 <maxInclusive oor:value="200"> 514 <info> 515 <desc>Specifies the maximum value allowed</desc> 516 </info> 517 </maxInclusive> 518 </constraints> 519 <value>100</value> 520 </prop> 521 <prop oor:name="IndexSize" oor:type="xs:short"> 522 <!-- OldPath: Math/StandardFormat --> 523 <!-- OldLocation: Soffice.cfg --> 524 <!-- UIHints: Format- Font Size - Indices --> 525 <info> 526 <author>TL</author> 527 <desc>Specifies the size of the indices relative to the base size. [UNIT=%]</desc> 528 <label>Index size</label> 529 </info> 530 <constraints> 531 <minInclusive oor:value="5"> 532 <info> 533 <desc>Specifies the minimum value allowed (must be positive)</desc> 534 </info> 535 </minInclusive> 536 <maxInclusive oor:value="200"> 537 <info> 538 <desc>Specifies the maximum value allowed</desc> 539 </info> 540 </maxInclusive> 541 </constraints> 542 <value>60</value> 543 </prop> 544 <prop oor:name="FunctionSize" oor:type="xs:short"> 545 <!-- OldPath: Math/StandardFormat --> 546 <!-- OldLocation: Soffice.cfg --> 547 <!-- UIHints: Format- Font Size - Functions --> 548 <info> 549 <author>TL</author> 550 <desc>Specifies the size of the functions relative to the base size. [UNIT=%]</desc> 551 <label>Function size</label> 552 </info> 553 <constraints> 554 <minInclusive oor:value="5"> 555 <info> 556 <desc>Specifies the minimum value allowed (must be positive)</desc> 557 </info> 558 </minInclusive> 559 <maxInclusive oor:value="200"> 560 <info> 561 <desc>Specifies the maximum value allowed</desc> 562 </info> 563 </maxInclusive> 564 </constraints> 565 <value>100</value> 566 </prop> 567 <prop oor:name="OperatorSize" oor:type="xs:short"> 568 <!-- OldPath: Math/StandardFormat --> 569 <!-- OldLocation: Soffice.cfg --> 570 <!-- UIHints: Format- Font Size - Operators --> 571 <info> 572 <author>TL</author> 573 <desc>Specifies the size of the operators relative to the base size. [UNIT=%]</desc> 574 <label>Operator size</label> 575 </info> 576 <constraints> 577 <minInclusive oor:value="5"> 578 <info> 579 <desc>Specifies the minimum value allowed (must be positive)</desc> 580 </info> 581 </minInclusive> 582 <maxInclusive oor:value="200"> 583 <info> 584 <desc>Specifies the maximum value allowed</desc> 585 </info> 586 </maxInclusive> 587 </constraints> 588 <value>100</value> 589 </prop> 590 <prop oor:name="LimitsSize" oor:type="xs:short"> 591 <!-- OldPath: Math/StandardFormat --> 592 <!-- OldLocation: Soffice.cfg --> 593 <!-- UIHints: Format- Font Size - Limits --> 594 <info> 595 <author>TL</author> 596 <desc>Specifies the size of the limits relative to the base size. [UNIT=%]</desc> 597 <label>Limits size</label> 598 </info> 599 <constraints> 600 <minInclusive oor:value="5"> 601 <info> 602 <desc>Specifies the minimum value allowed (must be positive)</desc> 603 </info> 604 </minInclusive> 605 <maxInclusive oor:value="200"> 606 <info> 607 <desc>Specifies the maximum value allowed</desc> 608 </info> 609 </maxInclusive> 610 </constraints> 611 <value>60</value> 612 </prop> 613 <prop oor:name="VariableFont" oor:type="xs:string"> 614 <!-- OldPath: Math/StandardFormat --> 615 <!-- OldLocation: Soffice.cfg --> 616 <!-- UIHints: Format - Fonts - Variables --> 617 <info> 618 <author>TL</author> 619 <desc>Specifies the FontFormat (font) to be used for variables. The value must be contained in the FontFormatList.</desc> 620 <label>Variable Font name</label> 621 </info> 622 <value/> 623 </prop> 624 <prop oor:name="FunctionFont" oor:type="xs:string"> 625 <!-- OldPath: Math/StandardFormat --> 626 <!-- OldLocation: Soffice.cfg --> 627 <!-- UIHints: Format - Fonts - Functions --> 628 <info> 629 <author>TL</author> 630 <desc>Specifies the FontFormat (font) to be used for functions. The value must be contained in the FontFormatList.</desc> 631 <label>Function Font name</label> 632 </info> 633 <value/> 634 </prop> 635 <prop oor:name="NumberFont" oor:type="xs:string"> 636 <!-- OldPath: Math/StandardFormat --> 637 <!-- OldLocation: Soffice.cfg --> 638 <!-- UIHints: Format - Fonts - Numbers --> 639 <info> 640 <author>TL</author> 641 <desc>Specifies the FontFormat (font) to be used for numbers. The value must be contained in the FontFormatList.</desc> 642 <label>Number Font name</label> 643 </info> 644 <value/> 645 </prop> 646 <prop oor:name="TextFont" oor:type="xs:string"> 647 <!-- OldPath: Math/StandardFormat --> 648 <!-- OldLocation: Soffice.cfg --> 649 <!-- UIHints: Format - Fonts - Text --> 650 <info> 651 <author>TL</author> 652 <desc>Specifies the FontFormat (font) to be used for text. The value must be contained in the FontFormatList.</desc> 653 <label>Text Font name</label> 654 </info> 655 <value/> 656 </prop> 657 <prop oor:name="SansFont" oor:type="xs:string"> 658 <!-- OldPath: Math/StandardFormat --> 659 <!-- OldLocation: Soffice.cfg --> 660 <!-- UIHints: Format - Fonts - Sans --> 661 <info> 662 <author>TL</author> 663 <desc>Specifies the FontFormat (font) to be used for 'sans'. The value must be contained in the FontFormatList.</desc> 664 <label>Sans Font name</label> 665 </info> 666 <value/> 667 </prop> 668 <prop oor:name="SerifFont" oor:type="xs:string"> 669 <!-- OldPath: Math/StandardFormat --> 670 <!-- OldLocation: Soffice.cfg --> 671 <!-- UIHints: Format - Fonts - Serif --> 672 <info> 673 <author>TL</author> 674 <desc>Specifies the FontFormat (font) to be used for 'serif'. The value must be contained in the FontFormatList.</desc> 675 <label>Serif Font name</label> 676 </info> 677 <value/> 678 </prop> 679 <prop oor:name="FixedFont" oor:type="xs:string"> 680 <!-- OldPath: Math/StandardFormat --> 681 <!-- OldLocation: Soffice.cfg --> 682 <!-- UIHints: Format - Fonts - Fixed --> 683 <info> 684 <author>TL</author> 685 <desc>Specifies the FontFormat (font) to be used for 'fixed'. The value must be contained in the FontFormatList.</desc> 686 <label>Fixed Font name</label> 687 </info> 688 <value/> 689 </prop> 690 <group oor:name="Distance"> 691 <info> 692 <desc>Specifies the distance settings used for formatting a formula.</desc> 693 </info> 694 <prop oor:name="Horizontal" oor:type="xs:short"> 695 <!-- OldPath: Math/StandardFormat --> 696 <!-- OldLocation: Soffice.cfg --> 697 <!-- UIHints: Format - Spacing - Category - Spacing - Spacing --> 698 <info> 699 <author>TL</author> 700 <desc>Specifies the horizontal distance of different expressions and of binary operators. [UNIT=%]</desc> 701 <label>Horizontal distance</label> 702 </info> 703 <constraints> 704 <minInclusive oor:value="0"> 705 <info> 706 <desc>Specifies the minimum value allowed</desc> 707 </info> 708 </minInclusive> 709 <maxInclusive oor:value="200"> 710 <info> 711 <desc>Specifies the maximum value allowed</desc> 712 </info> 713 </maxInclusive> 714 </constraints> 715 <value>10</value> 716 </prop> 717 <prop oor:name="Vertical" oor:type="xs:short"> 718 <!-- OldPath: Math/StandardFormat --> 719 <!-- OldLocation: Soffice.cfg --> 720 <!-- UIHints: Format - Spacing - Category - Spacing - Line Spacing --> 721 <info> 722 <author>TL</author> 723 <desc>Specifies the vertical distance of different lines. [UNIT=%]</desc> 724 <label>Vertical distance</label> 725 </info> 726 <constraints> 727 <minInclusive oor:value="0"> 728 <info> 729 <desc>Specifies the minimum value allowed</desc> 730 </info> 731 </minInclusive> 732 <maxInclusive oor:value="200"> 733 <info> 734 <desc>Specifies the maximum value allowed</desc> 735 </info> 736 </maxInclusive> 737 </constraints> 738 <value>5</value> 739 </prop> 740 <prop oor:name="Root" oor:type="xs:short"> 741 <!-- OldPath: Math/StandardFormat --> 742 <!-- OldLocation: Soffice.cfg --> 743 <!-- UIHints: Format - Spacing - Category - Spacing - Root Spacing --> 744 <info> 745 <author>TL</author> 746 <desc>Specifies the vertical distance of the root symbol's horizontal bar to the argument. [UNIT=%]</desc> 747 <label>Distance to root symbol</label> 748 </info> 749 <constraints> 750 <minInclusive oor:value="0"> 751 <info> 752 <desc>Specifies the minimum value allowed</desc> 753 </info> 754 </minInclusive> 755 <maxInclusive oor:value="100"> 756 <info> 757 <desc>Specifies the maximum value allowed</desc> 758 </info> 759 </maxInclusive> 760 </constraints> 761 <value>0</value> 762 </prop> 763 <prop oor:name="SubScript" oor:type="xs:short"> 764 <!-- OldPath: Math/StandardFormat --> 765 <!-- OldLocation: Soffice.cfg --> 766 <!-- UIHints: Format - Spacing - Category - Indexes - Subscript --> 767 <info> 768 <author>TL</author> 769 <desc>Specifies the vertical distance of the subscript to the base. [UNIT=%]</desc> 770 <label>Subscript distance</label> 771 </info> 772 <constraints> 773 <minInclusive oor:value="0"> 774 <info> 775 <desc>Specifies the minimum value allowed</desc> 776 </info> 777 </minInclusive> 778 <maxInclusive oor:value="100"> 779 <info> 780 <desc>Specifies the maximum value allowed</desc> 781 </info> 782 </maxInclusive> 783 </constraints> 784 <value>20</value> 785 </prop> 786 <prop oor:name="SuperScript" oor:type="xs:short"> 787 <!-- OldPath: Math/StandardFormat --> 788 <!-- OldLocation: Soffice.cfg --> 789 <!-- UIHints: Format - Spacing - Category - Indexes - Superscript --> 790 <info> 791 <author>TL</author> 792 <desc>Specifies the vertical distance of the superscript to the base. [UNIT=%]</desc> 793 <label>Superscript distance</label> 794 </info> 795 <constraints> 796 <minInclusive oor:value="0"> 797 <info> 798 <desc>Specifies the minimum value allowed</desc> 799 </info> 800 </minInclusive> 801 <maxInclusive oor:value="100"> 802 <info> 803 <desc>Specifies the maximum value allowed</desc> 804 </info> 805 </maxInclusive> 806 </constraints> 807 <value>20</value> 808 </prop> 809 <prop oor:name="LowerLimit" oor:type="xs:short"> 810 <!-- OldPath: Math/StandardFormat --> 811 <!-- OldLocation: Soffice.cfg --> 812 <!-- UIHints: Format - Spacing - Category - Limits - Lower Limit --> 813 <info> 814 <author>TL</author> 815 <desc>Specifies the vertical distance of the lower limit to the operator. [UNIT=%]</desc> 816 <label>Lower limit distance</label> 817 </info> 818 <constraints> 819 <minInclusive oor:value="0"> 820 <info> 821 <desc>Specifies the minimum value allowed</desc> 822 </info> 823 </minInclusive> 824 <maxInclusive oor:value="100"> 825 <info> 826 <desc>Specifies the maximum value allowed</desc> 827 </info> 828 </maxInclusive> 829 </constraints> 830 <value>0</value> 831 </prop> 832 <prop oor:name="UpperLimit" oor:type="xs:short"> 833 <!-- OldPath: Math/StandardFormat --> 834 <!-- OldLocation: Soffice.cfg --> 835 <!-- UIHints: Format - Spacing - Category - Limits - Upper Limit --> 836 <info> 837 <author>TL</author> 838 <desc>Specifies the vertical distance of the upper limit to the operator. [UNIT=%]</desc> 839 <label>Upper limit distance</label> 840 </info> 841 <constraints> 842 <minInclusive oor:value="0"> 843 <info> 844 <desc>Specifies the minimum value allowed</desc> 845 </info> 846 </minInclusive> 847 <maxInclusive oor:value="100"> 848 <info> 849 <desc>Specifies the maximum value allowed</desc> 850 </info> 851 </maxInclusive> 852 </constraints> 853 <value>0</value> 854 </prop> 855 <prop oor:name="OperatorSize" oor:type="xs:short"> 856 <!-- OldPath: Math/StandardFormat --> 857 <!-- OldLocation: Soffice.cfg --> 858 <!-- UIHints: Format - Spacing - Category - Operators - Excess size --> 859 <info> 860 <author>TL</author> 861 <desc>Specifies the scaling of a large operator relative to the base size. [UNIT=%]</desc> 862 <label>Oversize of large operator</label> 863 </info> 864 <constraints> 865 <minInclusive oor:value="0"> 866 <info> 867 <desc>Specifies the minimum value allowed</desc> 868 </info> 869 </minInclusive> 870 <maxInclusive oor:value="100"> 871 <info> 872 <desc>Specifies the maximum value allowed</desc> 873 </info> 874 </maxInclusive> 875 </constraints> 876 <value>50</value> 877 </prop> 878 <prop oor:name="OperatorSpace" oor:type="xs:short"> 879 <!-- OldPath: Math/StandardFormat --> 880 <!-- OldLocation: Soffice.cfg --> 881 <!-- UIHints: Format - Spacing - Category - Operators - Spacing --> 882 <info> 883 <author>TL</author> 884 <desc>Specifies the distance between the large operator and it's argument. [UNIT=%]</desc> 885 <label>Distance to large operator</label> 886 </info> 887 <constraints> 888 <minInclusive oor:value="0"> 889 <info> 890 <desc>Specifies the minimum value allowed</desc> 891 </info> 892 </minInclusive> 893 <maxInclusive oor:value="100"> 894 <info> 895 <desc>Specifies the maximum value allowed</desc> 896 </info> 897 </maxInclusive> 898 </constraints> 899 <value>20</value> 900 </prop> 901 <prop oor:name="Numerator" oor:type="xs:short"> 902 <!-- OldPath: Math/StandardFormat --> 903 <!-- OldLocation: Soffice.cfg --> 904 <!-- UIHints: Format - Spacing - Category - Fractions - Numerator --> 905 <info> 906 <author>TL</author> 907 <desc>Specifies the vertical distance from the numerator to the fraction separator. [UNIT=%]</desc> 908 <label>Numerator distance</label> 909 </info> 910 <constraints> 911 <minInclusive oor:value="0"> 912 <info> 913 <desc>Specifies the minimum value allowed</desc> 914 </info> 915 </minInclusive> 916 <maxInclusive oor:value="100"> 917 <info> 918 <desc>Specifies the maximum value allowed</desc> 919 </info> 920 </maxInclusive> 921 </constraints> 922 <value>0</value> 923 </prop> 924 <prop oor:name="Denominator" oor:type="xs:short"> 925 <!-- OldPath: Math/StandardFormat --> 926 <!-- OldLocation: Soffice.cfg --> 927 <!-- UIHints: Format - Spacing - Category - Fractions - Denominator --> 928 <info> 929 <author>TL</author> 930 <desc>Specifies the vertical distance from the denominator to the fraction separator [UNIT=%]</desc> 931 <label>Denominator distance</label> 932 </info> 933 <constraints> 934 <minInclusive oor:value="0"> 935 <info> 936 <desc>Specifies the minimum value allowed</desc> 937 </info> 938 </minInclusive> 939 <maxInclusive oor:value="100"> 940 <info> 941 <desc>Specifies the maximum value allowed</desc> 942 </info> 943 </maxInclusive> 944 </constraints> 945 <value>0</value> 946 </prop> 947 <prop oor:name="Fraction" oor:type="xs:short"> 948 <!-- OldPath: Math/StandardFormat --> 949 <!-- OldLocation: Soffice.cfg --> 950 <!-- UIHints: Format - Spacing - Category - Fraction Bars - Excess length --> 951 <info> 952 <author>TL</author> 953 <desc>Specifies the excess length of the fraction separator relative to its arguments. [UNIT=%]</desc> 954 <label>Fraction overlength</label> 955 </info> 956 <constraints> 957 <minInclusive oor:value="0"> 958 <info> 959 <desc>Specifies the minimum value allowed</desc> 960 </info> 961 </minInclusive> 962 <maxInclusive oor:value="100"> 963 <info> 964 <desc>Specifies the maximum value allowed</desc> 965 </info> 966 </maxInclusive> 967 </constraints> 968 <value>10</value> 969 </prop> 970 <prop oor:name="StrokeWidth" oor:type="xs:short"> 971 <!-- OldPath: Math/StandardFormat --> 972 <!-- OldLocation: Soffice.cfg --> 973 <!-- UIHints: Format - Spacing - Category - Fraction Bars - Weight --> 974 <info> 975 <author>TL</author> 976 <desc>Specifies the stroke width of the fraction separator [UNIT=%]</desc> 977 <label>Fraction strokewidth</label> 978 </info> 979 <constraints> 980 <minInclusive oor:value="1"> 981 <info> 982 <desc>Specifies the minimum value allowed (must be positive)</desc> 983 </info> 984 </minInclusive> 985 <maxInclusive oor:value="100"> 986 <info> 987 <desc>Specifies the maximum value allowed</desc> 988 </info> 989 </maxInclusive> 990 </constraints> 991 <value>5</value> 992 </prop> 993 <prop oor:name="BracketSize" oor:type="xs:short"> 994 <!-- OldPath: Math/StandardFormat --> 995 <!-- OldLocation: Soffice.cfg --> 996 <!-- UIHints: Format - Spacing - Category - Brackets - Excess size (left/right) --> 997 <info> 998 <author>TL</author> 999 <desc>Specifies the excess length of the scalable brackets relative to the argument. [UNIT=%]</desc> 1000 <label>Bracket oversize</label> 1001 </info> 1002 <constraints> 1003 <minInclusive oor:value="0"> 1004 <info> 1005 <desc>Specifies the minimum value allowed</desc> 1006 </info> 1007 </minInclusive> 1008 <maxInclusive oor:value="100"> 1009 <info> 1010 <desc>Specifies the maximum value allowed</desc> 1011 </info> 1012 </maxInclusive> 1013 </constraints> 1014 <value>5</value> 1015 </prop> 1016 <prop oor:name="BracketSpace" oor:type="xs:short"> 1017 <!-- OldPath: Math/StandardFormat --> 1018 <!-- OldLocation: Soffice.cfg --> 1019 <!-- UIHints: Format - Spacing - Category - Brackets - Spacing --> 1020 <info> 1021 <author>TL</author> 1022 <desc>Specifies the horizontal distance between the brackets and the enclosed argument. [UNIT=%]</desc> 1023 <label>Bracket distance</label> 1024 </info> 1025 <constraints> 1026 <minInclusive oor:value="0"> 1027 <info> 1028 <desc>Specifies the minimum value allowed</desc> 1029 </info> 1030 </minInclusive> 1031 <maxInclusive oor:value="100"> 1032 <info> 1033 <desc>Specifies the maximum value allowed</desc> 1034 </info> 1035 </maxInclusive> 1036 </constraints> 1037 <value>5</value> 1038 </prop> 1039 <prop oor:name="NormalBracketSize" oor:type="xs:short"> 1040 <!-- OldPath: Math/StandardFormat --> 1041 <!-- OldLocation: Soffice.cfg --> 1042 <!-- UIHints: Format - Spacing - Category - Brackets - Excess size --> 1043 <info> 1044 <author>TL</author> 1045 <desc>Specifies the excess length of normal brackets relative to the argument. Only valid if ScaleNormalBracket = TRUE. [UNIT=%]</desc> 1046 <label>Normal bracket oversize</label> 1047 </info> 1048 <constraints> 1049 <minInclusive oor:value="0"> 1050 <info> 1051 <desc>Specifies the minimum value allowed</desc> 1052 </info> 1053 </minInclusive> 1054 <maxInclusive oor:value="100"> 1055 <info> 1056 <desc>Specifies the maximum value allowed</desc> 1057 </info> 1058 </maxInclusive> 1059 </constraints> 1060 <value>0</value> 1061 </prop> 1062 <prop oor:name="MatrixRow" oor:type="xs:short"> 1063 <!-- OldPath: Math/StandardFormat --> 1064 <!-- OldLocation: Soffice.cfg --> 1065 <!-- UIHints: Format - Spacing - Category - Matrixes - Line Spacing --> 1066 <info> 1067 <author>TL</author> 1068 <desc>Specifies the distance between the rows of a matrix. [UNIT=%]</desc> 1069 <label>Matrix row distance</label> 1070 </info> 1071 <constraints> 1072 <minInclusive oor:value="0"> 1073 <info> 1074 <desc>Specifies the minimum value allowed</desc> 1075 </info> 1076 </minInclusive> 1077 <maxInclusive oor:value="300"> 1078 <info> 1079 <desc>Specifies the maximum value allowed</desc> 1080 </info> 1081 </maxInclusive> 1082 </constraints> 1083 <value>3</value> 1084 </prop> 1085 <prop oor:name="MatrixColumn" oor:type="xs:short"> 1086 <!-- OldPath: Math/StandardFormat --> 1087 <!-- OldLocation: Soffice.cfg --> 1088 <!-- UIHints: Format - Spacing - Category - Matrixes - Column Spacing --> 1089 <info> 1090 <author>TL</author> 1091 <desc>Specifies the distance between the columns of a matrix. [UNIT=%]</desc> 1092 <label>Matrix column distance</label> 1093 </info> 1094 <constraints> 1095 <minInclusive oor:value="0"> 1096 <info> 1097 <desc>Specifies the minimum value allowed</desc> 1098 </info> 1099 </minInclusive> 1100 <maxInclusive oor:value="300"> 1101 <info> 1102 <desc>Specifies the maximum value allowed</desc> 1103 </info> 1104 </maxInclusive> 1105 </constraints> 1106 <value>30</value> 1107 </prop> 1108 <prop oor:name="OrnamentSize" oor:type="xs:short"> 1109 <!-- OldPath: Math/StandardFormat --> 1110 <!-- OldLocation: Soffice.cfg --> 1111 <!-- UIHints: Format - Spacing - Category - Symbols - Primary height --> 1112 <info> 1113 <author>TL</author> 1114 <desc>Specifies the distance between the attribute and its base. [UNIT=%]</desc> 1115 <label>Distance to attribute</label> 1116 </info> 1117 <constraints> 1118 <minInclusive oor:value="0"> 1119 <info> 1120 <desc>Specifies the minimum value allowed</desc> 1121 </info> 1122 </minInclusive> 1123 <maxInclusive oor:value="100"> 1124 <info> 1125 <desc>Specifies the maximum value allowed</desc> 1126 </info> 1127 </maxInclusive> 1128 </constraints> 1129 <value>0</value> 1130 </prop> 1131 <prop oor:name="OrnamentSpace" oor:type="xs:short"> 1132 <!-- OldPath: Math/StandardFormat --> 1133 <!-- OldLocation: Soffice.cfg --> 1134 <!-- UIHints: Format - Spacing - Category - Symbols - Minimum distance --> 1135 <info> 1136 <author>TL</author> 1137 <desc>Specifies the distance between different attributes of the same base. [UNIT=%]</desc> 1138 <label>Distance between attributes</label> 1139 </info> 1140 <constraints> 1141 <minInclusive oor:value="0"> 1142 <info> 1143 <desc>Specifies the minimum value allowed</desc> 1144 </info> 1145 </minInclusive> 1146 <maxInclusive oor:value="100"> 1147 <info> 1148 <desc>Specifies the maximum value allowed</desc> 1149 </info> 1150 </maxInclusive> 1151 </constraints> 1152 <value>0</value> 1153 </prop> 1154 <prop oor:name="LeftSpace" oor:type="xs:short"> 1155 <!-- OldPath: Math/StandardFormat --> 1156 <!-- OldLocation: Soffice.cfg --> 1157 <!-- UIHints: Format - Spacing - Category - Borders - Left --> 1158 <info> 1159 <author>TL</author> 1160 <desc>Specifies the width of the extra space to the left of the formula. [UNIT=1/100 mm]</desc> 1161 <label>Left margin</label> 1162 </info> 1163 <constraints> 1164 <minInclusive oor:value="0"> 1165 <info> 1166 <desc>Specifies the minimum value allowed</desc> 1167 </info> 1168 </minInclusive> 1169 <maxInclusive oor:value="10000"> 1170 <info> 1171 <desc>Specifies the maximum value allowed</desc> 1172 </info> 1173 </maxInclusive> 1174 </constraints> 1175 <value>100</value> 1176 </prop> 1177 <prop oor:name="RightSpace" oor:type="xs:short"> 1178 <!-- OldPath: Math/StandardFormat --> 1179 <!-- OldLocation: Soffice.cfg --> 1180 <!-- UIHints: Format - Spacing - Category - Borders - Right --> 1181 <info> 1182 <author>TL</author> 1183 <desc>Specifies the width of the extra space to the right of the formula. [UNIT=1/100 mm]</desc> 1184 <label>Right margin</label> 1185 </info> 1186 <constraints> 1187 <minInclusive oor:value="0"> 1188 <info> 1189 <desc>Specifies the minimum value allowed</desc> 1190 </info> 1191 </minInclusive> 1192 <maxInclusive oor:value="10000"> 1193 <info> 1194 <desc>Specifies the maximum value allowed</desc> 1195 </info> 1196 </maxInclusive> 1197 </constraints> 1198 <value>100</value> 1199 </prop> 1200 <prop oor:name="TopSpace" oor:type="xs:short"> 1201 <!-- OldPath: Math/StandardFormat --> 1202 <!-- OldLocation: Soffice.cfg --> 1203 <!-- UIHints: Format - Spacing - Category - Borders - Top --> 1204 <info> 1205 <author>TL</author> 1206 <desc>Specifies the amount of extra space above the formula. [UNIT=1/100 mm]</desc> 1207 <label>Top margin</label> 1208 </info> 1209 <constraints> 1210 <minInclusive oor:value="0"> 1211 <info> 1212 <desc>Specifies the minimum value allowed</desc> 1213 </info> 1214 </minInclusive> 1215 <maxInclusive oor:value="10000"> 1216 <info> 1217 <desc>Specifies the maximum value allowed</desc> 1218 </info> 1219 </maxInclusive> 1220 </constraints> 1221 <value>0</value> 1222 </prop> 1223 <prop oor:name="BottomSpace" oor:type="xs:short"> 1224 <!-- OldPath: Math/StandardFormat --> 1225 <!-- OldLocation: Soffice.cfg --> 1226 <!-- UIHints: Format - Spacing - Category - Borders - Bottom --> 1227 <info> 1228 <author>TL</author> 1229 <desc>Specifies the amount of extra space below the formula. [UNIT=1/100 mm]</desc> 1230 <label>Bottom margin</label> 1231 </info> 1232 <constraints> 1233 <minInclusive oor:value="0"> 1234 <info> 1235 <desc>Specifies the minimum value allowed</desc> 1236 </info> 1237 </minInclusive> 1238 <maxInclusive oor:value="10000"> 1239 <info> 1240 <desc>Specifies the maximum value allowed</desc> 1241 </info> 1242 </maxInclusive> 1243 </constraints> 1244 <value>0</value> 1245 </prop> 1246 </group> 1247 </group> 1248 <set oor:name="SymbolList" oor:node-type="Symbol"> 1249 <info> 1250 <desc>Lists the defined symbols.</desc> 1251 </info> 1252 </set> 1253 </component> 1254</oor:component-schema> 1255