summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-27 12:17:50 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-27 12:17:50 +0200
commita062597ff66cada5ce96010766f9f0bde18a3d7d (patch)
tree4ae9f9213baca2fd7e506c168057337a9e009428 /officecfg/registry/schema/org
parentd9bb28c95ffeb8277525b3ff60ca253e359b2a7d (diff)
xmllint: reformat files
xmllint --loaddtd ./officecfg/registry/data.dtd --format ... Change-Id: I7747171b56205fc5df8e049f6165f3eb8dc52a2e
Diffstat (limited to 'officecfg/registry/schema/org')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs3357
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs2098
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Math.xcs2327
3 files changed, 3886 insertions, 3896 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 1edbcd612227..463b6e431d26 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -17,1527 +17,1528 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<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="Calc" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Contains settings for the spreadsheet application.</desc>
- </info>
- <templates>
- <group oor:name="ConversionRule">
- <info>
- <desc>Describes a conversion between two units.</desc>
- </info>
- <prop oor:name="FromUnit" oor:type="xs:string">
- <info>
- <desc>Specifies the name of the first unit.</desc>
- </info>
- </prop>
- <prop oor:name="ToUnit" oor:type="xs:string">
- <info>
- <desc>Specifies the name of the second unit.</desc>
- </info>
- </prop>
- <prop oor:name="Factor" oor:type="xs:double">
- <info>
- <desc>Specifies the conversion factor between the two units.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Date">
- <info>
- <desc>Describes a complete date value.</desc>
- </info>
- <prop oor:name="YY" oor:type="xs:int">
- <info>
- <desc>Specifies the year.</desc>
- <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
- </info>
- </prop>
- <prop oor:name="MM" oor:type="xs:int">
- <info>
- <desc>Specifies the month.</desc>
- <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
- </info>
- </prop>
- <prop oor:name="DD" oor:type="xs:int">
- <info>
- <desc>Specifies the day.</desc>
- <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <set oor:name="UnitConversion" oor:node-type="ConversionRule">
- <!-- OldPath: UnitConversion -->
- <!-- OldLocation: convert.ini -->
- <!-- UIHints: function CONVERT -->
- <info>
- <desc>Specifies the Euro currency conversion rates and possibly other unit conversion rules for the CONVERT function.</desc>
- </info>
- </set>
- <group oor:name="Content">
- <info>
- <desc>Contains settings for spreadsheet content.</desc>
- </info>
- <group oor:name="Display">
- <info>
- <desc>Specifies which contents are displayed in a spreadsheet.</desc>
- </info>
- <prop oor:name="Formula" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <info>
- <desc>Indicates whether formulas instead of results are displayed in the cells.</desc>
- <label>Formulas</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="ZeroValue" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <info>
- <desc>Indicates whether numbers containing the 0 value are shown.</desc>
- <label>Zero values</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="NoteTag" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <info>
- <desc>Indicates whether comments are marked.</desc>
- <label>Comment tags</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="ValueHighlighting" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <info>
- <desc>Indicates whether all values are highlighted in the sheet (text black, numbers blue, others green).</desc>
- <label>Value highlighting</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Anchor" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <info>
- <desc>Indicates whether anchor icons are displayed next to selected graphics in the document.</desc>
- <label>Anchor</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="TextOverflow" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <info>
- <desc>Indicates whether text overflow is marked via a small triangle.</desc>
- <label>Text overflow</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="ObjectGraphic" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Contents/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
- <info>
- <desc>Indicates whether objects and graphics are shown, hidden or replaced by a placeholder.</desc>
- <label>Objects and Graphics</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Show</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Hide</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Show placeholders</desc>
- </info>
- </enumeration>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="Chart" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Contents/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
- <info>
- <desc>Indicates whether charts are shown, hidden or replaced by a placeholder.</desc>
- <label>Charts</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Show</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Hide</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Show placeholders</desc>
- </info>
- </enumeration>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="DrawingObject" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Contents/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
- <info>
- <desc>Indicates whether drawing objects are shown, hidden or replaced by a placeholder.</desc>
- <label>Drawing objects</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Show</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Hide</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Show placeholders</desc>
- </info>
- </enumeration>
- </constraints>
- <value>0</value>
- </prop>
- </group>
- <group oor:name="Update" oor:nillable="false">
- <info>
- <desc>Contains settings that specify how contents are updated.</desc>
- </info>
- <prop oor:name="Link" oor:type="xs:int">
- <!-- OldPath: Calc/Other/Update -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Spreadsheet Other [Section] Updating -->
- <info>
- <desc>Specifies if and how links are updated when loading a document.</desc>
- <label>Update Links</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Update always</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Update never</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Update on request</desc>
- </info>
- </enumeration>
- </constraints>
- <value>2</value>
- </prop>
- </group>
- </group>
- <group oor:name="Layout">
- <info>
- <desc>Contains settings that affect the window layout.</desc>
- </info>
- <group oor:name="Line">
- <info>
- <desc>Contains settings that control visual aids.</desc>
- </info>
- <prop oor:name="GridLine" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <info>
- <desc>Specifies whether grid lines are displayed.</desc>
- <label>Grid lines</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="GridOnColoredCells" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Visual Aids -->
- <info>
- <desc>Specifies whether grid lines should be displayed on top of colored cells.</desc>
- <label>Grid lines on colored background</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="GridLineColor" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <!--Default 12632256 = LightGray-->
- <info>
- <desc>Specifies the color of the grid lines.</desc>
- <label>Color</label>
- </info>
- <value>12632256</value>
- </prop>
- <prop oor:name="PageBreak" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <info>
- <desc>Specifies whether page breaks are displayed.</desc>
- <label>Page breaks</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Guide" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <info>
- <desc>Specifies whether helplines are displayed when moving objects.</desc>
- <label>Helplines</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <info>
- <desc>Specifies whether control points are displayed as simple squares without 3D effect.</desc>
- <label>Simple control points</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <info>
- <desc>Specifies whether control points are displayed as larger than the default size.</desc>
- <label>Large control points</label>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="Window">
- <info>
- <desc>Contains settings that control which windows are shown around the editing window.</desc>
- </info>
- <prop oor:name="ColumnRowHeader" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
- <info>
- <desc>Specifies whether row and column headers are displayed.</desc>
- <label>Column/Row headers</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="HorizontalScroll" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
- <info>
- <desc>Specifies whether a horizontal scroll bar is displayed.</desc>
- <label>Horizontal scroll</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="VerticalScroll" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
- <info>
- <desc>Specifies whether a vertical scroll bar is displayed.</desc>
- <label>Vertical Scroll</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="SheetTab" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
- <info>
- <desc>Specifies whether sheet tabs are displayed.</desc>
- <label>Sheet tabs</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="OutlineSymbol" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
- <info>
- <desc>Specifies whether outline symbols are displayed.</desc>
- <label>Outline symbols</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="Other">
- <info>
- <desc>Contains other layout settings.</desc>
- </info>
- <prop oor:name="StatusbarFunction" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: (Status Bar) -->
- <info>
- <desc>Selects a function that is calculated for the selected cells, and which shows the result in the status bar.</desc>
- <label>Statusbar Function</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>No function</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Average</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Number count</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc>Count of all non-empty cells</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc>Maximum</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc>Minimum</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc>Sum</desc>
- </info>
- </enumeration>
- </constraints>
- <value>9</value>
- </prop>
- <group oor:name="TabStop">
- <!-- OldPath: Calc/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Tab stops -->
- <info>
- <desc>Specifies the distance between tabulator stops in 1/100th millimeters.</desc>
- <label>Tab stops</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the tabulator distance with locales that use the metric system.</desc>
- <label/>
- </info>
- <value>1250</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the tabulator distance with locales that don&apos;t use the metric system.</desc>
- <label/>
- </info>
- <value>1270</value>
- </prop>
- </group>
- <group oor:name="MeasureUnit">
- <!-- OldPath: Calc/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Measurement unit -->
- <info>
- <desc>Specifies the measurement unit to be used in the user interface.</desc>
- <label>Measurement unit</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the measurement unit that is used with locales that use the metric system.</desc>
- </info>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc>Millimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Centimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc>Point</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc>Pica</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc>Inch</desc>
- </info>
- </enumeration>
- </constraints>
- <value>2</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the measurement unit that is used with locales that don&apos;t use the metric system.</desc>
- </info>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc>Millimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Centimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc>Point</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc>Pica</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc>Inch</desc>
- </info>
- </enumeration>
- </constraints>
- <value>8</value>
- </prop>
- </group>
- </group>
- <group oor:name="Zoom">
- <info>
- <desc>Specifies the zoom for new spreadsheet documents.</desc>
- </info>
- <prop oor:name="Type" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: (Status Bar) -->
- <info>
- <desc>Specifies the zoom type.</desc>
- <label>Zoom Type</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Percentage value</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Whole page</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc>Width of a page</desc>
- </info>
- </enumeration>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="Value" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: (Status Bar) -->
- <info>
- <desc>Specifies the percentage value to which the view is scaled.</desc>
- <label>Zoom Value</label>
- </info>
- <value>100</value>
- </prop>
- <prop oor:name="Synchronize" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: Tools - Options - Spreadsheets - View - [Section] Zoom -->
- <info>
- <desc>Specifies if zoom is applied to all sheets of a document.</desc>
- <label>Synchronize sheets</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- </group>
- <group oor:name="Input">
- <info>
- <desc>Contains settings that affect cell input.</desc>
- </info>
- <prop oor:name="MoveSelection" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <info>
- <desc>Specifies whether pressing the Enter key should move the selection.</desc>
- <label>Press Enter to move selection</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="MoveSelectionDirection" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <info>
- <desc>Specifies the direction where the selection is moved when pressing Enter, if moving is enabled.</desc>
- <label>Direction to move selection</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Move down</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Move right</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Move up</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc>Move left</desc>
- </info>
- </enumeration>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="SwitchToEditMode" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <info>
- <desc>Specifies whether the selected cell can be edited immediately after pressing the Enter key.</desc>
- <label>Press Enter to switch to edit mode</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="ExpandFormatting" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <info>
- <desc>Specifies whether formatting a cell also affects subsequently entered cells.</desc>
- <label>Expand formatting</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="ShowReference" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <info>
- <desc>Specifies whether formula references from the input line are highlighted in color in the cell.</desc>
- <label>Show references in color</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="ExpandReference" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <info>
- <desc>Specifies whether references are expanded when inserting columns or rows next to, above or below the reference range.</desc>
- <label>Expand references if new columns/rows are inserted</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="HighlightSelection" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <info>
- <desc>Specifies whether column and row headers are highlighted in the selected columns or rows.</desc>
- <label>Highlight selection in column/row headings</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="UseTabCol" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: only API (see UseTabCol) -->
- <info>
- <desc>Specifies whether pressing Enter will move the cursor to the column where it was before the Tab key was used to change columns.</desc>
- <label>Use Tab Column</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="UsePrinterMetrics" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings -->
- <info>
- <desc>Specifies whether text metrics from the printer will be used to format text on the screen.</desc>
- <label>Use printer metrics for text formatting</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="ReplaceCellsWarning" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings -->
- <info>
- <desc>Specifies whether a warning box will appear when existing cells are replaced (i.e. pasting from clipboard).</desc>
- <label>Warn before replacing cells</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="LastFunctions" oor:type="oor:int-list" oor:nillable="false">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <info>
- <desc>Specifies the functions last used.</desc>
- <label>Last Used Functions</label>
- </info>
- <constraints>
- <enumeration oor:value="224">
- <info>
- <desc>SUM</desc>
- </info>
- </enumeration>
- <enumeration oor:value="226">
- <info>
- <desc>AVERAGE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="222">
- <info>
- <desc>MIN</desc>
- </info>
- </enumeration>
- <enumeration oor:value="223">
- <info>
- <desc>MAX</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc>IF</desc>
- </info>
- </enumeration>
- </constraints>
- <value>224 226 222 223 6</value>
- </prop>
- <prop oor:name="AutoInput" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Cell Contents AutoInput -->
- <info>
- <desc>Specifies whether the AutoInput function is active.</desc>
- <label>Auto Input</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="DetectiveAuto" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Detective AutoRefresh -->
- <info>
- <desc>Specifies whether all the Detective traces in the sheet are automatically refreshed when modifying a formula.</desc>
- <label>Detective Auto Refresh</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="Grid">
- <info>
- <desc>Contains settings for the grid.</desc>
- </info>
- <group oor:name="Option">
- <info>
- <desc>Contains settings that control the behavior of the grid.</desc>
- </info>
- <prop oor:name="SnapToGrid" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
- <info>
- <desc>Specifies whether frames, drawing elements and form functions are only movable between grid points.</desc>
- <label>Snap to grid</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="SizeToGrid" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
- <info>
- <desc>Specifies whether the snap grid is matched with the main grid.</desc>
- <label>Size to grid</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="VisibleGrid" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
- <info>
- <desc>Specifies whether the grid is displayed.</desc>
- <label>Visible grid</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Synchronize" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
- <info>
- <desc>Specifies whether the current grid settings are changed symmetrically. The resolution and subdivision for the X/Y axes remain the same.</desc>
- <label>Synchronize axes</label>
- </info>
- <value>true</value>
- </prop>
- <group oor:name="XAxis">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
- <!-- Notice: Default-value in (nonmetric: 1270 1/100 mm)-->
- <info>
- <desc>Defines the horizontal distance between the single grid points in 1/100th millimeters.</desc>
- <label>X axis</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the distance that is used with locales that use the metric system.</desc>
- <label/>
- </info>
- <value>1000</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the distance that is used with locales that don&apos;t use the metric system.</desc>
- <label/>
- </info>
- <value>1270</value>
- </prop>
- </group>
- <group oor:name="YAxis">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
- <!-- Notice: Default-value in nonmetric: 1270 1/100 mm-->
- <info>
- <desc>Defines the vertical distance between the single grid points in 1/100th millimeters.</desc>
- <label>Y axis</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the distance that is used with locales that use the metric system.</desc>
- <label/>
- </info>
- <value>1000</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the distance that is used with locales that don&apos;t use the metric system.</desc>
- <label/>
- </info>
- <value>1270</value>
- </prop>
- </group>
- </group>
- <group oor:name="Resolution">
- <info>
- <desc>Specifies the grid&apos;s resolution.</desc>
- </info>
- <group oor:name="XAxis">
- <!-- OldPath: Calc/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
- <!-- Notice: Default-value nonmetric 1270 1/100 mm) -->
- <info>
- <desc>Defines the distance between grid points on the X axis in 1/100th millimeters.</desc>
- <label>X Axis Resolution</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the distance that is used with locales that use the metric system.</desc>
- <label/>
- </info>
- <value>1000</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the distance that is used with locales that don&apos;t use the metric system.</desc>
- <label/>
- </info>
- <value>1270</value>
- </prop>
- </group>
- <group oor:name="YAxis">
- <!-- OldPath: Calc/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
- <!-- Notice: Default-value nonmetric 1270 1/100 mm) -->
- <info>
- <desc>Defines the distance between grid points on the Y axis in 1/100th millimeters.</desc>
- <label>Y Axis Resolution</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the distance that is used with locales that use the metric system.</desc>
- <label/>
- </info>
- <value>1000</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the distance that is used with locales that don&apos;t use the metric system.</desc>
- <label/>
- </info>
- <value>1270</value>
- </prop>
- </group>
- </group>
- <group oor:name="Subdivision">
- <info>
- <desc>Specifies how the grid is divided.</desc>
- </info>
- <prop oor:name="XAxis" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
- <info>
- <desc>Specifies the number of intervals between two grid points on the X axis.</desc>
- <label>X Axis Subdivision</label>
- </info>
- <value>1</value>
- </prop>
- <prop oor:name="YAxis" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
- <info>
- <desc>Specifies the number of intervals between two grid points on the Y axis.</desc>
- <label>Y Axis Subdivision</label>
- </info>
- <value>1</value>
- </prop>
- </group>
- </group>
- <group oor:name="SortList">
- <info>
- <desc>Contains the sort list settings.</desc>
- </info>
- <prop oor:name="List" oor:type="oor:string-list" oor:nillable="false">
- <!-- OldPath: Calc/Sort_Lists -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Sort lists [List box] Lists -->
- <!-- Notice: Defaults: Week and month names from system language -->
- <info>
- <desc>Specifies the available lists.</desc>
- <label>Lists</label>
- </info>
- <value>NULL</value>
- </prop>
- </group>
- <group oor:name="Dialogs">
+<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="Calc" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains settings for the spreadsheet application.</desc>
+ </info>
+ <templates>
+ <group oor:name="ConversionRule">
+ <info>
+ <desc>Describes a conversion between two units.</desc>
+ </info>
+ <prop oor:name="FromUnit" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the first unit.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ToUnit" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the second unit.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Factor" oor:type="xs:double">
+ <info>
+ <desc>Specifies the conversion factor between the two units.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Date">
+ <info>
+ <desc>Describes a complete date value.</desc>
+ </info>
+ <prop oor:name="YY" oor:type="xs:int">
+ <info>
+ <desc>Specifies the year.</desc>
+ <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
+ </info>
+ </prop>
+ <prop oor:name="MM" oor:type="xs:int">
+ <info>
+ <desc>Specifies the month.</desc>
+ <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
+ </info>
+ </prop>
+ <prop oor:name="DD" oor:type="xs:int">
+ <info>
+ <desc>Specifies the day.</desc>
+ <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="UnitConversion" oor:node-type="ConversionRule">
+ <!-- OldPath: UnitConversion -->
+ <!-- OldLocation: convert.ini -->
+ <!-- UIHints: function CONVERT -->
+ <info>
+ <desc>Specifies the Euro currency conversion rates and possibly other unit conversion rules for the CONVERT function.</desc>
+ </info>
+ </set>
+ <group oor:name="Content">
+ <info>
+ <desc>Contains settings for spreadsheet content.</desc>
+ </info>
+ <group oor:name="Display">
+ <info>
+ <desc>Specifies which contents are displayed in a spreadsheet.</desc>
+ </info>
+ <prop oor:name="Formula" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <info>
+ <desc>Indicates whether formulas instead of results are displayed in the cells.</desc>
+ <label>Formulas</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ZeroValue" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <info>
+ <desc>Indicates whether numbers containing the 0 value are shown.</desc>
+ <label>Zero values</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="NoteTag" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <info>
+ <desc>Indicates whether comments are marked.</desc>
+ <label>Comment tags</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ValueHighlighting" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <info>
+ <desc>Indicates whether all values are highlighted in the sheet (text black, numbers blue, others green).</desc>
+ <label>Value highlighting</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Anchor" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <info>
+ <desc>Indicates whether anchor icons are displayed next to selected graphics in the document.</desc>
+ <label>Anchor</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="TextOverflow" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <info>
+ <desc>Indicates whether text overflow is marked via a small triangle.</desc>
+ <label>Text overflow</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ObjectGraphic" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Contents/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
+ <info>
+ <desc>Indicates whether objects and graphics are shown, hidden or replaced by a placeholder.</desc>
+ <label>Objects and Graphics</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Show</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Hide</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Show placeholders</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Chart" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Contents/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
+ <info>
+ <desc>Indicates whether charts are shown, hidden or replaced by a placeholder.</desc>
+ <label>Charts</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Show</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Hide</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Show placeholders</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="DrawingObject" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Contents/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
+ <info>
+ <desc>Indicates whether drawing objects are shown, hidden or replaced by a placeholder.</desc>
+ <label>Drawing objects</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Show</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Hide</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Show placeholders</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Update" oor:nillable="false">
+ <info>
+ <desc>Contains settings that specify how contents are updated.</desc>
+ </info>
+ <prop oor:name="Link" oor:type="xs:int">
+ <!-- OldPath: Calc/Other/Update -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Spreadsheet Other [Section] Updating -->
+ <info>
+ <desc>Specifies if and how links are updated when loading a document.</desc>
+ <label>Update Links</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Update always</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Update never</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Update on request</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Layout">
+ <info>
+ <desc>Contains settings that affect the window layout.</desc>
+ </info>
+ <group oor:name="Line">
+ <info>
+ <desc>Contains settings that control visual aids.</desc>
+ </info>
+ <prop oor:name="GridLine" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <info>
+ <desc>Specifies whether grid lines are displayed.</desc>
+ <label>Grid lines</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="GridOnColoredCells" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Visual Aids -->
+ <info>
+ <desc>Specifies whether grid lines should be displayed on top of colored cells.</desc>
+ <label>Grid lines on colored background</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="GridLineColor" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <!--Default 12632256 = LightGray-->
+ <info>
+ <desc>Specifies the color of the grid lines.</desc>
+ <label>Color</label>
+ </info>
+ <value>12632256</value>
+ </prop>
+ <prop oor:name="PageBreak" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <info>
+ <desc>Specifies whether page breaks are displayed.</desc>
+ <label>Page breaks</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Guide" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <info>
+ <desc>Specifies whether helplines are displayed when moving objects.</desc>
+ <label>Helplines</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <info>
+ <desc>Specifies whether control points are displayed as simple squares without 3D effect.</desc>
+ <label>Simple control points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <info>
+ <desc>Specifies whether control points are displayed as larger than the default size.</desc>
+ <label>Large control points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Window">
+ <info>
+ <desc>Contains settings that control which windows are shown around the editing window.</desc>
+ </info>
+ <prop oor:name="ColumnRowHeader" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies whether row and column headers are displayed.</desc>
+ <label>Column/Row headers</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HorizontalScroll" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies whether a horizontal scroll bar is displayed.</desc>
+ <label>Horizontal scroll</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="VerticalScroll" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies whether a vertical scroll bar is displayed.</desc>
+ <label>Vertical Scroll</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="SheetTab" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies whether sheet tabs are displayed.</desc>
+ <label>Sheet tabs</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="OutlineSymbol" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies whether outline symbols are displayed.</desc>
+ <label>Outline symbols</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc>Contains other layout settings.</desc>
+ </info>
+ <prop oor:name="StatusbarFunction" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <desc>Selects a function that is calculated for the selected cells, and which shows the result in the status bar.</desc>
+ <label>Statusbar Function</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>No function</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Average</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Number count</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Count of all non-empty cells</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Maximum</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>Minimum</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>Sum</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>9</value>
+ </prop>
+ <group oor:name="TabStop">
+ <!-- OldPath: Calc/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Tab stops -->
+ <info>
+ <desc>Specifies the distance between tabulator stops in 1/100th millimeters.</desc>
+ <label>Tab stops</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Contains the dialogs settings.</desc>
+ <desc>Specifies the tabulator distance with locales that use the metric system.</desc>
+ <label/>
</info>
- <group oor:name="DBFImport">
+ <value>1250</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the tabulator distance with locales that don't use the metric system.</desc>
+ <label/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ <group oor:name="MeasureUnit">
+ <!-- OldPath: Calc/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Measurement unit -->
+ <info>
+ <desc>Specifies the measurement unit to be used in the user interface.</desc>
+ <label>Measurement unit</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the measurement unit that is used with locales that use the metric system.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
<info>
- <desc>Contains settings for DBF Import dialog</desc>
+ <desc>Millimeter</desc>
</info>
- <prop oor:name="CharSet" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Charset/Language</desc>
- <label>CharSet</label>
- </info>
- <value>-1</value>
- </prop>
- </group>
- <group oor:name="DBFExport">
+ </enumeration>
+ <enumeration oor:value="2">
<info>
- <desc>Contains settings for DBF Export dialog</desc>
+ <desc>Centimeter</desc>
</info>
- <prop oor:name="CharSet" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Charset/Language</desc>
- <label>CharSet</label>
- </info>
- <value>-1</value>
- </prop>
- </group>
- <group oor:name="CSVImport">
+ </enumeration>
+ <enumeration oor:value="6">
<info>
- <desc>Contains setting for Text CSV Import</desc>
+ <desc>Point</desc>
</info>
- <prop oor:name="MergeDelimiters" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Merge Delimiter check box status</desc>
- <label>MergeDelimiters</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="QuotedFieldAsText" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>If true, quoted field is always imported as text with no exception.</desc>
- <label>QuotedFieldAsText</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="DetectSpecialNumbers" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>If true, Calc tries to detect special number format, such as date and scientific notation.</desc>
- <label>DetectSpecialNumbers</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Language" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Language to use for CSV import. This determines how the numbers are parsed.</desc>
- <label>Language</label>
- </info>
- <value>0</value>
- </prop>
- <prop oor:name="Separators" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>List of Separators - as a String</desc>
- <label>Separators</label>
- </info>
- <value>,;&#9;</value>
- </prop>
- <prop oor:name="TextSeparators" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Text Separators</desc>
- <label>TextSeparators</label>
- </info>
- <value>"</value>
- </prop>
- <prop oor:name="FixedWidth" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Fixed width</desc>
- <label>FixedWidth</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="FromRow" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>From Row</desc>
- <label>FromRow</label>
- </info>
- <value>1</value>
- </prop>
- <prop oor:name="CharSet" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Char Set</desc>
- <label>CharSet</label>
- </info>
- <value>-1</value>
- </prop>
- <prop oor:name="FixedWidthList" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Fixed Width List of separators</desc>
- <label>FixedWidthList</label>
- </info>
- <value></value>
- </prop>
- </group>
- <group oor:name="ClipboardTextImport">
+ </enumeration>
+ <enumeration oor:value="7">
<info>
- <desc>Contains setting for Unformatted Text Import from Clipboard</desc>
+ <desc>Pica</desc>
</info>
- <prop oor:name="MergeDelimiters" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Merge Delimiter check box status</desc>
- <label>MergeDelimiters</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="QuotedFieldAsText" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>If true, quoted field is always imported as text with no exception.</desc>
- <label>QuotedFieldAsText</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="DetectSpecialNumbers" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>If true, Calc tries to detect special number format, such as date and scientific notation.</desc>
- <label>DetectSpecialNumbers</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Language" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Language to use for CSV import. This determines how the numbers are parsed.</desc>
- <label>Language</label>
- </info>
- <value>0</value>
- </prop>
- <prop oor:name="Separators" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>List of Separators - as a String</desc>
- <label>Separators</label>
- </info>
- <value>&#9;</value>
- </prop>
- <prop oor:name="TextSeparators" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Text Separators</desc>
- <label>TextSeparators</label>
- </info>
- <value>"</value>
- </prop>
- <prop oor:name="FixedWidth" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Fixed width</desc>
- <label>FixedWidth</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="FromRow" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>From Row</desc>
- <label>FromRow</label>
- </info>
- <value>1</value>
- </prop>
- <prop oor:name="CharSet" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Char Set</desc>
- <label>CharSet</label>
- </info>
- <value>-1</value>
- </prop>
- <prop oor:name="FixedWidthList" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Fixed Width List of separators</desc>
- <label>FixedWidthList</label>
- </info>
- <value></value>
- </prop>
- </group>
- <group oor:name="TextToColumnsImport">
+ </enumeration>
+ <enumeration oor:value="8">
<info>
- <desc>Contains setting for Text to Columns Import</desc>
+ <desc>Inch</desc>
</info>
- <prop oor:name="MergeDelimiters" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Merge Delimiter check box status</desc>
- <label>MergeDelimiters</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Separators" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>List of Separators - as a String</desc>
- <label>Separators</label>
- </info>
- <value>&#9;</value>
- </prop>
- <prop oor:name="TextSeparators" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Text Separators</desc>
- <label>TextSeparators</label>
- </info>
- <value>"</value>
- </prop>
- <prop oor:name="FixedWidth" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Fixed width</desc>
- <label>FixedWidth</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="FixedWidthList" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Fixed Width List of separators</desc>
- <label>FixedWidthList</label>
- </info>
- <value></value>
- </prop>
- </group>
- </group>
- <group oor:name="Calculate">
- <info>
- <desc>Contains settings that affect cell calculation.</desc>
- </info>
- <group oor:name="IterativeReference">
- <info>
- <desc>Contains settings for iterative calculation of circular references.</desc>
- </info>
- <prop oor:name="Iteration" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Calculate/Iterative_References -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
- <info>
- <desc>Specifies whether iterative calculation is used for formulas with circular references.</desc>
- <label>Iterations</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Steps" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Calculate/Iterative_References -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
- <info>
- <desc>Specifies the maximum number of iteration steps.</desc>
- <label>Steps</label>
- </info>
- <value>100</value>
- </prop>
- <prop oor:name="MinimumChange" oor:type="xs:double" oor:nillable="false">
- <!-- OldPath: Calc/Calculate/Iterative_References -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
- <info>
- <desc>Specifies the result change value below which iteration is stopped.</desc>
- <label>Minimum Change</label>
- </info>
- <value>0.001</value>
- </prop>
- </group>
- <group oor:name="Other">
- <info>
- <desc>Contains other calculation settings.</desc>
- </info>
- <prop oor:name="CaseSensitive" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Calculate -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Case sensitive -->
- <info>
- <desc>Specifies whether upper and lower case in texts are distinguished when comparing cell contents.</desc>
- <label>Case sensitive</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Precision" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Calculate -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Precision as shown -->
- <info>
- <desc>Specifies whether the calculation uses the rounded values displayed in the sheet.</desc>
- <label>Precision as shown</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="SearchCriteria" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Calculate -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Search criteria = and &lt;&gt; must apply to whole cells -->
- <info>
- <desc>Specifies whether search criteria in formulas must match the whole of the cell contents.</desc>
- <label>Search criteria = and &lt;&gt; must apply to whole cells</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="FindLabel" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Calc/Calculate -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Automatically find column and row labels -->
- <info>
- <desc>Specifies whether column and row labels are used to refer to the column area beneath the text cell or to the row area at the right of the text cell while running a search.</desc>
- <label>Automatically find column and row labels</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="DecimalPlaces" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Calculate -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Combo box] Decimal places -->
- <info>
- <desc>Specifies the number of decimals to be displayed for the Standard number format.</desc>
- <label>Decimal places</label>
- </info>
- <value>-1</value>
- </prop>
- <prop oor:name="RegularExpressions" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Enable regular expressions in formulas -->
- <info>
- <desc>Specifies whether the calculation uses regular expressions in formulas, e.g. for functions which look up sheet contents.</desc>
- <label>Enable regular expressions in formulas</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="FormulaSyntax" oor:type="xs:int">
- <!-- UIHints: Tools - Options Spreadsheet Calculate -->
- <!-- This node is deprecated, but we still need to keep it for migration purposes. -->
- <info>
- <desc>Specifies what formula syntax type to use.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Calc A1</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Excel A1</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Excel R1C1</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <node-ref oor:name="Date" oor:node-type="Date">
- <info>
- <desc>Specifies the date that is represented by the number 0.</desc>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Formula">
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Contains settings that affect formula handling.</desc>
+ <desc>Specifies the measurement unit that is used with locales that don't use the metric system.</desc>
</info>
- <group oor:name="Syntax">
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Millimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
<info>
- <desc>Contains settings for formula syntax.</desc>
+ <desc>Centimeter</desc>
</info>
- <prop oor:name="Grammar" oor:type="xs:int">
- <!-- UIHints: Tools - Options Spreadsheet Formula -->
- <info>
- <desc>Specifies what formula syntax type to use.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Calc A1</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Excel A1</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Excel R1C1</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="EnglishFunctionName" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: Tools - Options Spreadsheet Formula -->
- <info>
- <desc>Whether to use English function names or localized function names.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="SeparatorArg" oor:type="xs:string" oor:nillable="false">
- <!-- UIHints: Tools - Options Spreadsheet Formula -->
- <info>
- <desc>Argument separator in worksheet function</desc>
- </info>
- <value></value>
- </prop>
- <prop oor:name="SeparatorArrayRow" oor:type="xs:string" oor:nillable="false">
- <!-- UIHints: Tools - Options Spreadsheet Formula -->
- <info>
- <desc>Row separator in array constant</desc>
- </info>
- <value></value>
- </prop>
- <prop oor:name="SeparatorArrayCol" oor:type="xs:string" oor:nillable="false">
- <!-- UIHints: Tools - Options Spreadsheet Formula -->
- <info>
- <desc>Column separator in array constant</desc>
- </info>
- <value></value>
- </prop>
- <prop oor:name="StringRefAddressSyntax" oor:type="xs:int">
- <!-- UIHints: Tools - Options - Spreadsheet - Formula -->
- <info>
- <desc>Address syntax for reference in string for functions such as INDIRECT.</desc>
- </info>
- <constraints>
- <enumeration oor:value="-1">
- <info>
- <desc>same as formula grammar</desc>
- </info>
- </enumeration>
- <enumeration oor:value="0">
- <info>
- <desc>Calc A1</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Excel A1</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Excel R1C1</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="EmptyStringAsZero" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: Tools - Options Spreadsheet Formula -->
- <info>
- <desc>Whether to treat empty string formula result as equivalent of having a numeric zero value.</desc>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="Load">
+ </enumeration>
+ <enumeration oor:value="6">
<info>
- <desc>Contains settings that affect formula handling while laoding.</desc>
+ <desc>Point</desc>
</info>
- <prop oor:name="OOXMLRecalcMode" oor:type="xs:int" oor:nillable="false">
- <!-- UIHint: Tools - Options - Spreadsheet - Formula -->
- <info>
- <desc>Specifies whether to force a hard recalc after load on OOXML-based Excel documents (2007 and newer).</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Recalc always</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Recalc never</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Ask before Recalc</desc>
- </info>
- </enumeration>
- </constraints>
- <value>1</value>
- </prop>
- <prop oor:name="ODFRecalcMode" oor:type="xs:int" oor:nillable="false">
- <!-- UIHint: Tools - Options - Spreadsheet - Formula -->
- <info>
- <desc>Specifies whether to force a hard recalc after load on non-LibreOffice-generated ODF documents.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Recalc always</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Recalc never</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Ask before Recalc</desc>
- </info>
- </enumeration>
- </constraints>
- <value>1</value>
- </prop>
- </group>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>Pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Inch</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>8</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Zoom">
+ <info>
+ <desc>Specifies the zoom for new spreadsheet documents.</desc>
+ </info>
+ <prop oor:name="Type" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <desc>Specifies the zoom type.</desc>
+ <label>Zoom Type</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Percentage value</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Whole page</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Width of a page</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Value" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <desc>Specifies the percentage value to which the view is scaled.</desc>
+ <label>Zoom Value</label>
+ </info>
+ <value>100</value>
+ </prop>
+ <prop oor:name="Synchronize" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Spreadsheets - View - [Section] Zoom -->
+ <info>
+ <desc>Specifies if zoom is applied to all sheets of a document.</desc>
+ <label>Synchronize sheets</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Input">
+ <info>
+ <desc>Contains settings that affect cell input.</desc>
+ </info>
+ <prop oor:name="MoveSelection" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <info>
+ <desc>Specifies whether pressing the Enter key should move the selection.</desc>
+ <label>Press Enter to move selection</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="MoveSelectionDirection" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <info>
+ <desc>Specifies the direction where the selection is moved when pressing Enter, if moving is enabled.</desc>
+ <label>Direction to move selection</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Move down</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Move right</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Move up</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Move left</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="SwitchToEditMode" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <info>
+ <desc>Specifies whether the selected cell can be edited immediately after pressing the Enter key.</desc>
+ <label>Press Enter to switch to edit mode</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ExpandFormatting" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <info>
+ <desc>Specifies whether formatting a cell also affects subsequently entered cells.</desc>
+ <label>Expand formatting</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowReference" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <info>
+ <desc>Specifies whether formula references from the input line are highlighted in color in the cell.</desc>
+ <label>Show references in color</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ExpandReference" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <info>
+ <desc>Specifies whether references are expanded when inserting columns or rows next to, above or below the reference range.</desc>
+ <label>Expand references if new columns/rows are inserted</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HighlightSelection" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <info>
+ <desc>Specifies whether column and row headers are highlighted in the selected columns or rows.</desc>
+ <label>Highlight selection in column/row headings</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="UseTabCol" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: only API (see UseTabCol) -->
+ <info>
+ <desc>Specifies whether pressing Enter will move the cursor to the column where it was before the Tab key was used to change columns.</desc>
+ <label>Use Tab Column</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="UsePrinterMetrics" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings -->
+ <info>
+ <desc>Specifies whether text metrics from the printer will be used to format text on the screen.</desc>
+ <label>Use printer metrics for text formatting</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ReplaceCellsWarning" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings -->
+ <info>
+ <desc>Specifies whether a warning box will appear when existing cells are replaced (i.e. pasting from clipboard).</desc>
+ <label>Warn before replacing cells</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="LastFunctions" oor:type="oor:int-list" oor:nillable="false">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <info>
+ <desc>Specifies the functions last used.</desc>
+ <label>Last Used Functions</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="224">
+ <info>
+ <desc>SUM</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="226">
+ <info>
+ <desc>AVERAGE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="222">
+ <info>
+ <desc>MIN</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="223">
+ <info>
+ <desc>MAX</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>IF</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>224 226 222 223 6</value>
+ </prop>
+ <prop oor:name="AutoInput" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Cell Contents AutoInput -->
+ <info>
+ <desc>Specifies whether the AutoInput function is active.</desc>
+ <label>Auto Input</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DetectiveAuto" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Detective AutoRefresh -->
+ <info>
+ <desc>Specifies whether all the Detective traces in the sheet are automatically refreshed when modifying a formula.</desc>
+ <label>Detective Auto Refresh</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Grid">
+ <info>
+ <desc>Contains settings for the grid.</desc>
+ </info>
+ <group oor:name="Option">
+ <info>
+ <desc>Contains settings that control the behavior of the grid.</desc>
+ </info>
+ <prop oor:name="SnapToGrid" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
+ <info>
+ <desc>Specifies whether frames, drawing elements and form functions are only movable between grid points.</desc>
+ <label>Snap to grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SizeToGrid" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
+ <info>
+ <desc>Specifies whether the snap grid is matched with the main grid.</desc>
+ <label>Size to grid</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="VisibleGrid" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
+ <info>
+ <desc>Specifies whether the grid is displayed.</desc>
+ <label>Visible grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Synchronize" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
+ <info>
+ <desc>Specifies whether the current grid settings are changed symmetrically. The resolution and subdivision for the X/Y axes remain the same.</desc>
+ <label>Synchronize axes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="XAxis">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
+ <!-- Notice: Default-value in (nonmetric: 1270 1/100 mm)-->
+ <info>
+ <desc>Defines the horizontal distance between the single grid points in 1/100th millimeters.</desc>
+ <label>X axis</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the distance that is used with locales that use the metric system.</desc>
+ <label/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the distance that is used with locales that don't use the metric system.</desc>
+ <label/>
+ </info>
+ <value>1270</value>
+ </prop>
</group>
- <group oor:name="Revision">
- <info>
- <desc>Contains settings that affect revision marking.</desc>
- </info>
- <group oor:name="Color">
- <info>
- <desc>Specifies the colors for revision marking.</desc>
- </info>
- <prop oor:name="Change" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Changes/Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
- <!--Default -1 = Transparent-->
- <info>
- <desc>Specifies the modification color for changes of cell contents.</desc>
- <label>Changes</label>
- </info>
- <value>-1</value>
- </prop>
- <prop oor:name="Deletion" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Changes/Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
- <!--Default -1 = Transparent-->
- <info>
- <desc>Specifies the color to highlight deletions.</desc>
- <label>Deletions</label>
- </info>
- <value>-1</value>
- </prop>
- <prop oor:name="Insertion" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Changes/Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
- <!--Default -1 = Transparent-->
- <info>
- <desc>Specifies the color to highlight insertions.</desc>
- <label>Insertions</label>
- </info>
- <value>-1</value>
- </prop>
- <prop oor:name="MovedEntry" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Calc/Changes/Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
- <!--Default -1 = Transparent-->
- <info>
- <desc>Specifies the color to highlight moved contents.</desc>
- <label>Moved entries</label>
- </info>
- <value>-1</value>
- </prop>
- </group>
- </group>
- <group oor:name="Filter">
- <info>
- <desc>Contains settings for file format filters.</desc>
- </info>
- <group oor:name="Import">
- <info>
- <desc>Contains settings for import filters.</desc>
- </info>
- <group oor:name="VBA">
- <info>
- <desc>Specifies how VBA macros are treated in Excel files.</desc>
- </info>
- <prop oor:name="Load" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Filter/MS_Office/Basic/Excel -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Excel 97/2000 -->
- <info>
- <desc>Indicates whether VBA macros are imported as comments.</desc>
- <label>Load Basic Code to edit</label>
- </info>
- <value>true</value>
- </prop>
+ <group oor:name="YAxis">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
+ <!-- Notice: Default-value in nonmetric: 1270 1/100 mm-->
+ <info>
+ <desc>Defines the vertical distance between the single grid points in 1/100th millimeters.</desc>
+ <label>Y axis</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the distance that is used with locales that use the metric system.</desc>
+ <label/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the distance that is used with locales that don't use the metric system.</desc>
+ <label/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Resolution">
+ <info>
+ <desc>Specifies the grid's resolution.</desc>
+ </info>
+ <group oor:name="XAxis">
+ <!-- OldPath: Calc/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
+ <!-- Notice: Default-value nonmetric 1270 1/100 mm) -->
+ <info>
+ <desc>Defines the distance between grid points on the X axis in 1/100th millimeters.</desc>
+ <label>X Axis Resolution</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the distance that is used with locales that use the metric system.</desc>
+ <label/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the distance that is used with locales that don't use the metric system.</desc>
+ <label/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ <group oor:name="YAxis">
+ <!-- OldPath: Calc/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
+ <!-- Notice: Default-value nonmetric 1270 1/100 mm) -->
+ <info>
+ <desc>Defines the distance between grid points on the Y axis in 1/100th millimeters.</desc>
+ <label>Y Axis Resolution</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the distance that is used with locales that use the metric system.</desc>
+ <label/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the distance that is used with locales that don't use the metric system.</desc>
+ <label/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Subdivision">
+ <info>
+ <desc>Specifies how the grid is divided.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
+ <info>
+ <desc>Specifies the number of intervals between two grid points on the X axis.</desc>
+ <label>X Axis Subdivision</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
+ <info>
+ <desc>Specifies the number of intervals between two grid points on the Y axis.</desc>
+ <label>Y Axis Subdivision</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="SortList">
+ <info>
+ <desc>Contains the sort list settings.</desc>
+ </info>
+ <prop oor:name="List" oor:type="oor:string-list" oor:nillable="false">
+ <!-- OldPath: Calc/Sort_Lists -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Sort lists [List box] Lists -->
+ <!-- Notice: Defaults: Week and month names from system language -->
+ <info>
+ <desc>Specifies the available lists.</desc>
+ <label>Lists</label>
+ </info>
+ <value>NULL</value>
+ </prop>
+ </group>
+ <group oor:name="Dialogs">
+ <info>
+ <desc>Contains the dialogs settings.</desc>
+ </info>
+ <group oor:name="DBFImport">
+ <info>
+ <desc>Contains settings for DBF Import dialog</desc>
+ </info>
+ <prop oor:name="CharSet" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Charset/Language</desc>
+ <label>CharSet</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ <group oor:name="DBFExport">
+ <info>
+ <desc>Contains settings for DBF Export dialog</desc>
+ </info>
+ <prop oor:name="CharSet" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Charset/Language</desc>
+ <label>CharSet</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ <group oor:name="CSVImport">
+ <info>
+ <desc>Contains setting for Text CSV Import</desc>
+ </info>
+ <prop oor:name="MergeDelimiters" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Merge Delimiter check box status</desc>
+ <label>MergeDelimiters</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="QuotedFieldAsText" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>If true, quoted field is always imported as text with no exception.</desc>
+ <label>QuotedFieldAsText</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DetectSpecialNumbers" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>If true, Calc tries to detect special number format, such as date and scientific notation.</desc>
+ <label>DetectSpecialNumbers</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Language" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Language to use for CSV import. This determines how the numbers are parsed.</desc>
+ <label>Language</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Separators" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>List of Separators - as a String</desc>
+ <label>Separators</label>
+ </info>
+ <value>,; </value>
+ </prop>
+ <prop oor:name="TextSeparators" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Text Separators</desc>
+ <label>TextSeparators</label>
+ </info>
+ <value>"</value>
+ </prop>
+ <prop oor:name="FixedWidth" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Fixed width</desc>
+ <label>FixedWidth</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="FromRow" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>From Row</desc>
+ <label>FromRow</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="CharSet" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Char Set</desc>
+ <label>CharSet</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="FixedWidthList" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Fixed Width List of separators</desc>
+ <label>FixedWidthList</label>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ <group oor:name="ClipboardTextImport">
+ <info>
+ <desc>Contains setting for Unformatted Text Import from Clipboard</desc>
+ </info>
+ <prop oor:name="MergeDelimiters" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Merge Delimiter check box status</desc>
+ <label>MergeDelimiters</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="QuotedFieldAsText" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>If true, quoted field is always imported as text with no exception.</desc>
+ <label>QuotedFieldAsText</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DetectSpecialNumbers" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>If true, Calc tries to detect special number format, such as date and scientific notation.</desc>
+ <label>DetectSpecialNumbers</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Language" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Language to use for CSV import. This determines how the numbers are parsed.</desc>
+ <label>Language</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Separators" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>List of Separators - as a String</desc>
+ <label>Separators</label>
+ </info>
+ <value> </value>
+ </prop>
+ <prop oor:name="TextSeparators" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Text Separators</desc>
+ <label>TextSeparators</label>
+ </info>
+ <value>"</value>
+ </prop>
+ <prop oor:name="FixedWidth" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Fixed width</desc>
+ <label>FixedWidth</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="FromRow" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>From Row</desc>
+ <label>FromRow</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="CharSet" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Char Set</desc>
+ <label>CharSet</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="FixedWidthList" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Fixed Width List of separators</desc>
+ <label>FixedWidthList</label>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ <group oor:name="TextToColumnsImport">
+ <info>
+ <desc>Contains setting for Text to Columns Import</desc>
+ </info>
+ <prop oor:name="MergeDelimiters" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Merge Delimiter check box status</desc>
+ <label>MergeDelimiters</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Separators" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>List of Separators - as a String</desc>
+ <label>Separators</label>
+ </info>
+ <value> </value>
+ </prop>
+ <prop oor:name="TextSeparators" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Text Separators</desc>
+ <label>TextSeparators</label>
+ </info>
+ <value>"</value>
+ </prop>
+ <prop oor:name="FixedWidth" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Fixed width</desc>
+ <label>FixedWidth</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="FixedWidthList" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Fixed Width List of separators</desc>
+ <label>FixedWidthList</label>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Calculate">
+ <info>
+ <desc>Contains settings that affect cell calculation.</desc>
+ </info>
+ <group oor:name="IterativeReference">
+ <info>
+ <desc>Contains settings for iterative calculation of circular references.</desc>
+ </info>
+ <prop oor:name="Iteration" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Calculate/Iterative_References -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
+ <info>
+ <desc>Specifies whether iterative calculation is used for formulas with circular references.</desc>
+ <label>Iterations</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Steps" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Calculate/Iterative_References -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
+ <info>
+ <desc>Specifies the maximum number of iteration steps.</desc>
+ <label>Steps</label>
+ </info>
+ <value>100</value>
+ </prop>
+ <prop oor:name="MinimumChange" oor:type="xs:double" oor:nillable="false">
+ <!-- OldPath: Calc/Calculate/Iterative_References -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
+ <info>
+ <desc>Specifies the result change value below which iteration is stopped.</desc>
+ <label>Minimum Change</label>
+ </info>
+ <value>0.001</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc>Contains other calculation settings.</desc>
+ </info>
+ <prop oor:name="CaseSensitive" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Calculate -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Case sensitive -->
+ <info>
+ <desc>Specifies whether upper and lower case in texts are distinguished when comparing cell contents.</desc>
+ <label>Case sensitive</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Precision" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Calculate -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Precision as shown -->
+ <info>
+ <desc>Specifies whether the calculation uses the rounded values displayed in the sheet.</desc>
+ <label>Precision as shown</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SearchCriteria" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Calculate -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Search criteria = and &lt;&gt; must apply to whole cells -->
+ <info>
+ <desc>Specifies whether search criteria in formulas must match the whole of the cell contents.</desc>
+ <label>Search criteria = and &lt;&gt; must apply to whole cells</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FindLabel" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Calc/Calculate -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Automatically find column and row labels -->
+ <info>
+ <desc>Specifies whether column and row labels are used to refer to the column area beneath the text cell or to the row area at the right of the text cell while running a search.</desc>
+ <label>Automatically find column and row labels</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DecimalPlaces" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Calculate -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Combo box] Decimal places -->
+ <info>
+ <desc>Specifies the number of decimals to be displayed for the Standard number format.</desc>
+ <label>Decimal places</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="RegularExpressions" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Enable regular expressions in formulas -->
+ <info>
+ <desc>Specifies whether the calculation uses regular expressions in formulas, e.g. for functions which look up sheet contents.</desc>
+ <label>Enable regular expressions in formulas</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FormulaSyntax" oor:type="xs:int">
+ <!-- UIHints: Tools - Options Spreadsheet Calculate -->
+ <!-- This node is deprecated, but we still need to keep it for migration purposes. -->
+ <info>
+ <desc>Specifies what formula syntax type to use.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Calc A1</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Excel A1</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Excel R1C1</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <node-ref oor:name="Date" oor:node-type="Date">
+ <info>
+ <desc>Specifies the date that is represented by the number 0.</desc>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Formula">
+ <info>
+ <desc>Contains settings that affect formula handling.</desc>
+ </info>
+ <group oor:name="Syntax">
+ <info>
+ <desc>Contains settings for formula syntax.</desc>
+ </info>
+ <prop oor:name="Grammar" oor:type="xs:int">
+ <!-- UIHints: Tools - Options Spreadsheet Formula -->
+ <info>
+ <desc>Specifies what formula syntax type to use.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Calc A1</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Excel A1</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Excel R1C1</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="EnglishFunctionName" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options Spreadsheet Formula -->
+ <info>
+ <desc>Whether to use English function names or localized function names.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SeparatorArg" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools - Options Spreadsheet Formula -->
+ <info>
+ <desc>Argument separator in worksheet function</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="SeparatorArrayRow" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools - Options Spreadsheet Formula -->
+ <info>
+ <desc>Row separator in array constant</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="SeparatorArrayCol" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools - Options Spreadsheet Formula -->
+ <info>
+ <desc>Column separator in array constant</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="StringRefAddressSyntax" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Spreadsheet - Formula -->
+ <info>
+ <desc>Address syntax for reference in string for functions such as INDIRECT.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="-1">
+ <info>
+ <desc>same as formula grammar</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Calc A1</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Excel A1</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Excel R1C1</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="EmptyStringAsZero" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options Spreadsheet Formula -->
+ <info>
+ <desc>Whether to treat empty string formula result as equivalent of having a numeric zero value.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Load">
+ <info>
+ <desc>Contains settings that affect formula handling while laoding.</desc>
+ </info>
+ <prop oor:name="OOXMLRecalcMode" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHint: Tools - Options - Spreadsheet - Formula -->
+ <info>
+ <desc>Specifies whether to force a hard recalc after load on OOXML-based Excel documents (2007 and newer).</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Recalc always</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Recalc never</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Ask before Recalc</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="ODFRecalcMode" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHint: Tools - Options - Spreadsheet - Formula -->
+ <info>
+ <desc>Specifies whether to force a hard recalc after load on non-LibreOffice-generated ODF documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Recalc always</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Recalc never</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Ask before Recalc</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Revision">
+ <info>
+ <desc>Contains settings that affect revision marking.</desc>
+ </info>
+ <group oor:name="Color">
+ <info>
+ <desc>Specifies the colors for revision marking.</desc>
+ </info>
+ <prop oor:name="Change" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Changes/Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
+ <!--Default -1 = Transparent-->
+ <info>
+ <desc>Specifies the modification color for changes of cell contents.</desc>
+ <label>Changes</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="Deletion" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Changes/Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
+ <!--Default -1 = Transparent-->
+ <info>
+ <desc>Specifies the color to highlight deletions.</desc>
+ <label>Deletions</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="Insertion" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Changes/Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
+ <!--Default -1 = Transparent-->
+ <info>
+ <desc>Specifies the color to highlight insertions.</desc>
+ <label>Insertions</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="MovedEntry" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Calc/Changes/Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
+ <!--Default -1 = Transparent-->
+ <info>
+ <desc>Specifies the color to highlight moved contents.</desc>
+ <label>Moved entries</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Filter">
+ <info>
+ <desc>Contains settings for file format filters.</desc>
+ </info>
+ <group oor:name="Import">
+ <info>
+ <desc>Contains settings for import filters.</desc>
+ </info>
+ <group oor:name="VBA">
+ <info>
+ <desc>Specifies how VBA macros are treated in Excel files.</desc>
+ </info>
+ <prop oor:name="Load" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Filter/MS_Office/Basic/Excel -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Excel 97/2000 -->
+ <info>
+ <desc>Indicates whether VBA macros are imported as comments.</desc>
+ <label>Load Basic Code to edit</label>
+ </info>
+ <value>true</value>
+ </prop>
<prop oor:name="Executable" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Indicates whether VBA macros are imported without comments to be executable.</desc>
@@ -1546,186 +1547,186 @@
<value>true</value>
</prop>
<prop oor:name="Save" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Filter/MS_Office/Basic/Excel -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Excel 97/2000 -->
- <info>
- <desc>Indicates whether the original VBA storage is preserved while editing.</desc>
- <label>Save Original Basic Code again</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="Lotus123">
- <info>
- <desc>Contains settings for Lotus 1-2-3 import.</desc>
- </info>
- <prop oor:name="WK3" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Common -->
- <!-- OldLocation: soffice.ini -->
- <info>
- <desc>Indicates whether the import of Lotus wk3 files is enabled.</desc>
- <label>Enable WK3 Filter</label>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="MS_Excel">
- <info>
- <desc>Contains settings for MS Excel import.</desc>
- </info>
- <prop oor:name="ColScale" oor:type="xs:double" oor:nillable="false">
- <!-- OldPath: Common -->
- <!-- OldLocation: soffice.ini -->
- <info>
- <desc>Specifies the factor for multiplying the column width when importing Excel documents from Biff 5 format.</desc>
- <label>Excel Column Width Scale</label>
- </info>
- <constraints>
- <minExclusive oor:value="0.1">
- <info>
- <desc>Specifies the minimum allowed value.</desc>
- </info>
- </minExclusive>
- </constraints>
- <value>1.0</value>
- </prop>
- <prop oor:name="RowScale" oor:type="xs:double" oor:nillable="false">
- <!-- OldPath: Common -->
- <!-- OldLocation: soffice.ini -->
- <info>
- <desc>Specifies the factor for multiplying the row height when importing Excel documents from Biff 5 format.</desc>
- <label>Excel Row Height Scale</label>
- </info>
- <constraints>
- <minExclusive oor:value="0.1">
- <info>
- <desc>Specifies the minimum allowed value.</desc>
- </info>
- </minExclusive>
- </constraints>
- <value>1.0</value>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Print">
- <info>
- <desc>Contains settings that affect printing.</desc>
- </info>
- <group oor:name="Page">
- <info>
- <desc>Contains settings that affect which pages are printed.</desc>
- </info>
- <prop oor:name="EmptyPages" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies whether empty pages are printed.</desc>
- <label>Printing Empty Pages</label>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="Other">
- <info>
- <desc>Contains other print settings.</desc>
- </info>
- <prop oor:name="AllSheets" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies whether all sheets are printed instead of only the selected sheets.</desc>
- <label>Print all Sheets</label>
- </info>
- <value>false</value>
- </prop>
- </group>
- </group>
- <group oor:name="Misc">
- <info>
- <desc>Contains miscellaneous settings.</desc>
- </info>
- <group oor:name="DefaultObjectSize">
- <info>
- <desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at an object creating Button.</desc>
- <label>Default Object Size</label>
- </info>
- <prop oor:name="Width" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the default width in 1/100th millimeters.</desc>
- <label/>
- </info>
- <value>8000</value>
- </prop>
- <prop oor:name="Height" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the default height in 1/100th millimeters.</desc>
- <label/>
- </info>
- <value>5000</value>
- </prop>
- </group>
- <group oor:name="SharedDocument">
+ <!-- OldPath: Filter/MS_Office/Basic/Excel -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Excel 97/2000 -->
+ <info>
+ <desc>Indicates whether the original VBA storage is preserved while editing.</desc>
+ <label>Save Original Basic Code again</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Lotus123">
+ <info>
+ <desc>Contains settings for Lotus 1-2-3 import.</desc>
+ </info>
+ <prop oor:name="WK3" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Common -->
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <desc>Indicates whether the import of Lotus wk3 files is enabled.</desc>
+ <label>Enable WK3 Filter</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="MS_Excel">
+ <info>
+ <desc>Contains settings for MS Excel import.</desc>
+ </info>
+ <prop oor:name="ColScale" oor:type="xs:double" oor:nillable="false">
+ <!-- OldPath: Common -->
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <desc>Specifies the factor for multiplying the column width when importing Excel documents from Biff 5 format.</desc>
+ <label>Excel Column Width Scale</label>
+ </info>
+ <constraints>
+ <minExclusive oor:value="0.1">
<info>
- <desc>Contains settings for shared documents.</desc>
- <label>Shared document</label>
+ <desc>Specifies the minimum allowed value.</desc>
</info>
- <prop oor:name="ShowWarning" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies whether the warning box for shared documents is shown.</desc>
- <label>Show warning box</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- </group>
- <group oor:name="Compatibility">
+ </minExclusive>
+ </constraints>
+ <value>1.0</value>
+ </prop>
+ <prop oor:name="RowScale" oor:type="xs:double" oor:nillable="false">
+ <!-- OldPath: Common -->
+ <!-- OldLocation: soffice.ini -->
<info>
- <desc>Contains various compatibility settings.</desc>
+ <desc>Specifies the factor for multiplying the row height when importing Excel documents from Biff 5 format.</desc>
+ <label>Excel Row Height Scale</label>
</info>
- <group oor:name="KeyBindings">
+ <constraints>
+ <minExclusive oor:value="0.1">
<info>
- <desc>Contains options related to key bindings</desc>
+ <desc>Specifies the minimum allowed value.</desc>
</info>
- <prop oor:name="BaseGroup" oor:type="xs:int">
- <!-- UIHints: Tools - Options - Spreadsheet - Compatibility -->
- <info>
- <desc>Specifies baseline key binding group to use.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Default</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>OpenOffice.org legacy</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- </group>
- <group oor:name="Defaults">
- <info>
- <desc>Contains various defaults settings.</desc>
- </info>
- <group oor:name="Sheet">
- <info>
- <desc>Sheet defaults</desc>
- </info>
- <prop oor:name="SheetCount" oor:type="xs:int" oor:nillable="false">
- <!-- UIHints: Tools - Options - Spreadsheet - Defaults -->
- <info>
- <desc>Option to set initial number of sheet tabs</desc>
- </info>
- <value>1</value>
- </prop>
- <prop oor:name="SheetPrefix" oor:type="xs:string">
- <!-- UIHints: Tools - Options - Spreadsheet - Defaults -->
- <info>
- <desc>Option to set the prefix name for new sheet tabs</desc>
- </info>
- </prop>
- </group>
- </group>
- </component>
+ </minExclusive>
+ </constraints>
+ <value>1.0</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc>Contains settings that affect printing.</desc>
+ </info>
+ <group oor:name="Page">
+ <info>
+ <desc>Contains settings that affect which pages are printed.</desc>
+ </info>
+ <prop oor:name="EmptyPages" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether empty pages are printed.</desc>
+ <label>Printing Empty Pages</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc>Contains other print settings.</desc>
+ </info>
+ <prop oor:name="AllSheets" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether all sheets are printed instead of only the selected sheets.</desc>
+ <label>Print all Sheets</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Misc">
+ <info>
+ <desc>Contains miscellaneous settings.</desc>
+ </info>
+ <group oor:name="DefaultObjectSize">
+ <info>
+ <desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at an object creating Button.</desc>
+ <label>Default Object Size</label>
+ </info>
+ <prop oor:name="Width" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the default width in 1/100th millimeters.</desc>
+ <label/>
+ </info>
+ <value>8000</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the default height in 1/100th millimeters.</desc>
+ <label/>
+ </info>
+ <value>5000</value>
+ </prop>
+ </group>
+ <group oor:name="SharedDocument">
+ <info>
+ <desc>Contains settings for shared documents.</desc>
+ <label>Shared document</label>
+ </info>
+ <prop oor:name="ShowWarning" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether the warning box for shared documents is shown.</desc>
+ <label>Show warning box</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Compatibility">
+ <info>
+ <desc>Contains various compatibility settings.</desc>
+ </info>
+ <group oor:name="KeyBindings">
+ <info>
+ <desc>Contains options related to key bindings</desc>
+ </info>
+ <prop oor:name="BaseGroup" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Spreadsheet - Compatibility -->
+ <info>
+ <desc>Specifies baseline key binding group to use.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Default</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>OpenOffice.org legacy</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Defaults">
+ <info>
+ <desc>Contains various defaults settings.</desc>
+ </info>
+ <group oor:name="Sheet">
+ <info>
+ <desc>Sheet defaults</desc>
+ </info>
+ <prop oor:name="SheetCount" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Spreadsheet - Defaults -->
+ <info>
+ <desc>Option to set initial number of sheet tabs</desc>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="SheetPrefix" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Spreadsheet - Defaults -->
+ <info>
+ <desc>Option to set the prefix name for new sheet tabs</desc>
+ </info>
+ </prop>
+ </group>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
index f458163977b8..a2217b68af73 100644
--- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
@@ -17,1072 +17,1060 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<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="DataAccess" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- </info>
- <import oor:component="org.openoffice.Office.Common"/>
- <uses oor:component="org.openoffice.Office.Common"/>
- <templates>
- <info>
- </info>
- <group oor:name="DatabaseDocumentRegistration">
- <info>
- <desc>describes a single database document registration.</desc>
- </info>
- <prop oor:name="Name" oor:type="xs:string">
- <info>
- <desc>Specifies the name of the database.</desc>
- </info>
- </prop>
- <prop oor:name="Location" oor:type="xs:string">
- <info>
- <desc>Specifies the location of the database.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="EmbeddedDatabaseSetting">
- <info>
- <desc>Describes a setting for an embedded database.</desc>
- </info>
- <prop oor:name="Value" oor:type="oor:any">
- <info>
- <desc>Describes the value for an embedded database setting.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="ReportEngineName">
- <info>
- <desc>Describes the report engine.</desc>
- </info>
- <prop oor:name="ServiceName" oor:type="xs:string">
- <info>
- <desc>Specifies the service name for the report engine.</desc>
- </info>
- </prop>
- <prop oor:name="UIName" oor:type="xs:string">
- <info>
- <desc>Specifies the product name of the report engine.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="EmbeddedDatabaseName">
- <info>
- <desc>Describes the URL schema for an embedded database. They must start with sdbc:embedded:.</desc>
- </info>
- <prop oor:name="URL" oor:type="xs:string">
- <info>
- <desc>Specifies the URL for the embedded database.</desc>
- </info>
- </prop>
- <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the name of the embedded database which will be displayed in the statusbar of the database application.</desc>
- </info>
- </prop>
- <set oor:name="EmbeddedDatabaseSettings" oor:node-type="EmbeddedDatabaseSetting">
- <info>
- <desc>Specifies the settings of an embedded database.</desc>
- </info>
- </set>
- </group>
- <group oor:name="DataSource">
- <info>
- <desc>Specifies the data source to be used for the bibliography.</desc>
- </info>
- <prop oor:name="DataSourceName" oor:type="xs:string">
- <info>
- <desc>Specifies the name of the registered data source.</desc>
- </info>
- </prop>
- <prop oor:name="Command" oor:type="xs:string">
- <info>
- <desc>Specifies the command to execute on the data source to retrieve the result set. This may be an SQL command or a table name or a query name.</desc>
- </info>
- </prop>
- <prop oor:name="CommandType" oor:type="xs:short">
- <info>
- <desc>Determines the exact meaning of Command. Valid values are: 0 - Command is a table name 1 - Command is a query name 2 - Command is an SQL command.</desc>
- </info>
- </prop>
- <set oor:name="Fields" oor:node-type="FieldAssignment">
- <info>
- <desc>Specifies the column name mapping between the programatic column name and the logical column name.</desc>
- </info>
- </set>
- </group>
- <group oor:name="FieldAssignment">
- <info>
- <desc>Specifies the mapping between the desired (logical) column titles and the real column titles of the data source.</desc>
- </info>
- <prop oor:name="ProgrammaticFieldName" oor:type="xs:string">
- <info>
- <desc>Specifies the desired (logical) column name.</desc>
- </info>
- </prop>
- <prop oor:name="AssignedFieldName" oor:type="xs:string">
- <info>
- <desc>Specifies the real column name used in the data source.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="DriverPooling">
- <info>
- <desc>Specifies the connection pooling of used database drivers.</desc>
- </info>
- <prop oor:name="DriverName" oor:type="xs:string">
- <info>
- <desc>Specifies the name of the database drivers.</desc>
- </info>
- </prop>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <info>
- <desc>Specifies if the pooling for this driver should be enabled.</desc>
- </info>
- </prop>
- <prop oor:name="Timeout" oor:type="xs:int">
- <info>
- <desc>Specifies the time after a connection will be released.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="DriverClassPath">
+<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="DataAccess" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info/>
+ <import oor:component="org.openoffice.Office.Common"/>
+ <uses oor:component="org.openoffice.Office.Common"/>
+ <templates>
+ <info/>
+ <group oor:name="DatabaseDocumentRegistration">
+ <info>
+ <desc>describes a single database document registration.</desc>
+ </info>
+ <prop oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the database.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Location" oor:type="xs:string">
+ <info>
+ <desc>Specifies the location of the database.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="EmbeddedDatabaseSetting">
+ <info>
+ <desc>Describes a setting for an embedded database.</desc>
+ </info>
+ <prop oor:name="Value" oor:type="oor:any">
+ <info>
+ <desc>Describes the value for an embedded database setting.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="ReportEngineName">
+ <info>
+ <desc>Describes the report engine.</desc>
+ </info>
+ <prop oor:name="ServiceName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the service name for the report engine.</desc>
+ </info>
+ </prop>
+ <prop oor:name="UIName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the product name of the report engine.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="EmbeddedDatabaseName">
+ <info>
+ <desc>Describes the URL schema for an embedded database. They must start with sdbc:embedded:.</desc>
+ </info>
+ <prop oor:name="URL" oor:type="xs:string">
+ <info>
+ <desc>Specifies the URL for the embedded database.</desc>
+ </info>
+ </prop>
+ <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the name of the embedded database which will be displayed in the statusbar of the database application.</desc>
+ </info>
+ </prop>
+ <set oor:name="EmbeddedDatabaseSettings" oor:node-type="EmbeddedDatabaseSetting">
+ <info>
+ <desc>Specifies the settings of an embedded database.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="DataSource">
+ <info>
+ <desc>Specifies the data source to be used for the bibliography.</desc>
+ </info>
+ <prop oor:name="DataSourceName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the registered data source.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Command" oor:type="xs:string">
+ <info>
+ <desc>Specifies the command to execute on the data source to retrieve the result set. This may be an SQL command or a table name or a query name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="CommandType" oor:type="xs:short">
+ <info>
+ <desc>Determines the exact meaning of Command. Valid values are: 0 - Command is a table name 1 - Command is a query name 2 - Command is an SQL command.</desc>
+ </info>
+ </prop>
+ <set oor:name="Fields" oor:node-type="FieldAssignment">
+ <info>
+ <desc>Specifies the column name mapping between the programatic column name and the logical column name.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="FieldAssignment">
+ <info>
+ <desc>Specifies the mapping between the desired (logical) column titles and the real column titles of the data source.</desc>
+ </info>
+ <prop oor:name="ProgrammaticFieldName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the desired (logical) column name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="AssignedFieldName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the real column name used in the data source.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="DriverPooling">
+ <info>
+ <desc>Specifies the connection pooling of used database drivers.</desc>
+ </info>
+ <prop oor:name="DriverName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the database drivers.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if the pooling for this driver should be enabled.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Timeout" oor:type="xs:int">
+ <info>
+ <desc>Specifies the time after a connection will be released.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="DriverClassPath">
+ <info>
+ <desc>Specifies the path or jar to the Java driver class.</desc>
+ </info>
+ <prop oor:name="Path" oor:type="xs:string">
+ <info>
+ <desc>Specifies the class path where the JDBC driver class can be found.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="UserDefinedDriver">
+ <info>
+ <desc>Specifies the user defined database drivers which should appear in the data source administration dialog.</desc>
+ </info>
+ <prop oor:name="DriverPageDisplayName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the display name of the database driver page.</desc>
+ </info>
+ </prop>
+ <prop oor:name="DriverTypeDisplayName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the display name of the database driver.</desc>
+ </info>
+ </prop>
+ <prop oor:name="DriverDsnPrefix" oor:type="xs:string">
+ <info>
+ <desc>Specifies the prefix of the URL of the database driver.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Extension" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>The file extension, which match to this type. Only set when it is file based driver</desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <info/>
+ <group oor:name="Policies">
+ <info>
+ <desc>Defines different policies for working with OpenOffice.org Base.</desc>
+ </info>
+ <group oor:name="Features">
+ <info>
+ <desc>controls availability of certain database access related features in the OpenOffice.org applications.</desc>
+ </info>
+ <group oor:name="Base">
<info>
- <desc>Specifies the path or jar to the Java driver class.</desc>
+ <desc>controls availability of features within OpenOffice.org Base.</desc>
</info>
- <prop oor:name="Path" oor:type="xs:string">
+ <prop oor:name="CreateLocalDatabase" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>Specifies the class path where the JDBC driver class can be found.</desc>
+ <desc>Specifies that the user is able to create new local database documents in the "Create Database" wizard.</desc>
</info>
+ <value>true</value>
</prop>
</group>
- <group oor:name="UserDefinedDriver">
- <info>
- <desc>Specifies the user defined database drivers which should appear in the data source administration dialog.</desc>
- </info>
- <prop oor:name="DriverPageDisplayName" oor:type="xs:string">
- <info>
- <desc>Specifies the display name of the database driver page.</desc>
- </info>
- </prop>
- <prop oor:name="DriverTypeDisplayName" oor:type="xs:string">
- <info>
- <desc>Specifies the display name of the database driver.</desc>
- </info>
- </prop>
- <prop oor:name="DriverDsnPrefix" oor:type="xs:string">
- <info>
- <desc>Specifies the prefix of the URL of the database driver.</desc>
- </info>
- </prop>
- <prop oor:name="Extension" oor:type="xs:string" oor:nillable="false">
- <info><desc>The file extension, which match to this type. Only set when it is file based driver</desc></info>
- <value/>
- </prop>
- </group>
- </templates>
- <component>
- <info>
- </info>
- <group oor:name="Policies">
- <info>
- <desc>Defines different policies for working with OpenOffice.org Base.</desc>
- </info>
- <group oor:name="Features">
- <info>
- <desc>controls availability of certain database access related features in the OpenOffice.org applications.</desc>
- </info>
- <group oor:name="Base">
- <info>
- <desc>controls availability of features within OpenOffice.org Base.</desc>
- </info>
- <prop oor:name="CreateLocalDatabase" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies that the user is able to create new local database documents in the "Create Database" wizard.</desc>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="Writer">
- <info>
- <desc>Specifies which data-access related features are available in OpenOffice.org Writer.</desc>
- </info>
- <prop oor:name="DatabaseFields" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies that the Database tab page should be available in the fields dialog.</desc>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="Common">
- <info>
- <desc>Specifies which data-access related features, usually existent in all applications, are available.</desc>
- </info>
- <prop oor:name="EditDatabaseFromDataSourceView" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies that the data source view (also known as data source browser) should offer the "Edit database file" context menu entry.</desc>
- </info>
- <value>true</value>
- </prop>
- </group>
- </group>
+ <group oor:name="Writer">
+ <info>
+ <desc>Specifies which data-access related features are available in OpenOffice.org Writer.</desc>
+ </info>
+ <prop oor:name="DatabaseFields" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the Database tab page should be available in the fields dialog.</desc>
+ </info>
+ <value>true</value>
+ </prop>
</group>
- <group oor:name="ReportEngines">
- <info>
- <desc>Specifies the default report engine which should be used.</desc>
- </info>
- <prop oor:name="DefaultReportEngine" oor:type="xs:string">
- <info>
- <desc>Specifies the name of the report engine to use.</desc>
- </info>
- </prop>
- <set oor:name="ReportEngineNames" oor:node-type="ReportEngineName">
- <info>
- <desc>Specifies all report engine names which are registered.</desc>
- </info>
- </set>
- </group>
- <group oor:name="EmbeddedDatabases">
- <info>
- <desc>Specifies the default embedded database which should be used.</desc>
- </info>
- <prop oor:name="DefaultEmbeddedDatabase" oor:type="xs:string">
- <info>
- <desc>Specifies the name of the embedded database to use.</desc>
- </info>
- </prop>
- <set oor:name="EmbeddedDatabaseNames" oor:node-type="EmbeddedDatabaseName">
- <info>
- <desc>Specifies all embedded database names which are registered.</desc>
- </info>
- </set>
- </group>
- <group oor:name="DriverManager">
- <info>
- <desc>Specifies additional information about the database drivers.</desc>
- </info>
- <prop oor:name="DriverPrecedence" oor:type="oor:string-list" oor:nillable="false">
- <info>
- <desc>Specifies order of database drivers in which they should be asked if the accept the connection string.</desc>
- </info>
- <value oor:separator=";">com.sun.star.comp.sdbc.ODBCDriver;com.sun.star.comp.sdbc.JDBCDriver</value>
- </prop>
- </group>
- <group oor:name="ConnectionPool">
- <info>
- <desc>Specifies all information which is needed for the global connection pool.</desc>
- </info>
- <prop oor:name="EnablePooling" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies if the global connection pool is enabled.</desc>
- </info>
- <value>false</value>
- </prop>
- <set oor:name="DriverSettings" oor:node-type="DriverPooling">
- <info>
- <desc>Specifies the connection pooling of used database drivers.</desc>
- </info>
- </set>
- </group>
-
- <group oor:name="JDBC">
+ <group oor:name="Common">
<info>
- <desc>Specifies all information which is needed for the connections established using JDBC.</desc>
+ <desc>Specifies which data-access related features, usually existent in all applications, are available.</desc>
</info>
- <set oor:name="DriverClassPaths" oor:node-type="DriverClassPath">
+ <prop oor:name="EditDatabaseFromDataSourceView" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the data source view (also known as data source browser) should offer the "Edit database file" context menu entry.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="ReportEngines">
+ <info>
+ <desc>Specifies the default report engine which should be used.</desc>
+ </info>
+ <prop oor:name="DefaultReportEngine" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the report engine to use.</desc>
+ </info>
+ </prop>
+ <set oor:name="ReportEngineNames" oor:node-type="ReportEngineName">
+ <info>
+ <desc>Specifies all report engine names which are registered.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="EmbeddedDatabases">
+ <info>
+ <desc>Specifies the default embedded database which should be used.</desc>
+ </info>
+ <prop oor:name="DefaultEmbeddedDatabase" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the embedded database to use.</desc>
+ </info>
+ </prop>
+ <set oor:name="EmbeddedDatabaseNames" oor:node-type="EmbeddedDatabaseName">
+ <info>
+ <desc>Specifies all embedded database names which are registered.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="DriverManager">
+ <info>
+ <desc>Specifies additional information about the database drivers.</desc>
+ </info>
+ <prop oor:name="DriverPrecedence" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Specifies order of database drivers in which they should be asked if the accept the connection string.</desc>
+ </info>
+ <value oor:separator=";">com.sun.star.comp.sdbc.ODBCDriver;com.sun.star.comp.sdbc.JDBCDriver</value>
+ </prop>
+ </group>
+ <group oor:name="ConnectionPool">
+ <info>
+ <desc>Specifies all information which is needed for the global connection pool.</desc>
+ </info>
+ <prop oor:name="EnablePooling" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if the global connection pool is enabled.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <set oor:name="DriverSettings" oor:node-type="DriverPooling">
+ <info>
+ <desc>Specifies the connection pooling of used database drivers.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="JDBC">
+ <info>
+ <desc>Specifies all information which is needed for the connections established using JDBC.</desc>
+ </info>
+ <set oor:name="DriverClassPaths" oor:node-type="DriverClassPath">
+ <info>
+ <desc>Specifies the class paths where to find JDBC database drivers. The node name specifies the name
+ of the JDBC driver which is to be loaded.</desc>
+ </info>
+ </set>
+ </group>
+ <set oor:name="RegisteredNames" oor:node-type="DatabaseDocumentRegistration">
+ <info>
+ <desc>Specifies the database documents registered within OpenOffice.org, for quick access by a programmatic name.</desc>
+ </info>
+ </set>
+ <set oor:name="UserDefinedDriverSettings" oor:node-type="UserDefinedDriver">
+ <info>
+ <desc>Contains a list of descriptions for user defined drivers.</desc>
+ </info>
+ </set>
+ <group oor:name="AddressBook">
+ <info>
+ <desc>Specifies the data source that can be used as an AddressBook.</desc>
+ </info>
+ <prop oor:name="DataSourceName" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the name of the registered data source.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="Command" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the command to execute on the data source to retrieve the result set. This may be an SQL command or a table name or a query name.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="CommandType" oor:type="xs:short">
+ <info>
+ <desc>Determines the exact meaning of Command. Valid values are: 0 - Command is a table name 1 - Command is a query name 2 - Command is an SQL command.</desc>
+ </info>
+ </prop>
+ <prop oor:name="AutoPilotCompleted" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if the auto pilot is completed.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <set oor:name="Fields" oor:node-type="FieldAssignment">
+ <info>
+ <desc>Specifies the column name mapping between the programatic column name and the logical column name.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="Bibliography">
+ <info>
+ <desc>Specifies settings of the bibliography component</desc>
+ </info>
+ <prop oor:name="BeamerHeight" oor:type="xs:int">
+ <info>
+ <desc>Specifies the height of the database beamer</desc>
+ </info>
+ </prop>
+ <prop oor:name="ViewHeight" oor:type="xs:int">
+ <info>
+ <desc>Specifies the height of the view window</desc>
+ </info>
+ </prop>
+ <prop oor:name="QueryText" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the search text for filtering</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="QueryField" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the search field for filtering</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="ShowColumnAssignmentWarning" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines whether a non-assigned column results in a warning box.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <node-ref oor:name="CurrentDataSource" oor:node-type="DataSource">
+ <!-- OldPath: Bibliography/BibliographyCurrent-->
+ <!-- OldLocation: Soffice.ini-->
+ <info>
+ <desc>Determines the current data source for the bibliography.</desc>
+ </info>
+ </node-ref>
+ <set oor:name="DataSourceHistory" oor:node-type="DataSource">
+ <!--OldPath: Bibliography/Bibliography-->
+ <!--OldLocation: Soffice.ini-->
+ <info>
+ <desc>Specifies the data source that can be used as a bibliography.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="DriverSettings">
+ <info>
+ <desc>Specifies the driver settings that are used.</desc>
+ </info>
+ <group oor:name="com.sun.star.comp.sdbc.MozabDriver">
+ <info>
+ <desc>Specifies the driver settings for the mozilla database driver.</desc>
+ </info>
+ <group oor:name="MozillaPreferences">
+ <info>
+ <desc>Specifies the mozilla preferences.</desc>
+ </info>
+ <prop oor:name="ProfileName" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the mozilla profile name.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="PabDescription" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>Describes the name of the table which the Mozilla Personal Address Book is mapped to</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="HisDescription" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>Describes the name of the table which the Mozilla Collected Addresses is mapped to</desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ <group oor:name="ColumnAliases">
+ <info>
+ <desc>Specifies the column alias names used.</desc>
+ </info>
+ <prop oor:name="FirstName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the first name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="LastName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the last name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the display name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="NickName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the nickname.</desc>
+ </info>
+ </prop>
+ <prop oor:name="PrimaryEmail" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the primary email.</desc>
+ </info>
+ </prop>
+ <prop oor:name="SecondEmail" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the first name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="PreferMailFormat" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the preferred mail format.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkPhone" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the phone at work.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomePhone" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the phone at home.</desc>
+ </info>
+ </prop>
+ <prop oor:name="FaxNumber" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the fax number.</desc>
+ </info>
+ </prop>
+ <prop oor:name="PagerNumber" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the pager number.</desc>
+ </info>
+ </prop>
+ <prop oor:name="CellularNumber" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the cellular number.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeAddress" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the home address.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeAddress2" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the 2nd home address.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeCity" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the home city.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeState" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the home state.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeZipCode" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the home ZIP code.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeCountry" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the home country.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkAddress" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the work address.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkAddress2" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the 2nd work address.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkCity" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the work city.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkState" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the work state.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkZipCode" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the work ZIP code.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkCountry" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the work country.</desc>
+ </info>
+ </prop>
+ <prop oor:name="JobTitle" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the job title.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Department" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the department.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Company" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the company.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WebPage1" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the 1st webpage.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WebPage2" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the 2nd webpage.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BirthYear" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the birth year.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BirthMonth" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the birth month.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BirthDay" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the birth day.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Custom1" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the 1st custom field.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Custom2" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the 2nd custom field.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Custom3" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the 3rd custom field.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Custom4" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the 4th custom field.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Notes" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the notes.</desc>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="com.sun.star.comp.sdbc.evoab.OEvoabDriver">
+ <info>
+ <desc>Specifies the driver settings for the evolution database driver.</desc>
+ </info>
+ <group oor:name="EvolutionPreferences">
+ <info>
+ <desc>Specifies the evolution preferences.</desc>
+ </info>
+ <prop oor:name="FullPathExportingCommand" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the evolution full path exporting command name.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ </group>
+ <group oor:name="ColumnAliases">
+ <info>
+ <desc>Specifies the column alias names used.</desc>
+ </info>
+ <prop oor:name="FirstName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the first name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="LastName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the last name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplayName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the display name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="NickName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the nickname.</desc>
+ </info>
+ </prop>
+ <prop oor:name="PrimaryEmail" oor:type="xs:string">
+ <info>
+ <desc>Specifies the primary email.</desc>
+ </info>
+ </prop>
+ <prop oor:name="SecondEmail" oor:type="xs:string">
+ <info>
+ <desc>Specifies the first name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="PreferMailFormat" oor:type="xs:string">
+ <info>
+ <desc>Specifies the perfered mail format.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkPhone" oor:type="xs:string">
+ <info>
+ <desc>Specifies the phone at work.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomePhone" oor:type="xs:string">
+ <info>
+ <desc>Specifies the phone at home.</desc>
+ </info>
+ </prop>
+ <prop oor:name="FaxNumber" oor:type="xs:string">
+ <info>
+ <desc>Specifies the fax number.</desc>
+ </info>
+ </prop>
+ <prop oor:name="PagerNumber" oor:type="xs:string">
+ <info>
+ <desc>Specifies the pager number.</desc>
+ </info>
+ </prop>
+ <prop oor:name="CellularNumber" oor:type="xs:string">
+ <info>
+ <desc>Specifies the cellular number.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeAddress" oor:type="xs:string">
+ <info>
+ <desc>Specifies the home address.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeAddress2" oor:type="xs:string">
+ <info>
+ <desc>Specifies the 2nd home address.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeCity" oor:type="xs:string">
+ <info>
+ <desc>Specifies the home city.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeState" oor:type="xs:string">
+ <info>
+ <desc>Specifies the home state.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeZipCode" oor:type="xs:string">
+ <info>
+ <desc>Specifies the home ZIP code.</desc>
+ </info>
+ </prop>
+ <prop oor:name="HomeCountry" oor:type="xs:string">
+ <info>
+ <desc>Specifies the home country.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkAddress" oor:type="xs:string">
+ <info>
+ <desc>Specifies the work address.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkAddress2" oor:type="xs:string">
+ <info>
+ <desc>Specifies the 2nd work address.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkCity" oor:type="xs:string">
+ <info>
+ <desc>Specifies the work city.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkState" oor:type="xs:string">
+ <info>
+ <desc>Specifies the work state.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkZipCode" oor:type="xs:string">
+ <info>
+ <desc>Specifies the work ZIP code.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WorkCountry" oor:type="xs:string">
+ <info>
+ <desc>Specifies the work country.</desc>
+ </info>
+ </prop>
+ <prop oor:name="JobTitle" oor:type="xs:string">
+ <info>
+ <desc>Specifies the job title.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Department" oor:type="xs:string">
+ <info>
+ <desc>Specifies the department.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Company" oor:type="xs:string">
<info>
- <desc>Specifies the class paths where to find JDBC database drivers. The node name specifies the name
- of the JDBC driver which is to be loaded.</desc>
+ <desc>Specifies the company.</desc>
</info>
- </set>
+ </prop>
+ <prop oor:name="WebPage1" oor:type="xs:string">
+ <info>
+ <desc>Specifies the 1st webpage.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WebPage2" oor:type="xs:string">
+ <info>
+ <desc>Specifies the 2nd webpage.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BirthYear" oor:type="xs:string">
+ <info>
+ <desc>Specifies the birth year.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BirthMonth" oor:type="xs:string">
+ <info>
+ <desc>Specifies the birth month.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BirthDay" oor:type="xs:string">
+ <info>
+ <desc>Specifies the birth day.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Notes" oor:type="xs:string">
+ <info>
+ <desc>Specifies the notes.</desc>
+ </info>
+ </prop>
</group>
-
- <set oor:name="RegisteredNames" oor:node-type="DatabaseDocumentRegistration">
- <info>
- <desc>Specifies the database documents registered within OpenOffice.org, for quick access by a programmatic name.</desc>
- </info>
- </set>
-
- <set oor:name="UserDefinedDriverSettings" oor:node-type="UserDefinedDriver">
- <info>
- <desc>Contains a list of descriptions for user defined drivers.</desc>
- </info>
- </set>
-
- <group oor:name="AddressBook">
- <info>
- <desc>Specifies the data source that can be used as an AddressBook.</desc>
- </info>
- <prop oor:name="DataSourceName" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the name of the registered data source.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="Command" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the command to execute on the data source to retrieve the result set. This may be an SQL command or a table name or a query name.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="CommandType" oor:type="xs:short">
- <info>
- <desc>Determines the exact meaning of Command. Valid values are: 0 - Command is a table name 1 - Command is a query name 2 - Command is an SQL command.</desc>
- </info>
- </prop>
- <prop oor:name="AutoPilotCompleted" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies if the auto pilot is completed.</desc>
- </info>
- <value>false</value>
- </prop>
- <set oor:name="Fields" oor:node-type="FieldAssignment">
- <info>
- <desc>Specifies the column name mapping between the programatic column name and the logical column name.</desc>
- </info>
- </set>
- </group>
-
- <group oor:name="Bibliography">
- <info>
- <desc>Specifies settings of the bibliography component</desc>
- </info>
- <prop oor:name="BeamerHeight" oor:type="xs:int">
- <info>
- <desc>Specifies the height of the database beamer</desc>
- </info>
- </prop>
- <prop oor:name="ViewHeight" oor:type="xs:int">
- <info>
- <desc>Specifies the height of the view window</desc>
- </info>
- </prop>
- <prop oor:name="QueryText" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the search text for filtering</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="QueryField" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the search field for filtering</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="ShowColumnAssignmentWarning" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Determines whether a non-assigned column results in a warning box.</desc>
- </info>
- <value>true</value>
- </prop>
- <node-ref oor:name="CurrentDataSource" oor:node-type="DataSource">
- <!-- OldPath: Bibliography/BibliographyCurrent-->
- <!-- OldLocation: Soffice.ini-->
- <info>
- <desc>Determines the current data source for the bibliography.</desc>
- </info>
- </node-ref>
- <set oor:name="DataSourceHistory" oor:node-type="DataSource">
- <!--OldPath: Bibliography/Bibliography-->
- <!--OldLocation: Soffice.ini-->
- <info>
- <desc>Specifies the data source that can be used as a bibliography.</desc>
- </info>
- </set>
- </group>
-
- <group oor:name="DriverSettings">
- <info>
- <desc>Specifies the driver settings that are used.</desc>
- </info>
-
- <group oor:name="com.sun.star.comp.sdbc.MozabDriver">
- <info>
- <desc>Specifies the driver settings for the mozilla database driver.</desc>
- </info>
- <group oor:name="MozillaPreferences">
- <info>
- <desc>Specifies the mozilla preferences.</desc>
- </info>
- <prop oor:name="ProfileName" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the mozilla profile name.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="PabDescription" oor:type="xs:string" oor:localized="true" oor:nillable="false">
- <info>
- <desc>Describes the name of the table which the Mozilla Personal Address Book is mapped to</desc>
- </info>
- <value/>
- </prop>
- <prop oor:name="HisDescription" oor:type="xs:string" oor:localized="true" oor:nillable="false">
- <info>
- <desc>Describes the name of the table which the Mozilla Collected Addresses is mapped to</desc>
- </info>
- <value/>
- </prop>
- </group>
- <group oor:name="ColumnAliases">
- <info>
- <desc>Specifies the column alias names used.</desc>
- </info>
- <prop oor:name="FirstName" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the first name.</desc>
- </info>
- </prop>
- <prop oor:name="LastName" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the last name.</desc>
- </info>
- </prop>
- <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the display name.</desc>
- </info>
- </prop>
- <prop oor:name="NickName" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the nickname.</desc>
- </info>
- </prop>
- <prop oor:name="PrimaryEmail" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the primary email.</desc>
- </info>
- </prop>
- <prop oor:name="SecondEmail" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the first name.</desc>
- </info>
- </prop>
- <prop oor:name="PreferMailFormat" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the preferred mail format.</desc>
- </info>
- </prop>
- <prop oor:name="WorkPhone" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the phone at work.</desc>
- </info>
- </prop>
- <prop oor:name="HomePhone" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the phone at home.</desc>
- </info>
- </prop>
- <prop oor:name="FaxNumber" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the fax number.</desc>
- </info>
- </prop>
- <prop oor:name="PagerNumber" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the pager number.</desc>
- </info>
- </prop>
- <prop oor:name="CellularNumber" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the cellular number.</desc>
- </info>
- </prop>
- <prop oor:name="HomeAddress" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the home address.</desc>
- </info>
- </prop>
- <prop oor:name="HomeAddress2" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the 2nd home address.</desc>
- </info>
- </prop>
- <prop oor:name="HomeCity" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the home city.</desc>
- </info>
- </prop>
- <prop oor:name="HomeState" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the home state.</desc>
- </info>
- </prop>
- <prop oor:name="HomeZipCode" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the home ZIP code.</desc>
- </info>
- </prop>
- <prop oor:name="HomeCountry" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the home country.</desc>
- </info>
- </prop>
- <prop oor:name="WorkAddress" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the work address.</desc>
- </info>
- </prop>
- <prop oor:name="WorkAddress2" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the 2nd work address.</desc>
- </info>
- </prop>
- <prop oor:name="WorkCity" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the work city.</desc>
- </info>
- </prop>
- <prop oor:name="WorkState" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the work state.</desc>
- </info>
- </prop>
- <prop oor:name="WorkZipCode" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the work ZIP code.</desc>
- </info>
- </prop>
- <prop oor:name="WorkCountry" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the work country.</desc>
- </info>
- </prop>
- <prop oor:name="JobTitle" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the job title.</desc>
- </info>
- </prop>
- <prop oor:name="Department" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the department.</desc>
- </info>
- </prop>
- <prop oor:name="Company" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the company.</desc>
- </info>
- </prop>
- <prop oor:name="WebPage1" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the 1st webpage.</desc>
- </info>
- </prop>
- <prop oor:name="WebPage2" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the 2nd webpage.</desc>
- </info>
- </prop>
- <prop oor:name="BirthYear" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the birth year.</desc>
- </info>
- </prop>
- <prop oor:name="BirthMonth" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the birth month.</desc>
- </info>
- </prop>
- <prop oor:name="BirthDay" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the birth day.</desc>
- </info>
- </prop>
- <prop oor:name="Custom1" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the 1st custom field.</desc>
- </info>
- </prop>
- <prop oor:name="Custom2" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the 2nd custom field.</desc>
- </info>
- </prop>
- <prop oor:name="Custom3" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the 3rd custom field.</desc>
- </info>
- </prop>
- <prop oor:name="Custom4" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the 4th custom field.</desc>
- </info>
- </prop>
- <prop oor:name="Notes" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Specifies the notes.</desc>
- </info>
- </prop>
- </group>
- </group>
-
- <group oor:name="com.sun.star.comp.sdbc.evoab.OEvoabDriver">
- <info>
- <desc>Specifies the driver settings for the evolution database driver.</desc>
- </info>
- <group oor:name="EvolutionPreferences">
- <info>
- <desc>Specifies the evolution preferences.</desc>
- </info>
- <prop oor:name="FullPathExportingCommand" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the evolution full path exporting command name.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- </group>
- <group oor:name="ColumnAliases">
- <info>
- <desc>Specifies the column alias names used.</desc>
- </info>
- <prop oor:name="FirstName" oor:type="xs:string">
- <info>
- <desc>Specifies the first name.</desc>
- </info>
- </prop>
- <prop oor:name="LastName" oor:type="xs:string">
- <info>
- <desc>Specifies the last name.</desc>
- </info>
- </prop>
- <prop oor:name="DisplayName" oor:type="xs:string">
- <info>
- <desc>Specifies the display name.</desc>
- </info>
- </prop>
- <prop oor:name="NickName" oor:type="xs:string">
- <info>
- <desc>Specifies the nickname.</desc>
- </info>
- </prop>
- <prop oor:name="PrimaryEmail" oor:type="xs:string">
- <info>
- <desc>Specifies the primary email.</desc>
- </info>
- </prop>
- <prop oor:name="SecondEmail" oor:type="xs:string">
- <info>
- <desc>Specifies the first name.</desc>
- </info>
- </prop>
- <prop oor:name="PreferMailFormat" oor:type="xs:string">
- <info>
- <desc>Specifies the perfered mail format.</desc>
- </info>
- </prop>
- <prop oor:name="WorkPhone" oor:type="xs:string">
- <info>
- <desc>Specifies the phone at work.</desc>
- </info>
- </prop>
- <prop oor:name="HomePhone" oor:type="xs:string">
- <info>
- <desc>Specifies the phone at home.</desc>
- </info>
- </prop>
- <prop oor:name="FaxNumber" oor:type="xs:string">
- <info>
- <desc>Specifies the fax number.</desc>
- </info>
- </prop>
- <prop oor:name="PagerNumber" oor:type="xs:string">
- <info>
- <desc>Specifies the pager number.</desc>
- </info>
- </prop>
- <prop oor:name="CellularNumber" oor:type="xs:string">
- <info>
- <desc>Specifies the cellular number.</desc>
- </info>
- </prop>
- <prop oor:name="HomeAddress" oor:type="xs:string">
- <info>
- <desc>Specifies the home address.</desc>
- </info>
- </prop>
- <prop oor:name="HomeAddress2" oor:type="xs:string">
- <info>
- <desc>Specifies the 2nd home address.</desc>
- </info>
- </prop>
- <prop oor:name="HomeCity" oor:type="xs:string">
- <info>
- <desc>Specifies the home city.</desc>
- </info>
- </prop>
- <prop oor:name="HomeState" oor:type="xs:string">
- <info>
- <desc>Specifies the home state.</desc>
- </info>
- </prop>
- <prop oor:name="HomeZipCode" oor:type="xs:string">
- <info>
- <desc>Specifies the home ZIP code.</desc>
- </info>
- </prop>
- <prop oor:name="HomeCountry" oor:type="xs:string">
- <info>
- <desc>Specifies the home country.</desc>
- </info>
- </prop>
- <prop oor:name="WorkAddress" oor:type="xs:string">
- <info>
- <desc>Specifies the work address.</desc>
- </info>
- </prop>
- <prop oor:name="WorkAddress2" oor:type="xs:string">
- <info>
- <desc>Specifies the 2nd work address.</desc>
- </info>
- </prop>
- <prop oor:name="WorkCity" oor:type="xs:string">
- <info>
- <desc>Specifies the work city.</desc>
- </info>
- </prop>
- <prop oor:name="WorkState" oor:type="xs:string">
- <info>
- <desc>Specifies the work state.</desc>
- </info>
- </prop>
- <prop oor:name="WorkZipCode" oor:type="xs:string">
- <info>
- <desc>Specifies the work ZIP code.</desc>
- </info>
- </prop>
- <prop oor:name="WorkCountry" oor:type="xs:string">
- <info>
- <desc>Specifies the work country.</desc>
- </info>
- </prop>
- <prop oor:name="JobTitle" oor:type="xs:string">
- <info>
- <desc>Specifies the job title.</desc>
- </info>
- </prop>
- <prop oor:name="Department" oor:type="xs:string">
- <info>
- <desc>Specifies the department.</desc>
- </info>
- </prop>
- <prop oor:name="Company" oor:type="xs:string">
- <info>
- <desc>Specifies the company.</desc>
- </info>
- </prop>
- <prop oor:name="WebPage1" oor:type="xs:string">
- <info>
- <desc>Specifies the 1st webpage.</desc>
- </info>
- </prop>
- <prop oor:name="WebPage2" oor:type="xs:string">
- <info>
- <desc>Specifies the 2nd webpage.</desc>
- </info>
- </prop>
- <prop oor:name="BirthYear" oor:type="xs:string">
- <info>
- <desc>Specifies the birth year.</desc>
- </info>
- </prop>
- <prop oor:name="BirthMonth" oor:type="xs:string">
- <info>
- <desc>Specifies the birth month.</desc>
- </info>
- </prop>
- <prop oor:name="BirthDay" oor:type="xs:string">
- <info>
- <desc>Specifies the birth day.</desc>
- </info>
- </prop>
- <prop oor:name="Notes" oor:type="xs:string">
- <info>
- <desc>Specifies the notes.</desc>
- </info>
- </prop>
- </group>
- </group>
-
- <group oor:name="com.sun.star.comp.sdbc.kab.Driver">
- <info>
- <desc>Specifies the driver settings for the mozilla database driver.</desc>
- </info>
- <prop oor:name="DisableKDEMaximumVersionCheck" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>At runtime, the driver checks if the installed KDE version is too new to be supported.
- In this case, it refuses creating connections. With the setting here, this check can
- be disabled (which might do anything from simply work to crash).</desc>
- </info>
- <value>false</value>
- </prop>
- </group>
-
- <group oor:name="com.sun.star.sdbcx.comp.hsqldb.Driver">
- <info>
- <desc>Specifies settings for the driver accessing HSQL databases embedded into OpenOffice.org
- database documents (.odb)</desc>
- </info>
- <group oor:name="PermittedJavaMethods" oor:extensible="true">
- <info>
- <desc>HSQLDB features calling Java code directly from SQL statements. For security
- reasons, this is restricted to classes from the org.hsqldb.Library package,
- the java.lang.math package, plus any methods specified in this configuraton
- setting. If a method specification ends with .*, then all methods
- from the respectiv package are permitted.</desc>
- </info>
- </group>
- </group>
-
+ </group>
+ <group oor:name="com.sun.star.comp.sdbc.kab.Driver">
+ <info>
+ <desc>Specifies the driver settings for the mozilla database driver.</desc>
+ </info>
+ <prop oor:name="DisableKDEMaximumVersionCheck" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>At runtime, the driver checks if the installed KDE version is too new to be supported.
+ In this case, it refuses creating connections. With the setting here, this check can
+ be disabled (which might do anything from simply work to crash).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="com.sun.star.sdbcx.comp.hsqldb.Driver">
+ <info>
+ <desc>Specifies settings for the driver accessing HSQL databases embedded into OpenOffice.org
+ database documents (.odb)</desc>
+ </info>
+ <group oor:name="PermittedJavaMethods" oor:extensible="true">
+ <info>
+ <desc>HSQLDB features calling Java code directly from SQL statements. For security
+ reasons, this is restricted to classes from the org.hsqldb.Library package,
+ the java.lang.math package, plus any methods specified in this configuraton
+ setting. If a method specification ends with .*, then all methods
+ from the respectiv package are permitted.</desc>
+ </info>
</group>
-
- <group oor:name="FormSearchOptions">
- <info>
- <desc>Specifies the options for searching in forms.</desc>
- </info>
- <prop oor:name="SearchType" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the search type.</desc>
- </info>
- <constraints>
- <enumeration oor:value="text">
- <info>
- <desc>Search for text</desc>
- </info>
- </enumeration>
- <enumeration oor:value="null">
- <info>
- <desc>Search for NULL</desc>
- </info>
- </enumeration>
- <enumeration oor:value="non-null">
- <info>
- <desc>Search for non-NULL</desc>
- </info>
- </enumeration>
- </constraints>
- <value>text</value>
- </prop>
- <prop oor:name="SearchPosition" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the search position.</desc>
- </info>
- <constraints>
- <enumeration oor:value="anywhere-in-field">
- <info>
- <desc>Anywhere</desc>
- </info>
- </enumeration>
- <enumeration oor:value="beginning-of-field">
- <info>
- <desc>Beginning</desc>
- </info>
- </enumeration>
- <enumeration oor:value="end-of-field">
- <info>
- <desc>End</desc>
- </info>
- </enumeration>
- <enumeration oor:value="complete-field">
- <info>
- <desc>Complete</desc>
- </info>
- </enumeration>
- </constraints>
- <value>anywhere-in-field</value>
- </prop>
- <prop oor:name="SearchHistory" oor:type="oor:string-list">
- <info>
- <desc>Contains a list of the previous search strings.</desc>
- </info>
- </prop>
- <prop oor:name="IsSearchAllFields" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies if all fields should be searched.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsUseFormatter" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies that the formatter should be used.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsBackwards" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies that the search starts backward.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsWildcardSearch" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies that the search contains wildcards.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsUseRegularExpression" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies that regular expressions should be used.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsSimilaritySearch" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies that the similarity search should be used.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsLevenshteinRelaxed" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies that the similarity search should be combined.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="LevenshteinOther" oor:type="xs:short" oor:nillable="false">
- <info>
- <desc>Specifies the number of characters that can be exchanged while searching for similarity.</desc>
- </info>
- <value>2</value>
- </prop>
- <prop oor:name="LevenshteinShorter" oor:type="xs:short" oor:nillable="false">
- <info>
- <desc>Specifies the number of characters that can be deleted while searching for similarity.</desc>
- </info>
- <value>2</value>
- </prop>
- <prop oor:name="LevenshteinLonger" oor:type="xs:short" oor:nillable="false">
- <info>
- <desc>Specifies the number of characters that can be added while searching for similarity.</desc>
- </info>
- <value>2</value>
- </prop>
- <prop oor:name="IsMatchCase" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies that the searched value should match.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsUseAsianOptions" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies that the Asian options for search should be used.</desc>
- </info>
- <value>false</value>
- </prop>
- <group oor:name="Japanese">
- <info>
- <desc>Specifies the Japanese options for searching.</desc>
- </info>
- <prop oor:name="IsMatchFullHalfWidthForms" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the MatchFullHalfWidthForms search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatchHiraganaKatakana" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the MatchHiraganaKatakana search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatchContractions" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the MatchContractions search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatchMinusDashCho-on" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the MatchMinusDashCho-on search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatchRepeatCharMarks" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the MatchRepeatCharMarks search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatchVariantFormKanji" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the MatchVariantFormKanji search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatchOldKanaForms" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the MatchOldKanaForms search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatch_DiZi_DuZu" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the Match_DiZi_DuZu search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatch_BaVa_HaFa" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the Match_BaVa_HaFa search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatch_TsiThiChi_DhiZi" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the Match_TsiThiChi_DhiZi search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatch_HyuIyu_ByuVyu" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the Match_HyuIyu_ByuVyu search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatch_SeShe_ZeJe" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the Match_SeShe_ZeJe search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatch_IaIya" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the Match_IaIya search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsMatch_KiKu" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the Match_KiKu search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsIgnorePunctuation" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the IgnorePunctuation search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsIgnoreWhitespace" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the IgnoreWhitespace search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsIgnoreProlongedSoundMark" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the IgnoreProlongedSoundMark search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsIgnoreMiddleDot" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the IgnoreMiddleDot search option is enabled.</desc>
- </info>
- <value>true</value>
- </prop>
- </group>
- </group>
- </component>
+ </group>
+ </group>
+ <group oor:name="FormSearchOptions">
+ <info>
+ <desc>Specifies the options for searching in forms.</desc>
+ </info>
+ <prop oor:name="SearchType" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the search type.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="text">
+ <info>
+ <desc>Search for text</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="null">
+ <info>
+ <desc>Search for NULL</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="non-null">
+ <info>
+ <desc>Search for non-NULL</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>text</value>
+ </prop>
+ <prop oor:name="SearchPosition" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the search position.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="anywhere-in-field">
+ <info>
+ <desc>Anywhere</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="beginning-of-field">
+ <info>
+ <desc>Beginning</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="end-of-field">
+ <info>
+ <desc>End</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="complete-field">
+ <info>
+ <desc>Complete</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>anywhere-in-field</value>
+ </prop>
+ <prop oor:name="SearchHistory" oor:type="oor:string-list">
+ <info>
+ <desc>Contains a list of the previous search strings.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsSearchAllFields" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if all fields should be searched.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsUseFormatter" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the formatter should be used.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsBackwards" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the search starts backward.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsWildcardSearch" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the search contains wildcards.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsUseRegularExpression" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that regular expressions should be used.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsSimilaritySearch" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the similarity search should be used.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsLevenshteinRelaxed" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the similarity search should be combined.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="LevenshteinOther" oor:type="xs:short" oor:nillable="false">
+ <info>
+ <desc>Specifies the number of characters that can be exchanged while searching for similarity.</desc>
+ </info>
+ <value>2</value>
+ </prop>
+ <prop oor:name="LevenshteinShorter" oor:type="xs:short" oor:nillable="false">
+ <info>
+ <desc>Specifies the number of characters that can be deleted while searching for similarity.</desc>
+ </info>
+ <value>2</value>
+ </prop>
+ <prop oor:name="LevenshteinLonger" oor:type="xs:short" oor:nillable="false">
+ <info>
+ <desc>Specifies the number of characters that can be added while searching for similarity.</desc>
+ </info>
+ <value>2</value>
+ </prop>
+ <prop oor:name="IsMatchCase" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the searched value should match.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsUseAsianOptions" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the Asian options for search should be used.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Japanese">
+ <info>
+ <desc>Specifies the Japanese options for searching.</desc>
+ </info>
+ <prop oor:name="IsMatchFullHalfWidthForms" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the MatchFullHalfWidthForms search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchHiraganaKatakana" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the MatchHiraganaKatakana search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchContractions" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the MatchContractions search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchMinusDashCho-on" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the MatchMinusDashCho-on search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchRepeatCharMarks" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the MatchRepeatCharMarks search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchVariantFormKanji" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the MatchVariantFormKanji search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchOldKanaForms" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the MatchOldKanaForms search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_DiZi_DuZu" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the Match_DiZi_DuZu search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_BaVa_HaFa" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the Match_BaVa_HaFa search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_TsiThiChi_DhiZi" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the Match_TsiThiChi_DhiZi search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_HyuIyu_ByuVyu" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the Match_HyuIyu_ByuVyu search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_SeShe_ZeJe" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the Match_SeShe_ZeJe search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_IaIya" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the Match_IaIya search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_KiKu" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the Match_KiKu search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsIgnorePunctuation" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the IgnorePunctuation search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsIgnoreWhitespace" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the IgnoreWhitespace search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsIgnoreProlongedSoundMark" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the IgnoreProlongedSoundMark search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsIgnoreMiddleDot" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the IgnoreMiddleDot search option is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
index 2dbfe85e9a88..0dbf736945a4 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
@@ -17,1169 +17,1170 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<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>
- <desc>Contains settings for Math.</desc>
- </info>
- <templates>
- <group oor:name="FontFormat">
- <info>
- <desc>Lists properties for describing a font.</desc>
- </info>
- <prop oor:name="Name" oor:type="xs:string">
- <info>
- <desc>Specifies the font name.</desc>
- </info>
- </prop>
- <prop oor:name="CharSet" oor:type="xs:short">
- <info>
- <desc>Specifies the character set for a font.</desc>
- </info>
- </prop>
- <prop oor:name="Family" oor:type="xs:short">
- <info>
- <desc>Specifies the font family.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>not known</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>decorative</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>modern</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc>roman</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc>script</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc>swiss</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc>system</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Pitch" oor:type="xs:short">
- <info>
- <desc>Specifies the pitch of a font.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>not known</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>fixed</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>variable</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Weight" oor:type="xs:short">
- <info>
- <desc>Specifies the weight of a font.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>not known</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>thin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>ultra light</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc>light</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc>semi light</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc>normal</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc>medium</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc>semi bold</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc>bold</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc>ultra bold</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc>black</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Italic" oor:type="xs:short">
- <info>
- <desc>Specifies the font italics.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>not slanted</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>oblique</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>normal</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc>not known</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Symbol">
- <info>
- <desc>Contains settings for defining a user- or predefined symbol.</desc>
- </info>
- <prop oor:name="Char" oor:type="xs:int">
- <info>
- <desc>Specifies the character value of the symbol.</desc>
- </info>
- </prop>
- <prop oor:name="Set" oor:type="xs:string">
- <info>
- <desc>Specifies the symbol set containing the symbol.</desc>
- </info>
- </prop>
- <prop oor:name="Predefined" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies if a symbol is predefined or user-defined.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="FontFormatId" oor:type="xs:string">
- <info>
- <desc>Specifies the font format used. The value must be one of the node-names in the FontFormatList.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <group oor:name="Print">
- <info>
- <desc>Contains settings for printing.</desc>
- </info>
- <prop oor:name="Title" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Math/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
- <info>
- <desc>Specifies if the title (filename) is printed.</desc>
- <label>Title row</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="FormulaText" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Math/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
- <info>
- <desc>Specifies if the formula text is printed.</desc>
- <label>Formula text</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Frame" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Math/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
- <info>
- <desc>Specifies if a border is drawn around the formula when printed.</desc>
- <label>Border</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Size" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Print format -->
- <info>
- <desc>Defines the size used when printing the formula.</desc>
- <label>Print Size</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Original size</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Adapt to paper size</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Define zoom factor</desc>
- </info>
- </enumeration>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="ZoomFactor" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Print format -->
- <info>
- <desc>Specifies the zoom factor for printing formulas. This is only valid when the print size is defined by the zoom factor. [UNIT=%]</desc>
- <label>Zoom factor</label>
- </info>
- <constraints>
- <minInclusive oor:value="10">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="400">
- <info>
- <desc>Specifies the maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>100</value>
- </prop>
- </group>
- <group oor:name="LoadSave">
+<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>
+ <desc>Contains settings for Math.</desc>
+ </info>
+ <templates>
+ <group oor:name="FontFormat">
+ <info>
+ <desc>Lists properties for describing a font.</desc>
+ </info>
+ <prop oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>Specifies the font name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="CharSet" oor:type="xs:short">
+ <info>
+ <desc>Specifies the character set for a font.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Family" oor:type="xs:short">
+ <info>
+ <desc>Specifies the font family.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
<info>
- <desc>Contains settings related to load and save operations.</desc>
+ <desc>not known</desc>
</info>
- <prop oor:name="IsSaveOnlyUsedSymbols" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: - Tools/Options - OpenOffice Maths - Settings -->
- <info>
- <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>
- <label>Save only used symbols.</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="Misc">
- <info>
- <desc>Contains miscellaneous settings.</desc>
- </info>
- <prop oor:name="IgnoreSpacesRight" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Math/Misc -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Miscellaneous options -->
- <info>
- <desc>Ignores spacing symbols at the end of a line.</desc>
- <label>Ignore ~ and &apos; at the end of the line</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="View">
- <info>
- <desc>Contains view settings.</desc>
- </info>
- <prop oor:name="ToolboxVisible" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Math/View -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: View - Elements -->
- <info>
- <desc>Toggles the visibility of the ToolBox (Selection Box).</desc>
- <label>Show Tool Box</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="AutoRedraw" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Math/View -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: View - AutoRefresh Display -->
- <info>
- <desc>Automatically updates the display of the formula after the text has changed.</desc>
- <label>Update display automatically</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="FormulaCursor" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Math/View -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: The icon &quot;Formula Cursor&quot; in the Tool bar -->
- <info>
- <desc>Toggles the visibility of the FormulaCursor.</desc>
- <label>Show Formula Cursor</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <set oor:name="FontFormatList" oor:node-type="FontFormat">
- <info>
- <desc>Lists the FontFormat entries that can be used as symbol definitions in the SymbolList.</desc>
- </info>
- </set>
- <group oor:name="StandardFormat">
- <info>
- <desc>Defines the default format settings for formulas.</desc>
- </info>
- <prop oor:name="Textmode" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Text Mode -->
- <info>
- <desc>Displays some expressions in a compact form.</desc>
- <label>Textmode</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="GreekCharStyle" oor:type="xs:short" oor:nillable="false">
- <!-- UIHints: n/a yet -->
- <info>
- <desc>Specifies the default layout for symbols from the 'Greek' symbol set.</desc>
- <label>Greek character style</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="2">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="ScaleNormalBracket" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Brackets - Scale all brackets -->
- <info>
- <desc>Attempts to scale non-scaleable brackets to fit the size of the arguments.</desc>
- <label>Scale normal brackets</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="HorizontalAlignment" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Alignment - Horizontal -->
- <info>
- <desc>Specifies the default horizontal alignment for the formula.</desc>
- <label>Horizontal alignment</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>left</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>centered</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>right</desc>
- </info>
- </enumeration>
- </constraints>
- <value>1</value>
- </prop>
- <prop oor:name="BaseSize" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format- Font Size - Base size -->
- <info>
- <desc>Specifies the reference base size. [UNIT=Pts]</desc>
- <label>Base size</label>
- </info>
- <constraints>
- <minInclusive oor:value="4">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="127">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>12</value>
- </prop>
- <prop oor:name="TextSize" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format- Font Size - Text -->
- <info>
- <desc>Specifies the text size relative to the base size. [UNIT=%]</desc>
- <label>Text size</label>
- </info>
- <constraints>
- <minInclusive oor:value="5">
- <info>
- <desc>Specifies the minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>100</value>
- </prop>
- <prop oor:name="IndexSize" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format- Font Size - Indices -->
- <info>
- <desc>Specifies the size of the indices relative to the base size. [UNIT=%]</desc>
- <label>Index size</label>
- </info>
- <constraints>
- <minInclusive oor:value="5">
- <info>
- <desc>Specifies the minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>60</value>
- </prop>
- <prop oor:name="FunctionSize" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format- Font Size - Functions -->
- <info>
- <desc>Specifies the size of the functions relative to the base size. [UNIT=%]</desc>
- <label>Function size</label>
- </info>
- <constraints>
- <minInclusive oor:value="5">
- <info>
- <desc>Specifies the minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>100</value>
- </prop>
- <prop oor:name="OperatorSize" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format- Font Size - Operators -->
- <info>
- <desc>Specifies the size of the operators relative to the base size. [UNIT=%]</desc>
- <label>Operator size</label>
- </info>
- <constraints>
- <minInclusive oor:value="5">
- <info>
- <desc>Specifies the minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>100</value>
- </prop>
- <prop oor:name="LimitsSize" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format- Font Size - Limits -->
- <info>
- <desc>Specifies the size of the limits relative to the base size. [UNIT=%]</desc>
- <label>Limits size</label>
- </info>
- <constraints>
- <minInclusive oor:value="5">
- <info>
- <desc>Specifies the minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>60</value>
- </prop>
- <prop oor:name="VariableFont" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Fonts - Variables -->
- <info>
- <desc>Specifies the FontFormat (font) to be used for variables. The value must be contained in the FontFormatList.</desc>
- <label>Variable Font name</label>
- </info>
- <value/>
- </prop>
- <prop oor:name="FunctionFont" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Fonts - Functions -->
- <info>
- <desc>Specifies the FontFormat (font) to be used for functions. The value must be contained in the FontFormatList.</desc>
- <label>Function Font name</label>
- </info>
- <value/>
- </prop>
- <prop oor:name="NumberFont" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Fonts - Numbers -->
- <info>
- <desc>Specifies the FontFormat (font) to be used for numbers. The value must be contained in the FontFormatList.</desc>
- <label>Number Font name</label>
- </info>
- <value/>
- </prop>
- <prop oor:name="TextFont" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Fonts - Text -->
- <info>
- <desc>Specifies the FontFormat (font) to be used for text. The value must be contained in the FontFormatList.</desc>
- <label>Text Font name</label>
- </info>
- <value/>
- </prop>
- <prop oor:name="SansFont" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Fonts - Sans -->
- <info>
- <desc>Specifies the FontFormat (font) to be used for &apos;sans&apos;. The value must be contained in the FontFormatList.</desc>
- <label>Sans Font name</label>
- </info>
- <value/>
- </prop>
- <prop oor:name="SerifFont" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Fonts - Serif -->
- <info>
- <desc>Specifies the FontFormat (font) to be used for &apos;serif&apos;. The value must be contained in the FontFormatList.</desc>
- <label>Serif Font name</label>
- </info>
- <value/>
- </prop>
- <prop oor:name="FixedFont" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Fonts - Fixed -->
- <info>
- <desc>Specifies the FontFormat (font) to be used for &apos;fixed&apos;. The value must be contained in the FontFormatList.</desc>
- <label>Fixed Font name</label>
- </info>
- <value/>
- </prop>
- <group oor:name="Distance">
- <info>
- <desc>Specifies the distance settings used for formatting a formula.</desc>
- </info>
- <prop oor:name="Horizontal" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Spacing - Spacing -->
- <info>
- <desc>Specifies the horizontal distance of different expressions and of binary operators. [UNIT=%]</desc>
- <label>Horizontal distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>10</value>
- </prop>
- <prop oor:name="Vertical" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Spacing - Line Spacing -->
- <info>
- <desc>Specifies the vertical distance of different lines. [UNIT=%]</desc>
- <label>Vertical distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>5</value>
- </prop>
- <prop oor:name="Root" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Spacing - Root Spacing -->
- <info>
- <desc>Specifies the vertical distance of the root symbol&apos;s horizontal bar to the argument. [UNIT=%]</desc>
- <label>Distance to root symbol</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="SubScript" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Indexes - Subscript -->
- <info>
- <desc>Specifies the vertical distance of the subscript to the base. [UNIT=%]</desc>
- <label>Subscript distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>20</value>
- </prop>
- <prop oor:name="SuperScript" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Indexes - Superscript -->
- <info>
- <desc>Specifies the vertical distance of the superscript to the base. [UNIT=%]</desc>
- <label>Superscript distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>20</value>
- </prop>
- <prop oor:name="LowerLimit" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Limits - Lower Limit -->
- <info>
- <desc>Specifies the vertical distance of the lower limit to the operator. [UNIT=%]</desc>
- <label>Lower limit distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="UpperLimit" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Limits - Upper Limit -->
- <info>
- <desc>Specifies the vertical distance of the upper limit to the operator. [UNIT=%]</desc>
- <label>Upper limit distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="OperatorSize" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Operators - Excess size -->
- <info>
- <desc>Specifies the scaling of a large operator relative to the base size. [UNIT=%]</desc>
- <label>Oversize of large operator</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>50</value>
- </prop>
- <prop oor:name="OperatorSpace" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Operators - Spacing -->
- <info>
- <desc>Specifies the distance between the large operator and it&apos;s argument. [UNIT=%]</desc>
- <label>Distance to large operator</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>20</value>
- </prop>
- <prop oor:name="Numerator" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Fractions - Numerator -->
- <info>
- <desc>Specifies the vertical distance from the numerator to the fraction separator. [UNIT=%]</desc>
- <label>Numerator distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="Denominator" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Fractions - Denominator -->
- <info>
- <desc>Specifies the vertical distance from the denominator to the fraction separator [UNIT=%]</desc>
- <label>Denominator distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="Fraction" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Fraction Bars - Excess length -->
- <info>
- <desc>Specifies the excess length of the fraction separator relative to its arguments. [UNIT=%]</desc>
- <label>Fraction overlength</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>10</value>
- </prop>
- <prop oor:name="StrokeWidth" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Fraction Bars - Weight -->
- <info>
- <desc>Specifies the stroke width of the fraction separator [UNIT=%]</desc>
- <label>Fraction strokewidth</label>
- </info>
- <constraints>
- <minInclusive oor:value="1">
- <info>
- <desc>Specifies the minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>5</value>
- </prop>
- <prop oor:name="BracketSize" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Brackets - Excess size (left/right) -->
- <info>
- <desc>Specifies the excess length of the scalable brackets relative to the argument. [UNIT=%]</desc>
- <label>Bracket oversize</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>5</value>
- </prop>
- <prop oor:name="BracketSpace" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Brackets - Spacing -->
- <info>
- <desc>Specifies the horizontal distance between the brackets and the enclosed argument. [UNIT=%]</desc>
- <label>Bracket distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>5</value>
- </prop>
- <prop oor:name="NormalBracketSize" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Brackets - Excess size -->
- <info>
- <desc>Specifies the excess length of normal brackets relative to the argument. Only valid if ScaleNormalBracket = TRUE. [UNIT=%]</desc>
- <label>Normal bracket oversize</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="MatrixRow" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Matrixes - Line Spacing -->
- <info>
- <desc>Specifies the distance between the rows of a matrix. [UNIT=%]</desc>
- <label>Matrix row distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="300">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>3</value>
- </prop>
- <prop oor:name="MatrixColumn" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Matrixes - Column Spacing -->
- <info>
- <desc>Specifies the distance between the columns of a matrix. [UNIT=%]</desc>
- <label>Matrix column distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="300">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>30</value>
- </prop>
- <prop oor:name="OrnamentSize" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Symbols - Primary height -->
- <info>
- <desc>Specifies the distance between the attribute and its base. [UNIT=%]</desc>
- <label>Distance to attribute</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="OrnamentSpace" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Symbols - Minimum distance -->
- <info>
- <desc>Specifies the distance between different attributes of the same base. [UNIT=%]</desc>
- <label>Distance between attributes</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="LeftSpace" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Borders - Left -->
- <info>
- <desc>Specifies the width of the extra space to the left of the formula. [UNIT=1/100 mm]</desc>
- <label>Left margin</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="10000">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>100</value>
- </prop>
- <prop oor:name="RightSpace" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Borders - Right -->
- <info>
- <desc>Specifies the width of the extra space to the right of the formula. [UNIT=1/100 mm]</desc>
- <label>Right margin</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="10000">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>100</value>
- </prop>
- <prop oor:name="TopSpace" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Borders - Top -->
- <info>
- <desc>Specifies the amount of extra space above the formula. [UNIT=1/100 mm]</desc>
- <label>Top margin</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="10000">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="BottomSpace" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Format - Spacing - Category - Borders - Bottom -->
- <info>
- <desc>Specifies the amount of extra space below the formula. [UNIT=1/100 mm]</desc>
- <label>Bottom margin</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies the minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="10000">
- <info>
- <desc>Specifies the maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>0</value>
- </prop>
- </group>
- </group>
- <set oor:name="SymbolList" oor:node-type="Symbol">
- <info>
- <desc>Lists the defined symbols.</desc>
- </info>
- </set>
- </component>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>decorative</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>modern</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>roman</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>script</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>swiss</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>system</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Pitch" oor:type="xs:short">
+ <info>
+ <desc>Specifies the pitch of a font.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>not known</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>fixed</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>variable</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Weight" oor:type="xs:short">
+ <info>
+ <desc>Specifies the weight of a font.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>not known</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>thin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>ultra light</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>light</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>semi light</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>normal</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>medium</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>semi bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>ultra bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>black</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Italic" oor:type="xs:short">
+ <info>
+ <desc>Specifies the font italics.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>not slanted</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>oblique</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>normal</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>not known</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="Symbol">
+ <info>
+ <desc>Contains settings for defining a user- or predefined symbol.</desc>
+ </info>
+ <prop oor:name="Char" oor:type="xs:int">
+ <info>
+ <desc>Specifies the character value of the symbol.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Set" oor:type="xs:string">
+ <info>
+ <desc>Specifies the symbol set containing the symbol.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Predefined" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if a symbol is predefined or user-defined.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="FontFormatId" oor:type="xs:string">
+ <info>
+ <desc>Specifies the font format used. The value must be one of the node-names in the FontFormatList.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="Print">
+ <info>
+ <desc>Contains settings for printing.</desc>
+ </info>
+ <prop oor:name="Title" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Math/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
+ <info>
+ <desc>Specifies if the title (filename) is printed.</desc>
+ <label>Title row</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="FormulaText" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Math/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
+ <info>
+ <desc>Specifies if the formula text is printed.</desc>
+ <label>Formula text</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Frame" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Math/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
+ <info>
+ <desc>Specifies if a border is drawn around the formula when printed.</desc>
+ <label>Border</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Size" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Print format -->
+ <info>
+ <desc>Defines the size used when printing the formula.</desc>
+ <label>Print Size</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Original size</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Adapt to paper size</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Define zoom factor</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ZoomFactor" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Print format -->
+ <info>
+ <desc>Specifies the zoom factor for printing formulas. This is only valid when the print size is defined by the zoom factor. [UNIT=%]</desc>
+ <label>Zoom factor</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="10">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="400">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ </group>
+ <group oor:name="LoadSave">
+ <info>
+ <desc>Contains settings related to load and save operations.</desc>
+ </info>
+ <prop oor:name="IsSaveOnlyUsedSymbols" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: - Tools/Options - OpenOffice Maths - Settings -->
+ <info>
+ <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>
+ <label>Save only used symbols.</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Misc">
+ <info>
+ <desc>Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="IgnoreSpacesRight" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Math/Misc -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Miscellaneous options -->
+ <info>
+ <desc>Ignores spacing symbols at the end of a line.</desc>
+ <label>Ignore ~ and ' at the end of the line</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="View">
+ <info>
+ <desc>Contains view settings.</desc>
+ </info>
+ <prop oor:name="ToolboxVisible" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Math/View -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: View - Elements -->
+ <info>
+ <desc>Toggles the visibility of the ToolBox (Selection Box).</desc>
+ <label>Show Tool Box</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="AutoRedraw" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Math/View -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: View - AutoRefresh Display -->
+ <info>
+ <desc>Automatically updates the display of the formula after the text has changed.</desc>
+ <label>Update display automatically</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FormulaCursor" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Math/View -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: The icon &quot;Formula Cursor&quot; in the Tool bar -->
+ <info>
+ <desc>Toggles the visibility of the FormulaCursor.</desc>
+ <label>Show Formula Cursor</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <set oor:name="FontFormatList" oor:node-type="FontFormat">
+ <info>
+ <desc>Lists the FontFormat entries that can be used as symbol definitions in the SymbolList.</desc>
+ </info>
+ </set>
+ <group oor:name="StandardFormat">
+ <info>
+ <desc>Defines the default format settings for formulas.</desc>
+ </info>
+ <prop oor:name="Textmode" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Text Mode -->
+ <info>
+ <desc>Displays some expressions in a compact form.</desc>
+ <label>Textmode</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="GreekCharStyle" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: n/a yet -->
+ <info>
+ <desc>Specifies the default layout for symbols from the 'Greek' symbol set.</desc>
+ <label>Greek character style</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="2">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ScaleNormalBracket" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Brackets - Scale all brackets -->
+ <info>
+ <desc>Attempts to scale non-scaleable brackets to fit the size of the arguments.</desc>
+ <label>Scale normal brackets</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HorizontalAlignment" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Alignment - Horizontal -->
+ <info>
+ <desc>Specifies the default horizontal alignment for the formula.</desc>
+ <label>Horizontal alignment</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>centered</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>right</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="BaseSize" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Base size -->
+ <info>
+ <desc>Specifies the reference base size. [UNIT=Pts]</desc>
+ <label>Base size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="4">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="127">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>12</value>
+ </prop>
+ <prop oor:name="TextSize" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Text -->
+ <info>
+ <desc>Specifies the text size relative to the base size. [UNIT=%]</desc>
+ <label>Text size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="5">
+ <info>
+ <desc>Specifies the minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <prop oor:name="IndexSize" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Indices -->
+ <info>
+ <desc>Specifies the size of the indices relative to the base size. [UNIT=%]</desc>
+ <label>Index size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="5">
+ <info>
+ <desc>Specifies the minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>60</value>
+ </prop>
+ <prop oor:name="FunctionSize" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Functions -->
+ <info>
+ <desc>Specifies the size of the functions relative to the base size. [UNIT=%]</desc>
+ <label>Function size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="5">
+ <info>
+ <desc>Specifies the minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <prop oor:name="OperatorSize" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Operators -->
+ <info>
+ <desc>Specifies the size of the operators relative to the base size. [UNIT=%]</desc>
+ <label>Operator size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="5">
+ <info>
+ <desc>Specifies the minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <prop oor:name="LimitsSize" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Limits -->
+ <info>
+ <desc>Specifies the size of the limits relative to the base size. [UNIT=%]</desc>
+ <label>Limits size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="5">
+ <info>
+ <desc>Specifies the minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>60</value>
+ </prop>
+ <prop oor:name="VariableFont" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Variables -->
+ <info>
+ <desc>Specifies the FontFormat (font) to be used for variables. The value must be contained in the FontFormatList.</desc>
+ <label>Variable Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="FunctionFont" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Functions -->
+ <info>
+ <desc>Specifies the FontFormat (font) to be used for functions. The value must be contained in the FontFormatList.</desc>
+ <label>Function Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="NumberFont" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Numbers -->
+ <info>
+ <desc>Specifies the FontFormat (font) to be used for numbers. The value must be contained in the FontFormatList.</desc>
+ <label>Number Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="TextFont" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Text -->
+ <info>
+ <desc>Specifies the FontFormat (font) to be used for text. The value must be contained in the FontFormatList.</desc>
+ <label>Text Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="SansFont" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Sans -->
+ <info>
+ <desc>Specifies the FontFormat (font) to be used for 'sans'. The value must be contained in the FontFormatList.</desc>
+ <label>Sans Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="SerifFont" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Serif -->
+ <info>
+ <desc>Specifies the FontFormat (font) to be used for 'serif'. The value must be contained in the FontFormatList.</desc>
+ <label>Serif Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="FixedFont" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Fixed -->
+ <info>
+ <desc>Specifies the FontFormat (font) to be used for 'fixed'. The value must be contained in the FontFormatList.</desc>
+ <label>Fixed Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <group oor:name="Distance">
+ <info>
+ <desc>Specifies the distance settings used for formatting a formula.</desc>
+ </info>
+ <prop oor:name="Horizontal" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Spacing - Spacing -->
+ <info>
+ <desc>Specifies the horizontal distance of different expressions and of binary operators. [UNIT=%]</desc>
+ <label>Horizontal distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <prop oor:name="Vertical" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Spacing - Line Spacing -->
+ <info>
+ <desc>Specifies the vertical distance of different lines. [UNIT=%]</desc>
+ <label>Vertical distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>5</value>
+ </prop>
+ <prop oor:name="Root" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Spacing - Root Spacing -->
+ <info>
+ <desc>Specifies the vertical distance of the root symbol's horizontal bar to the argument. [UNIT=%]</desc>
+ <label>Distance to root symbol</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="SubScript" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Indexes - Subscript -->
+ <info>
+ <desc>Specifies the vertical distance of the subscript to the base. [UNIT=%]</desc>
+ <label>Subscript distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>20</value>
+ </prop>
+ <prop oor:name="SuperScript" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Indexes - Superscript -->
+ <info>
+ <desc>Specifies the vertical distance of the superscript to the base. [UNIT=%]</desc>
+ <label>Superscript distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>20</value>
+ </prop>
+ <prop oor:name="LowerLimit" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Limits - Lower Limit -->
+ <info>
+ <desc>Specifies the vertical distance of the lower limit to the operator. [UNIT=%]</desc>
+ <label>Lower limit distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="UpperLimit" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Limits - Upper Limit -->
+ <info>
+ <desc>Specifies the vertical distance of the upper limit to the operator. [UNIT=%]</desc>
+ <label>Upper limit distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="OperatorSize" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Operators - Excess size -->
+ <info>
+ <desc>Specifies the scaling of a large operator relative to the base size. [UNIT=%]</desc>
+ <label>Oversize of large operator</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>50</value>
+ </prop>
+ <prop oor:name="OperatorSpace" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Operators - Spacing -->
+ <info>
+ <desc>Specifies the distance between the large operator and it's argument. [UNIT=%]</desc>
+ <label>Distance to large operator</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>20</value>
+ </prop>
+ <prop oor:name="Numerator" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Fractions - Numerator -->
+ <info>
+ <desc>Specifies the vertical distance from the numerator to the fraction separator. [UNIT=%]</desc>
+ <label>Numerator distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Denominator" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Fractions - Denominator -->
+ <info>
+ <desc>Specifies the vertical distance from the denominator to the fraction separator [UNIT=%]</desc>
+ <label>Denominator distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Fraction" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Fraction Bars - Excess length -->
+ <info>
+ <desc>Specifies the excess length of the fraction separator relative to its arguments. [UNIT=%]</desc>
+ <label>Fraction overlength</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <prop oor:name="StrokeWidth" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Fraction Bars - Weight -->
+ <info>
+ <desc>Specifies the stroke width of the fraction separator [UNIT=%]</desc>
+ <label>Fraction strokewidth</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Specifies the minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>5</value>
+ </prop>
+ <prop oor:name="BracketSize" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Brackets - Excess size (left/right) -->
+ <info>
+ <desc>Specifies the excess length of the scalable brackets relative to the argument. [UNIT=%]</desc>
+ <label>Bracket oversize</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>5</value>
+ </prop>
+ <prop oor:name="BracketSpace" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Brackets - Spacing -->
+ <info>
+ <desc>Specifies the horizontal distance between the brackets and the enclosed argument. [UNIT=%]</desc>
+ <label>Bracket distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>5</value>
+ </prop>
+ <prop oor:name="NormalBracketSize" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Brackets - Excess size -->
+ <info>
+ <desc>Specifies the excess length of normal brackets relative to the argument. Only valid if ScaleNormalBracket = TRUE. [UNIT=%]</desc>
+ <label>Normal bracket oversize</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="MatrixRow" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Matrixes - Line Spacing -->
+ <info>
+ <desc>Specifies the distance between the rows of a matrix. [UNIT=%]</desc>
+ <label>Matrix row distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="300">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="MatrixColumn" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Matrixes - Column Spacing -->
+ <info>
+ <desc>Specifies the distance between the columns of a matrix. [UNIT=%]</desc>
+ <label>Matrix column distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="300">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>30</value>
+ </prop>
+ <prop oor:name="OrnamentSize" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Symbols - Primary height -->
+ <info>
+ <desc>Specifies the distance between the attribute and its base. [UNIT=%]</desc>
+ <label>Distance to attribute</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="OrnamentSpace" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Symbols - Minimum distance -->
+ <info>
+ <desc>Specifies the distance between different attributes of the same base. [UNIT=%]</desc>
+ <label>Distance between attributes</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="LeftSpace" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Borders - Left -->
+ <info>
+ <desc>Specifies the width of the extra space to the left of the formula. [UNIT=1/100 mm]</desc>
+ <label>Left margin</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10000">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <prop oor:name="RightSpace" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Borders - Right -->
+ <info>
+ <desc>Specifies the width of the extra space to the right of the formula. [UNIT=1/100 mm]</desc>
+ <label>Right margin</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10000">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <prop oor:name="TopSpace" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Borders - Top -->
+ <info>
+ <desc>Specifies the amount of extra space above the formula. [UNIT=1/100 mm]</desc>
+ <label>Top margin</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10000">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="BottomSpace" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Borders - Bottom -->
+ <info>
+ <desc>Specifies the amount of extra space below the formula. [UNIT=1/100 mm]</desc>
+ <label>Bottom margin</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10000">
+ <info>
+ <desc>Specifies the maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ <set oor:name="SymbolList" oor:node-type="Symbol">
+ <info>
+ <desc>Lists the defined symbols.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>