summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Writer.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs16610
1 files changed, 8302 insertions, 8308 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 92a3d9a5639c..65159872bec8 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Writer.xcs,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:07:15 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,8310 +60,8304 @@
*
************************************************************************ -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema oor:name="Writer" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
- <!-- Responsible: OS -->
- <info>
- <desc xml:lang="en-US">Contains settings for the Writer application.</desc>
- </info>
- <import oor:component="org.openoffice.Office.Common"/>
- <templates>
- <group oor:name="AgendaType">
- <info>
- <desc xml:lang="en-US">Settings for a single agenda entry.</desc>
- </info>
- <prop oor:name="Author" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Person responsible person for the topic.</desc>
- <label xml:lang="en-US">Responsible</label>
- </info>
- </prop>
- <prop oor:name="Topic" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Title for each agenda topic.</desc>
- <label xml:lang="en-US">Agenda topic</label>
- </info>
- </prop>
- <prop oor:name="Duration" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Scheduled duration of each topic [UNIT=Minute].</desc>
- <label xml:lang="en-US">Duration</label>
- </info>
- </prop>
- </group>
- <group oor:name="StyleType">
- <info>
- <desc xml:lang="en-US">A type for the preferred style of templates.</desc>
- </info>
- <prop oor:name="PreferredStyle" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Preferred style for the template.</desc>
- <label xml:lang="en-US">Style - Modern/Classic/Decorative</label>
- </info>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Modern</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Classic</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Decorative</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="SizeType">
- <info>
- <desc xml:lang="en-US">Contains settings for the width and the height of an object or element.</desc>
- </info>
- <prop oor:name="Width" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="Height" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- </group>
- <group oor:name="PositionType">
- <info>
- <desc xml:lang="en-US">Contains settings for the position of an object or an element.</desc>
- </info>
- <prop oor:name="Left" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Left distance of the object [UNIT=1/100 mm]</desc>
- </info>
- </prop>
- <prop oor:name="Right" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Right distance of the object [UNIT=1/100 mm]</desc>
- </info>
- </prop>
- <prop oor:name="Top" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Top distance of the object [UNIT=1/100 mm]</desc>
- </info>
- </prop>
- <prop oor:name="Bottom" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Bottom distance of the object [UNIT=1/100 mm]</desc>
- </info>
- </prop>
- </group>
- <group oor:name="AlignmentType">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning an object or an element.</desc>
- </info>
- <prop oor:name="Position" oor:type="xs:int">
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Zero</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Top Left</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Top Center</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Top Right</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Bottom Left</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">Bottom Right</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Center</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Right Margin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Left Margin</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="TextElementType">
- <info>
- <desc xml:lang="en-US"/>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="Content" oor:type="xs:string" oor:localized="true">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- </group>
- <group oor:name="IntElementType">
- <info>
- <desc xml:lang="en-US"/>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="Content" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- </group>
- <group oor:name="FileType">
- <info>
- <desc xml:lang="en-US"/>
- </info>
- <prop oor:name="Name" oor:type="xs:string">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="Filter" oor:type="xs:string">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="AsLink" oor:type="xs:boolean">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- </group>
- <group oor:name="PositionXYType">
- <info>
- <desc xml:lang="en-US">Contains settings for defining a position with x and y coordinates.</desc>
- </info>
- <prop oor:name="X" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="Y" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- </group>
- <group oor:name="DataSetType">
- <info>
- <desc xml:lang="en-US">Specifies the data set to insert from a database table or query.</desc>
- </info>
- <prop oor:name="DataSource" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the data source.</desc>
- </info>
- </prop>
- <prop oor:name="Command" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">The name of the database table or query.</desc>
- </info>
- </prop>
- <prop oor:name="CommandType" oor:type="xs:short">
- <info>
- <desc xml:lang="en-US">Specifies if the data comes from a table or a query</desc>
- </info>
- </prop>
- <prop oor:name="ColumnsToText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Name of the columns that have been selected for inserting data into text or fields, as well as inserted text and line breaks.</desc>
- </info>
- </prop>
- <prop oor:name="ColumnsToTable" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Name of the columns, that have been selected for inserting data into tables, plus inserted text and line breaks.</desc>
- </info>
- </prop>
- <prop oor:name="ParaStyle" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the paragraph style for text or fields.</desc>
- </info>
- </prop>
- <prop oor:name="TableAutoFormat" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the format (AutoFormat) to be used for a table.</desc>
- </info>
- </prop>
- <prop oor:name="IsTable" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the data is inserted into tables.</desc>
- </info>
- </prop>
- <prop oor:name="IsField" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the data is inserted into fields.</desc>
- </info>
- </prop>
- <prop oor:name="IsHeadlineOn" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the table has a headline.</desc>
- </info>
- </prop>
- <prop oor:name="IsEmptyHeadline" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the table has an empty headline or if the headline contains the database column names.</desc>
- </info>
- </prop>
- <set oor:name="ColumnSet" oor:node-type="ColumnSetType">
- <info>
- <desc xml:lang="en-US">Specifies the list of columns to be inserted.</desc>
- </info>
- </set>
- </group>
- <group oor:name="ColumnSetType">
- <info>
- <desc xml:lang="en-US">Specifies a column to be inserted.</desc>
- </info>
- <prop oor:name="ColumnName" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the column name.</desc>
- </info>
- </prop>
- <prop oor:name="ColumnIndex" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Specifies the column index.</desc>
- </info>
- </prop>
- <prop oor:name="IsNumberFormat" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the database field is assigned to a number format.</desc>
- </info>
- </prop>
- <prop oor:name="IsNumberFormatFromDataBase" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the database format or a user-defined format is used.</desc>
- </info>
- </prop>
- <prop oor:name="NumberFormat" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the number format if a user-defined format is used.</desc>
- </info>
- </prop>
- <prop oor:name="NumberFormatLocale" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the language of the user-defined number format.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <info>
- <desc xml:lang="en-US">Contains the settings for the Writer application.</desc>
- </info>
- <group oor:name="Content">
- <info>
- <desc xml:lang="en-US">Contains settings for various content elements.</desc>
- </info>
- <group oor:name="Display">
- <info>
- <desc xml:lang="en-US">Contains settings for the visibility of various elements.</desc>
- </info>
- <prop oor:name="GraphicObject" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if graphics and objects are displayed.</desc>
- <label xml:lang="en-US">Graphics and Objects</label>
- </info>
- </prop>
- <prop oor:name="Table" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if tables are displayed.</desc>
- <label xml:lang="en-US">Tables</label>
- </info>
- </prop>
- <prop oor:name="DrawingControl" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if drawings and controls are displayed.</desc>
- <label xml:lang="en-US">Drawings and controls</label>
- </info>
- </prop>
- <prop oor:name="FieldCode" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if field codes are displayed.</desc>
- <label xml:lang="en-US">Field codes</label>
- </info>
- </prop>
- <prop oor:name="Note" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if notes are displayed.</desc>
- <label xml:lang="en-US">Notes</label>
- </info>
- </prop>
- <prop oor:name="PreventTips" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Not accessible via user interface -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Enables the writer to prevent the display of help tips programmatically.</desc>
- <label xml:lang="en-US">Prevent help tips</label>
- </info>
- </prop>
- </group>
- <group oor:name="NonprintingCharacter">
- <info>
- <desc xml:lang="en-US">Contains settings for the visibility of various non-printing characters.</desc>
- </info>
- <prop oor:name="MetaCharacters" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: View - Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines whether certain settings are applied (display of tab stops, spaces, breaks)</desc>
- <label xml:lang="en-US">Meta characters</label>
- </info>
- </prop>
- <prop oor:name="ParagraphEnd" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if paragraph ends are shown on the screen.</desc>
- <label xml:lang="en-US">Paragraph end</label>
- </info>
- </prop>
- <prop oor:name="OptionalHyphen" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if optional hyphens are shown on the screen.</desc>
- <label xml:lang="en-US">Optional hyphens</label>
- </info>
- </prop>
- <prop oor:name="Space" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if spaces are shown on the screen.</desc>
- <label xml:lang="en-US">Spaces</label>
- </info>
- </prop>
- <prop oor:name="ProtectedSpace" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if protected spaces are shown on the screen.</desc>
- <label xml:lang="en-US">Protected Spaces</label>
- </info>
- </prop>
- <prop oor:name="Tab" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if breaks are shown on the screen.</desc>
- <label xml:lang="en-US">Tabs</label>
- </info>
- </prop>
- <prop oor:name="Break" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if paragraph ends are shown on the screen.</desc>
- <label xml:lang="en-US">Breaks</label>
- </info>
- </prop>
- <prop oor:name="HiddenText" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if hidden text is displayed on the screen.</desc>
- <label xml:lang="en-US">Hidden text</label>
- </info>
- </prop>
- <prop oor:name="HiddenParagraph" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if hidden paragraphs are displayed on the screen.</desc>
- <label xml:lang="en-US">Hidden paragraphs</label>
- </info>
- </prop>
- </group>
- <group oor:name="Update">
- <info>
- <desc xml:lang="en-US">Contains settings for the automatic update of some elements.</desc>
- </info>
- <prop oor:name="Link" oor:type="xs:int">
- <!-- OldPath: Writer/Other/Update -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Update links -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies if links in the document are updated during loading.</desc>
- <label xml:lang="en-US">Update links: Always/On request/Never</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Always</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">On Request</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Never</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Field" oor:type="xs:boolean">
- <!-- OldPath: Writer/Other/Update -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if fields in the document are updated during loading.</desc>
- <label xml:lang="en-US">Update fields automatically</label>
- </info>
- </prop>
- <prop oor:name="Chart" oor:type="xs:boolean">
- <!-- OldPath: Writer/Other/Update -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if charts in the document are updated during loading.</desc>
- <label xml:lang="en-US">Update charts automatically</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Layout">
- <info>
- <desc xml:lang="en-US">Contains layout settings.</desc>
- </info>
- <group oor:name="Line">
- <info>
- <desc xml:lang="en-US">Contains settings for guiding lines or points (for example when selcting/moving an aobject or frame).</desc>
- </info>
- <prop oor:name="Guide" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays guides around the frames when frames are moved.</desc>
- <label xml:lang="en-US">Guides</label>
- </info>
- </prop>
- <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays the control points as simple squares without a 3D effect.</desc>
- <label xml:lang="en-US">Simple control points</label>
- </info>
- </prop>
- <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays larger control points.</desc>
- <label xml:lang="en-US">Large control points</label>
- </info>
- </prop>
- </group>
- <group oor:name="Window">
- <info>
- <desc xml:lang="en-US">Contains vairous window settings such as scrollbars, rules, etc.</desc>
- </info>
- <prop oor:name="HorizontalScroll" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the horizontal scroll bar is displayed.</desc>
- <label xml:lang="en-US">Horizontal scroll</label>
- </info>
- </prop>
- <prop oor:name="VerticalScroll" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the vertical scroll bar is displayed.</desc>
- <label xml:lang="en-US">Vertical Scroll</label>
- </info>
- </prop>
- <prop oor:name="ShowRulers" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if rulers are displayed. It filters the values of HorizontalRuler and VerticalRuler</desc>
- <label xml:lang="en-US">Show rulers</label>
- </info>
- </prop>
- <prop oor:name="HorizontalRuler" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the horizontal ruler is displayed.</desc>
- <label xml:lang="en-US">Horizontal ruler</label>
- </info>
- </prop>
- <prop oor:name="HorizontalRulerUnit" oor:type="xs:int">
- <!-- OldPath: Writer/Layout -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
- <info>
- <desc xml:lang="en-US">Specifies the measurement unit for the horizontal ruler.</desc>
- <label xml:lang="en-US">Horizontal ruler measure unit</label>
- </info>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Millimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Centimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Meter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Kilometer</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Point</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Pica</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Inch</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Foot</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">Miles</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="VerticalRuler" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the vertical ruler is displayed.</desc>
- <label xml:lang="en-US">Vertical Ruler</label>
- </info>
- </prop>
- <prop oor:name="IsVerticalRulerRight" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the vertical ruler is right aligned.</desc>
- <label xml:lang="en-US">Vertical Ruler on the right</label>
- </info>
- </prop>
- <prop oor:name="VerticalRulerUnit" oor:type="xs:int">
- <!-- OldPath: Writer/Layout -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
- <info>
- <desc xml:lang="en-US">Specifies the measurement unit for the vertical ruler.</desc>
- <label xml:lang="en-US">Vertical ruler measure unit</label>
- </info>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Millimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Centimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Meter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Kilometer</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Point</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Pica</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Inch</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Foot</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">Miles</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="SmoothScroll" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Activates the smooth page scrolling function.</desc>
- <label xml:lang="en-US">Smooth scroll</label>
- </info>
- </prop>
- </group>
- <group oor:name="Other">
- <info>
- <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
- </info>
- <prop oor:name="MeasureUnit" oor:type="xs:int">
- <!-- OldPath: Writer/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Meas. Units -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Specifies the measurement units.</desc>
- <label xml:lang="en-US">Measure unit</label>
- </info>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Millimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Centimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Meter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Kilometer</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Point</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Pica</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Inch</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Foot</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">Miles</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="TabStop" oor:type="xs:int">
- <!-- OldPath: Writer/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Tab stops -->
- <!-- Notice: The default value is valid for the English Version (depends, if a metric system is used on the platform); NonMetric: 1270 1/100 mm-->
- <value>1250</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between tab stops [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Tab stops</label>
- </info>
- </prop>
- </group>
- <group oor:name="Zoom">
- <info>
- <desc xml:lang="en-US">Contains zoom ttings..</desc>
- </info>
- <prop oor:name="Type" oor:type="xs:int">
- <!-- Responsible: OS -->
- <!-- UIHints: (Status Bar) -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the zoom type.</desc>
- <label xml:lang="en-US">Zoom Type</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Percent</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Whole Page</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Page Width</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Value" oor:type="xs:int">
- <!-- Responsible: OS -->
- <!-- UIHints: (Status Bar) -->
- <value>100</value>
- <info>
- <desc xml:lang="en-US">Specifies the zoom value.</desc>
- <label xml:lang="en-US">Zoom Value</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Grid">
- <info>
- <desc xml:lang="en-US">Contains various options for the grid that are not listed in other sections.</desc>
- </info>
- <group oor:name="Option">
- <info>
- <desc xml:lang="en-US">Contains options for the grid.</desc>
- </info>
- <prop oor:name="SnapToGrid" oor:type="xs:boolean">
- <!-- OldPath: Writer/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Move frames, drawing elements, and form functions only between the grid points.</desc>
- <label xml:lang="en-US">Snap to grid</label>
- </info>
- </prop>
- <prop oor:name="VisibleGrid" oor:type="xs:boolean">
- <!-- OldPath: Writer/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays the grid.</desc>
- <label xml:lang="en-US">Visible grid</label>
- </info>
- </prop>
- <prop oor:name="Synchronize" oor:type="xs:boolean">
- <!-- OldPath: Writer/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Changes the current grid settings symmetrically. The resolution and subdivision for the X- and Y-axis remains the same.</desc>
- <label xml:lang="en-US">Synchronize axes</label>
- </info>
- </prop>
- </group>
- <group oor:name="Resolution">
- <info>
- <desc xml:lang="en-US">Contains settings for specifying the grid resolution.</desc>
- </info>
- <prop oor:name="XAxis" oor:type="xs:int">
- <!-- OldPath: Writer/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Defines the grid points distance in the X-axis [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">X Axis Resolution</label>
- </info>
- </prop>
- <prop oor:name="YAxis" oor:type="xs:int">
- <!-- OldPath: Writer/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Defines the grid points distance in the Y-axis [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Y Axis Resolution</label>
- </info>
- </prop>
- </group>
- <group oor:name="Subdivision">
- <info>
- <desc xml:lang="en-US">Contains settings for specifying the subdivision of the grid.</desc>
- </info>
- <prop oor:name="XAxis" oor:type="xs:int">
- <!-- OldPath: Writer/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of intervals between two grid points on the X-axis.</desc>
- <label xml:lang="en-US">X Axis Subdivision</label>
- </info>
- </prop>
- <prop oor:name="YAxis" oor:type="xs:int">
- <!-- OldPath: Writer/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Defines the distance between the grid points on the Y-axis.</desc>
- <label xml:lang="en-US">Y Axis Subdivision</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="DefaultFont">
- <info>
- <desc xml:lang="en-US">Specifies the basic western fonts to be used.</desc>
- </info>
- <prop oor:name="Standard" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western) -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
- <label xml:lang="en-US">Standard</label>
- </info>
- </prop>
- <prop oor:name="Heading" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
- <label xml:lang="en-US">Heading</label>
- </info>
- </prop>
- <prop oor:name="List" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
- <label xml:lang="en-US">List</label>
- </info>
- </prop>
- <prop oor:name="Caption" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
- <label xml:lang="en-US">Caption</label>
- </info>
- </prop>
- <prop oor:name="Index" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
- <label xml:lang="en-US">Index</label>
- </info>
- </prop>
- <prop oor:name="Document" oor:type="xs:boolean">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
- <label xml:lang="en-US">Current document only</label>
- </info>
- </prop>
- </group>
- <group oor:name="DefaultFontCJK">
- <info>
- <desc xml:lang="en-US">Specifies the basic CJK fonts used.</desc>
- </info>
- <prop oor:name="Standard" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian) -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
- <label xml:lang="en-US">Standard</label>
- </info>
- </prop>
- <prop oor:name="Heading" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
- <label xml:lang="en-US">Heading</label>
- </info>
- </prop>
- <prop oor:name="List" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
- <label xml:lang="en-US">List</label>
- </info>
- </prop>
- <prop oor:name="Caption" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
- <label xml:lang="en-US">Caption</label>
- </info>
- </prop>
- <prop oor:name="Index" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
- <label xml:lang="en-US">Index</label>
- </info>
- </prop>
- <prop oor:name="Document" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
- <label xml:lang="en-US">Current document only</label>
- </info>
- </prop>
- </group>
- <group oor:name="DefaultFontCTL">
- <info>
- <desc xml:lang="en-US">Specifies the basic CTL fonts used.</desc>
- </info>
- <prop oor:name="Standard" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL) -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
- <label xml:lang="en-US">Standard</label>
- </info>
- </prop>
- <prop oor:name="Heading" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
- <label xml:lang="en-US">Heading</label>
- </info>
- </prop>
- <prop oor:name="List" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
- <label xml:lang="en-US">List</label>
- </info>
- </prop>
- <prop oor:name="Caption" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
- <label xml:lang="en-US">Caption</label>
- </info>
- </prop>
- <prop oor:name="Index" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
- <label xml:lang="en-US">Index</label>
- </info>
- </prop>
- <prop oor:name="Document" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
- <label xml:lang="en-US">Current document only</label>
- </info>
- </prop>
- </group>
- <group oor:name="Print">
- <info>
- <desc xml:lang="en-US">Contains printing relevant settings.</desc>
- </info>
- <group oor:name="Content">
- <info>
- <desc xml:lang="en-US">Contains settings specifying which content types are printed.</desc>
- </info>
- <prop oor:name="Graphic" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies which document contents will be printed.</desc>
- <label xml:lang="en-US">Graphics</label>
- </info>
- </prop>
- <prop oor:name="Table" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if graphics are printed.</desc>
- <label xml:lang="en-US">Tables</label>
- </info>
- </prop>
- <prop oor:name="Drawing" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if tables are printed.</desc>
- <label xml:lang="en-US">Drawings</label>
- </info>
- </prop>
- <prop oor:name="Control" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if controls are printed.</desc>
- <label xml:lang="en-US">Controls</label>
- </info>
- </prop>
- <prop oor:name="Background" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if background objects are printed.</desc>
- <label xml:lang="en-US">Background</label>
- </info>
- </prop>
- <prop oor:name="PrintBlack" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if text is always printed in black.</desc>
- <label xml:lang="en-US">Print black</label>
- </info>
- </prop>
- <prop oor:name="Note" oor:type="xs:int">
- <!-- OldPath: Writer/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Notes -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies if and how notes are printed.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">None</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Notes only</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">End of document</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">End of page</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Page">
- <info>
- <desc xml:lang="en-US">Specifies which pages are printed or how pages are printed.</desc>
- </info>
- <prop oor:name="LeftPage" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Prints all left pages in the document.</desc>
- <label xml:lang="en-US">Left pages</label>
- </info>
- </prop>
- <prop oor:name="RightPage" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Prints all right pages in the document.</desc>
- <label xml:lang="en-US">Right pages</label>
- </info>
- </prop>
- <prop oor:name="Reversed" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Reverses the printing order.</desc>
- <label xml:lang="en-US">Reversed</label>
- </info>
- </prop>
- <prop oor:name="Brochure" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Prints in brochure format.</desc>
- <label xml:lang="en-US">Brochure</label>
- </info>
- </prop>
- </group>
- <group oor:name="Output">
- <info>
- <desc xml:lang="en-US">Contains other output settings.</desc>
- </info>
- <prop oor:name="SinglePrintJob" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Output -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Output -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Controls the print output to avoid problems with duplex printing and odd page numbers.</desc>
- <label xml:lang="en-US">Create single print jobs</label>
- </info>
- </prop>
- <prop oor:name="Fax" oor:type="xs:string">
- <!-- OldPath: Writer/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Print - [Section] Fax -->
- <info>
- <desc xml:lang="en-US">Specifies the fax machine that is used when faxing directly from the document.</desc>
- <label xml:lang="en-US">Fax</label>
- </info>
- </prop>
- </group>
- <group oor:name="Papertray">
- <info>
- <desc xml:lang="en-US">Contains settings for printers with multiple paper trays.</desc>
- </info>
- <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Papertray -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Paper tray -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies that the defined paper source in the printer setup is used by printers with multiple trays.</desc>
- <label xml:lang="en-US">From printer setup</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Table">
- <info>
- <desc xml:lang="en-US">Contains settings for tables.</desc>
- </info>
- <group oor:name="Shift">
- <info>
- <desc xml:lang="en-US">Contains settings used when shifting table rows/columns.</desc>
- </info>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Table/Shift -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
- <value>500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for moving a table row [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Row</label>
- </info>
- </prop>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Table/Shift -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
- <value>500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for shifting a table column [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Column</label>
- </info>
- </prop>
- </group>
- <group oor:name="Insert">
- <info>
- <desc xml:lang="en-US">Contains settings used when inserting table rows/columns.</desc>
- </info>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Table/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
- <value>500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for inserting rows [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Row</label>
- </info>
- </prop>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Table/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform);NonMetric: 2540 1/100 mm-->
- <value>2500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for inserting columns [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Column</label>
- </info>
- </prop>
- </group>
- <group oor:name="Change">
- <info>
- <desc xml:lang="en-US">Contains settings specifying the effect to the table when modifying rows/columns.</desc>
- </info>
- <prop oor:name="Effect" oor:type="xs:int">
- <!-- OldPath: Writer/Table -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Effect -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Determines the relative effect of rows and columns to adjacent rows or columns, as well as to the entire table.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Fixed</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Fixed Proportional</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Variable</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Input">
- <info>
- <desc xml:lang="en-US">Contains settings used when inputing text or data in tables.</desc>
- </info>
- <prop oor:name="NumberRecognition" oor:type="xs:boolean">
- <!-- OldPath: Writer/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if numbers in a table are recognized or if they are saved in a text format.</desc>
- <label xml:lang="en-US">Number recognition</label>
- </info>
- </prop>
- <prop oor:name="NumberFormatRecognition" oor:type="xs:boolean">
- <!-- OldPath: Writer/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if only entries with the defined format are accepted. This option is only available if the number format recognition is active (Number_recognition = True).</desc>
- <label xml:lang="en-US">Number format recognition</label>
- </info>
- </prop>
- <prop oor:name="Alignment" oor:type="xs:boolean">
- <!-- OldPath: Writer/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if all numbers are aligned below right of the cell and not above left (as in the case of text). This option is only available if number format recognition is active (Number_recognition = True).</desc>
- <label xml:lang="en-US">Alignment</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Cursor">
- <info>
- <desc xml:lang="en-US">Contains cursor settings.</desc>
- </info>
- <group oor:name="DirectCursor">
- <info>
- <desc xml:lang="en-US">Contains settings for the Direct Cursor.</desc>
- </info>
- <prop oor:name="UseDirectCursor" oor:type="xs:boolean">
- <!-- OldPath: Writer/Cursor/DirectCursor -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the Direct Cursor is active</desc>
- <label xml:lang="en-US">Use Direct Cursor</label>
- </info>
- </prop>
- <prop oor:name="Insert" oor:type="xs:int">
- <!-- OldPath: Writer/Cursor/DirectCursor -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Defines the insert options for the Direct Cursor.</desc>
- <label xml:lang="en-US">Insert</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Paragraph alignment</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Left paragraph margin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Tabs</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Tabs and spaces</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Option">
- <info>
- <desc xml:lang="en-US">Contains miscellaneous options.</desc>
- </info>
- <prop oor:name="ProtectedArea" oor:type="xs:boolean">
- <!-- OldPath: Writer/Cursor/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the Direct Cursor can be positioned in a protected area.</desc>
- <label xml:lang="en-US">Allow Cursor in protected areas</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Revision">
- <info>
- <desc xml:lang="en-US">Contains settings for change recording.</desc>
- </info>
- <group oor:name="TextDisplay">
- <info>
- <desc xml:lang="en-US">Contains settings for the display of the changed text.</desc>
- </info>
- <group oor:name="Insert">
- <info>
- <desc xml:lang="en-US">Contains settings for new inserted text.</desc>
- </info>
- <prop oor:name="Attribute" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <value>3</value>
- <info>
- <desc xml:lang="en-US">Defines the attribute for displaying changes when text is inserted.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">None</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Bold</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Italic</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Underline</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Underline double</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">Caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Lower case</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Small caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Title font</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Background color</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Defines the color for displaying changes when text is inserted.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Delete">
- <info>
- <desc xml:lang="en-US">Contains settings for displaying changes when text is deleted.</desc>
- </info>
- <prop oor:name="Attribute" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Delete -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <value>3</value>
- <info>
- <desc xml:lang="en-US">Defines the attribute for displaying changes when text is deleted</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">None</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Bold</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Italic</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Strike through</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">Lower case</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Small caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Title font</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Background color</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Delete -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Defines the color for displaying changes when text is deleted.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="ChangedAttribute">
- <info>
- <desc xml:lang="en-US">Contains settings for displaying modified text attributes.</desc>
- </info>
- <prop oor:name="Attribute" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Defines the attribute for displaying changes when text attributes are modified.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">None</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Bold</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Italic</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Underline</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Underline double</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">Caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Lower case</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Small caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Title font</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Background color</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Defines the color for displaying changes when text attributes are modified.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="LinesChanged">
- <info>
- <desc xml:lang="en-US">Contains settings for defining how lines with changed text are displayed.</desc>
- </info>
- <prop oor:name="Mark" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Lines_changed -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Lines changed -->
- <value>3</value>
- <info>
- <desc xml:lang="en-US">Defines if and where changed lines in the document are marked.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">None</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Left margin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Right margin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Outer margin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Inward margin</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <!-- OldPath: Writer/Changes//Lines_changed -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Lines changed -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Defines the color for highlighting changed lines in the text.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Insert">
- <info>
- <desc xml:lang="en-US">Settings for insertion of various object types.</desc>
- </info>
- <group oor:name="Caption">
- <!-- OldLocation: Soffice.cfg -->
- <!-- OldPath: Writer/Insert/Caption -->
- <!-- Responsible: OS -->
- <!--UIHints: Tools - Options - Text document Insert - [Section] Caption -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for various object types.</desc>
- </info>
- <prop oor:name="Automatic" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies how tables, graphics, frames and Office documents, which have been inserted as OLE objects, are labelled.</desc>
- <label xml:lang="en-US">Automatic</label>
- </info>
- </prop>
- <group oor:name="WriterObject">
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Writer objects.</desc>
- </info>
- <group oor:name="Table">
- <!--OldPath: Writer/Insert/Caption/Object/StarWriter_Table-->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for tables.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a table in a text document.</desc>
- <label xml:lang="en-US">Writer Table</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Frame">
- <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_Frame -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for frames.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a frame in a text document.</desc>
- <label xml:lang="en-US">Writer Frame</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">at the beginning</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">at the end</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Graphic">
- <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_Graphic -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for graphics.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a graphic in a text document.</desc>
- <label xml:lang="en-US">Writer Graphic</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="OfficeObject">
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for office objects.</desc>
- </info>
- <group oor:name="Calc">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Calc -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Calc documents.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a Spreadsheet object.</desc>
- <label xml:lang="en-US">Spreadsheet</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Draw">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Draw -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Draw documents.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a Drawing object.</desc>
- <label xml:lang="en-US">Drawing</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Chart">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Chart -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Chart documents.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a Chart object.</desc>
- <label xml:lang="en-US">Chart</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Image">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Image -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Image documents.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for an Image object.</desc>
- <label xml:lang="en-US">Image</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appear directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- </group>
- </group>
- <group oor:name="Formula">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Formula -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions formula documents.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a Formula object.</desc>
- <label xml:lang="en-US">Formula</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Impress">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Impress -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Impress objects.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a Presentation object.</desc>
- <label xml:lang="en-US">Presentation</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="OLEMisc">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_OLEMisc -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for other OLE objects.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for further OLE objects.</desc>
- <label xml:lang="en-US">Further OLE objects</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- </group>
- </group>
- <group oor:name="Table">
- <!-- OldLocation: Soffice.cfg -->
- <!-- OldPath: Writer/Insert/Tables -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
- <info>
- <desc xml:lang="en-US">Default settings for tables to be inserted.</desc>
- </info>
- <prop oor:name="Header" oor:type="xs:boolean">
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the table has a header.</desc>
- <label xml:lang="en-US">Header</label>
- </info>
- </prop>
- <prop oor:name="RepeatHeader" oor:type="xs:boolean">
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the header in the new page is adopted when inserting a page break. This option is only available if Header = True.</desc>
- <label xml:lang="en-US">Repeat header</label>
- </info>
- </prop>
- <prop oor:name="Split" oor:type="xs:boolean">
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if tables can be split with a page break or not.</desc>
- <label xml:lang="en-US">Don&amp;apos;t split</label>
- </info>
- </prop>
- <prop oor:name="Border" oor:type="xs:boolean">
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if table cells have a border by default.</desc>
- <label xml:lang="en-US">Border</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Compatibility">
- <info>
- <desc xml:lang="en-US">Contains various compatibility settings.</desc>
- </info>
- <group oor:name="MS_Word">
- <info>
- <desc xml:lang="en-US">Contains settings for MS Word compatibility.</desc>
- </info>
- <prop oor:name="AddBetween" oor:type="xs:boolean">
- <!-- OldPath: Writer/Other/Compatibility -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if spacings between paragraphs and tables are added to ensure the compatibility to MS Word documents.</desc>
- <label xml:lang="en-US">Add spacing between paragraphs and tables</label>
- </info>
- </prop>
- <prop oor:name="AddToStart" oor:type="xs:boolean">
- <!-- OldPath: Writer/Other/Compatibility -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if paragraph and table spacing are added to the start of pages to ensure compatibility with MS Word documents.</desc>
- <label xml:lang="en-US">Add paragraph and table spacing to start of pages</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="AutoFunction">
- <info>
- <desc xml:lang="en-US">Contains settings for 'Auto Text', and 'Auto Correct/AutoFormat'.</desc>
- </info>
- <group oor:name="Text">
- <info>
- <desc xml:lang="en-US">Specifies settings for 'Auto Text'.</desc>
- </info>
- <prop oor:name="FileLinks" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Edit AutoText Save Links relative -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if file links inside AutoText modules are saved relatively or absolutely.</desc>
- <label xml:lang="en-US">(Save links relative to) File system</label>
- </info>
- </prop>
- <prop oor:name="InternetLinks" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Edit AutoText Save Links relative -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if Internet links inside AutoText modules are saved relatively or absolutely.</desc>
- <label xml:lang="en-US">(Save links relative to) Internet</label>
- </info>
- </prop>
- <prop oor:name="ShowPreview" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Edit AutoText Show preview -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if a preview of the AutoText is displayed.</desc>
- <label xml:lang="en-US">Show Preview</label>
- </info>
- </prop>
- <prop oor:name="ShowToolTip" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Edit AutoText display remainder ... -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the Tip help of the AutoText is displayed.</desc>
- <label xml:lang="en-US">Display AutoText name while typing</label>
- </info>
- </prop>
- </group>
- <group oor:name="Format">
- <info>
- <desc xml:lang="en-US">Specifies settings for 'Auto Correct/Auto Format'.</desc>
- </info>
- <group oor:name="Option">
- <info>
- <desc xml:lang="en-US">Specifies options for 'Auto Correct/Auto Format'.</desc>
- </info>
- <prop oor:name="UseReplacementTable" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Use replacement table -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the replacement table is used to replace letter combinations with defined text.</desc>
- <label xml:lang="en-US">Use replacement table</label>
- </info>
- </prop>
- <prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Correct TWo INitial Capitals -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if two initial capitals are corrected automatically.</desc>
- <label xml:lang="en-US">Correct two initial capitals</label>
- </info>
- </prop>
- <prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Capitalize first letter of every sentence -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the letter at the beginning of a sentence is capitalized automatically.</desc>
- <label xml:lang="en-US">Capitalize first letter of every sentence</label>
- </info>
- </prop>
- <prop oor:name="ChangeUnderlineWeight" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold* and _underline_ -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if text is formatted in bold or underlined when the corresponding characters are entered (*bold*, _underline_).</desc>
- <label xml:lang="en-US">Apply underline or bold</label>
- </info>
- </prop>
- <prop oor:name="SetInetAttribute" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL regocnition -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if character strings which could represent a URL are converted to a hyperlink.</desc>
- <label xml:lang="en-US">Detect URL</label>
- </info>
- </prop>
- <prop oor:name="ChangeOrdinalNumber" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace 1st... -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if ordinal numbers are displayed with raised endings.</desc>
- <label xml:lang="en-US">Replace ordinal numbers</label>
- </info>
- </prop>
- <prop oor:name="ChangeFraction" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace 1/2... -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if character combinations for fractions are replaced with a corresponding single character.</desc>
- <label xml:lang="en-US">Replace fractions</label>
- </info>
- </prop>
- <prop oor:name="ChangeDash" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if dashes are replaced automatically.</desc>
- <label xml:lang="en-US">Replace dashes</label>
- </info>
- </prop>
- <prop oor:name="DelEmptyParagraphs" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Remove blank paragraphs -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if blank paragraphs are deleted.</desc>
- <label xml:lang="en-US">Remove blank paragraphs</label>
- </info>
- </prop>
- <prop oor:name="ReplaceUserStyle" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace custom styles -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if user-defined styles applied in the document are replaced by predefined text document styles.</desc>
- <label xml:lang="en-US">Replace user-defined styles</label>
- </info>
- </prop>
- <prop oor:name="ReplaceQuote" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace Standard Quotes... -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if standard quotes are replaced with custom quotes.</desc>
- <label xml:lang="en-US">Replace standard quotes with custom quotes</label>
- </info>
- </prop>
- <prop oor:name="CombineParagraphs" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Combine single line paragraphs if length greater -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Determines if single line paragraphs are combined when they are shorter than the specified value.</desc>
- <label xml:lang="en-US">Combine single line paragraphs</label>
- </info>
- </prop>
- <prop oor:name="CombineValue" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Combine single line paragraphs if length greater... / Edit/Combine/Minimum size-->
- <value>50</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum length value for combining single line paragraphs. [UNIT=%]</desc>
- <label xml:lang="en-US">Combine single line paragraphs</label>
- </info>
- </prop>
- <prop oor:name="DelSpacesAtStartEnd" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs at paragraphbegin and -end -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Deletes Spaces/Tabs at the beginning/end of a paragraph (AutoFormat).</desc>
- <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
- </info>
- </prop>
- <prop oor:name="DelSpacesBetween" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs between Lineend and -begin -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Deletes Spaces/Tabs between the rows of a paragraph (AutoFormat).</desc>
- <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
- </info>
- </prop>
- <group oor:name="ChangeToBullets">
- <info>
- <desc xml:lang="en-US">Settings for automatic replacement of enumeration characters (dash, plus, and so on) into bullets.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if paragraphs starting with a dash, a plus sign or an asterix followed by space or tab are replaced by a bullet character.</desc>
- <label xml:lang="en-US">Replace bullets with</label>
- </info>
- </prop>
- <group oor:name="SpecialCharacter">
- <info>
- <desc xml:lang="en-US">Specifies the character to be used.</desc>
- </info>
- <prop oor:name="Char" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <value>8226</value>
- <info>
- <desc xml:lang="en-US">Specifies the character code if ChangeToBullets=true.</desc>
- </info>
- </prop>
- <prop oor:name="Font" oor:type="xs:string">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <value>StarSymbol</value>
- <info>
- <desc xml:lang="en-US">Specifies the font name if ChangeToBullets=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontFamily" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl value 0 = Symbol-->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the font family if ChangeToBullets=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontCharset" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl value 10 = Symbol-->
- <value>10</value>
- <info>
- <desc xml:lang="en-US">Specifies the font character set if ChangeToBullets=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontPitch" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl value 2 = Variable-->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Specifies the font pitch if ChangeToBullets=true.</desc>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="ByInput">
- <info>
- <desc xml:lang="en-US">Contains settings than can be applied while typing text.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldPath: AutoCorrect/Options/All -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - AutoFormat while typing -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if AutoFormat is active while typing.</desc>
- <label xml:lang="en-US">AutoFormat while typing</label>
- </info>
- </prop>
- <prop oor:name="ChangeDash" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if dashes are replaced automatically.</desc>
- <label xml:lang="en-US">Replace dashes</label>
- </info>
- </prop>
- <prop oor:name="ChangeToBorders" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply border -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if borders are applied to paragraphs automatically.</desc>
- <label xml:lang="en-US">Apply border</label>
- </info>
- </prop>
- <prop oor:name="ChangeToTable" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Create table -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if tables are created by AutoFormat.</desc>
- <label xml:lang="en-US">Create table</label>
- </info>
- </prop>
- <prop oor:name="ReplaceStyle" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply styles -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if styles are automatically be assigned.</desc>
- <label xml:lang="en-US">Apply styles</label>
- </info>
- </prop>
- <prop oor:name="DelSpacesAtStartEnd" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs at paragraphbegin and -end -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Deletes Spaces/Tabs at the beginning/end of a paragraph (AutoFormat during key input).</desc>
- <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
- </info>
- </prop>
- <prop oor:name="DelSpacesBetween" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs between Lineend and -begin -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Deletes Spaces/Tabs between the rows of a paragraph (Autoformat during key input).</desc>
- <label xml:lang="en-US">Delete Blanks and Tabs between lineend and -begin</label>
- </info>
- </prop>
- <group oor:name="ApplyNumbering">
- <info>
- <desc xml:lang="en-US">Contains settings for automatic numbering.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if a numbered or bulleted text is created automatically while typing.</desc>
- <label xml:lang="en-US">Apply numbering</label>
- </info>
- </prop>
- <group oor:name="SpecialCharacter">
- <info>
- <desc xml:lang="en-US">Defines the character to be used.</desc>
- </info>
- <prop oor:name="Char" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
- <value>8226</value>
- <info>
- <desc xml:lang="en-US">Specifies the character code if ApplyNumbering=true.</desc>
- </info>
- </prop>
- <prop oor:name="Font" oor:type="xs:string">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <value>StarSymbol</value>
- <info>
- <desc xml:lang="en-US">Specifies the font name if ApplyNumbering=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontFamily" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl value 0 = Symbol-->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the font family if ApplyNumbering=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontCharset" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl value 10 = Symbol-->
- <value>10</value>
- <info>
- <desc xml:lang="en-US">Specifies the font character set if ApplyNumbering=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontPitch" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl value 2 = Variable-->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Specifies the font pitch if ApplyNumbering=true.</desc>
- </info>
- </prop>
- </group>
- </group>
- </group>
- </group>
- <group oor:name="Completion">
- <info>
- <desc xml:lang="en-US">Contains settings relevant for the word completion ('Auto Completion').</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show suggestions -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the suggestions for the automatic word completion are displayed on the screen.</desc>
- <label xml:lang="en-US">Show suggestions</label>
- </info>
- </prop>
- <prop oor:name="MinWordLen" oor:type="xs:int">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion min. word length -->
- <value>5</value>
- <info>
- <desc xml:lang="en-US">Sets the value for the minimum word length.</desc>
- <label xml:lang="en-US">Min. word length</label>
- </info>
- </prop>
- <prop oor:name="MaxListLen" oor:type="xs:int">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion max. entries -->
- <value>500</value>
- <info>
- <desc xml:lang="en-US">Sets the maximum number of words to be recalled.</desc>
- <label xml:lang="en-US">Max. entries</label>
- </info>
- </prop>
- <prop oor:name="CollectWords" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Collect suggestions -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the suggestions are compiled in a list.</desc>
- <label xml:lang="en-US">Collect suggestions</label>
- </info>
- </prop>
- <prop oor:name="EndlessList" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: no UI available anymore -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the list containing the suitable suggestions can be navigated with (Ctrl)(Tab)(forward).</desc>
- <label xml:lang="en-US">Endless suggestions</label>
- </info>
- </prop>
- <prop oor:name="AppendBlank" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Append blanc -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if a blank is added after the automatic word completion.</desc>
- <label xml:lang="en-US">Append space</label>
- </info>
- </prop>
- <prop oor:name="ShowAsTip" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show as tip -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the suggestions for the automatic word completion function should be displayed as Tip helps.</desc>
- <label xml:lang="en-US">Show as tip</label>
- </info>
- </prop>
- <prop oor:name="AcceptKey" oor:type="xs:int">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Accept with -->
- <value>1280</value>
- <info>
- <desc xml:lang="en-US">Specifies the key to be used for accepting the current suggestion of the automatic word completion.</desc>
- <label xml:lang="en-US">Accept with</label>
- </info>
- <constraints>
- <enumeration oor:value="0x405">
- <info>
- <desc xml:lang="en-US">KeyEnd</desc>
- </info>
- </enumeration>
- <enumeration oor:value="0x500">
- <info>
- <desc xml:lang="en-US">KeyReturn</desc>
- </info>
- </enumeration>
- <enumeration oor:value="0x403">
- <info>
- <desc xml:lang="en-US">KeyRight</desc>
- </info>
- </enumeration>
- <enumeration oor:value="0x504">
- <info>
- <desc xml:lang="en-US">KeySpace</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="KeepList" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion When closing a document, save the list for later use ... -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies whether collected words are removed when the source document is closed.</desc>
- <label xml:lang="en-US">When closing a document, save the list for later use in other documents</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Label">
- <info>
- <desc xml:lang="en-US">Contains various settings for labels.</desc>
- </info>
- <group oor:name="Inscription">
- <info>
- <desc xml:lang="en-US">Contains settings for the inscription of the labels text field.</desc>
- </info>
- <prop oor:name="UseAddress" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the user&amp;apos;s address is copied automatically into the label text field.</desc>
- <label xml:lang="en-US">Address</label>
- </info>
- </prop>
- <prop oor:name="Address" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <info>
- <desc xml:lang="en-US">Specifies the label text (address).</desc>
- <label xml:lang="en-US">Label text</label>
- </info>
- </prop>
- <prop oor:name="Database" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <info>
- <desc xml:lang="en-US">Specifies the database used.</desc>
- <label xml:lang="en-US">Database</label>
- </info>
- </prop>
- </group>
- <group oor:name="Medium">
- <info>
- <desc xml:lang="en-US">Contains settings for the media type used for the label.</desc>
- </info>
- <prop oor:name="Continous" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if continuous paper or individual sheets are used.</desc>
- <label xml:lang="en-US">Continous / Sheet</label>
- </info>
- </prop>
- <prop oor:name="Brand" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <info>
- <desc xml:lang="en-US">Specifies the brand name of the label format.</desc>
- <label xml:lang="en-US">Brand</label>
- </info>
- </prop>
- <prop oor:name="Type" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <info>
- <desc xml:lang="en-US">Specifies the type of the label format.</desc>
- <label xml:lang="en-US">Type</label>
- </info>
- </prop>
- </group>
- <group oor:name="Format">
- <info>
- <desc xml:lang="en-US">Contains settings for the label format.</desc>
- </info>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of labels arranged next to each other on the page.</desc>
- <label xml:lang="en-US">Columns</label>
- </info>
- </prop>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of labels arranged from top to bottom on the page.</desc>
- <label xml:lang="en-US">Rows</label>
- </info>
- </prop>
- <prop oor:name="HorizontalDistance" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the left edge of one label to the left edge of the adjacent label. [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Horizontal pitch</label>
- </info>
- </prop>
- <prop oor:name="VerticalDistance" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the upper edge of one label to the upper edge of the label below. [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Vertical pitch</label>
- </info>
- </prop>
- <prop oor:name="Width" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the width of each label [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Width</label>
- </info>
- </prop>
- <prop oor:name="Height" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the height of each label [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Height</label>
- </info>
- </prop>
- <prop oor:name="LeftMargin" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance from the left edge of the page to the left edge of the first label [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Left margin</label>
- </info>
- </prop>
- <prop oor:name="TopMargin" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance from the top of the page to the top of the first label [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Top margin</label>
- </info>
- </prop>
- </group>
- <group oor:name="Option">
- <info>
- <desc xml:lang="en-US">Contains miscellaneous options for labels.</desc>
- </info>
- <prop oor:name="Synchronize" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if contents are synchronized.</desc>
- <label xml:lang="en-US">Synchronize contents</label>
- </info>
- </prop>
- <prop oor:name="Page" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the entire page or a single label are printed/generated.</desc>
- <label xml:lang="en-US">Entire page / Single label</label>
- </info>
- </prop>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Options -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of columns to be printed.</desc>
- <label xml:lang="en-US">Column</label>
- </info>
- </prop>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Options -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of rows to be printed.</desc>
- <label xml:lang="en-US">Row</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="BusinessCard">
- <info>
- <desc xml:lang="en-US">Contains settings for business cards.</desc>
- </info>
- <group oor:name="Medium">
- <info>
- <desc xml:lang="en-US">Contains settings for the media type used.</desc>
- </info>
- <prop oor:name="Continous" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Medium -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if continuous paper or individual sheets are used.</desc>
- <label xml:lang="en-US">Continous / Sheet</label>
- </info>
- </prop>
- <prop oor:name="Brand" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Medium -->
- <info>
- <desc xml:lang="en-US">Specifies the brand name of the business card format.</desc>
- <label xml:lang="en-US">Brand</label>
- </info>
- </prop>
- <prop oor:name="Type" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Medium -->
- <info>
- <desc xml:lang="en-US">Specifies the type of the business card format.</desc>
- <label xml:lang="en-US">Type</label>
- </info>
- </prop>
- </group>
- <group oor:name="Format">
- <info>
- <desc xml:lang="en-US">Contains settings for the page format.</desc>
- </info>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of business cards arranged next to each other on the page.</desc>
- <label xml:lang="en-US">Columns</label>
- </info>
- </prop>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of business cards arranged from top to bottom on the page.</desc>
- <label xml:lang="en-US">Rows</label>
- </info>
- </prop>
- <prop oor:name="HorizontalDistance" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the left edge of a business card to the left edge of the adjacent business card. [UNIT=1/100 mm]</desc>
- <label xml:lang="en-US">Horizontal pitch</label>
- </info>
- </prop>
- <prop oor:name="VerticalDistance" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the upper edge of a label to the upper edge of the label below. [UNIT=1/100 mm]</desc>
- <label xml:lang="en-US">Vertical pitch</label>
- </info>
- </prop>
- <prop oor:name="Width" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the width of each business card [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Width</label>
- </info>
- </prop>
- <prop oor:name="Height" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the height of each business card [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Height</label>
- </info>
- </prop>
- <prop oor:name="LeftMargin" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance from the left edge of the page to the left edge of the first business card . [UNIT=1/100 mm]</desc>
- <label xml:lang="en-US">Left margin</label>
- </info>
- </prop>
- <prop oor:name="TopMargin" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance from the top of the page to the top of the first business card [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Top margin</label>
- </info>
- </prop>
- </group>
- <group oor:name="Option">miscellaneous
- <info>
- <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
- </info>
- <prop oor:name="Synchronize" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if contents are synchronized.</desc>
- <label xml:lang="en-US">Synchronize contents</label>
- </info>
- </prop>
- <prop oor:name="Page" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the entire page or a single business card is printed/generated.</desc>
- <label xml:lang="en-US">Entire page / Single business card</label>
- </info>
- </prop>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Options -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of columns to be printed.</desc>
- <label xml:lang="en-US">Column</label>
- </info>
- </prop>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Options -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of rows to be printed.</desc>
- <label xml:lang="en-US">Row</label>
- </info>
- </prop>
- </group>
- <group oor:name="AutoText">
- <info>
- <desc xml:lang="en-US">Contains settings for the AutoText used.</desc>
- </info>
- <prop oor:name="Group" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards BusinessCards -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the AutoText section name.</desc>
- <label xml:lang="en-US">AutoText section</label>
- </info>
- </prop>
- <prop oor:name="Block" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards BusinessCards -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the AutoText module name.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="PrivateAddress">
- <info>
- <desc xml:lang="en-US">Private address data.</desc>
- </info>
- <prop oor:name="FirstName" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your first name</desc>
- <label xml:lang="en-US">First name</label>
- </info>
- </prop>
- <prop oor:name="Name" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your last name</desc>
- <label xml:lang="en-US">Last name</label>
- </info>
- </prop>
- <prop oor:name="ShortCut" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your initials</desc>
- <label xml:lang="en-US">Initials</label>
- </info>
- </prop>
- <prop oor:name="SecondFirstName" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your first name (2nd entry)</desc>
- <label xml:lang="en-US">First name 2</label>
- </info>
- </prop>
- <prop oor:name="SecondName" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your last name (2nd entry)</desc>
- <label xml:lang="en-US">Last name 2</label>
- </info>
- </prop>
- <prop oor:name="SecondShortCut" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your initials (2nd entry)</desc>
- <label xml:lang="en-US">Initials 2</label>
- </info>
- </prop>
- <prop oor:name="Street" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The name of the street where you live.</desc>
- <label xml:lang="en-US">Street</label>
- </info>
- </prop>
- <prop oor:name="Zip" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your ZIP code</desc>
- <label xml:lang="en-US">Zip</label>
- </info>
- </prop>
- <prop oor:name="City" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The city where you live.</desc>
- <label xml:lang="en-US">City</label>
- </info>
- </prop>
- <prop oor:name="Country" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The country where you live.</desc>
- <label xml:lang="en-US">Country</label>
- </info>
- </prop>
- <prop oor:name="State" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The state where you live.</desc>
- <label xml:lang="en-US">State</label>
- </info>
- </prop>
- <prop oor:name="Title" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your title.</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- </prop>
- <prop oor:name="Profession" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your profession.</desc>
- <label xml:lang="en-US">Profession</label>
- </info>
- </prop>
- <prop oor:name="Phone" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your phone number.</desc>
- <label xml:lang="en-US">Phone</label>
- </info>
- </prop>
- <prop oor:name="Mobile" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your mobile phone number.</desc>
- <label xml:lang="en-US">Mobile</label>
- </info>
- </prop>
- <prop oor:name="Fax" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your fax number.</desc>
- <label xml:lang="en-US">Fax</label>
- </info>
- </prop>
- <prop oor:name="WebAddress" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The address of your homepage.</desc>
- <label xml:lang="en-US">Homepage</label>
- </info>
- </prop>
- <prop oor:name="Email" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your e-mail address.</desc>
- <label xml:lang="en-US">E-mail</label>
- </info>
- </prop>
- </group>
- <group oor:name="BusinessAddress">
- <info>
- <desc xml:lang="en-US">Business address data.</desc>
- </info>
- <prop oor:name="Company" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The company name, 1st line.</desc>
- <label xml:lang="en-US">Company</label>
- </info>
- </prop>
- <prop oor:name="CompanyExt" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The company name, 2nd line.</desc>
- <label xml:lang="en-US">CompanyExt</label>
- </info>
- </prop>
- <prop oor:name="Slogan" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The company slogan.</desc>
- <label xml:lang="en-US">Slogan</label>
- </info>
- </prop>
- <prop oor:name="Street" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The name of the street.</desc>
- <label xml:lang="en-US">Street</label>
- </info>
- </prop>
- <prop oor:name="Zip" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The ZIP code.</desc>
- <label xml:lang="en-US">Zip</label>
- </info>
- </prop>
- <prop oor:name="City" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The name of the city.</desc>
- <label xml:lang="en-US">City</label>
- </info>
- </prop>
- <prop oor:name="Country" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The country where the company is located.</desc>
- <label xml:lang="en-US">Country</label>
- </info>
- </prop>
- <prop oor:name="State" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The state where the company is located.</desc>
- <label xml:lang="en-US">State</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your position in the company.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- </prop>
- <prop oor:name="Phone" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your phone number.</desc>
- <label xml:lang="en-US">Phone</label>
- </info>
- </prop>
- <prop oor:name="Mobile" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your mobile phone number.</desc>
- <label xml:lang="en-US">Mobile</label>
- </info>
- </prop>
- <prop oor:name="Fax" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your fax number.</desc>
- <label xml:lang="en-US">Fax</label>
- </info>
- </prop>
- <prop oor:name="WebAddress" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The internet address for the company.</desc>
- <label xml:lang="en-US">WebAddress</label>
- </info>
- </prop>
- <prop oor:name="Email" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your e-mail address.</desc>
- <label xml:lang="en-US">Email</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="ObjectBar">
- <!-- Responsible: OS -->
- <info>
- <desc xml:lang="en-US">Specifies the settings for the object bar.</desc>
- </info>
- <group oor:name="Selection">
- <!-- OldPath: Writer/Toolbars/ObjectBar -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Right mouse click to the toolbar with object selection-->
- <info>
- <desc xml:lang="en-US">Specifies which type of object bars are visible.</desc>
- </info>
- <prop oor:name="Graphic" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Graphic Object Bar or the Text Object Bar is visible when a graphic is selected.</desc>
- </info>
- </prop>
- <prop oor:name="Table" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Table Object Bar or the Text Object Bar is the visible when a table is selected.</desc>
- </info>
- </prop>
- <prop oor:name="NumberedList" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Numbering Object Bar or the Text Object Bar is visible when a numbering/list paragraph is selected.</desc>
- </info>
- </prop>
- <prop oor:name="NumberedList_InTable" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Numbering Object Bar, the Table Object Bar or the Text Object Bar is visible when a numbering/list selection is made in a table.</desc>
- </info>
- </prop>
- <prop oor:name="BezierObject" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Bezier Object Bar or the Draw Object Bar is visible toolbar when a Bezier object is selected in edit mode.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Navigator">
- <info>
- <desc xml:lang="en-US">Contains settings for the Navigator.</desc>
- </info>
- <prop oor:name="ShowListBox" oor:type="xs:boolean">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays the list box in the lower half of the Navigator.</desc>
- <label xml:lang="en-US">List Box on/off</label>
- </info>
- </prop>
- <prop oor:name="GlobalDocMode" oor:type="xs:boolean">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Switches from Master View and Normal view when a Master Document is opened.</desc>
- <label xml:lang="en-US">Toggle</label>
- </info>
- </prop>
- <prop oor:name="RootType" oor:type="xs:int">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Switches from displaying all of the elements in the Navigator to displaying only a selected category as the root in the tree view.</desc>
- <label xml:lang="en-US">Content View</label>
- </info>
- </prop>
- <prop oor:name="SelectedPosition" oor:type="xs:int">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies which entry is selected in the Navigator list box.</desc>
- </info>
- </prop>
- <prop oor:name="OutlineLevel" oor:type="xs:int">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>10</value>
- <info>
- <desc xml:lang="en-US">Specifies the ouline level shown in the Navigator.</desc>
- <label xml:lang="en-US">Heading levels shown</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="10">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="InsertMode" oor:type="xs:int">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the insert mode when moving elements from the Navigator to another document with drag-and-drop.</desc>
- <label xml:lang="en-US">Drag Mode</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">as Hyperlink</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">as Link</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">as Copy</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="ActiveBlock" oor:type="xs:int">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies if the contents of a category are displayed in the Navigator list box.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Envelope">
- <info>
- <desc xml:lang="en-US">Contains settings for envelopes.</desc>
- </info>
- <group oor:name="Inscription">
- <info>
- <desc xml:lang="en-US">Contains inscription settings.</desc>
- </info>
- <prop oor:name="Addressee" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Envelope -->
- <info>
- <desc xml:lang="en-US">Specifies the recipient&amp;apos;s address.</desc>
- <label xml:lang="en-US">Addressee</label>
- </info>
- </prop>
- <prop oor:name="Sender" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Envelope -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the sender&amp;apos;s address.</desc>
- <label xml:lang="en-US">Sender</label>
- </info>
- </prop>
- <prop oor:name="UseSender" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Envelope -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the sender&amp;apos;s address is used.</desc>
- <label xml:lang="en-US">Use Sender</label>
- </info>
- </prop>
- <prop oor:name="Database" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Envelope -->
- <info>
- <desc xml:lang="en-US">Specifies the database to be used for the addressee.</desc>
- <label xml:lang="en-US">Database</label>
- </info>
- </prop>
- </group>
- <group oor:name="Format">
- <info>
- <desc xml:lang="en-US">Contains format settings.</desc>
- </info>
- <prop oor:name="AddresseeFromLeft" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format // old twips: 6463 / 2-->
- <value>5700</value>
- <info>
- <desc xml:lang="en-US">Specifies the position of the addressee field measured from the left margin [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Addressee from left</label>
- </info>
- </prop>
- <prop oor:name="AddresseeFromTop" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format // old twips: 6463 / 2-->
- <value>5700</value>
- <info>
- <desc xml:lang="en-US">Specifies the position of the addressee field measured from the upper margin [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Addressee from top</label>
- </info>
- </prop>
- <prop oor:name="SenderFromLeft" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format -->
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Specifies the position of the sender field measured from the left margin [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Sender from left</label>
- </info>
- </prop>
- <prop oor:name="SenderFromTop" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format -->
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Specifies the position of the sender field measured from the upper margin [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Sender from top</label>
- </info>
- </prop>
- <prop oor:name="Width" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format -->
- <value>11400</value>
- <info>
- <desc xml:lang="en-US">Specifies the width of the envelope [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Width</label>
- </info>
- </prop>
- <prop oor:name="Height" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format -->
- <value>22700</value>
- <info>
- <desc xml:lang="en-US">Specifies the height of the envelope [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Height</label>
- </info>
- </prop>
- </group>
- <group oor:name="Print">
- <info>
- <desc xml:lang="en-US">Contains settings for printing.</desc>
- </info>
- <prop oor:name="Alignment" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Printer -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the alignment when printing.</desc>
- <label xml:lang="en-US">Alignment</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Horizontally left</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Horizontally centered</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Horizontally right</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Vertically left</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Vertically centered</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">Vertically right</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="FromAbove" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Printer -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the envelope is printed with the side facing up or down in the printer tray.</desc>
- <label xml:lang="en-US">Print from top / Print from bottom</label>
- </info>
- </prop>
- <prop oor:name="Right" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Printer -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the right distance of the printed area (horizontal position).</desc>
- <label xml:lang="en-US">Shift right</label>
- </info>
- </prop>
- <prop oor:name="Down" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Printer -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the bottom distance of the printed area (vertical position).</desc>
- <label xml:lang="en-US">Shift down</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="InsertData">
- <!-- Responsible: OS -->
- <info>
- <desc xml:lang="en-US">Contains settings for inserting data from a data base.</desc>
- </info>
- <set oor:name="DataSet" oor:node-type="DataSetType">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Dialog Insert Database Columns -->
- <info>
- <desc xml:lang="en-US">The data set to be inserted.</desc>
- </info>
- </set>
- </group>
- <group oor:name="Wizard">
- <info>
- <desc xml:lang="en-US">Contains AutoPilot settings.</desc>
- </info>
- <group oor:name="Agenda">
- <info>
- <desc xml:lang="en-US">Contains settings for the agenda AutoPilot.</desc>
- </info>
- <group oor:name="Template">
- <info>
- <desc xml:lang="en-US">Contains templates for the agenda AutoPilot.</desc>
- </info>
- <node-ref oor:name="Style" oor:node-type="StyleType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page1-->
- <info>
- <desc xml:lang="en-US">The template for the preferred style.</desc>
- </info>
- </node-ref>
- </group>
- <group oor:name="Logo">
- <info>
- <desc xml:lang="en-US">Contains settings for the logo.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 1/ Logo-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if a logo is included with the agenda.</desc>
- <label xml:lang="en-US">Logo</label>
- </info>
- </prop>
- <node-ref oor:name="GraphicFile" oor:node-type="FileType">
- <info>
- <desc xml:lang="en-US">Specifies the file and filter to be used for the graphic.</desc>
- </info>
- </node-ref>
- </group>
- <group oor:name="Elements">
- <info>
- <desc xml:lang="en-US">Contains settings for the agenda elements.</desc>
- </info>
- <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 1 -->
- <!-- Notice: Constraints: Any -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Title for the agenda.</desc>
- <label xml:lang="en-US">Title of meeting</label>
- </info>
- </prop>
- <prop oor:name="Date" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Date -->
- <!-- Notice: Default: Current date -->
- <info>
- <desc xml:lang="en-US">Date of the meeting.</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </prop>
- <prop oor:name="Time" oor:type="xs:long">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Time -->
- <!--Current Time-->
- <info>
- <desc xml:lang="en-US">Time of the meeting.</desc>
- <label xml:lang="en-US">Time</label>
- </info>
- </prop>
- <prop oor:name="Location" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Location of the meeting.</desc>
- <label xml:lang="en-US">Location</label>
- </info>
- </prop>
- <prop oor:name="Occasion" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Occasion -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Reference Occasion as a header for the agenda.</desc>
- <label xml:lang="en-US">Occasion</label>
- </info>
- </prop>
- <prop oor:name="BringAlong" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Bring along -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header _Bring along_ for the agenda.</desc>
- <label xml:lang="en-US">Bring along</label>
- </info>
- </prop>
- <prop oor:name="Prepare" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Please prepare -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Reference _Please prepare_ for the agenda.</desc>
- <label xml:lang="en-US">Please prepare</label>
- </info>
- </prop>
- <prop oor:name="Notes" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Notes -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Element Notes for the agenda.</desc>
- <label xml:lang="en-US">Notes</label>
- </info>
- </prop>
- <prop oor:name="Convened" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Convened by -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header _Convened by_ for the agenda.</desc>
- <label xml:lang="en-US">Convened by</label>
- </info>
- </prop>
- <prop oor:name="Presiding" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Presiding -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header _Presiding_ for the agenda.</desc>
- <label xml:lang="en-US">Presiding</label>
- </info>
- </prop>
- <prop oor:name="Minutes" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Minutes -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header _Minutes_ for the agenda.</desc>
- <label xml:lang="en-US">Minutes</label>
- </info>
- </prop>
- <prop oor:name="Participants" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Participants -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header Participants for the agenda.</desc>
- <label xml:lang="en-US">Participants</label>
- </info>
- </prop>
- <prop oor:name="Guests" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Guests -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header_ Guests_ for the agenda.</desc>
- <label xml:lang="en-US">Guests</label>
- </info>
- </prop>
- <prop oor:name="Experts" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Experts -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header _Experts_ for the agenda.</desc>
- <label xml:lang="en-US">Experts</label>
- </info>
- </prop>
- <prop oor:name="Postprocessing" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Follow-up -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header Follow-up for the agenda.</desc>
- <label xml:lang="en-US">Follow-up</label>
- </info>
- </prop>
- <prop oor:name="UseMinutes" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 6 / Yes-No-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if minutes are generated for the meeting.</desc>
- <label xml:lang="en-US">Use minutes? Yes/No</label>
- </info>
- </prop>
- </group>
- <group oor:name="AgendaTopics">
- <info>
- <desc xml:lang="en-US">Defines the list of agenda topics.</desc>
- </info>
- <prop oor:name="Number" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 4 / Agenda topic -->
- <!-- Notice: This must be generic, as it depends on the number of entries defined by the user. -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the total number of agenda topics.</desc>
- <label xml:lang="en-US">-</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- </constraints>
- </prop>
- <set oor:name="AgendaList" oor:node-type="AgendaType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page4-->
- <info>
- <desc xml:lang="en-US">The set of specified agenda topics.</desc>
- </info>
- </set>
- </group>
- <group oor:name="Save">
- <info>
- <desc xml:lang="en-US">Options for saving the agenda document and template.</desc>
- </info>
- <prop oor:name="DocInfoTitle" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Title -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Title for the properties.</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not be filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes from the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="DocInfoSubject" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Subject -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Subject for the properties</desc>
- <label xml:lang="en-US">Subject</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="TemplateName" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Name -->
- <!-- Notice: Constraints: Any -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Assigns a name to the document template.</desc>
- <label xml:lang="en-US">Name</label>
- </info>
- </prop>
- <prop oor:name="TemplateInfo" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Text that appears in the description field of the properties dialog.</desc>
- <label xml:lang="en-US">Info</label>
- </info>
- </prop>
- <prop oor:name="AutoDocName" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Creates a document name automatically.</desc>
- <label xml:lang="en-US">Automatic</label>
- </info>
- </prop>
- <prop oor:name="AutoPrefix" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Prefix of the automatically created document name.</desc>
- <label xml:lang="en-US">Prefix</label>
- </info>
- </prop>
- <prop oor:name="AutoPath" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Destination -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Location to save the document.</desc>
- <label xml:lang="en-US">Destination</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Letter">
- <info>
- <desc xml:lang="en-US">Contains settings for the letter AutoPilot.</desc>
- </info>
- <group oor:name="Template">
- <info>
- <desc xml:lang="en-US">Contains templates for the letter AutoPilot.</desc>
- </info>
- <prop oor:name="Type" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the template for the letter: personal (true) or business (false).</desc>
- <label xml:lang="en-US">Which letter template do you want to use?- Business letter/Personal letter</label>
- </info>
- </prop>
- <node-ref oor:name="Style" oor:node-type="StyleType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page1-->
- <info>
- <desc xml:lang="en-US">The template for the preferred style.</desc>
- </info>
- </node-ref>
- </group>
- <group oor:name="Logo">
- <info>
- <desc xml:lang="en-US">Contains settings for the logo.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo?-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the logo frame is visible.</desc>
- </info>
- </prop>
- <prop oor:name="IsGraphic" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo? - Graphics-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the logo is a graphic.</desc>
- <label xml:lang="en-US">Type of logo? - Graphics</label>
- </info>
- </prop>
- <prop oor:name="Text" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo? - Text-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the logo is text.</desc>
- <label xml:lang="en-US">Type of logo? - Text</label>
- </info>
- </prop>
- <node-ref oor:name="GraphicFile" oor:node-type="FileType">
- <info>
- <desc xml:lang="en-US">Specifies the file and filter to be used for the graphic.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the logo frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Size-->
- <info>
- <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the logo.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
- <info>
- <desc xml:lang="en-US">Aligns the logo frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
- <info>
- <desc xml:lang="en-US">Specifies the position of the logo frame.</desc>
- <label xml:lang="en-US">From left, From right, From top, From bottom</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Sender">
- <info>
- <desc xml:lang="en-US">Contains sender settings.</desc>
- </info>
- <prop oor:name="Content" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the content of the sender text frame.</desc>
- <label xml:lang="en-US">Enter sender address</label>
- </info>
- </prop>
- <prop oor:name="Show" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 (for private letters)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the sender text frame is visible in a private letter.</desc>
- <label xml:lang="en-US">Show sender? - Yes/No</label>
- </info>
- </prop>
- <prop oor:name="Repeat" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 (for business letters)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the sender is repeated in the addressee (true) or not (false). This option is only available if a business letter is used.</desc>
- <label xml:lang="en-US">Repeat in addressee field? - Yes/No</label>
- </info>
- </prop>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the sender text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Specifies the size of the sender text frame.</desc>
- <label xml:lang="en-US">Width, Height</label>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the sender text frame.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Aligns the sender text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Specifies the the position of the sender text frame.</desc>
- <label xml:lang="en-US">From left, From right, From top, From bottom</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Recipient">
- <info>
- <desc xml:lang="en-US">Contains settings for the recipient entries.</desc>
- </info>
- <prop oor:name="Database" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Database -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the database to be used for the addressee.</desc>
- <label xml:lang="en-US">Database / Database fields</label>
- </info>
- </prop>
- <prop oor:name="DataTable" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the database table.</desc>
- <label xml:lang="en-US">Database table or query name</label>
- </info>
- </prop>
- <prop oor:name="Content" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Address-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the content of the addressee text frame.</desc>
- <label xml:lang="en-US">Address</label>
- </info>
- </prop>
- <prop oor:name="Salutation" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Salutation -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text for the salutation.</desc>
- <label xml:lang="en-US">Salutation</label>
- </info>
- </prop>
- <prop oor:name="SalutationField" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Salutation -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the database field for the salutation text.</desc>
- </info>
- </prop>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the addressee text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the size of the addressee text frame.</desc>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the addressee text frame.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Aligns the addressee text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the position of the addressee frame.</desc>
- <label xml:lang="en-US">From left, From right, From top, From bottom</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Elements">
- <info>
- <desc xml:lang="en-US">Contains settings specifying the letter elements.</desc>
- </info>
- <prop oor:name="Copy" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Copies</desc>
- <label xml:lang="en-US">Copy to</label>
- </info>
- </prop>
- <prop oor:name="Enclosure" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Logo -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if there are additional enclosures.</desc>
- </info>
- </prop>
- <group oor:name="Element1">
- <info>
- <desc xml:lang="en-US">Contains settings for element 1.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
- <info>
- <desc xml:lang="en-US">Includes standard element 1 in the text.</desc>
- <label xml:lang="en-US">1.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element2">
- <info>
- <desc xml:lang="en-US">Contains settings for element 2.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
- <info>
- <desc xml:lang="en-US">Includes standard element 2 in the text.</desc>
- <label xml:lang="en-US">2.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element3">
- <info>
- <desc xml:lang="en-US">Contains settings for element 3.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
- <info>
- <desc xml:lang="en-US">Includes standard element 3 in the text.</desc>
- <label xml:lang="en-US">3.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element4">
- <info>
- <desc xml:lang="en-US">Contains settings for element 4.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
- <info>
- <desc xml:lang="en-US">Includes standard element 4 in the text.</desc>
- <label xml:lang="en-US">4.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Date">
- <info>
- <desc xml:lang="en-US">Contains settings for the date.</desc>
- </info>
- <node-ref oor:name="Value" oor:node-type="IntElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Date -->
- <info>
- <desc xml:lang="en-US">Inserts a date as a field function.</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Subject">
- <info>
- <desc xml:lang="en-US">Contains settings for the subject.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Subject line -->
- <info>
- <desc xml:lang="en-US">Inserts a subject line.</desc>
- <label xml:lang="en-US">Subject</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="PageNumber">
- <info>
- <desc xml:lang="en-US">Contains settings for the actual page number and total page number.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the page number is visible.</desc>
- <label xml:lang="en-US">Page numbers</label>
- </info>
- </prop>
- <prop oor:name="TextBefore" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text to place before the page number.</desc>
- </info>
- </prop>
- <prop oor:name="Format" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <!-- Notice: Depends on the international settings -->
- <info>
- <desc xml:lang="en-US">Specifies the format of page number.</desc>
- </info>
- </prop>
- <group oor:name="TotalPageCount">
- <info>
- <desc xml:lang="en-US">Contains settings for the total number of pages.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the total number of pages is visible.</desc>
- <label xml:lang="en-US">Total page count</label>
- </info>
- </prop>
- <prop oor:name="TextBefore" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text to place before the total number of pages.</desc>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Header">
- <info>
- <desc xml:lang="en-US">Contains settings for the header.</desc>
- </info>
- <prop oor:name="FromTop" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of header to the top of the page [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From top</label>
- </info>
- </prop>
- <prop oor:name="FromText" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of header to the text [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From text</label>
- </info>
- </prop>
- <group oor:name="Sender">
- <info>
- <desc xml:lang="en-US">Contains settings for the sender frame.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the sender frame is visible.</desc>
- </info>
- </prop>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints:File / AutoPilot / Letter / Page 7 / Header-->
- <info>
- <desc xml:lang="en-US">Specifies the size of sender frame.</desc>
- <label xml:lang="en-US">Sender - Width, Height</label>
- </info>
- </node-ref>
- <node-ref oor:name="Alignment" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <info>
- <desc xml:lang="en-US">Aligns the sender frame in the header.</desc>
- </info>
- </node-ref>
- </group>
- <group oor:name="Logo">
- <info>
- <desc xml:lang="en-US">Contains settings for the logo frame.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies that the logo frame is visible.</desc>
- </info>
- </prop>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints:File / AutoPilot / Letter / Page 7 / Header-->
- <info>
- <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
- <label xml:lang="en-US">Logo - Width, Height</label>
- </info>
- </node-ref>
- <node-ref oor:name="Alignment" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <info>
- <desc xml:lang="en-US">Aligns the logo frame in the header.</desc>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Footer">
- <info>
- <desc xml:lang="en-US">Contains settings used for the footer.</desc>
- </info>
- <group oor:name="OnPage1">
- <info>
- <desc xml:lang="en-US">Contains settings for the footer used on the first page.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies that the footer is visible on Page 1.</desc>
- <label xml:lang="en-US">Footer on</label>
- </info>
- </prop>
- <prop oor:name="Separator" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
- <label xml:lang="en-US">Separator line</label>
- </info>
- </prop>
- <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <info>
- <desc xml:lang="en-US">Specifies the footer text.</desc>
- </info>
- <value xsi:nil="true"/>
- </prop>
- <prop oor:name="FromBottom" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of footer from bottom on page 1 [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From bottom</label>
- </info>
- </prop>
- <prop oor:name="FromText" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of footer from text on page 1 [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From text</label>
- </info>
- </prop>
- </group>
- <group oor:name="OnContinuationPages">
- <info>
- <desc xml:lang="en-US">Contains settings for the footer used on every page other than the first page.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies that the footer is visible on the next page.</desc>
- <label xml:lang="en-US">Footer on</label>
- </info>
- </prop>
- <prop oor:name="FromBottom" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of the footer on the next page from the bottom [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From bottom</label>
- </info>
- </prop>
- <prop oor:name="FromText" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of the footer on the next next page from the text [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From text</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="PageMargin">
- <info>
- <desc xml:lang="en-US">Contains settings for the page margin.</desc>
- </info>
- <prop oor:name="Left" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the left page margin [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Page margins - From left</label>
- </info>
- </prop>
- <prop oor:name="Right" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the right page margin [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Page margins - From right</label>
- </info>
- </prop>
- </group>
- <group oor:name="Save">
- <info>
- <desc xml:lang="en-US">Contains save options for the document created with this template.</desc>
- </info>
- <prop oor:name="DocInfoTitle" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the title for the properties.</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="DocInfoSubject" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Subject for the properties.</desc>
- <label xml:lang="en-US">Subject</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="TemplateName" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 / Name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the name of the template.</desc>
- <label xml:lang="en-US">Name</label>
- </info>
- </prop>
- <prop oor:name="TemplateInfo" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
- <label xml:lang="en-US">Info</label>
- </info>
- </prop>
- <prop oor:name="AutoDocName" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Creates a document name automatically.</desc>
- <label xml:lang="en-US">Automatic</label>
- </info>
- </prop>
- <prop oor:name="AutoPrefix" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
- <label xml:lang="en-US">Prefix</label>
- </info>
- </prop>
- <prop oor:name="AutoPath" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the location to save the document.</desc>
- <label xml:lang="en-US">Destination</label>
- </info>
- </prop>
- </group>
- <group oor:name="Print">
- <info>
- <desc xml:lang="en-US">Contains settings for printing.</desc>
- </info>
- <prop oor:name="Sender" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 9 / -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies when the sender is printed.</desc>
- <label xml:lang="en-US">Sender</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Always</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">First page</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Continuation pages</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Do not print</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Logo" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 9 / Logo -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Determines when the logo in printed.</desc>
- <label xml:lang="en-US">Logo</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Always</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">First page</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Continuation pages</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Do not print</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Printer" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 9 / Setup -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the current printer.</desc>
- </info>
- </prop>
- <group oor:name="Tray">
- <info>
- <desc xml:lang="en-US">Contains settings for trays used for the first and the subsequent pages.</desc>
- </info>
- <prop oor:name="Page1" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 9 / First page -->
- <!-- Notice: Constraints: Depends on the printer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Defines the printer tray to be used for the first page.</desc>
- <label xml:lang="en-US">First page</label>
- </info>
- </prop>
- <prop oor:name="ContinuationPage" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 9 / Continuation page -->
- <!-- Notice: Constraints: Depends on the printer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the paper source for the subsequent pages.</desc>
- <label xml:lang="en-US">Continuation page</label>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Fax">
- <info>
- <desc xml:lang="en-US">Contains settings for the fax AutoPilot.</desc>
- </info>
- <group oor:name="Template">
- <info>
- <desc xml:lang="en-US">Contains templates for the fax AutoPilot.</desc>
- </info>
- <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Fax title</desc>
- <label xml:lang="en-US">Please enter the fax title</label>
- </info>
- <constraints>
- <enumeration oor:value="Fax Note">
- <info>
- <desc xml:lang="en-US">The entry contains the note entered for the fax.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Fax Cover">
- <info>
- <desc xml:lang="en-US">The entry contains the fax cover page.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Fax Letter">
- <info>
- <desc xml:lang="en-US">The entry contains the letter selected for the fax.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Fax Message">
- <info>
- <desc xml:lang="en-US">The entry contains the fax message.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Telefax">
- <info>
- <desc xml:lang="en-US">The entry contains the text 'Telefax'.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="User Title">
- <info>
- <desc xml:lang="en-US">The entry contains the user-defined title.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <node-ref oor:name="Style" oor:node-type="StyleType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax/ Page1-->
- <info>
- <desc xml:lang="en-US">Specifies the template for the preferred style.</desc>
- </info>
- </node-ref>
- <group oor:name="Format">
- <info>
- <desc xml:lang="en-US">Contains page format settings.</desc>
- </info>
- <prop oor:name="Width" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the page width [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Select fax format</label>
- </info>
- </prop>
- <prop oor:name="Height" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the page height [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Select fax format</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Logo">
- <info>
- <desc xml:lang="en-US">Contains settings for the logo frame.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: ?? -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the logo frame is visible.</desc>
- </info>
- </prop>
- <prop oor:name="IsGraphic" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the logo is a graphic.</desc>
- <label xml:lang="en-US">Type of logo? - Graphics</label>
- </info>
- </prop>
- <prop oor:name="Text" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the logo text.</desc>
- <label xml:lang="en-US">Logo text</label>
- </info>
- </prop>
- <node-ref oor:name="GraphicFile" oor:node-type="FileType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!--File / AutoPilot / Fax / Page 2 / Logo -->
- <info>
- <desc xml:lang="en-US">Specifies the filename if the logo is a graphic.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the logo frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <info>
- <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the frame.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <info>
- <desc xml:lang="en-US">Aligns the logo frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <info>
- <desc xml:lang="en-US">Specifies the position of the logo frame.</desc>
- <label xml:lang="en-US">From left, From right, From top, From bottom</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Sender">
- <info>
- <desc xml:lang="en-US">Contains settings for the sender frame.</desc>
- </info>
- <prop oor:name="Content" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3 / Address field-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the content of the sender text frame.</desc>
- <label xml:lang="en-US">Enter sender address</label>
- </info>
- </prop>
- <prop oor:name="TelNumber" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the telephone number of the sender.</desc>
- <label xml:lang="en-US">Phone</label>
- </info>
- </prop>
- <prop oor:name="FaxNumber" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the fax number of the sender.</desc>
- <label xml:lang="en-US">Telefax</label>
- </info>
- </prop>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the sender text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Specifies the size of the sender text frame.</desc>
- <label xml:lang="en-US">Width</label>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the sender frame.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3-->
- <info>
- <desc xml:lang="en-US">Aligns the sender text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3-->
- <info>
- <desc xml:lang="en-US">Specifies the position of the sender text frame.</desc>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Recipient">
- <info>
- <desc xml:lang="en-US">Contains settings for the recipient frame.</desc>
- </info>
- <prop oor:name="Database" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the database to be used.</desc>
- <label xml:lang="en-US">Database fields</label>
- </info>
- </prop>
- <prop oor:name="DataTable" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the database table to be used.</desc>
- <label xml:lang="en-US">Database table or query name</label>
- </info>
- </prop>
- <prop oor:name="Content" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Address-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the content of the addressee text frame.</desc>
- <label xml:lang="en-US">Address</label>
- </info>
- </prop>
- <prop oor:name="TelNumber" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Salutation -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The telephone number of the addressee.</desc>
- <label xml:lang="en-US">Phone</label>
- </info>
- </prop>
- <prop oor:name="FaxNumber" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Salutation -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The fax number of the addressee.</desc>
- <label xml:lang="en-US">Fax</label>
- </info>
- </prop>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the Addressee text frame</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the size of the addressee text frame.</desc>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the recipient frame.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Aligns the addressee text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the position of the addressee text frame.</desc>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Elements">
- <info>
- <desc xml:lang="en-US">Contains settings for the content elemnts.</desc>
- </info>
- <prop oor:name="Copy" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Copies</desc>
- <label xml:lang="en-US">Copy to</label>
- </info>
- </prop>
- <group oor:name="Element1">
- <info>
- <desc xml:lang="en-US">Contains settings for the element 1.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 1 in the text.</desc>
- <label xml:lang="en-US">1.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element2">
- <info>
- <desc xml:lang="en-US">Contains settings for the element 2.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 2 in the text.</desc>
- <label xml:lang="en-US">2.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element3">
- <info>
- <desc xml:lang="en-US">Contains settings for the element 3.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 3 in the text.</desc>
- <label xml:lang="en-US">3.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element4">
- <info>
- <desc xml:lang="en-US">Contains settings for the element 4.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 4 in the text.</desc>
- <label xml:lang="en-US">4.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Date">
- <info>
- <desc xml:lang="en-US">Contains date settings.</desc>
- </info>
- <node-ref oor:name="Value" oor:node-type="IntElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Date -->
- <info>
- <desc xml:lang="en-US">Inserts a date as a field function.</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Time">
- <info>
- <desc xml:lang="en-US">Contains time settings.</desc>
- </info>
- <node-ref oor:name="Value" oor:node-type="IntElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Time -->
- <info>
- <desc xml:lang="en-US">Inserts a time as a field function.</desc>
- <label xml:lang="en-US">Time</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Subject">
- <info>
- <desc xml:lang="en-US">Contains subject settings.</desc>
- </info>
- <node-ref oor:name="Value" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Subject line -->
- <info>
- <desc xml:lang="en-US">Inserts a subject line.</desc>
- <label xml:lang="en-US">Subject line</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Footer">
- <info>
- <desc xml:lang="en-US">Contains footer settings.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies that the footer is visible on Page 1.</desc>
- <label xml:lang="en-US">Footer on</label>
- </info>
- </prop>
- <prop oor:name="Separator" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
- <label xml:lang="en-US">Separator line</label>
- </info>
- </prop>
- <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text for the footer.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="PageMargin">
- <info>
- <desc xml:lang="en-US">Contains settings for the page margin.</desc>
- </info>
- <prop oor:name="Left" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the left page margin [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Page margins - From left</label>
- </info>
- </prop>
- <prop oor:name="Right" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the right page margin [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Page margins - From right</label>
- </info>
- </prop>
- </group>
- <group oor:name="Save">
- <info>
- <desc xml:lang="en-US">Contains settings for saving the document created with this template.</desc>
- </info>
- <prop oor:name="DocInfoTitle" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the title for the properties.</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convenes the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="DocInfoSubject" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the subject for the properties.</desc>
- <label xml:lang="en-US">Subject</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="TemplateName" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / Template -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the name of the template.</desc>
- <label xml:lang="en-US">Name</label>
- </info>
- </prop>
- <prop oor:name="TemplateInfo" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / Template -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
- <label xml:lang="en-US">Info</label>
- </info>
- </prop>
- <prop oor:name="AutoDocName" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Create a document name automatically</desc>
- <label xml:lang="en-US">Automatic</label>
- </info>
- </prop>
- <prop oor:name="AutoPrefix" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
- <label xml:lang="en-US">Prefix</label>
- </info>
- </prop>
- <prop oor:name="AutoPath" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the location to save the document.</desc>
- <label xml:lang="en-US">Location</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Memo">
- <info>
- <desc xml:lang="en-US">Contains settings for the memo AutoPilot.</desc>
- </info>
- <group oor:name="Template">
- <info>
- <desc xml:lang="en-US">Contains templates for the memo AutoPilot.</desc>
- </info>
- <node-ref oor:name="Style" oor:node-type="StyleType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page1-->
- <info>
- <desc xml:lang="en-US">Specifies the template for the preferred style.</desc>
- </info>
- </node-ref>
- <group oor:name="Title">
- <info>
- <desc xml:lang="en-US">Contains title settings.</desc>
- </info>
- <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the title of the memo.</desc>
- </info>
- <constraints>
- <enumeration oor:value="Internal Memo">
- <info>
- <desc xml:lang="en-US">The entry contains the text 'Internal Memo'.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Interoffice Memo">
- <info>
- <desc xml:lang="en-US">The entry contains the text 'Interoffice Memo'.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Memorandum">
- <info>
- <desc xml:lang="en-US">The entry contains the text 'Memorandum'.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="IsGraphic" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the title of the memo is text (false) or a graphic (true).</desc>
- <label xml:lang="en-US">As text / As picture</label>
- </info>
- </prop>
- <node-ref oor:name="File" oor:node-type="FileType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page1-->
- <info>
- <desc xml:lang="en-US">Specifies the file name and the filter name if the title is a graphic.</desc>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Elements">
- <info>
- <desc xml:lang="en-US">Contains settings specifying which elements the memo should contain.</desc>
- </info>
- <prop oor:name="To" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Add Addressee</desc>
- <label xml:lang="en-US">To</label>
- </info>
- </prop>
- <prop oor:name="Copy" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Copies</desc>
- <label xml:lang="en-US">Copy to</label>
- </info>
- </prop>
- <prop oor:name="From" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Add Sender address</desc>
- <label xml:lang="en-US">From</label>
- </info>
- </prop>
- <group oor:name="Element1">
- <info>
- <desc xml:lang="en-US">Contains settings for element 1.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 1 in the text.</desc>
- <label xml:lang="en-US">1.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element2">
- <info>
- <desc xml:lang="en-US">Contains settings for element 2.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 2 in the text.</desc>
- <label xml:lang="en-US">2.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element3">
- <info>
- <desc xml:lang="en-US">Contains settings for element 3.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 3 in the text</desc>
- <label xml:lang="en-US">3.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element4">
- <info>
- <desc xml:lang="en-US">Contains settings for element 4.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 4 in the text.</desc>
- <label xml:lang="en-US">4.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Date">
- <info>
- <desc xml:lang="en-US">Contains date settings.</desc>
- </info>
- <node-ref oor:name="Value" oor:node-type="IntElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Date -->
- <info>
- <desc xml:lang="en-US">Inserts a date as a field function.</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Subject">
- <info>
- <desc xml:lang="en-US">Contains subject settings.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Subject line -->
- <info>
- <desc xml:lang="en-US">Inserts a subject line.</desc>
- <label xml:lang="en-US">Subject line</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Header">
- <info>
- <desc xml:lang="en-US">Contains header settings.</desc>
- </info>
- <prop oor:name="Date" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Date in the header</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </prop>
- <prop oor:name="Title" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Title in the header</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- </prop>
- <prop oor:name="PageNumber" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Page number in the header</desc>
- <label xml:lang="en-US">Page number</label>
- </info>
- </prop>
- <prop oor:name="Separator" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Toggles the delimiter line of the document header.</desc>
- <label xml:lang="en-US">Separator line</label>
- </info>
- </prop>
- </group>
- <group oor:name="Footer">
- <info>
- <desc xml:lang="en-US">Contains footer settings.</desc>
- </info>
- <prop oor:name="Date" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Date in the footer</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </prop>
- <prop oor:name="PageNumber" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Page number in the footer</desc>
- <label xml:lang="en-US">Continuation page number</label>
- </info>
- </prop>
- <prop oor:name="Separator" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
- <label xml:lang="en-US">Separator line</label>
- </info>
- </prop>
- <node-ref oor:name="ConfidentialLevel" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <info>
- <desc xml:lang="en-US">Confidential visible in the footer.</desc>
- <label xml:lang="en-US">Confidentiality level</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Save">
- <info>
- <desc xml:lang="en-US">Contains save options for the document created with this template.</desc>
- </info>
- <prop oor:name="DocInfoTitle" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the title for the properties.</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="DocInfoSubject" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the subject for the properties.</desc>
- <label xml:lang="en-US">Subject</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry will contain the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="TemplateName" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / Template -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the name of the template.</desc>
- <label xml:lang="en-US">Name</label>
- </info>
- </prop>
- <prop oor:name="TemplateInfo" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / Template -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
- <label xml:lang="en-US">Info</label>
- </info>
- </prop>
- <prop oor:name="AutoPrefix" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
- <label xml:lang="en-US">Prefix</label>
- </info>
- </prop>
- <prop oor:name="AutoDocName" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the location to save the document.</desc>
- <label xml:lang="en-US">Location</label>
- </info>
- </prop>
- <prop oor:name="AutoPath" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Destination -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the location to save the document.</desc>
- <label xml:lang="en-US">Destination</label>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Filter">
- <info>
- <desc xml:lang="en-US">Contains filter settings.</desc>
- </info>
- <group oor:name="Import">
- <info>
- <desc xml:lang="en-US">Contains import settings.</desc>
- </info>
- <group oor:name="VBA">
- <info>
- <desc xml:lang="en-US">Contains settings for importing VBA Basic.</desc>
- </info>
- <prop oor:name="Load" oor:type="xs:boolean">
- <!-- OldPath: Filter/MS_Office/Basic/Word -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Word 97/2000 -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Converts VBA Basic into Office Basic as commands (True).</desc>
- <label xml:lang="en-US">Load Basic Code to edit</label>
- </info>
- </prop>
- <prop oor:name="Save" oor:type="xs:boolean">
- <!-- OldPath: Filter/MS_Office/Basic/Word -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Word 97/2000 -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Holds original VBA storage for saving in the memory (True).</desc>
- <label xml:lang="en-US">Save Original Basic Code again</label>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Numbering">
- <info>
- <desc xml:lang="en-US">Contains settings for Numbering/Bullets.</desc>
- </info>
- <group oor:name="Graphic">
- <info>
- <desc xml:lang="en-US">Contains settings for graphics used for bullets.</desc>
- </info>
- <prop oor:name="KeepRatio" oor:type="xs:boolean">
- <!--OldLocation: Soffice.cfg -->
- <!--Responsible: OS -->
- <!--UIHints: Numbering/Bullets dialog - Customize - Graphics - Keep Ratio-->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Maintains the proportions of pictures when the size is modified.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Statistics">
- <info>
- <desc xml:lang="en-US">Contains settings for document statistics.</desc>
- </info>
- <group oor:name="WordNumber">
- <info>
- <desc xml:lang="en-US">Contains word number settings.</desc>
- </info>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <!--OldLocation: Soffice.cfg -->
- <!--Responsible: OS -->
- <!--UIHints: File - Properties - Statistics - Word number - Separator-->
- <value>() \t\n\xff</value>
- <info>
- <desc xml:lang="en-US">Specifies the character to be used as a separator.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Index">
- <info>
- <desc xml:lang="en-US">Contains settings for indices.</desc>
- </info>
- <prop oor:name="ShowPreview" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!--UIHints: Insert - Indexes - Show preview -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if a preview of the index is displayed in the Insert Index dialog .</desc>
- <label xml:lang="en-US">Show Preview</label>
- </info>
- </prop>
- </group>
- <group oor:name="FormLetter">
- <info>
- <desc xml:lang="en-US">Specifies the settings for form letter output.</desc>
- </info>
- <group oor:name="PrintOutput">
- <info>
- <desc xml:lang="en-US">Specifies the settings for form letter output to printer.</desc>
- </info>
- <prop oor:name="SinglePrintJobs" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Form letter - Printer output - Single print jobs-->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Prints each form letter individually with the selected printer (true).</desc>
- </info>
- </prop>
- </group>
- <group oor:name="MailingOutput">
- <info>
- <desc xml:lang="en-US">Specifies the settings for form letter output as mail.</desc>
- </info>
- <prop oor:name="Format" oor:type="xs:int">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!--UIHints: Form letter - Mailing output - Mail format-->
- <info>
- <desc xml:lang="en-US">Specifies the mail format.</desc>
- </info>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">ASCII</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">HTML</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">RTF</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Writer</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="FileOutput">
- <info>
- <desc xml:lang="en-US">Settings for form letter output to file.</desc>
- </info>
- <prop oor:name="Path" oor:type="xs:string">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!--UIHints: Form letter - File output - Path-->
- <info>
- <desc xml:lang="en-US">Specifies the path for the form letter file.</desc>
- </info>
- </prop>
- <group oor:name="FileName">
- <!-- OldLocation: Soffice.cfg -->
- <!-- OldPath: Writer/Insert/Tables -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
- <info>
- <desc xml:lang="en-US">Specifies how the file name is built.</desc>
- </info>
- <prop oor:name="Generation" oor:type="xs:boolean">
- <!--UI hints: Form letter - File output - Generate file name from - Database field / Manual setting-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Determines if the file name is generated from a database field or from user input.</desc>
- </info>
- </prop>
- <prop oor:name="FromDatabaseField" oor:type="xs:string">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the column name to be used as file name.</desc>
- </info>
- </prop>
- <prop oor:name="FromManualSetting" oor:type="xs:string">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the name entered manually.</desc>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Misc">
- <info>
- <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
- </info>
- <prop oor:name="GraphicToGalleryAsLink" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!--UIHints: context menu of readonly loaded documents-->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if a preview of the index is displayed in the dialog Insert Index.</desc>
- <label xml:lang="en-US">Show Preview</label>
- </info>
- </prop>
- </group>
- <group oor:name="FilterFlags">
- <info>
- <desc xml:lang="en-US">These filter flags are only valid for specific filters and mostly refer to importing documents. By default, all of the settings are off-state (0) and should only be changed by an experienced administrator. To create a parameter, the values must be combined with the OR operator.</desc>
- </info>
- <group oor:name="Excel_Lotus">
- <info>
- <desc xml:lang="en-US">Contains settings for the Excel/Lotus filter.</desc>
- </info>
- <prop oor:name="MinRow" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum number of rows that can be imported.</desc>
- </info>
- </prop>
- <prop oor:name="MaxRow" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the maximum number of rows that can be imported.</desc>
- </info>
- </prop>
- <prop oor:name="MinCol" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum number of columns that can be imported.</desc>
- </info>
- </prop>
- <prop oor:name="MaxCol" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the maximum number of columns that can be imported.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="W4W">
- <info>
- <desc xml:lang="en-US">Contains settings for the Word4Word filter.</desc>
- </info>
- <prop oor:name="W4WHD" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum height for the header. If this flag is not set, a default height of 5 mm is applied.</desc>
- </info>
- </prop>
- <prop oor:name="W4WFT" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum height of the footer. If this flag is not set, a default height of 5 mm is applied.</desc>
- </info>
- </prop>
- <prop oor:name="W4W000" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">A Word for Word filter flag entry. If W4W000 is set, the flag is valid for all W4W filters that are not specified in detail. To specify a filter, replace "000" with the corresponding filter ID.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_FLY_IN_CNTNT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_GRAF_IN_CNTNT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">W4WFL_EXACT_TABLES</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_DBL_TBL_BORDER_REMOVE </desc>
- </info>
- </enumeration>
- <enumeration oor:value="16">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_WW_SPECCHAR</desc>
- </info>
- </enumeration>
- <enumeration oor:value="32">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_APO_HNL_REMOVE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="64">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_DBL_APO_BORDER_REMOVE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="128">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_HDFT_DIST</desc>
- </info>
- </enumeration>
- <enumeration oor:value="256">
- <info>
- <desc xml:lang="en-US">W4WFL_ALL_HDFT_DIST</desc>
- </info>
- </enumeration>
- <enumeration oor:value="512">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_124</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1024">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_INDENT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2048">
- <info>
- <desc xml:lang="en-US">W4WFL_ALL_HDFT_MAINATTR </desc>
- </info>
- </enumeration>
- <enumeration oor:value="4096">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_HDFT_MAINATTR </desc>
- </info>
- </enumeration>
- <enumeration oor:value="8192">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_STP_DEC2 </desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="WinWord">
- <info>
- <desc xml:lang="en-US">Contains settings for the WinWord filter.</desc>
- </info>
- <prop oor:name="WW1F" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Flags for controlling the import of WinWord 1.0 documents.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">TAG_FLD</desc>
- </info>
- </enumeration>
- <enumeration oor:value="64">
- <info>
- <desc xml:lang="en-US">ALLOW_FLD_CR </desc>
- </info>
- </enumeration>
- <enumeration oor:value="256">
- <info>
- <desc xml:lang="en-US">DONT_HARD_PROTECT </desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="WW" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Flags for importing WinWord documents.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">WWFL_NO_TEXT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">WWFL_NO_STYLES</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">WWFL_NO_ZSTYLES</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">WWFL_NO_APO</desc>
- </info>
- </enumeration>
- <enumeration oor:value="16">
- <info>
- <desc xml:lang="en-US">WWFL_NO_HDFT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="32">
- <info>
- <desc xml:lang="en-US">WWFL_NO_FTN</desc>
- </info>
- </enumeration>
- <enumeration oor:value="64">
- <info>
- <desc xml:lang="en-US">WWFL_NO_FLD</desc>
- </info>
- </enumeration>
- <enumeration oor:value="128">
- <info>
- <desc xml:lang="en-US">WWFL_NO_GRAF</desc>
- </info>
- </enumeration>
- <enumeration oor:value="256">
- <info>
- <desc xml:lang="en-US">WWFL_NO_DEFTABS</desc>
- </info>
- </enumeration>
- <enumeration oor:value="512">
- <info>
- <desc xml:lang="en-US">WWFL_NO_LRUL</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1024">
- <info>
- <desc xml:lang="en-US">WWFL_NO_DEFSTYLES</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2048">
- <info>
- <desc xml:lang="en-US">WWFL_NO_TABLE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4096">
- <info>
- <desc xml:lang="en-US">WWFL_NO_OUTLINE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8192">
- <info>
- <desc xml:lang="en-US">WWFL_NO_NUMRULE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="16384">
- <info>
- <desc xml:lang="en-US">WWFL_NO_IMPLPASP</desc>
- </info>
- </enumeration>
- <enumeration oor:value="32768">
- <info>
- <desc xml:lang="en-US">WWFL_NO_GRAFLAYER</desc>
- </info>
- </enumeration>
- <enumeration oor:value="65536">
- <info>
- <desc xml:lang="en-US">WWFL_NO_COMPLEX</desc>
- </info>
- </enumeration>
- <enumeration oor:value="131072">
- <info>
- <desc xml:lang="en-US">WWFL_NO_OLE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="262144">
- <info>
- <desc xml:lang="en-US">WWFL_OLE_TO_GRAF</desc>
- </info>
- </enumeration>
- <enumeration oor:value="524288">
- <info>
- <desc xml:lang="en-US">WWFL_NO_VCCONTROLS</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1048576">
- <info>
- <desc xml:lang="en-US">WWFL_NO_STD_STY_DYA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2097152">
- <info>
- <desc xml:lang="en-US">WWFL_NO_COLS</desc>
- </info>
- </enumeration>
- <enumeration oor:value="536870912">
- <info>
- <desc xml:lang="en-US">WWFL_NO_IMPORT</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="WW8" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Flags for importing WinWord 8 documents.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">WW8FL_NO_FLY_FOR_TXBX</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">EQUAL_TAB_BORDERDISTS</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="WWF" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Flags for controlling the import of fields in WW6 documents. The key WWF stands for "WinWord Field". </desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">TAG_FLD</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">WWFFL_TAGS_DO_ID</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">WWFFL_TAGS_VISIBLE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">WWFL_BOOK_TO_VAR_REF</desc>
- </info>
- </enumeration>
- <enumeration oor:value="16">
- <info>
- <desc xml:lang="en-US">WWFL_BOOK_AND_REF </desc>
- </info>
- </enumeration>
- <enumeration oor:value="32">
- <info>
- <desc xml:lang="en-US">TAGS_IN_TEXT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="64">
- <info>
- <desc xml:lang="en-US">ALLOW_FLD_CR </desc>
- </info>
- </enumeration>
- <enumeration oor:value="128">
- <info>
- <desc xml:lang="en-US">NO_FLD_CR</desc>
- </info>
- </enumeration>
- <enumeration oor:value="256">
- <info>
- <desc xml:lang="en-US">DONT_HARD_PROTECT </desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="WWFA0" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 0 to 31.</desc>
- </info>
- </prop>
- <prop oor:name="WWFA1" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 32 to 63.</desc>
- </info>
- </prop>
- <prop oor:name="WWFA2" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 64 to 95.</desc>
- </info>
- </prop>
- <prop oor:name="WWFB0" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 0 to 31.</desc>
- </info>
- </prop>
- <prop oor:name="WWFB1" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 32 to 63.</desc>
- </info>
- </prop>
- <prop oor:name="WWFB2" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 64 to 95.</desc>
- </info>
- </prop>
- <prop oor:name="WWFLX" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the X offset for text frames [UNIT=1/100 mm].</desc>
- </info>
- </prop>
- <prop oor:name="WWFLY" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the Y offset for text frames [UNIT=1/100 mm].</desc>
- </info>
- </prop>
- <prop oor:name="WWFT" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the footnote and the main text [UNIT=1/100 mm].</desc>
- </info>
- </prop>
- <prop oor:name="WWWR" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Several flags for exporting (for debugging).</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">WWFL_ULSPACE_LIKE_SWG</desc>
- </info>
- </enumeration>
- <enumeration oor:value="128">
- <info>
- <desc xml:lang="en-US">WWFL_NO_GRAF</desc>
- </info>
- </enumeration>
- <enumeration oor:value="131072">
- <info>
- <desc xml:lang="en-US">WWFL_NO_OLE</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Writer">
- <info>
- <desc xml:lang="en-US">Contains settings for the Writer filter.</desc>
- </info>
- <prop oor:name="SW3Imp" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Flags for the Writer filter.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">NoDrawingObjects</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">NoLayoutInfo</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- </group>
- </component>
+<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="Writer" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains settings for the Writer application.</desc>
+ </info>
+ <import oor:component="org.openoffice.Office.Common"/>
+ <templates>
+ <group oor:name="AgendaType">
+ <info>
+ <desc xml:lang="en-US">Settings for a single agenda entry.</desc>
+ </info>
+ <prop oor:name="Author" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Person responsible person for the topic.</desc>
+ <label xml:lang="en-US">Responsible</label>
+ </info>
+ </prop>
+ <prop oor:name="Topic" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Title for each agenda topic.</desc>
+ <label xml:lang="en-US">Agenda topic</label>
+ </info>
+ </prop>
+ <prop oor:name="Duration" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Scheduled duration of each topic [UNIT=Minute].</desc>
+ <label xml:lang="en-US">Duration</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="StyleType">
+ <info>
+ <desc xml:lang="en-US">A type for the preferred style of templates.</desc>
+ </info>
+ <prop oor:name="PreferredStyle" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Preferred style for the template.</desc>
+ <label xml:lang="en-US">Style - Modern/Classic/Decorative</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Modern</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Classic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Decorative</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="SizeType">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the width and the height of an object or element.</desc>
+ </info>
+ <prop oor:name="Width" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="PositionType">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the position of an object or an element.</desc>
+ </info>
+ <prop oor:name="Left" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Left distance of the object [UNIT=1/100 mm]</desc>
+ </info>
+ </prop>
+ <prop oor:name="Right" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Right distance of the object [UNIT=1/100 mm]</desc>
+ </info>
+ </prop>
+ <prop oor:name="Top" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Top distance of the object [UNIT=1/100 mm]</desc>
+ </info>
+ </prop>
+ <prop oor:name="Bottom" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Bottom distance of the object [UNIT=1/100 mm]</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="AlignmentType">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning an object or an element.</desc>
+ </info>
+ <prop oor:name="Position" oor:type="xs:int">
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Zero</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Top Left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Top Center</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Top Right</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Bottom Left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Bottom Right</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Center</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Right Margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Left Margin</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="TextElementType">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Content" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="IntElementType">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ </prop>
+ <prop oor:name="Content" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="FileType">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <prop oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Filter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AsLink" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="PositionXYType">
+ <info>
+ <desc xml:lang="en-US">Contains settings for defining a position with x and y coordinates.</desc>
+ </info>
+ <prop oor:name="X" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <prop oor:name="Y" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="DataSetType">
+ <info>
+ <desc xml:lang="en-US">Specifies the data set to insert from a database table or query.</desc>
+ </info>
+ <prop oor:name="DataSource" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the data source.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Command" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The name of the database table or query.</desc>
+ </info>
+ </prop>
+ <prop oor:name="CommandType" oor:type="xs:short">
+ <info>
+ <desc xml:lang="en-US">Specifies if the data comes from a table or a query</desc>
+ </info>
+ </prop>
+ <prop oor:name="ColumnsToText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Name of the columns that have been selected for inserting data into text or fields, as well as inserted text and line breaks.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ColumnsToTable" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Name of the columns, that have been selected for inserting data into tables, plus inserted text and line breaks.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ParaStyle" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the paragraph style for text or fields.</desc>
+ </info>
+ </prop>
+ <prop oor:name="TableAutoFormat" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the format (AutoFormat) to be used for a table.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsTable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the data is inserted into tables.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsField" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the data is inserted into fields.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsHeadlineOn" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the table has a headline.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsEmptyHeadline" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the table has an empty headline or if the headline contains the database column names.</desc>
+ </info>
+ </prop>
+ <set oor:name="ColumnSet" oor:node-type="ColumnSetType">
+ <info>
+ <desc xml:lang="en-US">Specifies the list of columns to be inserted.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="ColumnSetType">
+ <info>
+ <desc xml:lang="en-US">Specifies a column to be inserted.</desc>
+ </info>
+ <prop oor:name="ColumnName" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the column name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ColumnIndex" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the column index.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsNumberFormat" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the database field is assigned to a number format.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsNumberFormatFromDataBase" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the database format or a user-defined format is used.</desc>
+ </info>
+ </prop>
+ <prop oor:name="NumberFormat" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the number format if a user-defined format is used.</desc>
+ </info>
+ </prop>
+ <prop oor:name="NumberFormatLocale" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the language of the user-defined number format.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="Content">
+ <info>
+ <desc xml:lang="en-US">Contains settings for various content elements.</desc>
+ </info>
+ <group oor:name="Display">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the visibility of various elements.</desc>
+ </info>
+ <prop oor:name="GraphicObject" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if graphics and objects are displayed.</desc>
+ <label xml:lang="en-US">Graphics and Objects</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if tables are displayed.</desc>
+ <label xml:lang="en-US">Tables</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DrawingControl" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if drawings and controls are displayed.</desc>
+ <label xml:lang="en-US">Drawings and controls</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FieldCode" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if field codes are displayed.</desc>
+ <label xml:lang="en-US">Field codes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Note" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if notes are displayed.</desc>
+ <label xml:lang="en-US">Notes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PreventTips" oor:type="xs:boolean">
+ <!-- UIHints: Not accessible via user interface -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Enables the writer to prevent the display of help tips programmatically.</desc>
+ <label xml:lang="en-US">Prevent help tips</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="NonprintingCharacter">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the visibility of various non-printing characters.</desc>
+ </info>
+ <prop oor:name="MetaCharacters" oor:type="xs:boolean">
+ <!-- UIHints: View - Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Determines whether certain settings are applied (display of tab stops, spaces, breaks)</desc>
+ <label xml:lang="en-US">Meta characters</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ParagraphEnd" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if paragraph ends are shown on the screen.</desc>
+ <label xml:lang="en-US">Paragraph end</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="OptionalHyphen" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if optional hyphens are shown on the screen.</desc>
+ <label xml:lang="en-US">Optional hyphens</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Space" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if spaces are shown on the screen.</desc>
+ <label xml:lang="en-US">Spaces</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ProtectedSpace" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if protected spaces are shown on the screen.</desc>
+ <label xml:lang="en-US">Protected Spaces</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Tab" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if breaks are shown on the screen.</desc>
+ <label xml:lang="en-US">Tabs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Break" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if paragraph ends are shown on the screen.</desc>
+ <label xml:lang="en-US">Breaks</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HiddenText" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if hidden text is displayed on the screen.</desc>
+ <label xml:lang="en-US">Hidden text</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HiddenParagraph" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if hidden paragraphs are displayed on the screen.</desc>
+ <label xml:lang="en-US">Hidden paragraphs</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Update">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the automatic update of some elements.</desc>
+ </info>
+ <prop oor:name="Link" oor:type="xs:int">
+ <!-- OldPath: Writer/Other/Update -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Update links -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if links in the document are updated during loading.</desc>
+ <label xml:lang="en-US">Update links: Always/On request/Never</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Always</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">On Request</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Never</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Field" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Other/Update -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if fields in the document are updated during loading.</desc>
+ <label xml:lang="en-US">Update fields automatically</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Chart" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Other/Update -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if charts in the document are updated during loading.</desc>
+ <label xml:lang="en-US">Update charts automatically</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Layout">
+ <info>
+ <desc xml:lang="en-US">Contains layout settings.</desc>
+ </info>
+ <group oor:name="Line">
+ <info>
+ <desc xml:lang="en-US">Contains settings for guiding lines or points (for example when selcting/moving an aobject or frame).</desc>
+ </info>
+ <prop oor:name="Guide" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays guides around the frames when frames are moved.</desc>
+ <label xml:lang="en-US">Guides</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays the control points as simple squares without a 3D effect.</desc>
+ <label xml:lang="en-US">Simple control points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays larger control points.</desc>
+ <label xml:lang="en-US">Large control points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Window">
+ <info>
+ <desc xml:lang="en-US">Contains vairous window settings such as scrollbars, rules, etc.</desc>
+ </info>
+ <prop oor:name="HorizontalScroll" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the horizontal scroll bar is displayed.</desc>
+ <label xml:lang="en-US">Horizontal scroll</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="VerticalScroll" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the vertical scroll bar is displayed.</desc>
+ <label xml:lang="en-US">Vertical Scroll</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowRulers" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies, if rulers are displayed. It filters the values of HorizontalRuler and VerticalRuler</desc>
+ <label xml:lang="en-US">Show rulers</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HorizontalRuler" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the horizontal ruler is displayed.</desc>
+ <label xml:lang="en-US">Horizontal ruler</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HorizontalRulerUnit" oor:type="xs:int">
+ <!-- OldPath: Writer/Layout -->
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the measurement unit for the horizontal ruler.</desc>
+ <label xml:lang="en-US">Horizontal ruler measure unit</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Millimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Centimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Kilometer</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Point</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Inch</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="VerticalRuler" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the vertical ruler is displayed.</desc>
+ <label xml:lang="en-US">Vertical Ruler</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsVerticalRulerRight" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the vertical ruler is right aligned.</desc>
+ <label xml:lang="en-US">Vertical Ruler on the right</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VerticalRulerUnit" oor:type="xs:int">
+ <!-- OldPath: Writer/Layout -->
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the measurement unit for the vertical ruler.</desc>
+ <label xml:lang="en-US">Vertical ruler measure unit</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Millimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Centimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Kilometer</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Point</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Inch</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="SmoothScroll" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Activates the smooth page scrolling function.</desc>
+ <label xml:lang="en-US">Smooth scroll</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="MeasureUnit" oor:type="xs:int">
+ <!-- OldPath: Writer/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Meas. Units -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the measurement units.</desc>
+ <label xml:lang="en-US">Measure unit</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Millimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Centimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Kilometer</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Point</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Inch</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="TabStop" oor:type="xs:int">
+ <!-- OldPath: Writer/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Tab stops -->
+ <!-- Notice: The default value is valid for the English Version (depends, if a metric system is used on the platform); NonMetric: 1270 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance between tab stops [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Tab stops</label>
+ </info>
+ <value>1250</value>
+ </prop>
+ </group>
+ <group oor:name="Zoom">
+ <info>
+ <desc xml:lang="en-US">Contains zoom ttings..</desc>
+ </info>
+ <prop oor:name="Type" oor:type="xs:int">
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the zoom type.</desc>
+ <label xml:lang="en-US">Zoom Type</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Percent</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Whole Page</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Page Width</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Value" oor:type="xs:int">
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the zoom value.</desc>
+ <label xml:lang="en-US">Zoom Value</label>
+ </info>
+ <value>100</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Grid">
+ <info>
+ <desc xml:lang="en-US">Contains various options for the grid that are not listed in other sections.</desc>
+ </info>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Contains options for the grid.</desc>
+ </info>
+ <prop oor:name="SnapToGrid" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Move frames, drawing elements, and form functions only between the grid points.</desc>
+ <label xml:lang="en-US">Snap to grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VisibleGrid" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays the grid.</desc>
+ <label xml:lang="en-US">Visible grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Synchronize" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Changes the current grid settings symmetrically. The resolution and subdivision for the X- and Y-axis remains the same.</desc>
+ <label xml:lang="en-US">Synchronize axes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Resolution">
+ <info>
+ <desc xml:lang="en-US">Contains settings for specifying the grid resolution.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:int">
+ <!-- OldPath: Writer/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the grid points distance in the X-axis [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">X Axis Resolution</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:int">
+ <!-- OldPath: Writer/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the grid points distance in the Y-axis [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Y Axis Resolution</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ </group>
+ <group oor:name="Subdivision">
+ <info>
+ <desc xml:lang="en-US">Contains settings for specifying the subdivision of the grid.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:int">
+ <!-- OldPath: Writer/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of intervals between two grid points on the X-axis.</desc>
+ <label xml:lang="en-US">X Axis Subdivision</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:int">
+ <!-- OldPath: Writer/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the distance between the grid points on the Y-axis.</desc>
+ <label xml:lang="en-US">Y Axis Subdivision</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="DefaultFont">
+ <info>
+ <desc xml:lang="en-US">Specifies the basic western fonts to be used.</desc>
+ </info>
+ <prop oor:name="Standard" oor:type="xs:string">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western) -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
+ <label xml:lang="en-US">Standard</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Heading" oor:type="xs:string">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
+ <label xml:lang="en-US">Heading</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="List" oor:type="xs:string">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
+ <label xml:lang="en-US">List</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Caption" oor:type="xs:string">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
+ <label xml:lang="en-US">Caption</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Index" oor:type="xs:string">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
+ <label xml:lang="en-US">Index</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Document" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
+ <label xml:lang="en-US">Current document only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="DefaultFontCJK">
+ <info>
+ <desc xml:lang="en-US">Specifies the basic CJK fonts used.</desc>
+ </info>
+ <prop oor:name="Standard" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian) -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
+ <label xml:lang="en-US">Standard</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Heading" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
+ <label xml:lang="en-US">Heading</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="List" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
+ <label xml:lang="en-US">List</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Caption" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
+ <label xml:lang="en-US">Caption</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Index" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
+ <label xml:lang="en-US">Index</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Document" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
+ <label xml:lang="en-US">Current document only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="DefaultFontCTL">
+ <info>
+ <desc xml:lang="en-US">Specifies the basic CTL fonts used.</desc>
+ </info>
+ <prop oor:name="Standard" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL) -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
+ <label xml:lang="en-US">Standard</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Heading" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
+ <label xml:lang="en-US">Heading</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="List" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
+ <label xml:lang="en-US">List</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Caption" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
+ <label xml:lang="en-US">Caption</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Index" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
+ <label xml:lang="en-US">Index</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Document" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
+ <label xml:lang="en-US">Current document only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc xml:lang="en-US">Contains printing relevant settings.</desc>
+ </info>
+ <group oor:name="Content">
+ <info>
+ <desc xml:lang="en-US">Contains settings specifying which content types are printed.</desc>
+ </info>
+ <prop oor:name="Graphic" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies which document contents will be printed.</desc>
+ <label xml:lang="en-US">Graphics</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if graphics are printed.</desc>
+ <label xml:lang="en-US">Tables</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Drawing" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if tables are printed.</desc>
+ <label xml:lang="en-US">Drawings</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Control" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if controls are printed.</desc>
+ <label xml:lang="en-US">Controls</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Background" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if background objects are printed.</desc>
+ <label xml:lang="en-US">Background</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PrintBlack" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if text is always printed in black.</desc>
+ <label xml:lang="en-US">Print black</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Note" oor:type="xs:int">
+ <!-- OldPath: Writer/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Notes -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if and how notes are printed.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Notes only</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">End of document</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">End of page</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Page">
+ <info>
+ <desc xml:lang="en-US">Specifies which pages are printed or how pages are printed.</desc>
+ </info>
+ <prop oor:name="LeftPage" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Prints all left pages in the document.</desc>
+ <label xml:lang="en-US">Left pages</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RightPage" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Prints all right pages in the document.</desc>
+ <label xml:lang="en-US">Right pages</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Reversed" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Reverses the printing order.</desc>
+ <label xml:lang="en-US">Reversed</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brochure" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Prints in brochure format.</desc>
+ <label xml:lang="en-US">Brochure</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Output">
+ <info>
+ <desc xml:lang="en-US">Contains other output settings.</desc>
+ </info>
+ <prop oor:name="SinglePrintJob" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Output -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Output -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Controls the print output to avoid problems with duplex printing and odd page numbers.</desc>
+ <label xml:lang="en-US">Create single print jobs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Fax" oor:type="xs:string">
+ <!-- OldPath: Writer/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Print - [Section] Fax -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the fax machine that is used when faxing directly from the document.</desc>
+ <label xml:lang="en-US">Fax</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Papertray">
+ <info>
+ <desc xml:lang="en-US">Contains settings for printers with multiple paper trays.</desc>
+ </info>
+ <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Papertray -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Paper tray -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that the defined paper source in the printer setup is used by printers with multiple trays.</desc>
+ <label xml:lang="en-US">From printer setup</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Table">
+ <info>
+ <desc xml:lang="en-US">Contains settings for tables.</desc>
+ </info>
+ <group oor:name="Shift">
+ <info>
+ <desc xml:lang="en-US">Contains settings used when shifting table rows/columns.</desc>
+ </info>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Table/Shift -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for moving a table row [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Row</label>
+ </info>
+ <value>500</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Table/Shift -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for shifting a table column [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Column</label>
+ </info>
+ <value>500</value>
+ </prop>
+ </group>
+ <group oor:name="Insert">
+ <info>
+ <desc xml:lang="en-US">Contains settings used when inserting table rows/columns.</desc>
+ </info>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Table/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for inserting rows [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Row</label>
+ </info>
+ <value>500</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Table/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform);NonMetric: 2540 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for inserting columns [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Column</label>
+ </info>
+ <value>2500</value>
+ </prop>
+ </group>
+ <group oor:name="Change">
+ <info>
+ <desc xml:lang="en-US">Contains settings specifying the effect to the table when modifying rows/columns.</desc>
+ </info>
+ <prop oor:name="Effect" oor:type="xs:int">
+ <!-- OldPath: Writer/Table -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Effect -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Determines the relative effect of rows and columns to adjacent rows or columns, as well as to the entire table.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Fixed</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Fixed Proportional</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Variable</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ </group>
+ <group oor:name="Input">
+ <info>
+ <desc xml:lang="en-US">Contains settings used when inputing text or data in tables.</desc>
+ </info>
+ <prop oor:name="NumberRecognition" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if numbers in a table are recognized or if they are saved in a text format.</desc>
+ <label xml:lang="en-US">Number recognition</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="NumberFormatRecognition" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if only entries with the defined format are accepted. This option is only available if the number format recognition is active (Number_recognition = True).</desc>
+ <label xml:lang="en-US">Number format recognition</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Alignment" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if all numbers are aligned below right of the cell and not above left (as in the case of text). This option is only available if number format recognition is active (Number_recognition = True).</desc>
+ <label xml:lang="en-US">Alignment</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Cursor">
+ <info>
+ <desc xml:lang="en-US">Contains cursor settings.</desc>
+ </info>
+ <group oor:name="DirectCursor">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the Direct Cursor.</desc>
+ </info>
+ <prop oor:name="UseDirectCursor" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Cursor/DirectCursor -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the Direct Cursor is active</desc>
+ <label xml:lang="en-US">Use Direct Cursor</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Insert" oor:type="xs:int">
+ <!-- OldPath: Writer/Cursor/DirectCursor -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the insert options for the Direct Cursor.</desc>
+ <label xml:lang="en-US">Insert</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Paragraph alignment</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Left paragraph margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Tabs</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Tabs and spaces</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ </group>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous options.</desc>
+ </info>
+ <prop oor:name="ProtectedArea" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Cursor/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the Direct Cursor can be positioned in a protected area.</desc>
+ <label xml:lang="en-US">Allow Cursor in protected areas</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Revision">
+ <info>
+ <desc xml:lang="en-US">Contains settings for change recording.</desc>
+ </info>
+ <group oor:name="TextDisplay">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the display of the changed text.</desc>
+ </info>
+ <group oor:name="Insert">
+ <info>
+ <desc xml:lang="en-US">Contains settings for new inserted text.</desc>
+ </info>
+ <prop oor:name="Attribute" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the attribute for displaying changes when text is inserted.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Italic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Underline</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Underline double</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Lower case</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Small caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Title font</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Background color</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the color for displaying changes when text is inserted.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ <group oor:name="Delete">
+ <info>
+ <desc xml:lang="en-US">Contains settings for displaying changes when text is deleted.</desc>
+ </info>
+ <prop oor:name="Attribute" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Delete -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the attribute for displaying changes when text is deleted</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Italic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Strike through</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Lower case</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Small caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Title font</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Background color</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Delete -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the color for displaying changes when text is deleted.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ <group oor:name="ChangedAttribute">
+ <info>
+ <desc xml:lang="en-US">Contains settings for displaying modified text attributes.</desc>
+ </info>
+ <prop oor:name="Attribute" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the attribute for displaying changes when text attributes are modified.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Italic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Underline</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Underline double</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Lower case</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Small caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Title font</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Background color</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the color for displaying changes when text attributes are modified.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="LinesChanged">
+ <info>
+ <desc xml:lang="en-US">Contains settings for defining how lines with changed text are displayed.</desc>
+ </info>
+ <prop oor:name="Mark" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Lines_changed -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Lines changed -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines if and where changed lines in the document are marked.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Left margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Right margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Outer margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Inward margin</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes//Lines_changed -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Lines changed -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the color for highlighting changed lines in the text.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Insert">
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of various object types.</desc>
+ </info>
+ <group oor:name="Caption">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- OldPath: Writer/Insert/Caption -->
+ <!--UIHints: Tools - Options - Text document Insert - [Section] Caption -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Settings for insertion of captions for various object types.</desc>
+ </info>
+ <prop oor:name="Automatic" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies how tables, graphics, frames and Office documents, which have been inserted as OLE objects, are labelled.</desc>
+ <label xml:lang="en-US">Automatic</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="WriterObject">
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Writer objects.</desc>
+ </info>
+ <group oor:name="Table">
+ <!--OldPath: Writer/Insert/Caption/Object/StarWriter_Table-->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for tables.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a table in a text document.</desc>
+ <label xml:lang="en-US">Writer Table</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Frame">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_Frame -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for frames.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a frame in a text document.</desc>
+ <label xml:lang="en-US">Writer Frame</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">at the beginning</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">at the end</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Graphic">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_Graphic -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for graphics.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a graphic in a text document.</desc>
+ <label xml:lang="en-US">Writer Graphic</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="OfficeObject">
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for office objects.</desc>
+ </info>
+ <group oor:name="Calc">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Calc -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Calc documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a Spreadsheet object.</desc>
+ <label xml:lang="en-US">Spreadsheet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Draw">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Draw -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Draw documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a Drawing object.</desc>
+ <label xml:lang="en-US">Drawing</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Chart">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Chart -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Chart documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a Chart object.</desc>
+ <label xml:lang="en-US">Chart</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Image">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Image -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Image documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for an Image object.</desc>
+ <label xml:lang="en-US">Image</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appear directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Formula">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Formula -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions formula documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a Formula object.</desc>
+ <label xml:lang="en-US">Formula</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Impress">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Impress -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Impress objects.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a Presentation object.</desc>
+ <label xml:lang="en-US">Presentation</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="OLEMisc">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_OLEMisc -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for other OLE objects.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for further OLE objects.</desc>
+ <label xml:lang="en-US">Further OLE objects</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Table">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- OldPath: Writer/Insert/Tables -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Default settings for tables to be inserted.</desc>
+ </info>
+ <prop oor:name="Header" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the table has a header.</desc>
+ <label xml:lang="en-US">Header</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RepeatHeader" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the header in the new page is adopted when inserting a page break. This option is only available if Header = True.</desc>
+ <label xml:lang="en-US">Repeat header</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Split" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if tables can be split with a page break or not.</desc>
+ <label xml:lang="en-US">Don&amp;apos;t split</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Border" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if table cells have a border by default.</desc>
+ <label xml:lang="en-US">Border</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Compatibility">
+ <info>
+ <desc xml:lang="en-US">Contains various compatibility settings.</desc>
+ </info>
+ <group oor:name="MS_Word">
+ <info>
+ <desc xml:lang="en-US">Contains settings for MS Word compatibility.</desc>
+ </info>
+ <prop oor:name="AddBetween" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Other/Compatibility -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if spacings between paragraphs and tables are added to ensure the compatibility to MS Word documents.</desc>
+ <label xml:lang="en-US">Add spacing between paragraphs and tables</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="AddToStart" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Other/Compatibility -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if paragraph and table spacing are added to the start of pages to ensure compatibility with MS Word documents.</desc>
+ <label xml:lang="en-US">Add paragraph and table spacing to start of pages</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="AutoFunction">
+ <info>
+ <desc xml:lang="en-US">Contains settings for 'Auto Text', and 'Auto Correct/AutoFormat'.</desc>
+ </info>
+ <group oor:name="Text">
+ <info>
+ <desc xml:lang="en-US">Specifies settings for 'Auto Text'.</desc>
+ </info>
+ <prop oor:name="FileLinks" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText Save Links relative -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if file links inside AutoText modules are saved relatively or absolutely.</desc>
+ <label xml:lang="en-US">(Save links relative to) File system</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="InternetLinks" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText Save Links relative -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if Internet links inside AutoText modules are saved relatively or absolutely.</desc>
+ <label xml:lang="en-US">(Save links relative to) Internet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowPreview" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText Show preview -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a preview of the AutoText is displayed.</desc>
+ <label xml:lang="en-US">Show Preview</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowToolTip" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText display remainder ... -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the Tip help of the AutoText is displayed.</desc>
+ <label xml:lang="en-US">Display AutoText name while typing</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc xml:lang="en-US">Specifies settings for 'Auto Correct/Auto Format'.</desc>
+ </info>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Specifies options for 'Auto Correct/Auto Format'.</desc>
+ </info>
+ <prop oor:name="UseReplacementTable" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Use replacement table -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the replacement table is used to replace letter combinations with defined text.</desc>
+ <label xml:lang="en-US">Use replacement table</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Correct TWo INitial Capitals -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if two initial capitals are corrected automatically.</desc>
+ <label xml:lang="en-US">Correct two initial capitals</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Capitalize first letter of every sentence -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the letter at the beginning of a sentence is capitalized automatically.</desc>
+ <label xml:lang="en-US">Capitalize first letter of every sentence</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeUnderlineWeight" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold* and _underline_ -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if text is formatted in bold or underlined when the corresponding characters are entered (*bold*, _underline_).</desc>
+ <label xml:lang="en-US">Apply underline or bold</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="SetInetAttribute" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL regocnition -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if character strings which could represent a URL are converted to a hyperlink.</desc>
+ <label xml:lang="en-US">Detect URL</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeOrdinalNumber" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace 1st... -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if ordinal numbers are displayed with raised endings.</desc>
+ <label xml:lang="en-US">Replace ordinal numbers</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeFraction" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace 1/2... -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if character combinations for fractions are replaced with a corresponding single character.</desc>
+ <label xml:lang="en-US">Replace fractions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeDash" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if dashes are replaced automatically.</desc>
+ <label xml:lang="en-US">Replace dashes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DelEmptyParagraphs" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Remove blank paragraphs -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if blank paragraphs are deleted.</desc>
+ <label xml:lang="en-US">Remove blank paragraphs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ReplaceUserStyle" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace custom styles -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if user-defined styles applied in the document are replaced by predefined text document styles.</desc>
+ <label xml:lang="en-US">Replace user-defined styles</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ReplaceQuote" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace Standard Quotes... -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if standard quotes are replaced with custom quotes.</desc>
+ <label xml:lang="en-US">Replace standard quotes with custom quotes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CombineParagraphs" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Combine single line paragraphs if length greater -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Determines if single line paragraphs are combined when they are shorter than the specified value.</desc>
+ <label xml:lang="en-US">Combine single line paragraphs</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CombineValue" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Combine single line paragraphs if length greater... / Edit/Combine/Minimum size-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the minimum length value for combining single line paragraphs. [UNIT=%]</desc>
+ <label xml:lang="en-US">Combine single line paragraphs</label>
+ </info>
+ <value>50</value>
+ </prop>
+ <prop oor:name="DelSpacesAtStartEnd" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs at paragraphbegin and -end -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Deletes Spaces/Tabs at the beginning/end of a paragraph (AutoFormat).</desc>
+ <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DelSpacesBetween" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs between Lineend and -begin -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Deletes Spaces/Tabs between the rows of a paragraph (AutoFormat).</desc>
+ <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="ChangeToBullets">
+ <info>
+ <desc xml:lang="en-US">Settings for automatic replacement of enumeration characters (dash, plus, and so on) into bullets.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if paragraphs starting with a dash, a plus sign or an asterix followed by space or tab are replaced by a bullet character.</desc>
+ <label xml:lang="en-US">Replace bullets with</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="SpecialCharacter">
+ <info>
+ <desc xml:lang="en-US">Specifies the character to be used.</desc>
+ </info>
+ <prop oor:name="Char" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the character code if ChangeToBullets=true.</desc>
+ </info>
+ <value>8226</value>
+ </prop>
+ <prop oor:name="Font" oor:type="xs:string">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font name if ChangeToBullets=true.</desc>
+ </info>
+ <value>StarSymbol</value>
+ </prop>
+ <prop oor:name="FontFamily" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Defautl value 0 = Symbol-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font family if ChangeToBullets=true.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FontCharset" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Defautl value 10 = Symbol-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font character set if ChangeToBullets=true.</desc>
+ </info>
+ <value>10</value>
+ </prop>
+ <prop oor:name="FontPitch" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Defautl value 2 = Variable-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font pitch if ChangeToBullets=true.</desc>
+ </info>
+ <value>2</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="ByInput">
+ <info>
+ <desc xml:lang="en-US">Contains settings than can be applied while typing text.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - AutoFormat while typing -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if AutoFormat is active while typing.</desc>
+ <label xml:lang="en-US">AutoFormat while typing</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeDash" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if dashes are replaced automatically.</desc>
+ <label xml:lang="en-US">Replace dashes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeToBorders" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply border -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if borders are applied to paragraphs automatically.</desc>
+ <label xml:lang="en-US">Apply border</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeToTable" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Create table -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if tables are created by AutoFormat.</desc>
+ <label xml:lang="en-US">Create table</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ReplaceStyle" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply styles -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if styles are automatically be assigned.</desc>
+ <label xml:lang="en-US">Apply styles</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DelSpacesAtStartEnd" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs at paragraphbegin and -end -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Deletes Spaces/Tabs at the beginning/end of a paragraph (AutoFormat during key input).</desc>
+ <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DelSpacesBetween" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs between Lineend and -begin -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Deletes Spaces/Tabs between the rows of a paragraph (Autoformat during key input).</desc>
+ <label xml:lang="en-US">Delete Blanks and Tabs between lineend and -begin</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="ApplyNumbering">
+ <info>
+ <desc xml:lang="en-US">Contains settings for automatic numbering.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a numbered or bulleted text is created automatically while typing.</desc>
+ <label xml:lang="en-US">Apply numbering</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="SpecialCharacter">
+ <info>
+ <desc xml:lang="en-US">Defines the character to be used.</desc>
+ </info>
+ <prop oor:name="Char" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the character code if ApplyNumbering=true.</desc>
+ </info>
+ <value>8226</value>
+ </prop>
+ <prop oor:name="Font" oor:type="xs:string">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font name if ApplyNumbering=true.</desc>
+ </info>
+ <value>StarSymbol</value>
+ </prop>
+ <prop oor:name="FontFamily" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <!--Defautl value 0 = Symbol-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font family if ApplyNumbering=true.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FontCharset" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <!--Defautl value 10 = Symbol-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font character set if ApplyNumbering=true.</desc>
+ </info>
+ <value>10</value>
+ </prop>
+ <prop oor:name="FontPitch" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <!--Defautl value 2 = Variable-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font pitch if ApplyNumbering=true.</desc>
+ </info>
+ <value>2</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Completion">
+ <info>
+ <desc xml:lang="en-US">Contains settings relevant for the word completion ('Auto Completion').</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show suggestions -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the suggestions for the automatic word completion are displayed on the screen.</desc>
+ <label xml:lang="en-US">Show suggestions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="MinWordLen" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion min. word length -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Sets the value for the minimum word length.</desc>
+ <label xml:lang="en-US">Min. word length</label>
+ </info>
+ <value>5</value>
+ </prop>
+ <prop oor:name="MaxListLen" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion max. entries -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Sets the maximum number of words to be recalled.</desc>
+ <label xml:lang="en-US">Max. entries</label>
+ </info>
+ <value>500</value>
+ </prop>
+ <prop oor:name="CollectWords" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Collect suggestions -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the suggestions are compiled in a list.</desc>
+ <label xml:lang="en-US">Collect suggestions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="EndlessList" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: no UI available anymore -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the list containing the suitable suggestions can be navigated with (Ctrl)(Tab)(forward).</desc>
+ <label xml:lang="en-US">Endless suggestions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="AppendBlank" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Append blanc -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a blank is added after the automatic word completion.</desc>
+ <label xml:lang="en-US">Append space</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowAsTip" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show as tip -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the suggestions for the automatic word completion function should be displayed as Tip helps.</desc>
+ <label xml:lang="en-US">Show as tip</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="AcceptKey" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Accept with -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the key to be used for accepting the current suggestion of the automatic word completion.</desc>
+ <label xml:lang="en-US">Accept with</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0x405">
+ <info>
+ <desc xml:lang="en-US">KeyEnd</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="0x500">
+ <info>
+ <desc xml:lang="en-US">KeyReturn</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="0x403">
+ <info>
+ <desc xml:lang="en-US">KeyRight</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="0x504">
+ <info>
+ <desc xml:lang="en-US">KeySpace</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1280</value>
+ </prop>
+ <prop oor:name="KeepList" oor:type="xs:boolean">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion When closing a document, save the list for later use ... -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies whether collected words are removed when the source document is closed.</desc>
+ <label xml:lang="en-US">When closing a document, save the list for later use in other documents</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Label">
+ <info>
+ <desc xml:lang="en-US">Contains various settings for labels.</desc>
+ </info>
+ <group oor:name="Inscription">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the inscription of the labels text field.</desc>
+ </info>
+ <prop oor:name="UseAddress" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the user&amp;apos;s address is copied automatically into the label text field.</desc>
+ <label xml:lang="en-US">Address</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Address" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the label text (address).</desc>
+ <label xml:lang="en-US">Label text</label>
+ </info>
+ </prop>
+ <prop oor:name="Database" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database used.</desc>
+ <label xml:lang="en-US">Database</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Medium">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the media type used for the label.</desc>
+ </info>
+ <prop oor:name="Continous" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if continuous paper or individual sheets are used.</desc>
+ <label xml:lang="en-US">Continous / Sheet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brand" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the brand name of the label format.</desc>
+ <label xml:lang="en-US">Brand</label>
+ </info>
+ </prop>
+ <prop oor:name="Type" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the type of the label format.</desc>
+ <label xml:lang="en-US">Type</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the label format.</desc>
+ </info>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of labels arranged next to each other on the page.</desc>
+ <label xml:lang="en-US">Columns</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of labels arranged from top to bottom on the page.</desc>
+ <label xml:lang="en-US">Rows</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="HorizontalDistance" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance between the left edge of one label to the left edge of the adjacent label. [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Horizontal pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="VerticalDistance" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance between the upper edge of one label to the upper edge of the label below. [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Vertical pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the width of each label [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Width</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the height of each label [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Height</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="LeftMargin" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance from the left edge of the page to the left edge of the first label [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Left margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="TopMargin" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance from the top of the page to the top of the first label [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Top margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous options for labels.</desc>
+ </info>
+ <prop oor:name="Synchronize" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if contents are synchronized.</desc>
+ <label xml:lang="en-US">Synchronize contents</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Page" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the entire page or a single label are printed/generated.</desc>
+ <label xml:lang="en-US">Entire page / Single label</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of columns to be printed.</desc>
+ <label xml:lang="en-US">Column</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of rows to be printed.</desc>
+ <label xml:lang="en-US">Row</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="BusinessCard">
+ <info>
+ <desc xml:lang="en-US">Contains settings for business cards.</desc>
+ </info>
+ <group oor:name="Medium">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the media type used.</desc>
+ </info>
+ <prop oor:name="Continous" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Medium -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if continuous paper or individual sheets are used.</desc>
+ <label xml:lang="en-US">Continous / Sheet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brand" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Medium -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the brand name of the business card format.</desc>
+ <label xml:lang="en-US">Brand</label>
+ </info>
+ </prop>
+ <prop oor:name="Type" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Medium -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the type of the business card format.</desc>
+ <label xml:lang="en-US">Type</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the page format.</desc>
+ </info>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of business cards arranged next to each other on the page.</desc>
+ <label xml:lang="en-US">Columns</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of business cards arranged from top to bottom on the page.</desc>
+ <label xml:lang="en-US">Rows</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="HorizontalDistance" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance between the left edge of a business card to the left edge of the adjacent business card. [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US">Horizontal pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="VerticalDistance" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance between the upper edge of a label to the upper edge of the label below. [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US">Vertical pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the width of each business card [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Width</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the height of each business card [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Height</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="LeftMargin" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance from the left edge of the page to the left edge of the first business card . [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US">Left margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="TopMargin" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance from the top of the page to the top of the first business card [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Top margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="Synchronize" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if contents are synchronized.</desc>
+ <label xml:lang="en-US">Synchronize contents</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Page" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the entire page or a single business card is printed/generated.</desc>
+ <label xml:lang="en-US">Entire page / Single business card</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of columns to be printed.</desc>
+ <label xml:lang="en-US">Column</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of rows to be printed.</desc>
+ <label xml:lang="en-US">Row</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="AutoText">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the AutoText used.</desc>
+ </info>
+ <prop oor:name="Group" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards BusinessCards -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the AutoText section name.</desc>
+ <label xml:lang="en-US">AutoText section</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Block" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards BusinessCards -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the AutoText module name.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="PrivateAddress">
+ <info>
+ <desc xml:lang="en-US">Private address data.</desc>
+ </info>
+ <prop oor:name="FirstName" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your first name</desc>
+ <label xml:lang="en-US">First name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Name" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your last name</desc>
+ <label xml:lang="en-US">Last name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="ShortCut" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your initials</desc>
+ <label xml:lang="en-US">Initials</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="SecondFirstName" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your first name (2nd entry)</desc>
+ <label xml:lang="en-US">First name 2</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="SecondName" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your last name (2nd entry)</desc>
+ <label xml:lang="en-US">Last name 2</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="SecondShortCut" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your initials (2nd entry)</desc>
+ <label xml:lang="en-US">Initials 2</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Street" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The name of the street where you live.</desc>
+ <label xml:lang="en-US">Street</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Zip" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your ZIP code</desc>
+ <label xml:lang="en-US">Zip</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="City" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The city where you live.</desc>
+ <label xml:lang="en-US">City</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Country" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The country where you live.</desc>
+ <label xml:lang="en-US">Country</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="State" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The state where you live.</desc>
+ <label xml:lang="en-US">State</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your title.</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Profession" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your profession.</desc>
+ <label xml:lang="en-US">Profession</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Phone" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your phone number.</desc>
+ <label xml:lang="en-US">Phone</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Mobile" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your mobile phone number.</desc>
+ <label xml:lang="en-US">Mobile</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Fax" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your fax number.</desc>
+ <label xml:lang="en-US">Fax</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="WebAddress" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The address of your homepage.</desc>
+ <label xml:lang="en-US">Homepage</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Email" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your e-mail address.</desc>
+ <label xml:lang="en-US">E-mail</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="BusinessAddress">
+ <info>
+ <desc xml:lang="en-US">Business address data.</desc>
+ </info>
+ <prop oor:name="Company" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The company name, 1st line.</desc>
+ <label xml:lang="en-US">Company</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="CompanyExt" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The company name, 2nd line.</desc>
+ <label xml:lang="en-US">CompanyExt</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Slogan" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The company slogan.</desc>
+ <label xml:lang="en-US">Slogan</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Street" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The name of the street.</desc>
+ <label xml:lang="en-US">Street</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Zip" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The ZIP code.</desc>
+ <label xml:lang="en-US">Zip</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="City" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The name of the city.</desc>
+ <label xml:lang="en-US">City</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Country" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The country where the company is located.</desc>
+ <label xml:lang="en-US">Country</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="State" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The state where the company is located.</desc>
+ <label xml:lang="en-US">State</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your position in the company.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Phone" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your phone number.</desc>
+ <label xml:lang="en-US">Phone</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Mobile" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your mobile phone number.</desc>
+ <label xml:lang="en-US">Mobile</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Fax" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your fax number.</desc>
+ <label xml:lang="en-US">Fax</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="WebAddress" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The internet address for the company.</desc>
+ <label xml:lang="en-US">WebAddress</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Email" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your e-mail address.</desc>
+ <label xml:lang="en-US">Email</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="ObjectBar">
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the settings for the object bar.</desc>
+ </info>
+ <group oor:name="Selection">
+ <!-- OldPath: Writer/Toolbars/ObjectBar -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Right mouse click to the toolbar with object selection-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies which type of object bars are visible.</desc>
+ </info>
+ <prop oor:name="Graphic" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Graphic Object Bar or the Text Object Bar is visible when a graphic is selected.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Table Object Bar or the Text Object Bar is the visible when a table is selected.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="NumberedList" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Numbering Object Bar or the Text Object Bar is visible when a numbering/list paragraph is selected.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="NumberedList_InTable" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Numbering Object Bar, the Table Object Bar or the Text Object Bar is visible when a numbering/list selection is made in a table.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="BezierObject" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Bezier Object Bar or the Draw Object Bar is visible toolbar when a Bezier object is selected in edit mode.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Navigator">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the Navigator.</desc>
+ </info>
+ <prop oor:name="ShowListBox" oor:type="xs:boolean">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays the list box in the lower half of the Navigator.</desc>
+ <label xml:lang="en-US">List Box on/off</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="GlobalDocMode" oor:type="xs:boolean">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Switches from Master View and Normal view when a Master Document is opened.</desc>
+ <label xml:lang="en-US">Toggle</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RootType" oor:type="xs:int">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Switches from displaying all of the elements in the Navigator to displaying only a selected category as the root in the tree view.</desc>
+ <label xml:lang="en-US">Content View</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="SelectedPosition" oor:type="xs:int">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies which entry is selected in the Navigator list box.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="OutlineLevel" oor:type="xs:int">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the ouline level shown in the Navigator.</desc>
+ <label xml:lang="en-US">Heading levels shown</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <prop oor:name="InsertMode" oor:type="xs:int">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the insert mode when moving elements from the Navigator to another document with drag-and-drop.</desc>
+ <label xml:lang="en-US">Drag Mode</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">as Hyperlink</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">as Link</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">as Copy</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ActiveBlock" oor:type="xs:int">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the contents of a category are displayed in the Navigator list box.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Envelope">
+ <info>
+ <desc xml:lang="en-US">Contains settings for envelopes.</desc>
+ </info>
+ <group oor:name="Inscription">
+ <info>
+ <desc xml:lang="en-US">Contains inscription settings.</desc>
+ </info>
+ <prop oor:name="Addressee" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Envelope -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the recipient&amp;apos;s address.</desc>
+ <label xml:lang="en-US">Addressee</label>
+ </info>
+ </prop>
+ <prop oor:name="Sender" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Envelope -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the sender&amp;apos;s address.</desc>
+ <label xml:lang="en-US">Sender</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="UseSender" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Envelope -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the sender&amp;apos;s address is used.</desc>
+ <label xml:lang="en-US">Use Sender</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Database" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Envelope -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database to be used for the addressee.</desc>
+ <label xml:lang="en-US">Database</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc xml:lang="en-US">Contains format settings.</desc>
+ </info>
+ <prop oor:name="AddresseeFromLeft" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format // old twips: 6463 / 2-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the addressee field measured from the left margin [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Addressee from left</label>
+ </info>
+ <value>5700</value>
+ </prop>
+ <prop oor:name="AddresseeFromTop" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format // old twips: 6463 / 2-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the addressee field measured from the upper margin [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Addressee from top</label>
+ </info>
+ <value>5700</value>
+ </prop>
+ <prop oor:name="SenderFromLeft" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the sender field measured from the left margin [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Sender from left</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="SenderFromTop" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the sender field measured from the upper margin [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Sender from top</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the width of the envelope [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Width</label>
+ </info>
+ <value>11400</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the height of the envelope [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Height</label>
+ </info>
+ <value>22700</value>
+ </prop>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc xml:lang="en-US">Contains settings for printing.</desc>
+ </info>
+ <prop oor:name="Alignment" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the alignment when printing.</desc>
+ <label xml:lang="en-US">Alignment</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Horizontally left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Horizontally centered</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Horizontally right</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Vertically left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Vertically centered</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Vertically right</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FromAbove" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the envelope is printed with the side facing up or down in the printer tray.</desc>
+ <label xml:lang="en-US">Print from top / Print from bottom</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Right" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the right distance of the printed area (horizontal position).</desc>
+ <label xml:lang="en-US">Shift right</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Down" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the bottom distance of the printed area (vertical position).</desc>
+ <label xml:lang="en-US">Shift down</label>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="InsertData">
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains settings for inserting data from a data base.</desc>
+ </info>
+ <set oor:name="DataSet" oor:node-type="DataSetType">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Dialog Insert Database Columns -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The data set to be inserted.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="Wizard">
+ <info>
+ <desc xml:lang="en-US">Contains AutoPilot settings.</desc>
+ </info>
+ <group oor:name="Agenda">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the agenda AutoPilot.</desc>
+ </info>
+ <group oor:name="Template">
+ <info>
+ <desc xml:lang="en-US">Contains templates for the agenda AutoPilot.</desc>
+ </info>
+ <node-ref oor:name="Style" oor:node-type="StyleType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page1-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The template for the preferred style.</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Logo">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the logo.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 1/ Logo-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a logo is included with the agenda.</desc>
+ <label xml:lang="en-US">Logo</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="GraphicFile" oor:node-type="FileType">
+ <info>
+ <desc xml:lang="en-US">Specifies the file and filter to be used for the graphic.</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Elements">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the agenda elements.</desc>
+ </info>
+ <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 1 -->
+ <!-- Notice: Constraints: Any -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Title for the agenda.</desc>
+ <label xml:lang="en-US">Title of meeting</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Date" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Date -->
+ <!-- Notice: Default: Current date -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Date of the meeting.</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ </prop>
+ <prop oor:name="Time" oor:type="xs:long">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Time -->
+ <!--Current Time-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Time of the meeting.</desc>
+ <label xml:lang="en-US">Time</label>
+ </info>
+ </prop>
+ <prop oor:name="Location" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Location of the meeting.</desc>
+ <label xml:lang="en-US">Location</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Occasion" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Occasion -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Reference Occasion as a header for the agenda.</desc>
+ <label xml:lang="en-US">Occasion</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="BringAlong" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Bring along -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header _Bring along_ for the agenda.</desc>
+ <label xml:lang="en-US">Bring along</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Prepare" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Please prepare -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Reference _Please prepare_ for the agenda.</desc>
+ <label xml:lang="en-US">Please prepare</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Notes" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Notes -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Element Notes for the agenda.</desc>
+ <label xml:lang="en-US">Notes</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Convened" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Convened by -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header _Convened by_ for the agenda.</desc>
+ <label xml:lang="en-US">Convened by</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Presiding" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Presiding -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header _Presiding_ for the agenda.</desc>
+ <label xml:lang="en-US">Presiding</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Minutes" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Minutes -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header _Minutes_ for the agenda.</desc>
+ <label xml:lang="en-US">Minutes</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Participants" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Participants -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header Participants for the agenda.</desc>
+ <label xml:lang="en-US">Participants</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Guests" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Guests -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header_ Guests_ for the agenda.</desc>
+ <label xml:lang="en-US">Guests</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Experts" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Experts -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header _Experts_ for the agenda.</desc>
+ <label xml:lang="en-US">Experts</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Postprocessing" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Follow-up -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header Follow-up for the agenda.</desc>
+ <label xml:lang="en-US">Follow-up</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="UseMinutes" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 6 / Yes-No-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if minutes are generated for the meeting.</desc>
+ <label xml:lang="en-US">Use minutes? Yes/No</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="AgendaTopics">
+ <info>
+ <desc xml:lang="en-US">Defines the list of agenda topics.</desc>
+ </info>
+ <prop oor:name="Number" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 4 / Agenda topic -->
+ <!-- Notice: This must be generic, as it depends on the number of entries defined by the user. -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the total number of agenda topics.</desc>
+ <label xml:lang="en-US">-</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <set oor:name="AgendaList" oor:node-type="AgendaType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page4-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The set of specified agenda topics.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="Save">
+ <info>
+ <desc xml:lang="en-US">Options for saving the agenda document and template.</desc>
+ </info>
+ <prop oor:name="DocInfoTitle" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Title -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Title for the properties.</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not be filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes from the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DocInfoSubject" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Subject -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Subject for the properties</desc>
+ <label xml:lang="en-US">Subject</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateName" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Name -->
+ <!-- Notice: Constraints: Any -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Assigns a name to the document template.</desc>
+ <label xml:lang="en-US">Name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateInfo" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Text that appears in the description field of the properties dialog.</desc>
+ <label xml:lang="en-US">Info</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoDocName" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Creates a document name automatically.</desc>
+ <label xml:lang="en-US">Automatic</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPrefix" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Prefix of the automatically created document name.</desc>
+ <label xml:lang="en-US">Prefix</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPath" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Destination -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Location to save the document.</desc>
+ <label xml:lang="en-US">Destination</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Letter">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the letter AutoPilot.</desc>
+ </info>
+ <group oor:name="Template">
+ <info>
+ <desc xml:lang="en-US">Contains templates for the letter AutoPilot.</desc>
+ </info>
+ <prop oor:name="Type" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the template for the letter: personal (true) or business (false).</desc>
+ <label xml:lang="en-US">Which letter template do you want to use?- Business letter/Personal letter</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Style" oor:node-type="StyleType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page1-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The template for the preferred style.</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Logo">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the logo.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo?-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the logo frame is visible.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="IsGraphic" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo? - Graphics-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the logo is a graphic.</desc>
+ <label xml:lang="en-US">Type of logo? - Graphics</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Text" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo? - Text-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the logo is text.</desc>
+ <label xml:lang="en-US">Type of logo? - Text</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="GraphicFile" oor:node-type="FileType">
+ <info>
+ <desc xml:lang="en-US">Specifies the file and filter to be used for the graphic.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the logo frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Size-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the logo.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the logo frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the logo frame.</desc>
+ <label xml:lang="en-US">From left, From right, From top, From bottom</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Sender">
+ <info>
+ <desc xml:lang="en-US">Contains sender settings.</desc>
+ </info>
+ <prop oor:name="Content" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the content of the sender text frame.</desc>
+ <label xml:lang="en-US">Enter sender address</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Show" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 (for private letters)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the sender text frame is visible in a private letter.</desc>
+ <label xml:lang="en-US">Show sender? - Yes/No</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Repeat" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 (for business letters)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the sender is repeated in the addressee (true) or not (false). This option is only available if a business letter is used.</desc>
+ <label xml:lang="en-US">Repeat in addressee field? - Yes/No</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the sender text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the sender text frame.</desc>
+ <label xml:lang="en-US">Width, Height</label>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the sender text frame.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the sender text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the the position of the sender text frame.</desc>
+ <label xml:lang="en-US">From left, From right, From top, From bottom</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Recipient">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the recipient entries.</desc>
+ </info>
+ <prop oor:name="Database" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Database -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database to be used for the addressee.</desc>
+ <label xml:lang="en-US">Database / Database fields</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DataTable" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database table.</desc>
+ <label xml:lang="en-US">Database table or query name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Content" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Address-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the content of the addressee text frame.</desc>
+ <label xml:lang="en-US">Address</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Salutation" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Salutation -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text for the salutation.</desc>
+ <label xml:lang="en-US">Salutation</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="SalutationField" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Salutation -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database field for the salutation text.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the addressee text frame.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the addressee frame.</desc>
+ <label xml:lang="en-US">From left, From right, From top, From bottom</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Elements">
+ <info>
+ <desc xml:lang="en-US">Contains settings specifying the letter elements.</desc>
+ </info>
+ <prop oor:name="Copy" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Copies</desc>
+ <label xml:lang="en-US">Copy to</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Enclosure" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if there are additional enclosures.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <group oor:name="Element1">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 1.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes standard element 1 in the text.</desc>
+ <label xml:lang="en-US">1.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element2">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 2.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes standard element 2 in the text.</desc>
+ <label xml:lang="en-US">2.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element3">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 3.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes standard element 3 in the text.</desc>
+ <label xml:lang="en-US">3.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element4">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 4.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes standard element 4 in the text.</desc>
+ <label xml:lang="en-US">4.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Date">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the date.</desc>
+ </info>
+ <node-ref oor:name="Value" oor:node-type="IntElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Date -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a date as a field function.</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Subject">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the subject.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Subject line -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a subject line.</desc>
+ <label xml:lang="en-US">Subject</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="PageNumber">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the actual page number and total page number.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the page number is visible.</desc>
+ <label xml:lang="en-US">Page numbers</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TextBefore" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text to place before the page number.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Format" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <!-- Notice: Depends on the international settings -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the format of page number.</desc>
+ </info>
+ </prop>
+ <group oor:name="TotalPageCount">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the total number of pages.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the total number of pages is visible.</desc>
+ <label xml:lang="en-US">Total page count</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TextBefore" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text to place before the total number of pages.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Header">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the header.</desc>
+ </info>
+ <prop oor:name="FromTop" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of header to the top of the page [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From top</label>
+ </info>
+ </prop>
+ <prop oor:name="FromText" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of header to the text [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From text</label>
+ </info>
+ </prop>
+ <group oor:name="Sender">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the sender frame.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the sender frame is visible.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints:File / AutoPilot / Letter / Page 7 / Header-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of sender frame.</desc>
+ <label xml:lang="en-US">Sender - Width, Height</label>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Alignment" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the sender frame in the header.</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Logo">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the logo frame.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that the logo frame is visible.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints:File / AutoPilot / Letter / Page 7 / Header-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
+ <label xml:lang="en-US">Logo - Width, Height</label>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Alignment" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the logo frame in the header.</desc>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Footer">
+ <info>
+ <desc xml:lang="en-US">Contains settings used for the footer.</desc>
+ </info>
+ <group oor:name="OnPage1">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the footer used on the first page.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that the footer is visible on Page 1.</desc>
+ <label xml:lang="en-US">Footer on</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Separator" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
+ <label xml:lang="en-US">Separator line</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the footer text.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FromBottom" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of footer from bottom on page 1 [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From bottom</label>
+ </info>
+ </prop>
+ <prop oor:name="FromText" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of footer from text on page 1 [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From text</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="OnContinuationPages">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the footer used on every page other than the first page.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that the footer is visible on the next page.</desc>
+ <label xml:lang="en-US">Footer on</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FromBottom" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of the footer on the next page from the bottom [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From bottom</label>
+ </info>
+ </prop>
+ <prop oor:name="FromText" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of the footer on the next next page from the text [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From text</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="PageMargin">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the page margin.</desc>
+ </info>
+ <prop oor:name="Left" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the left page margin [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Page margins - From left</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Right" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the right page margin [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Page margins - From right</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="Save">
+ <info>
+ <desc xml:lang="en-US">Contains save options for the document created with this template.</desc>
+ </info>
+ <prop oor:name="DocInfoTitle" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the title for the properties.</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DocInfoSubject" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Subject for the properties.</desc>
+ <label xml:lang="en-US">Subject</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateName" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 / Name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the name of the template.</desc>
+ <label xml:lang="en-US">Name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateInfo" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
+ <label xml:lang="en-US">Info</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoDocName" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Creates a document name automatically.</desc>
+ <label xml:lang="en-US">Automatic</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPrefix" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
+ <label xml:lang="en-US">Prefix</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPath" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the location to save the document.</desc>
+ <label xml:lang="en-US">Destination</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc xml:lang="en-US">Contains settings for printing.</desc>
+ </info>
+ <prop oor:name="Sender" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 9 / -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies when the sender is printed.</desc>
+ <label xml:lang="en-US">Sender</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Always</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">First page</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Continuation pages</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Do not print</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Logo" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 9 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Determines when the logo in printed.</desc>
+ <label xml:lang="en-US">Logo</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Always</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">First page</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Continuation pages</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Do not print</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Printer" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 9 / Setup -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the current printer.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <group oor:name="Tray">
+ <info>
+ <desc xml:lang="en-US">Contains settings for trays used for the first and the subsequent pages.</desc>
+ </info>
+ <prop oor:name="Page1" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 9 / First page -->
+ <!-- Notice: Constraints: Depends on the printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the printer tray to be used for the first page.</desc>
+ <label xml:lang="en-US">First page</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="ContinuationPage" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 9 / Continuation page -->
+ <!-- Notice: Constraints: Depends on the printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the paper source for the subsequent pages.</desc>
+ <label xml:lang="en-US">Continuation page</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Fax">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the fax AutoPilot.</desc>
+ </info>
+ <group oor:name="Template">
+ <info>
+ <desc xml:lang="en-US">Contains templates for the fax AutoPilot.</desc>
+ </info>
+ <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Fax title</desc>
+ <label xml:lang="en-US">Please enter the fax title</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="Fax Note">
+ <info>
+ <desc xml:lang="en-US">The entry contains the note entered for the fax.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Fax Cover">
+ <info>
+ <desc xml:lang="en-US">The entry contains the fax cover page.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Fax Letter">
+ <info>
+ <desc xml:lang="en-US">The entry contains the letter selected for the fax.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Fax Message">
+ <info>
+ <desc xml:lang="en-US">The entry contains the fax message.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Telefax">
+ <info>
+ <desc xml:lang="en-US">The entry contains the text 'Telefax'.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="User Title">
+ <info>
+ <desc xml:lang="en-US">The entry contains the user-defined title.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Style" oor:node-type="StyleType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax/ Page1-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the template for the preferred style.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Format">
+ <info>
+ <desc xml:lang="en-US">Contains page format settings.</desc>
+ </info>
+ <prop oor:name="Width" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the page width [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Select fax format</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the page height [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Select fax format</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Logo">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the logo frame.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: ?? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the logo frame is visible.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="IsGraphic" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the logo is a graphic.</desc>
+ <label xml:lang="en-US">Type of logo? - Graphics</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Text" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the logo text.</desc>
+ <label xml:lang="en-US">Logo text</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="GraphicFile" oor:node-type="FileType">
+ <!-- OldLocation: wizard.ini -->
+ <!--File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the filename if the logo is a graphic.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the logo frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the frame.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the logo frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the logo frame.</desc>
+ <label xml:lang="en-US">From left, From right, From top, From bottom</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Sender">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the sender frame.</desc>
+ </info>
+ <prop oor:name="Content" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3 / Address field-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the content of the sender text frame.</desc>
+ <label xml:lang="en-US">Enter sender address</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TelNumber" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the telephone number of the sender.</desc>
+ <label xml:lang="en-US">Phone</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FaxNumber" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the fax number of the sender.</desc>
+ <label xml:lang="en-US">Telefax</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the sender text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the sender text frame.</desc>
+ <label xml:lang="en-US">Width</label>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the sender frame.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the sender text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the sender text frame.</desc>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Recipient">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the recipient frame.</desc>
+ </info>
+ <prop oor:name="Database" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database to be used.</desc>
+ <label xml:lang="en-US">Database fields</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DataTable" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database table to be used.</desc>
+ <label xml:lang="en-US">Database table or query name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Content" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Address-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the content of the addressee text frame.</desc>
+ <label xml:lang="en-US">Address</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TelNumber" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Salutation -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The telephone number of the addressee.</desc>
+ <label xml:lang="en-US">Phone</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FaxNumber" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Salutation -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The fax number of the addressee.</desc>
+ <label xml:lang="en-US">Fax</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the Addressee text frame</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the recipient frame.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Elements">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the content elemnts.</desc>
+ </info>
+ <prop oor:name="Copy" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Copies</desc>
+ <label xml:lang="en-US">Copy to</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <group oor:name="Element1">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the element 1.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 1 in the text.</desc>
+ <label xml:lang="en-US">1.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element2">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the element 2.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 2 in the text.</desc>
+ <label xml:lang="en-US">2.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element3">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the element 3.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 3 in the text.</desc>
+ <label xml:lang="en-US">3.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element4">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the element 4.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 4 in the text.</desc>
+ <label xml:lang="en-US">4.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Date">
+ <info>
+ <desc xml:lang="en-US">Contains date settings.</desc>
+ </info>
+ <node-ref oor:name="Value" oor:node-type="IntElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Date -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a date as a field function.</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Time">
+ <info>
+ <desc xml:lang="en-US">Contains time settings.</desc>
+ </info>
+ <node-ref oor:name="Value" oor:node-type="IntElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Time -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a time as a field function.</desc>
+ <label xml:lang="en-US">Time</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Subject">
+ <info>
+ <desc xml:lang="en-US">Contains subject settings.</desc>
+ </info>
+ <node-ref oor:name="Value" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Subject line -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a subject line.</desc>
+ <label xml:lang="en-US">Subject line</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Footer">
+ <info>
+ <desc xml:lang="en-US">Contains footer settings.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that the footer is visible on Page 1.</desc>
+ <label xml:lang="en-US">Footer on</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Separator" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
+ <label xml:lang="en-US">Separator line</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text for the footer.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="PageMargin">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the page margin.</desc>
+ </info>
+ <prop oor:name="Left" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the left page margin [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Page margins - From left</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Right" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the right page margin [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Page margins - From right</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="Save">
+ <info>
+ <desc xml:lang="en-US">Contains settings for saving the document created with this template.</desc>
+ </info>
+ <prop oor:name="DocInfoTitle" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the title for the properties.</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convenes the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DocInfoSubject" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the subject for the properties.</desc>
+ <label xml:lang="en-US">Subject</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateName" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / Template -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the name of the template.</desc>
+ <label xml:lang="en-US">Name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateInfo" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / Template -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
+ <label xml:lang="en-US">Info</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoDocName" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Create a document name automatically</desc>
+ <label xml:lang="en-US">Automatic</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPrefix" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
+ <label xml:lang="en-US">Prefix</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPath" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the location to save the document.</desc>
+ <label xml:lang="en-US">Location</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Memo">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the memo AutoPilot.</desc>
+ </info>
+ <group oor:name="Template">
+ <info>
+ <desc xml:lang="en-US">Contains templates for the memo AutoPilot.</desc>
+ </info>
+ <node-ref oor:name="Style" oor:node-type="StyleType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page1-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the template for the preferred style.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Title">
+ <info>
+ <desc xml:lang="en-US">Contains title settings.</desc>
+ </info>
+ <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the title of the memo.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="Internal Memo">
+ <info>
+ <desc xml:lang="en-US">The entry contains the text 'Internal Memo'.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Interoffice Memo">
+ <info>
+ <desc xml:lang="en-US">The entry contains the text 'Interoffice Memo'.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Memorandum">
+ <info>
+ <desc xml:lang="en-US">The entry contains the text 'Memorandum'.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="IsGraphic" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the title of the memo is text (false) or a graphic (true).</desc>
+ <label xml:lang="en-US">As text / As picture</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="File" oor:node-type="FileType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page1-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the file name and the filter name if the title is a graphic.</desc>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Elements">
+ <info>
+ <desc xml:lang="en-US">Contains settings specifying which elements the memo should contain.</desc>
+ </info>
+ <prop oor:name="To" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Add Addressee</desc>
+ <label xml:lang="en-US">To</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Copy" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Copies</desc>
+ <label xml:lang="en-US">Copy to</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="From" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Add Sender address</desc>
+ <label xml:lang="en-US">From</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <group oor:name="Element1">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 1.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 1 in the text.</desc>
+ <label xml:lang="en-US">1.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element2">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 2.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 2 in the text.</desc>
+ <label xml:lang="en-US">2.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element3">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 3.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 3 in the text</desc>
+ <label xml:lang="en-US">3.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element4">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 4.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 4 in the text.</desc>
+ <label xml:lang="en-US">4.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Date">
+ <info>
+ <desc xml:lang="en-US">Contains date settings.</desc>
+ </info>
+ <node-ref oor:name="Value" oor:node-type="IntElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Date -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a date as a field function.</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Subject">
+ <info>
+ <desc xml:lang="en-US">Contains subject settings.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Subject line -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a subject line.</desc>
+ <label xml:lang="en-US">Subject line</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Header">
+ <info>
+ <desc xml:lang="en-US">Contains header settings.</desc>
+ </info>
+ <prop oor:name="Date" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Date in the header</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Title in the header</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="PageNumber" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Page number in the header</desc>
+ <label xml:lang="en-US">Page number</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Separator" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Toggles the delimiter line of the document header.</desc>
+ <label xml:lang="en-US">Separator line</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="Footer">
+ <info>
+ <desc xml:lang="en-US">Contains footer settings.</desc>
+ </info>
+ <prop oor:name="Date" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Date in the footer</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="PageNumber" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Page number in the footer</desc>
+ <label xml:lang="en-US">Continuation page number</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Separator" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
+ <label xml:lang="en-US">Separator line</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="ConfidentialLevel" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Confidential visible in the footer.</desc>
+ <label xml:lang="en-US">Confidentiality level</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Save">
+ <info>
+ <desc xml:lang="en-US">Contains save options for the document created with this template.</desc>
+ </info>
+ <prop oor:name="DocInfoTitle" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the title for the properties.</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DocInfoSubject" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the subject for the properties.</desc>
+ <label xml:lang="en-US">Subject</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry will contain the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateName" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / Template -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the name of the template.</desc>
+ <label xml:lang="en-US">Name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateInfo" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / Template -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
+ <label xml:lang="en-US">Info</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPrefix" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
+ <label xml:lang="en-US">Prefix</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoDocName" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the location to save the document.</desc>
+ <label xml:lang="en-US">Location</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPath" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Destination -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the location to save the document.</desc>
+ <label xml:lang="en-US">Destination</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Filter">
+ <info>
+ <desc xml:lang="en-US">Contains filter settings.</desc>
+ </info>
+ <group oor:name="Import">
+ <info>
+ <desc xml:lang="en-US">Contains import settings.</desc>
+ </info>
+ <group oor:name="VBA">
+ <info>
+ <desc xml:lang="en-US">Contains settings for importing VBA Basic.</desc>
+ </info>
+ <prop oor:name="Load" oor:type="xs:boolean">
+ <!-- OldPath: Filter/MS_Office/Basic/Word -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Word 97/2000 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Converts VBA Basic into Office Basic as commands (True).</desc>
+ <label xml:lang="en-US">Load Basic Code to edit</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Save" oor:type="xs:boolean">
+ <!-- OldPath: Filter/MS_Office/Basic/Word -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Word 97/2000 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Holds original VBA storage for saving in the memory (True).</desc>
+ <label xml:lang="en-US">Save Original Basic Code again</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Numbering">
+ <info>
+ <desc xml:lang="en-US">Contains settings for Numbering/Bullets.</desc>
+ </info>
+ <group oor:name="Graphic">
+ <info>
+ <desc xml:lang="en-US">Contains settings for graphics used for bullets.</desc>
+ </info>
+ <prop oor:name="KeepRatio" oor:type="xs:boolean">
+ <!--OldLocation: Soffice.cfg -->
+ <!--UIHints: Numbering/Bullets dialog - Customize - Graphics - Keep Ratio-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Maintains the proportions of pictures when the size is modified.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Statistics">
+ <info>
+ <desc xml:lang="en-US">Contains settings for document statistics.</desc>
+ </info>
+ <group oor:name="WordNumber">
+ <info>
+ <desc xml:lang="en-US">Contains word number settings.</desc>
+ </info>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <!--OldLocation: Soffice.cfg -->
+ <!--UIHints: File - Properties - Statistics - Word number - Separator-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the character to be used as a separator.</desc>
+ </info>
+ <value>() \t\n\xff</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Index">
+ <info>
+ <desc xml:lang="en-US">Contains settings for indices.</desc>
+ </info>
+ <prop oor:name="ShowPreview" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--UIHints: Insert - Indexes - Show preview -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a preview of the index is displayed in the Insert Index dialog .</desc>
+ <label xml:lang="en-US">Show Preview</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="FormLetter">
+ <info>
+ <desc xml:lang="en-US">Specifies the settings for form letter output.</desc>
+ </info>
+ <group oor:name="PrintOutput">
+ <info>
+ <desc xml:lang="en-US">Specifies the settings for form letter output to printer.</desc>
+ </info>
+ <prop oor:name="SinglePrintJobs" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Form letter - Printer output - Single print jobs-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Prints each form letter individually with the selected printer (true).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="MailingOutput">
+ <info>
+ <desc xml:lang="en-US">Specifies the settings for form letter output as mail.</desc>
+ </info>
+ <prop oor:name="Format" oor:type="xs:int">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--UIHints: Form letter - Mailing output - Mail format-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the mail format.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">ASCII</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">HTML</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">RTF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Writer</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="FileOutput">
+ <info>
+ <desc xml:lang="en-US">Settings for form letter output to file.</desc>
+ </info>
+ <prop oor:name="Path" oor:type="xs:string">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--UIHints: Form letter - File output - Path-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the path for the form letter file.</desc>
+ </info>
+ </prop>
+ <group oor:name="FileName">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- OldPath: Writer/Insert/Tables -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies how the file name is built.</desc>
+ </info>
+ <prop oor:name="Generation" oor:type="xs:boolean">
+ <!--UI hints: Form letter - File output - Generate file name from - Database field / Manual setting-->
+ <info>
+ <desc xml:lang="en-US">Determines if the file name is generated from a database field or from user input.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FromDatabaseField" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the column name to be used as file name.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FromManualSetting" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the name entered manually.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Misc">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="GraphicToGalleryAsLink" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--UIHints: context menu of readonly loaded documents-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a preview of the index is displayed in the dialog Insert Index.</desc>
+ <label xml:lang="en-US">Show Preview</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="FilterFlags">
+ <info>
+ <desc xml:lang="en-US">These filter flags are only valid for specific filters and mostly refer to importing documents. By default, all of the settings are off-state (0) and should only be changed by an experienced administrator. To create a parameter, the values must be combined with the OR operator.</desc>
+ </info>
+ <group oor:name="Excel_Lotus">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the Excel/Lotus filter.</desc>
+ </info>
+ <prop oor:name="MinRow" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the minimum number of rows that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="MaxRow" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the maximum number of rows that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="MinCol" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the minimum number of columns that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="MaxCol" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the maximum number of columns that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="W4W">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the Word4Word filter.</desc>
+ </info>
+ <prop oor:name="W4WHD" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the minimum height for the header. If this flag is not set, a default height of 5 mm is applied.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="W4WFT" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the minimum height of the footer. If this flag is not set, a default height of 5 mm is applied.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="W4W000" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">A Word for Word filter flag entry. If W4W000 is set, the flag is valid for all W4W filters that are not specified in detail. To specify a filter, replace "000" with the corresponding filter ID.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_FLY_IN_CNTNT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_GRAF_IN_CNTNT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">W4WFL_EXACT_TABLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_DBL_TBL_BORDER_REMOVE </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_WW_SPECCHAR</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_APO_HNL_REMOVE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_DBL_APO_BORDER_REMOVE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_HDFT_DIST</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc xml:lang="en-US">W4WFL_ALL_HDFT_DIST</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="512">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_124</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1024">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_INDENT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2048">
+ <info>
+ <desc xml:lang="en-US">W4WFL_ALL_HDFT_MAINATTR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4096">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_HDFT_MAINATTR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8192">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_STP_DEC2 </desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="WinWord">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the WinWord filter.</desc>
+ </info>
+ <prop oor:name="WW1F" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Flags for controlling the import of WinWord 1.0 documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">TAG_FLD</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc xml:lang="en-US">ALLOW_FLD_CR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc xml:lang="en-US">DONT_HARD_PROTECT </desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WW" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Flags for importing WinWord documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_TEXT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_STYLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_ZSTYLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_APO</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_HDFT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_FTN</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_FLD</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_GRAF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_DEFTABS</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="512">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_LRUL</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1024">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_DEFSTYLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2048">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_TABLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4096">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_OUTLINE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8192">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_NUMRULE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16384">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_IMPLPASP</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32768">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_GRAFLAYER</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="65536">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_COMPLEX</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="131072">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_OLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="262144">
+ <info>
+ <desc xml:lang="en-US">WWFL_OLE_TO_GRAF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="524288">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_VCCONTROLS</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1048576">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_STD_STY_DYA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2097152">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_COLS</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="536870912">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_IMPORT</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WW8" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Flags for importing WinWord 8 documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">WW8FL_NO_FLY_FOR_TXBX</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">EQUAL_TAB_BORDERDISTS</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWF" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Flags for controlling the import of fields in WW6 documents. The key WWF stands for "WinWord Field". </desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">TAG_FLD</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">WWFFL_TAGS_DO_ID</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">WWFFL_TAGS_VISIBLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">WWFL_BOOK_TO_VAR_REF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16">
+ <info>
+ <desc xml:lang="en-US">WWFL_BOOK_AND_REF </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32">
+ <info>
+ <desc xml:lang="en-US">TAGS_IN_TEXT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc xml:lang="en-US">ALLOW_FLD_CR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc xml:lang="en-US">NO_FLD_CR</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc xml:lang="en-US">DONT_HARD_PROTECT </desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFA0" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 0 to 31.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFA1" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 32 to 63.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFA2" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 64 to 95.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFB0" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 0 to 31.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFB1" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 32 to 63.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFB2" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 64 to 95.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFLX" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the X offset for text frames [UNIT=1/100 mm].</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFLY" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the Y offset for text frames [UNIT=1/100 mm].</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFT" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the distance between the footnote and the main text [UNIT=1/100 mm].</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWWR" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Several flags for exporting (for debugging).</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">WWFL_ULSPACE_LIKE_SWG</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_GRAF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="131072">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_OLE</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Writer">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the Writer filter.</desc>
+ </info>
+ <prop oor:name="SW3Imp" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Flags for the Writer filter.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">NoDrawingObjects</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">NoLayoutInfo</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ </component>
</oor:component-schema>