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