summaryrefslogtreecommitdiffstats
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.xcs6649
1 files changed, 6649 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
new file mode 100644
index 000000000..d30424946
--- /dev/null
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -0,0 +1,6649 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ -->
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Writer" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains settings for the Writer application.</desc>
+ </info>
+ <import oor:component="org.openoffice.Office.Common"/>
+ <templates>
+ <group oor:name="AgendaType">
+ <info>
+ <desc>Specifies the settings for a single agenda entry.</desc>
+ </info>
+ <prop oor:name="Author" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the person who is responsible for the topic.</desc>
+ <label>Responsible</label>
+ </info>
+ </prop>
+ <prop oor:name="Topic" oor:type="xs:string">
+ <info>
+ <desc>Specifies the title for each agenda topic.</desc>
+ <label>Agenda topic</label>
+ </info>
+ </prop>
+ <prop oor:name="Duration" oor:type="xs:int">
+ <info>
+ <desc>Specifies the duration of each topic [UNIT=Minute].</desc>
+ <label>Duration</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="StyleType">
+ <info>
+ <desc>Determines the default template style.</desc>
+ </info>
+ <prop oor:name="PreferredStyle" oor:type="xs:int">
+ <info>
+ <desc>Specifies the default template style.</desc>
+ <label>Style - Modern/Classic/Decorative</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Modern</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Classic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Decorative</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="SizeType">
+ <info>
+ <desc>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>Specifies the width. [UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <info>
+ <desc>Specifies the height. [UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="PositionType">
+ <info>
+ <desc>Contains settings for the position of an object or an element.</desc>
+ </info>
+ <prop oor:name="Left" oor:type="xs:int">
+ <info>
+ <desc>Specifies the left distance of the object [UNIT=1/100 mm]</desc>
+ </info>
+ </prop>
+ <prop oor:name="Right" oor:type="xs:int">
+ <info>
+ <desc>Specifies the right distance of the object [UNIT=1/100 mm].</desc>
+ </info>
+ </prop>
+ <prop oor:name="Top" oor:type="xs:int">
+ <info>
+ <desc>Specifies the top distance of the object [UNIT=1/100 mm]</desc>
+ </info>
+ </prop>
+ <prop oor:name="Bottom" oor:type="xs:int">
+ <info>
+ <desc>Specifies the bottom distance of the object [UNIT=1/100 mm].</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="AlignmentType">
+ <info>
+ <desc>Contains settings for aligning an object or an element.</desc>
+ </info>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc>Specifies alignment enumeration values.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Zero</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Top Left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Top Center</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Top Right</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Bottom Left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>Bottom Right</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>Center</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>Right Margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Left Margin</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="TextElementType">
+ <info>
+ <desc>Contains a text information together with a visibility information.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the element is visible.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Content" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Contains the text content.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="IntElementType">
+ <info>
+ <desc>Contains a date or time information together with a visibility information.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the element is visible or not.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Content" oor:type="xs:int">
+ <info>
+ <desc>Contains the date or time value.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="FileType">
+ <info>
+ <desc>Contains information about a linked file, i.e. an image file.</desc>
+ </info>
+ <prop oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>Contains the file name as URL.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Filter" oor:type="xs:string">
+ <info>
+ <desc>Contains the name of the import filter to load the file.</desc>
+ </info>
+ </prop>
+ <prop oor:name="AsLink" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the file is embedded or linked.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="PositionXYType">
+ <info>
+ <desc>Contains settings for defining a position with x and y coordinates.</desc>
+ </info>
+ <prop oor:name="X" oor:type="xs:int">
+ <info>
+ <desc>Specifies the X-value. [UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ </prop>
+ <prop oor:name="Y" oor:type="xs:int">
+ <info>
+ <desc>Specifies the Y-value. [UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="DataSetType">
+ <info>
+ <desc>Specifies the data set to insert from a database table or query.</desc>
+ </info>
+ <prop oor:name="DataSource" oor:type="xs:string">
+ <info>
+ <desc>Specifies the data source.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Command" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the database table or query.</desc>
+ </info>
+ </prop>
+ <prop oor:name="CommandType" oor:type="xs:int">
+ <info>
+ <desc>Specifies whether the data comes from a table or a query</desc>
+ </info>
+ </prop>
+ <prop oor:name="ColumnsToText" oor:type="xs:string">
+ <info>
+ <desc>Specifies the 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>Specifies the 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>Specifies the paragraph style for text or fields.</desc>
+ </info>
+ </prop>
+ <prop oor:name="TableAutoFormat" oor:type="xs:string">
+ <info>
+ <desc>Specifies the format (AutoFormat) to be used for a table.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsTable" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies whether the data is inserted into tables.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsField" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies whether the data is inserted into fields.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsHeadlineOn" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies whether the table has a headline.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsEmptyHeadline" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies whether 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>Specifies the list of columns to be inserted.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="ColumnSetType">
+ <info>
+ <desc>Specifies a column to be inserted.</desc>
+ </info>
+ <prop oor:name="ColumnName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the column name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ColumnIndex" oor:type="xs:int">
+ <info>
+ <desc>Specifies the column index.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsNumberFormat" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies whether the database field is assigned to a number format.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsNumberFormatFromDataBase" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies whether the database format or a user-defined format is used.</desc>
+ </info>
+ </prop>
+ <prop oor:name="NumberFormat" oor:type="xs:string">
+ <info>
+ <desc>Specifies the number format if a user-defined format is used.</desc>
+ </info>
+ </prop>
+ <prop oor:name="NumberFormatLocale" oor:type="xs:string">
+ <info>
+ <desc>Specifies the language of the user-defined number format.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="_DataSource">
+ <info>
+ <desc>Contains the description of a data source.</desc>
+ </info>
+ <prop oor:name="DataSourceName" oor:type="xs:string">
+ <info>
+ <desc>Contains the name of the data source.</desc>
+ <label>Data source name</label>
+ </info>
+ </prop>
+ <prop oor:name="DataTableName" oor:type="xs:string">
+ <info>
+ <desc>Name of the database table or query.</desc>
+ <label>Data table or query name</label>
+ </info>
+ </prop>
+ <prop oor:name="DataCommandType" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>CommandType of the data source.</desc>
+ <label>Data CommandType</label>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="AddressDataAssignment">
+ <info>
+ <desc>Contains the assignments of programmatic address column names like FirstName, LastName to actual column names of the actual data base table.</desc>
+ </info>
+ <prop oor:name="DBColumnAssignments" oor:type="oor:string-list">
+ <info>
+ <desc>List of all currently available assignments of programmatic to actual column names of data sources used in mail merge. The position in the list has to match the following order of columns: TITLE,FIRSTNAME,LASTNAME,COMPANY,ADDRESS_1,ADDRESS_2,CITY,REGION,ZIP,COUNTRY,PHONE_PRIVATE,PHONE_BUSINESS,E_MAIL,GENDER</desc>
+ <label>Column assignment list</label>
+ </info>
+ </prop>
+ <node-ref oor:name="DataSource" oor:node-type="_DataSource">
+ <info>
+ <desc>Contains the information of the data source that's been used the last time the wizard has been executed.</desc>
+ <label>Data Set</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="BusinessLetterElementLocation">
+ <info>
+ <desc>Specifies settings a pre-printed Business Letter Paper within the Letter Wizard.</desc>
+ </info>
+ <prop oor:type="xs:boolean" oor:name="Display">
+ <info>
+ <desc>Enables the Element.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:double" oor:name="Width">
+ <info>
+ <desc>Width.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:double" oor:name="Height">
+ <info>
+ <desc>Height.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:double" oor:name="X">
+ <info>
+ <desc>X-Position.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:double" oor:name="Y">
+ <info>
+ <desc>Y-Position.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="LetterControls">
+ <info>
+ <desc>Specifies settings for a Letter Wizard type.</desc>
+ </info>
+ <prop oor:type="xs:int" oor:name="Style">
+ <info>
+ <desc>Style of the Letter.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="BusinessPaper">
+ <info>
+ <desc>Enables Business Paper.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PaperCompanyAddressReceiverField">
+ <info>
+ <desc>Enables the Sender Address Line in the Receiver Field for Business Paper.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PaperFooter">
+ <info>
+ <desc>Enables a Footer.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:double" oor:name="PaperFooterHeight">
+ <info>
+ <desc>Height of the Footer.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:int" oor:name="Norm">
+ <info>
+ <desc>Norm of the Letter.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintCompanyLogo">
+ <info>
+ <desc>Enables Company Logo.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintCompanyAddressReceiverField">
+ <info>
+ <desc>Enables the Sender Address in the Receiver Field.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintLetterSigns">
+ <info>
+ <desc>Enables the Letter Signs.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintSubjectLine">
+ <info>
+ <desc>Enables the Subject line.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintSalutation">
+ <info>
+ <desc>Enables the Salutation.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintBendMarks">
+ <info>
+ <desc>Enables the Bend Marks.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintGreeting">
+ <info>
+ <desc>Enables the Greeting.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintFooter">
+ <info>
+ <desc>Enables the Footer.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="Salutation">
+ <info>
+ <desc>Type of the salutation.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="Greeting">
+ <info>
+ <desc>Type of the greeting.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:int" oor:name="SenderAddressType">
+ <info>
+ <desc>Type of the sender address.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="SenderCompanyName">
+ <info>
+ <desc>Sender Company Name.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="SenderStreet">
+ <info>
+ <desc>Sender Street.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="SenderPostCode">
+ <info>
+ <desc>Sender PostCode.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="SenderState">
+ <info>
+ <desc>Sender State.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="SenderCity">
+ <info>
+ <desc>Sender City.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:int" oor:name="ReceiverAddressType">
+ <info>
+ <desc>Receiver Address Type.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="Footer">
+ <info>
+ <desc>Content of the Footer.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="FooterOnlySecondPage">
+ <info>
+ <desc>Enables that the Footer is only displayed of the Second and following pages.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="FooterPageNumbers">
+ <info>
+ <desc>Add a page number to the footer.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:int" oor:name="CreationType">
+ <info>
+ <desc>Defines how the template is loaded after completion.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="TemplateName">
+ <info>
+ <desc>Template Name.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="TemplatePath">
+ <info>
+ <desc>Template Path.</desc>
+ </info>
+ </prop>
+ <node-ref oor:node-type="BusinessLetterElementLocation" oor:name="CompanyLogo">
+ <info>
+ <desc>Position of the Business Paper Company Logo.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:node-type="BusinessLetterElementLocation" oor:name="CompanyAddress">
+ <info>
+ <desc>Position of the Business Paper Company Address.</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="FaxControls">
+ <info>
+ <desc>Specifies settings for a Fax Wizard type.</desc>
+ </info>
+ <prop oor:type="xs:int" oor:name="Style">
+ <info>
+ <desc>Style of the Fax.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintCompanyLogo">
+ <info>
+ <desc>Enables Company Logo.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintDate">
+ <info>
+ <desc>Enables Date.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintCommunicationType">
+ <info>
+ <desc>Enables Communication Type.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintSubjectLine">
+ <info>
+ <desc>Enables the Subject line.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintSalutation">
+ <info>
+ <desc>Enables the Salutation.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintGreeting">
+ <info>
+ <desc>Enables the Greeting.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="PrintFooter">
+ <info>
+ <desc>Enables the Footer.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="CommunicationType">
+ <info>
+ <desc>Type of the Communication.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="Salutation">
+ <info>
+ <desc>Type of the salutation.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="Greeting">
+ <info>
+ <desc>Type of the greeting.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:int" oor:name="SenderAddressType">
+ <info>
+ <desc>Type of the sender address.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="SenderCompanyName">
+ <info>
+ <desc>Sender Company Name.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="SenderStreet">
+ <info>
+ <desc>Sender Street.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="SenderPostCode">
+ <info>
+ <desc>Sender PostCode.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="SenderState">
+ <info>
+ <desc>Sender State.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="SenderCity">
+ <info>
+ <desc>Sender City.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="SenderFax">
+ <info>
+ <desc>Sender Fax number.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:int" oor:name="ReceiverAddressType">
+ <info>
+ <desc>Receiver Address Type.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="Footer">
+ <info>
+ <desc>Content of the Footer.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="FooterOnlySecondPage">
+ <info>
+ <desc>Enables that the Footer is only displayed of the Second and following pages.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="FooterPageNumbers">
+ <info>
+ <desc>Add a page number to the footer.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:int" oor:name="CreationType">
+ <info>
+ <desc>Defines how the template is loaded after completion.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="TemplateName">
+ <info>
+ <desc>Template Name.</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="TemplatePath">
+ <info>
+ <desc>Template Path.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="AgendaWizardTopic">
+ <info>
+ <desc> Contains the topics properties </desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc> The index of the topic</desc>
+ </info>
+ </prop>
+ <prop oor:name="Topic" oor:type="xs:string">
+ <info>
+ <desc> The title of the topic</desc>
+ </info>
+ </prop>
+ <prop oor:name="Responsible" oor:type="xs:string">
+ <info>
+ <desc> The responsible person for the topic</desc>
+ </info>
+ </prop>
+ <prop oor:name="Time" oor:type="xs:string">
+ <info>
+ <desc> The time for the topic</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="GlobalTemplateList">
+ <info>
+ <desc>Contains the most recently opened documents.</desc>
+ </info>
+ <prop oor:name="Paths" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Lists the file global templates loaded when importing writer documents.</desc>
+ </info>
+ <value oor:separator=";"/>
+ </prop>
+ </group>
+ <group oor:name="MailMergeWizard">
+ <info>
+ <desc>Settings of the mail merge wizard.</desc>
+ </info>
+ <prop oor:name="OutputToLetter" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines whether the document output is a letter, not an email.</desc>
+ <label>Output as letter</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IncludeCountry" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines whether the country/region is included into the address block. If yes the ExcludeCountry property may never be included.</desc>
+ <label>Include country/region</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ExcludeCountry" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>If the property IncludeCountry is true it all countries/regions are included into the address block except for this country or region.</desc>
+ <label>ExcludeCountry</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="SavedDocuments" oor:type="oor:string-list">
+ <info>
+ <desc>Contains a list of all documents previously used and saved as mailmerge source documents</desc>
+ <label>Saved documents</label>
+ </info>
+ </prop>
+ <prop oor:name="AddressBlockSettings" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Contains a list of settings for address blocks. It is a sequence of address column positions separated with breaks (\n) and spaces. The column positions start at 0 and after 9 follows a, b, c and they are equivalent to the following parts of an address: TITLE,FIRSTNAME,LASTNAME,COMPANY,ADDRESS_1,ADDRESS_2,CITY,REGION,ZIP,COUNTRY,PHONE_PRIVATE,PHONE_BUSINESS,E_MAIL</desc>
+ <label>Address block settings</label>
+ </info>
+ <value oor:separator=";">&lt;0&gt;\n&lt;1&gt; &lt;2&gt;\n&lt;4&gt;\n&lt;8&gt; &lt;6&gt;;&lt;0&gt;\n&lt;1&gt; &lt;2&gt;\n&lt;4&gt;\n&lt;8&gt; &lt;6&gt;\n&lt;9&gt;;&lt;3&gt;\n&lt;1&gt; &lt;2&gt;\n&lt;4&gt;\n&lt;8&gt; &lt;6&gt;;&lt;3&gt;\n&lt;1&gt; &lt;2&gt;\n&lt;4&gt;\n&lt;8&gt; &lt;6&gt;\n&lt;9&gt;</value>
+ </prop>
+ <prop oor:name="IsAddressBlock" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines whether the document should have an address block.</desc>
+ <label>Address Block</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CurrentAddressBlock" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Determines the currently used address block.</desc>
+ <label>Current address block</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="IsHideEmptyParagraphs" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines whether address block lines should be hidden if there's no content.</desc>
+ <label>Hide empty paragraphs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines whether the document should have a greeting line.</desc>
+ <label>Greeting line</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsEMailGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines whether an email should have a greeting line.</desc>
+ <label>Email greeting line</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsIndividualGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines whether an individual greeting line is used instead of a neutral one.</desc>
+ <label>Use individual greeting line</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsEMailIndividualGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines whether in an email an individual greeting line is used instead of a neutral one.</desc>
+ <label>Use individual greeting line in email</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FemaleGreetingLines" oor:type="oor:string-list" oor:localized="true">
+ <info>
+ <desc>Contains a list of greeting lines, female.</desc>
+ <label>Greeting lines, female</label>
+ </info>
+ </prop>
+ <prop oor:name="MaleGreetingLines" oor:type="oor:string-list" oor:localized="true">
+ <info>
+ <desc>Contains a list of greeting lines, male.</desc>
+ <label>Greeting lines, male</label>
+ </info>
+ </prop>
+ <prop oor:name="NeutralGreetingLines" oor:type="oor:string-list" oor:localized="true">
+ <info>
+ <desc>Contains a list of greeting lines, neutral.</desc>
+ <label>Greeting lines, neutral</label>
+ </info>
+ </prop>
+ <prop oor:name="CurrentFemaleGreeting" oor:type="xs:int">
+ <info>
+ <desc>Contains the index of the current entry in list of female greeting lines.</desc>
+ <label>Current female Greeting line</label>
+ </info>
+ </prop>
+ <prop oor:name="CurrentMaleGreeting" oor:type="xs:int">
+ <info>
+ <desc>Contains the index of the current entry in list of male greeting lines.</desc>
+ <label>Current male Greeting line</label>
+ </info>
+ </prop>
+ <prop oor:name="CurrentNeutralGreeting" oor:type="xs:int">
+ <info>
+ <desc>Contains the index of the current entry in list of neutral greeting lines.</desc>
+ <label>Current neutral Greeting line</label>
+ </info>
+ </prop>
+ <prop oor:name="FemaleGenderValue" oor:type="xs:string">
+ <info>
+ <desc>Determines the value of the Gender column that marks a recipient as female.</desc>
+ <label>Female Gender Value</label>
+ </info>
+ </prop>
+ <prop oor:name="MailDisplayName" oor:type="xs:string">
+ <info>
+ <desc>Contains the display name of the mail address.</desc>
+ <label>Email Name</label>
+ </info>
+ </prop>
+ <prop oor:name="MailAddress" oor:type="xs:string">
+ <info>
+ <desc>Email address.</desc>
+ <label>Email address</label>
+ </info>
+ </prop>
+ <prop oor:name="IsMailReplyTo" oor:type="xs:boolean">
+ <info>
+ <desc>Determines if reply to is switched on.</desc>
+ <label>Is reply to</label>
+ </info>
+ </prop>
+ <prop oor:name="MailReplyTo" oor:type="xs:string">
+ <info>
+ <desc>Reply to address.</desc>
+ <label>Reply to</label>
+ </info>
+ </prop>
+ <prop oor:name="MailServer" oor:type="xs:string">
+ <info>
+ <desc>Name of the SMTP server.</desc>
+ <label>SMTP server</label>
+ </info>
+ </prop>
+ <prop oor:name="MailPort" oor:type="xs:short">
+ <info>
+ <desc>Port of the SMTP server.</desc>
+ <label>Port</label>
+ </info>
+ </prop>
+ <prop oor:name="IsSecureConnection" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the connection to the SMTP server is done using SSL protocol.</desc>
+ <label>Is secure connection</label>
+ </info>
+ </prop>
+ <prop oor:name="IsAuthentication" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether authentication at the SMTP server is necessary.</desc>
+ <label>Is authentication</label>
+ </info>
+ </prop>
+ <prop oor:name="MailUserName" oor:type="xs:string">
+ <info>
+ <desc>User name to authenticate at the SMTP server.</desc>
+ <label>User name</label>
+ </info>
+ </prop>
+ <prop oor:name="MailPassword" oor:type="xs:string">
+ <info>
+ <desc>Password to authenticate at the SMTP server.</desc>
+ <label>Password</label>
+ </info>
+ </prop>
+ <prop oor:name="IsSMPTAfterPOP" oor:type="xs:boolean">
+ <info>
+ <desc>SMTP server requires authentication at the POP or IMAP server</desc>
+ <label>SMPT after POP</label>
+ </info>
+ </prop>
+ <prop oor:name="InServerName" oor:type="xs:string">
+ <info>
+ <desc>Name of the incoming mail server</desc>
+ <label>Incoming mail server</label>
+ </info>
+ </prop>
+ <prop oor:name="InServerPort" oor:type="xs:short">
+ <info>
+ <desc>Port of the incoming mail server</desc>
+ <label>Incoming server port</label>
+ </info>
+ </prop>
+ <prop oor:name="InServerIsPOP" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the in server uses the POP3 or the IMAP protocol</desc>
+ <label>POP</label>
+ </info>
+ </prop>
+ <prop oor:name="InServerUserName" oor:type="xs:string">
+ <info>
+ <desc>User name of the incoming mail server</desc>
+ <label>Incoming server user name</label>
+ </info>
+ </prop>
+ <prop oor:name="InServerPassword" oor:type="xs:string">
+ <info>
+ <desc>Password of the incoming mail server</desc>
+ <label>Incoming server password</label>
+ </info>
+ </prop>
+ <prop oor:name="Filter" oor:type="xs:string">
+ <info>
+ <desc>Contains a filter statement for the current data source.</desc>
+ <label>Filter</label>
+ </info>
+ </prop>
+ <prop oor:name="EMailSupported" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether email is supported.</desc>
+ <label>Email supported</label>
+ </info>
+ </prop>
+ <set oor:name="AddressDataAssignments" oor:node-type="AddressDataAssignment">
+ <info>
+ <desc>XXXXXX.</desc>
+ </info>
+ </set>
+ <node-ref oor:name="DataSource" oor:node-type="_DataSource">
+ <info>
+ <desc>Contains the information of the data source that's been used the last time the wizard has been executed.</desc>
+ <label>Data Set</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Content">
+ <info>
+ <desc>Contains settings for various content elements.</desc>
+ </info>
+ <group oor:name="Display">
+ <info>
+ <desc>Contains settings for the visibility of various elements.</desc>
+ </info>
+ <prop oor:name="GraphicObject" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <desc>Specifies whether images and objects are displayed.</desc>
+ <label>Images and Objects</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <desc>Specifies whether tables are displayed.</desc>
+ <label>Tables</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DrawingControl" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <desc>Specifies whether drawings and controls are displayed.</desc>
+ <label>Drawings and controls</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FieldCode" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <desc>Specifies whether field codes are displayed.</desc>
+ <label>Field codes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Note" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <desc>Specifies whether comments are displayed.</desc>
+ <label>Comments</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowContentTips" oor:type="xs:boolean">
+ <!-- UIHints: Not accessible via user interface -->
+ <info>
+ <desc>Enables the writer to prevent the display of tips for document content programmatically.</desc>
+ <label>Show document content tips</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowInlineTooltips" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <desc>Enables the writer to show the display of tips for tracked changes.</desc>
+ <label>Show inline tips</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="UseHeaderFooterMenu" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Insert - Header and Footer - [x] Use... -->
+ <info>
+ <desc>Enables the writer to use the advanced menu on headers/footers.</desc>
+ <label>Use advanced header/footer menu</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowOutlineContentVisibilityButton" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Writer - View - [Section] Outline mode -->
+ <info>
+ <desc>Enables the writer to show the outline content visibility button.</desc>
+ <label>Show outline content visibility button</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="TreatSubOutlineLevelsAsContent" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Writer - View - [Section] Outline mode -->
+ <info>
+ <desc>Enables the writer outline content visibility feature to treat sub outline levels as content.</desc>
+ <label>Treat sub outline levels as content</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowChangesInMargin" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Writer - View - [Section] Display tracked changes -->
+ <info>
+ <desc>Enables the writer to show tracked deletions in margin.</desc>
+ <label>Show tracked deletions in margin</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DefaultAnchor" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Writer - View - Default Anchor -->
+ <info>
+ <desc>Specifies the anchor of newly inserted images.</desc>
+ <label>Default Anchor</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>FLY_TO_PARA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>FLY_TO_CHAR</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>FLY_AS_CHAR</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="NonprintingCharacter">
+ <info>
+ <desc>Contains settings for the visibility of various non-printing characters.</desc>
+ </info>
+ <prop oor:name="MetaCharacters" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: View - Non-printing Characters -->
+ <info>
+ <desc>Determines whether certain settings are applied (display of tab stops, spaces, breaks)</desc>
+ <label>Meta characters</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ParagraphEnd" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters -->
+ <info>
+ <desc>Specifies whether paragraph ends are shown on the screen.</desc>
+ <label>Paragraph end</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="OptionalHyphen" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters -->
+ <info>
+ <desc>Specifies whether optional hyphens are shown on the screen.</desc>
+ <label>Optional hyphens</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Space" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters -->
+ <info>
+ <desc>Specifies whether spaces are shown on the screen.</desc>
+ <label>Spaces</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ProtectedSpace" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters -->
+ <info>
+ <desc>Specifies whether protected spaces are shown on the screen.</desc>
+ <label>Protected Spaces</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Tab" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters -->
+ <info>
+ <desc>Specifies whether breaks are shown on the screen.</desc>
+ <label>Tabs</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Break" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters -->
+ <info>
+ <desc>Specifies whether paragraph ends are shown on the screen.</desc>
+ <label>Breaks</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HiddenText" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters -->
+ <info>
+ <desc>Specifies whether hidden text fields are displayed on the screen.</desc>
+ <label>Fields: Hidden text</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HiddenParagraph" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters -->
+ <info>
+ <desc>Specifies whether hidden paragraphs are displayed on the screen.</desc>
+ <label>Hidden paragraphs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HiddenCharacter" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Formatting aids - [Section] Display of -->
+ <info>
+ <desc>Specifies whether hidden paragraphs are displayed on the screen.</desc>
+ <label>Hidden text</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Bookmarks" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Formatting aids - [Section] Display formatting -->
+ <info>
+ <desc>Specifies whether bookmark positions are displayed on the screen.</desc>
+ <label>Bookmarks</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Update">
+ <info>
+ <desc>Contains settings for the automatic update of some elements.</desc>
+ </info>
+ <prop oor:name="Link" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Update links -->
+ <info>
+ <desc>Specifies whether links in the document are updated during loading.</desc>
+ <label>Update links: Always/On request/Never</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Always</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>On Request</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Never</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Field" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
+ <info>
+ <desc>Specifies whether fields in the document are updated during loading.</desc>
+ <label>Update fields automatically</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Chart" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
+ <info>
+ <desc>Specifies whether charts in the document are updated during loading.</desc>
+ <label>Update charts automatically</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Layout">
+ <info>
+ <desc>Contains layout settings.</desc>
+ </info>
+ <group oor:name="Line">
+ <info>
+ <desc>Contains settings for guiding lines or points (for example when selecting/moving an object or frame).</desc>
+ </info>
+ <prop oor:name="Guide" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+ <info>
+ <desc>Displays helplines around the frames when frames are moved.</desc>
+ <label>Helplines</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+ <info>
+ <desc>Specifies whether control points are displayed simple or enhanced.</desc>
+ <label>Simple control points</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+ <info>
+ <desc>Specifies whether control points are displayed as larger than the default size.</desc>
+ <label>Large control points</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Window">
+ <info>
+ <desc>Contains various window settings such as scrollbars, rules, etc.</desc>
+ </info>
+ <prop oor:name="ShowScrollBarTips" oor:type="xs:boolean">
+ <!-- UIHints: Not accessible via user interface -->
+ <info>
+ <desc>Enables the user to prevent the display of help tips on the scrollbars programmatically.</desc>
+ <label>Prevent scrollbars help tips</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HorizontalScroll" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies whether the horizontal scroll bar is displayed.</desc>
+ <label>Horizontal scroll</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="VerticalScroll" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies whether the vertical scroll bar is displayed.</desc>
+ <label>Vertical Scroll</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowRulers" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <desc>Specifies whether rulers are displayed. Filters the values of HorizontalRuler and VerticalRuler.</desc>
+ <label>Show rulers</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HorizontalRuler" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies whether the horizontal ruler is displayed.</desc>
+ <label>Horizontal ruler</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HorizontalRulerUnit" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <desc>Specifies the measurement unit for the horizontal ruler.</desc>
+ <label>Horizontal ruler measure unit</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Millimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Centimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Kilometer</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>Point</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>Pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Inch</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="VerticalRuler" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies whether the vertical ruler is displayed.</desc>
+ <label>Vertical Ruler</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsVerticalRulerRight" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies whether the vertical ruler is right aligned.</desc>
+ <label>Vertical Ruler on the right</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VerticalRulerUnit" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <desc>Specifies the measurement unit for the vertical ruler.</desc>
+ <label>Vertical ruler measure unit</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Millimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Centimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Kilometer</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>Point</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>Pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Inch</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="SmoothScroll" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <desc>Activates the smooth page scrolling function.</desc>
+ <label>Smooth scroll</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc>Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="IsAlignMathObjectsToBaseline" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: none yet -->
+ <info>
+ <desc>Automatically align the baseline of Math objects with the baseline of the surrounding text.</desc>
+ <label>Align Math objects</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="MeasureUnit" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Meas. Units -->
+ <info>
+ <desc>Specifies the measurement units.</desc>
+ <label>Measure unit</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Millimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Centimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Kilometer</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>Point</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>Pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Inch</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="TabStop" oor:type="xs:int" oor:nillable="false" oor:localized="true">
+ <!-- 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>
+ <desc>Specifies the distance between tab stops [UNIT=1/100 mm].</desc>
+ <label>Tab stops</label>
+ </info>
+ <value>1250</value>
+ </prop>
+ <prop oor:name="IsSquaredPageMode" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specified which kind of paper mode is used in the whole document </desc>
+ <label>Use squared paper mode</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <!-- added for apply char unit 2006-12-1 -->
+ <prop oor:name="ApplyCharUnit" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Apply char unit -->
+ <info>
+ <desc>apply char unit to calculate the paragraph's indent</desc>
+ <label>apply char unit</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Zoom">
+ <info>
+ <desc>Contains zoom settings.</desc>
+ </info>
+ <prop oor:name="Type" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <desc>Specifies the zoom type.</desc>
+ <label>Zoom Type</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Percent</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Whole Page</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Page Width</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Value" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <desc>Specifies the zoom value.</desc>
+ <label>Zoom Value</label>
+ </info>
+ <value>100</value>
+ </prop>
+ </group>
+ <group oor:name="ViewLayout">
+ <info>
+ <desc>Contains view layout settings.</desc>
+ </info>
+ <prop oor:name="Columns" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <desc>Specifies number of columns of the view layout. 0 means the view layout is set to automatic.</desc>
+ <label>View Layout Columns</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="BookMode" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <desc>Specifies whether the book mode should be applied.</desc>
+ <label>View Layout Book Mode</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Grid">
+ <info>
+ <desc>Contains various options for the grid that are not listed in other sections.</desc>
+ </info>
+ <group oor:name="Option">
+ <info>
+ <desc>Contains options for the grid.</desc>
+ </info>
+ <prop oor:name="SnapToGrid" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
+ <info>
+ <desc>Moves frames, drawing elements, and form functions only between the grid points.</desc>
+ <label>Snap to grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VisibleGrid" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
+ <info>
+ <desc>Displays the grid.</desc>
+ <label>Visible grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Synchronize" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
+ <info>
+ <desc>Changes the current grid settings symmetrically. The resolution and subdivision for the X- and Y-axis remains the same.</desc>
+ <label>Synchronize axes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Resolution">
+ <info>
+ <desc>Contains settings for specifying the grid resolution.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <desc>Defines the grid points distance in the X-axis [UNIT=1/100 mm].</desc>
+ <label>X Axis Resolution</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <desc>Defines the grid points distance in the Y-axis [UNIT=1/100 mm].</desc>
+ <label>Y Axis Resolution</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ </group>
+ <group oor:name="Subdivision">
+ <info>
+ <desc>Contains settings for specifying the subdivision of the grid.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <desc>Specifies the number of intervals between two grid points on the X-axis.</desc>
+ <label>X Axis Subdivision</label>
+ </info>
+ <value>3</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <desc>Defines the distance between the grid points on the Y-axis.</desc>
+ <label>Y Axis Subdivision</label>
+ </info>
+ <value>3</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="DefaultFont">
+ <info>
+ <desc>Specifies the basic western fonts to be used.</desc>
+ </info>
+ <prop oor:name="Standard" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western) -->
+ <info>
+ <desc>Specifies the font type to be used for the Standard paragraph style.</desc>
+ <label>Standard</label>
+ </info>
+ </prop>
+ <prop oor:name="StandardHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western) -->
+ <info>
+ <desc>Specifies the font size to be used for the Standard paragraph style.</desc>
+ <label>StandardHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Heading" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <desc>Specifies the font type to be used for the paragraph's headings.</desc>
+ <label>Heading</label>
+ </info>
+ </prop>
+ <prop oor:name="HeadingHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western) -->
+ <info>
+ <desc>Specifies the font size to be used for the Heading paragraph style.</desc>
+ <label>HeadingHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="List" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <desc>Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
+ <label>List</label>
+ </info>
+ </prop>
+ <prop oor:name="ListHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western) -->
+ <info>
+ <desc>Specifies the font size to be used in the paragraph styles for lists and numberings.</desc>
+ <label>ListHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Caption" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <desc>Specifies the font to be used for the labels of images and tables.</desc>
+ <label>Caption</label>
+ </info>
+ </prop>
+ <prop oor:name="CaptionHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western) -->
+ <info>
+ <desc>Specifies the font size to be used for the labels of images and tables.</desc>
+ <label>CaptionHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Index" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <desc>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>Index</label>
+ </info>
+ </prop>
+ <prop oor:name="IndexHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western) -->
+ <info>
+ <desc>Specifies the font size 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>IndexHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Document" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Default Fonts -->
+ <info>
+ <desc>Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
+ <label>Current document only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="DefaultFontCJK">
+ <info>
+ <desc>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>
+ <desc>Specifies the font type to be used for the Standard paragraph style.</desc>
+ <label>Standard</label>
+ </info>
+ </prop>
+ <prop oor:name="StandardHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CJK) -->
+ <info>
+ <desc>Specifies the font size to be used for the Standard paragraph style.</desc>
+ <label>StandardHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Heading" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <desc>Specifies the font type to be used for the paragraph's headings.</desc>
+ <label>Heading</label>
+ </info>
+ </prop>
+ <prop oor:name="HeadingHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CJK) -->
+ <info>
+ <desc>Specifies the font size to be used for the Heading paragraph style.</desc>
+ <label>HeadingHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="List" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <desc>Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
+ <label>List</label>
+ </info>
+ </prop>
+ <prop oor:name="ListHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CJK) -->
+ <info>
+ <desc>Specifies the font size to be used in the paragraph styles for lists and numberings.</desc>
+ <label>ListHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Caption" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <desc>Specifies the font to be used for the labels of images and tables.</desc>
+ <label>Caption</label>
+ </info>
+ </prop>
+ <prop oor:name="CaptionHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CJK) -->
+ <info>
+ <desc>Specifies the font size to be used for the labels of images and tables.</desc>
+ <label>CaptionHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Index" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <desc>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>Index</label>
+ </info>
+ </prop>
+ <prop oor:name="IndexHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CJK) -->
+ <info>
+ <desc>Specifies the font size 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>IndexHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Document" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <desc>Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
+ <label>Current document only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="DefaultFontCTL">
+ <info>
+ <desc>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>
+ <desc>Specifies the font type to be used for the Standard paragraph style.</desc>
+ <label>Standard</label>
+ </info>
+ </prop>
+ <prop oor:name="StandardHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL) -->
+ <info>
+ <desc>Specifies the font size to be used for the Standard paragraph style.</desc>
+ <label>StandardHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Heading" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <desc>Specifies the font type to be used for the paragraph's headings.</desc>
+ <label>Heading</label>
+ </info>
+ </prop>
+ <prop oor:name="HeadingHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL) -->
+ <info>
+ <desc>Specifies the font size to be used for the Heading paragraph style.</desc>
+ <label>HeadingHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="List" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <desc>Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
+ <label>List</label>
+ </info>
+ </prop>
+ <prop oor:name="ListHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL) -->
+ <info>
+ <desc>Specifies the font size to be used in the paragraph styles for lists and numberings.</desc>
+ <label>ListHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Caption" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <desc>Specifies the font to be used for the labels of images and tables.</desc>
+ <label>Caption</label>
+ </info>
+ </prop>
+ <prop oor:name="CaptionHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL) -->
+ <info>
+ <desc>Specifies the font size to be used for the labels of images and tables.</desc>
+ <label>CaptionHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Index" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <desc>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>Index</label>
+ </info>
+ </prop>
+ <prop oor:name="IndexHeight" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL) -->
+ <info>
+ <desc>Specifies the font size 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>IndexHeight</label>
+ </info>
+ </prop>
+ <prop oor:name="Document" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <desc>Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
+ <label>Current document only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc>Contains printing relevant settings.</desc>
+ </info>
+ <group oor:name="Content">
+ <info>
+ <desc>Contains settings specifying which content types are printed.</desc>
+ </info>
+ <prop oor:name="Graphic" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies whether images are printed.</desc>
+ <label>Images</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies whether tables are printed.</desc>
+ <label>Tables</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Drawing" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies whether drawings are printed.</desc>
+ <label>Drawings</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Control" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies whether controls are printed.</desc>
+ <label>Controls</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Background" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies whether background objects are printed.</desc>
+ <label>Background</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PrintBlack" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies whether text is always printed in black.</desc>
+ <label>Print black</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="PrintHiddenText" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Option - Text-Document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies whether hidden text, fields, paragraphs are printed.</desc>
+ <label>Print hidden text</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="PrintPlaceholders" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Option - Text-Document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies whether the text of placeholder fields is printed.</desc>
+ <label>Print placeholders</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Note" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Notes -->
+ <info>
+ <desc>Specifies whether and how comments are printed.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Comments only</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>End of document</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>End of page</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Page">
+ <info>
+ <desc>Specifies which pages are printed or how pages are printed.</desc>
+ </info>
+ <prop oor:name="LeftPage" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <desc>Prints only the even pages in the document.</desc>
+ <label>Left pages</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RightPage" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <desc>Prints only the odd pages in the document.</desc>
+ <label>Right pages</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Reversed" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <desc>Reverses the printing order.</desc>
+ <label>Reversed</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brochure" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <desc>Prints in brochure format.</desc>
+ <label>Brochure</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="BrochureRightToLeft" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <desc>Prints in brochure format, with right-to-left direction.</desc>
+ <label>Right-to-left</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Output">
+ <info>
+ <desc>Contains other output settings.</desc>
+ </info>
+ <prop oor:name="SinglePrintJob" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Output -->
+ <info>
+ <desc>Controls the print output to avoid problems with duplex printing and odd page numbers.</desc>
+ <label>Create single print jobs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Fax" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document Print - [Section] Fax -->
+ <info>
+ <desc>Specifies the fax machine that is used when faxing directly from the document.</desc>
+ <label>Fax</label>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ </group>
+ <group oor:name="Papertray">
+ <info>
+ <desc>Contains settings for printers with multiple paper trays.</desc>
+ </info>
+ <prop oor:name="FromPrinterSetup" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Paper tray -->
+ <info>
+ <desc>Specifies that the defined paper source in the printer setup is used by printers with multiple trays.</desc>
+ <label>From printer setup</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <prop oor:name="EmptyPages" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Print - Other - Print automatically inserted blank pages -->
+ <info>
+ <desc>Contains settings for printing of empty pages.</desc>
+ <desc>Specifies that automatically inserted empty pages are printed.</desc>
+ <label>Print automatically inserted blank pages</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Table">
+ <info>
+ <desc>Contains settings for tables.</desc>
+ </info>
+ <group oor:name="Shift">
+ <info>
+ <desc>Contains settings used when shifting table rows/columns.</desc>
+ </info>
+ <prop oor:name="Row" oor:type="xs:int" oor:nillable="false">
+ <!-- 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>
+ <desc>Specifies the default value for moving a table row [UNIT=1/100 mm].</desc>
+ <label>Row</label>
+ </info>
+ <value>500</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int" oor:nillable="false">
+ <!-- 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>
+ <desc>Specifies the default value for shifting a table column [UNIT=1/100 mm].</desc>
+ <label>Column</label>
+ </info>
+ <value>500</value>
+ </prop>
+ </group>
+ <group oor:name="Insert">
+ <info>
+ <desc>Contains settings used when inserting table rows/columns.</desc>
+ </info>
+ <prop oor:name="Row" oor:type="xs:int" oor:nillable="false">
+ <!-- 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>
+ <desc>Specifies the default value for inserting rows [UNIT=1/100 mm].</desc>
+ <label>Row</label>
+ </info>
+ <value>500</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int" oor:nillable="false">
+ <!-- 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>
+ <desc>Specifies the default value for inserting columns [UNIT=1/100 mm].</desc>
+ <label>Column</label>
+ </info>
+ <value>2500</value>
+ </prop>
+ </group>
+ <group oor:name="Change">
+ <info>
+ <desc>Contains settings specifying the effect to the table when modifying rows/columns.</desc>
+ </info>
+ <prop oor:name="Effect" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Effect -->
+ <info>
+ <desc>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>Fixed</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Fixed Proportional</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Variable</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ </group>
+ <group oor:name="Input">
+ <info>
+ <desc>Contains settings used when inputting text or data in tables.</desc>
+ </info>
+ <prop oor:name="NumberRecognition" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <desc>Specifies whether numbers in a table are recognized or if they are saved in a text format.</desc>
+ <label>Number recognition</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="NumberFormatRecognition" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <desc>Specifies whether 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>Number format recognition</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Alignment" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <desc>Specifies whether 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>Alignment</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SplitVerticalByDefault" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether cells should be split vertically by default.</desc>
+ <label>Split vertically by default</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Cursor">
+ <info>
+ <desc>Contains cursor settings.</desc>
+ </info>
+ <group oor:name="DirectCursor">
+ <info>
+ <desc>Contains settings for the Direct Cursor.</desc>
+ </info>
+ <prop oor:name="UseDirectCursor" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
+ <info>
+ <desc>Specifies whether the Direct Cursor is active</desc>
+ <label>Use Direct Cursor</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Insert" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
+ <info>
+ <desc>Defines the insert options for the Direct Cursor.</desc>
+ <label>Insert</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Paragraph alignment</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Left paragraph margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Tabs</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Tabs and spaces</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ </group>
+ <group oor:name="Option">
+ <info>
+ <desc>Contains miscellaneous options.</desc>
+ </info>
+ <prop oor:name="ProtectedArea" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Options -->
+ <info>
+ <desc>Specifies whether the Direct Cursor can be positioned in a protected area.</desc>
+ <label>Allow Cursor in protected areas</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IgnoreProtectedArea" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether modifications are accepted in a protected area.</desc>
+ <label>Ignore protected areas</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Revision">
+ <info>
+ <desc>Contains settings for change recording.</desc>
+ </info>
+ <group oor:name="TextDisplay">
+ <info>
+ <desc>Contains settings for the display of the changed text.</desc>
+ </info>
+ <group oor:name="Insert">
+ <info>
+ <desc>Contains settings for new inserted text.</desc>
+ </info>
+ <prop oor:name="Attribute" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <info>
+ <desc>Defines the attribute for displaying changes when text is inserted.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Italic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Underline</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Underline double</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>Caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>Lower case</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>Small caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Title font</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>Background color</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int" oor:nillable="false">
+ <!-- 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>
+ <desc>Defines the color for displaying changes when text is inserted.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ <group oor:name="Delete">
+ <info>
+ <desc>Contains settings for displaying changes when text is deleted.</desc>
+ </info>
+ <prop oor:name="Attribute" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <info>
+ <desc>Defines the attribute for displaying changes when text is deleted</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Italic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Strike through</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>Lower case</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>Small caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>Title font</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Background color</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int" oor:nillable="false">
+ <!-- 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>
+ <desc>Defines the color for displaying changes when text is deleted.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ <group oor:name="ChangedAttribute">
+ <info>
+ <desc>Contains settings for displaying modified text attributes.</desc>
+ </info>
+ <prop oor:name="Attribute" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <info>
+ <desc>Defines the attribute for displaying changes when text attributes are modified.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Italic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Underline</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Underline double</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>Caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>Lower case</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>Small caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Title font</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>Background color</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int" oor:nillable="false">
+ <!-- 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>
+ <desc>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>Contains settings for defining how lines with changed text are displayed.</desc>
+ </info>
+ <prop oor:name="Mark" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Lines changed -->
+ <info>
+ <desc>Defines if and where changed lines in the document are marked.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Left margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Right margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Outer margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Inward margin</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Lines changed -->
+ <info>
+ <desc>Defines the color for highlighting changed lines in the text.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Comparison">
+ <info>
+ <desc>Contains settings for comparing files.</desc>
+ </info>
+ <prop oor:name="Mode" oor:type="xs:short">
+ <info>
+ <desc>Defines the Comparison Mode.</desc>
+ </info>
+ </prop>
+ <prop oor:name="UseRSID" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies whether RSIDs are used in comparison.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IgnorePieces" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies whether short pieces of matched text are ignored.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IgnoreLength" oor:type="xs:short">
+ <info>
+ <desc>Defines the length of ignored pieces.</desc>
+ </info>
+ </prop>
+ <prop oor:name="StoreRSID" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies whether RSIDs are stored in the document model.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Insert">
+ <info>
+ <desc>Specifies the settings for inserting various object types.</desc>
+ </info>
+ <group oor:name="Caption">
+ <!--UIHints: Tools - Options - Text document Insert - [Section] Caption -->
+ <info>
+ <desc>Specifies the settings for inserting captions for various object types.</desc>
+ </info>
+ <prop oor:name="CaptionOrderNumberingFirst" oor:type="xs:boolean" oor:localized="true">
+ <info>
+ <desc>Specifies the order of the captions. If true, the number appears in front of the category.</desc>
+ <label>Caption order: Numbering first</label>
+ </info>
+ </prop>
+ <prop oor:name="Automatic" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies how tables, images, frames and office documents, which have been inserted as OLE objects, are labeled</desc>
+ <label>Automatic</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="WriterObject">
+ <info>
+ <desc>Specifies the settings for inserting captions for Writer objects.</desc>
+ </info>
+ <group oor:name="Table">
+ <info>
+ <desc>Specifies the settings for inserting captions for tables.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the caption settings are valid for a table in a text document.</desc>
+ <label>Writer Table</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc>Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="NumberingSeparator" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>In case the order of the caption is set to 'Numbering first' then this property contains the separator between the number and the category.</desc>
+ <label>Numbering separator</label>
+ </info>
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
+ </info>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document</desc>
+ <label>Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
+ <info>
+ <desc>Specifies the character style that is applied to the label and number part of the caption.</desc>
+ <label>Character style</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Frame">
+ <info>
+ <desc>Specifies the settings for inserting captions for frames.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the caption settings are valid for a frame in a text document.</desc>
+ <label>Writer Frame</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc>Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="NumberingSeparator" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>In case the order of the caption is set to 'Numbering first' then this property contains the separator between the number and the category.</desc>
+ <label>Numbering separator</label>
+ </info>
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>at the beginning</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>at the end</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
+ <info>
+ <desc>Specifies the character style that is applied to the label and number part of the caption.</desc>
+ <label>Character style</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Graphic">
+ <info>
+ <desc>Settings for insertion of captions for images.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the caption settings are valid for an image in a text document.</desc>
+ <label>Writer Image</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc>Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="NumberingSeparator" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>In case the order of the caption is set to 'Numbering first' then this property contains the separator between the number and the category.</desc>
+ <label>Numbering separator</label>
+ </info>
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
+ <info>
+ <desc>Specifies the character style that is applied to the label and number part of the caption.</desc>
+ <label>Character style</label>
+ </info>
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the border and shadow attributes of the image frame should be applied to the newly inserted caption frame surrounding the image.</desc>
+ <label>Apply attributes</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="OfficeObject">
+ <info>
+ <desc>Specifies the settings for inserting captions for office objects.</desc>
+ </info>
+ <group oor:name="Calc">
+ <info>
+ <desc>Specifies the settings for inserting captions for Calc documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the caption settings are valid for a Spreadsheet object.</desc>
+ <label>Spreadsheet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc>Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="NumberingSeparator" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>In case the order of the caption is set to 'Numbering first' then this property contains the separator between the number and the category.</desc>
+ <label>Numbering separator</label>
+ </info>
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
+ <info>
+ <desc>Specifies the character style that is applied to the label and number part of the caption.</desc>
+ <label>Character style</label>
+ </info>
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the border and shadow attributes of the image frame should be applied to the newly inserted caption frame surrounding the image.</desc>
+ <label>Apply attributes</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Draw">
+ <info>
+ <desc>Specifies the settings for inserting captions for Draw documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the caption settings are valid for a Drawing object.</desc>
+ <label>Drawing</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc>Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="NumberingSeparator" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>In case the order of the caption is set to 'Numbering first' then this property contains the separator between the number and the category.</desc>
+ <label>Numbering separator</label>
+ </info>
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
+ <info>
+ <desc>Specifies the character style that is applied to the label and number part of the caption.</desc>
+ <label>Character style</label>
+ </info>
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the border and shadow attributes of the image frame should be applied to the newly inserted caption frame surrounding the image.</desc>
+ <label>Apply attributes</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Chart">
+ <info>
+ <desc>Specifies the settings for inserting captions for Chart documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the caption settings are valid for a Chart object.</desc>
+ <label>Chart</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc>Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="NumberingSeparator" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>In case the order of the caption is set to 'Numbering first' then this property contains the separator between the number and the category.</desc>
+ <label>Numbering separator</label>
+ </info>
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
+ <info>
+ <desc>Specifies the character style that is applied to the label and number part of the caption.</desc>
+ <label>Character style</label>
+ </info>
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the border and shadow attributes of the image frame should be applied to the newly inserted caption frame surrounding the image.</desc>
+ <label>Apply attributes</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Image">
+ <info>
+ <desc>Specifies the settings for inserting captions for image documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the caption settings are valid for an image object.</desc>
+ <label>Image</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc>Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="NumberingSeparator" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>In case the order of the caption is set to 'Numbering first' then this property contains the separator between the number and the category.</desc>
+ <label>Numbering separator</label>
+ </info>
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
+ <info>
+ <desc>Specifies the character style that is applied to the label and number part of the caption.</desc>
+ <label>Character style</label>
+ </info>
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the border and shadow attributes of the image frame should be applied to the newly inserted caption frame surrounding the image.</desc>
+ <label>Apply attributes</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Formula">
+ <info>
+ <desc>Specifies the settings for inserting captions for formula documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the caption settings are valid for a Formula object.</desc>
+ <label>Formula</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc>Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="NumberingSeparator" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>In case the order of the caption is set to 'Numbering first' then this property contains the separator between the number and the category.</desc>
+ <label>Numbering separator</label>
+ </info>
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
+ <info>
+ <desc>Specifies the character style that is applied to the label and number part of the caption.</desc>
+ <label>Character style</label>
+ </info>
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the border and shadow attributes of the image frame should be applied to the newly inserted caption frame surrounding the image.</desc>
+ <label>Apply attributes</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Impress">
+ <info>
+ <desc>Specifies the settings for inserting captions for Impress objects.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the caption settings are valid for a Presentation object.</desc>
+ <label>Presentation</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc>Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="NumberingSeparator" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>In case the order of the caption is set to 'Numbering first' then this property contains the separator between the number and the category.</desc>
+ <label>Numbering separator</label>
+ </info>
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
+ <info>
+ <desc>Specifies the character style that is applied to the label and number part of the caption.</desc>
+ <label>Character style</label>
+ </info>
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the border and shadow attributes of the image frame should be applied to the newly inserted caption frame surrounding the image.</desc>
+ <label>Apply attributes</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="OLEMisc">
+ <info>
+ <desc>Specifies the settings for inserting captions for other OLE objects.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the caption settings are valid for further OLE objects.</desc>
+ <label>Further OLE objects</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc>Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="NumberingSeparator" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>In case the order of the caption is set to 'Numbering first' then this property contains the separator between the number and the category.</desc>
+ <label>Numbering separator</label>
+ </info>
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document</desc>
+ <label>Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
+ <info>
+ <desc>Specifies the character style that is applied to the label and number part of the caption.</desc>
+ <label>Character style</label>
+ </info>
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the border and shadow attributes of the image frame should be applied to the newly inserted caption frame surrounding the image.</desc>
+ <label>Apply attributes</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Table">
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
+ <info>
+ <desc>Specifies the default settings for tables to be inserted.</desc>
+ </info>
+ <prop oor:name="Header" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether the table has a header.</desc>
+ <label>Header</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="RepeatHeader" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether the header in the new page is adopted when inserting a page break. This option is only available if Header = True.</desc>
+ <label>Repeat header</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Split" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether tables can be split with a page break or not.</desc>
+ <label>Don't split</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Border" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether table cells have a border by default.</desc>
+ <label>Border</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Compatibility">
+ <info>
+ <desc>Contains various compatibility settings.</desc>
+ </info>
+ <group oor:name="MS_Word">
+ <info>
+ <desc>Contains settings for MS Word compatibility.</desc>
+ </info>
+ <prop oor:name="AddBetween" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
+ <info>
+ <desc>Specifies whether spacing between paragraphs and tables are added to ensure the compatibility to MS Word documents.</desc>
+ <label>Add spacing between paragraphs and tables</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="AddToStart" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
+ <info>
+ <desc>Specifies whether paragraph and table spacing are added to the start of pages to ensure compatibility with MS Word documents.</desc>
+ <label>Add paragraph and table spacing to start of pages</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="AutoFunction">
+ <info>
+ <desc>Contains settings for 'Auto Text', and 'Auto Correct/AutoFormat'.</desc>
+ </info>
+ <group oor:name="Text">
+ <info>
+ <desc>Specifies settings for 'Auto Text'.</desc>
+ </info>
+ <prop oor:name="FileLinks" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Edit AutoText Save Links relative -->
+ <info>
+ <desc>Specifies whether file links inside AutoText modules are saved relatively or absolutely.</desc>
+ <label>(Save links relative to) File system</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="InternetLinks" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Edit AutoText Save Links relative -->
+ <info>
+ <desc>Specifies whether Internet links inside AutoText modules are saved relatively or absolutely.</desc>
+ <label>(Save links relative to) Internet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowPreview" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Edit AutoText Show preview -->
+ <info>
+ <desc>Specifies whether a preview of the AutoText is displayed.</desc>
+ <label>Show Preview</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowToolTip" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Edit AutoText display remainder ... -->
+ <info>
+ <desc>Specifies whether the Tip help of the AutoText is displayed.</desc>
+ <label>Display AutoText name while typing</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SearchInAllCategories" oor:type="xs:boolean" oor:nillable="false">
+ <!-- #b6633427# -->
+ <info>
+ <desc>Specifies whether the search for an AutoText shortcut will always be done in all AutoText categories.</desc>
+ <label>Search for short cut in all categories</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc>Specifies settings for 'Auto Correct/Auto Format'.</desc>
+ </info>
+ <group oor:name="Option">
+ <info>
+ <desc>Specifies options for 'Auto Correct/Auto Format'.</desc>
+ </info>
+ <prop oor:name="UseReplacementTable" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Use replacement table -->
+ <info>
+ <desc>Specifies whether the replacement table is used to replace letter combinations with defined text.</desc>
+ <label>Use replacement table</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Correct TWo INitial Capitals -->
+ <info>
+ <desc>Specifies whether two initial capitals are corrected automatically.</desc>
+ <label>Correct two initial capitals</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Capitalize first letter of every sentence -->
+ <info>
+ <desc>Specifies whether the letter at the beginning of a sentence is capitalized automatically.</desc>
+ <label>Capitalize first letter of every sentence</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeUnderlineWeight" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold*, /italic/, -strikeout- and _underline_ -->
+ <info>
+ <desc>Specifies whether text is formatted in bold or underlined when the corresponding characters are entered (*bold*, /italic/, -strikeout-, _underline_).</desc>
+ <label>Apply underline or bold</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SetInetAttribute" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL recognition -->
+ <info>
+ <desc>Specifies whether character strings which could represent a URL are converted to a hyperlink.</desc>
+ <label>Detect URL</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeOrdinalNumber" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace 1st... -->
+ <info>
+ <desc>Specifies whether ordinal numbers are displayed with raised endings.</desc>
+ <label>Replace ordinal numbers</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeDash" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
+ <info>
+ <desc>Specifies whether dashes are replaced automatically.</desc>
+ <label>Replace dashes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="AddNonBreakingSpace" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Add non-breaking space -->
+ <info>
+ <desc>Adds a non-breaking space before the characters :!;? in french.</desc>
+ <label>Add non-breaking space</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="TransliterateRTL" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Transliterate Hungarian to Old Hungarian -->
+ <info>
+ <desc>Transliterates RTL Hungarian text to Old Hungarian script.</desc>
+ <label>Transliterate RTL text to Old Hungarian</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeAngleQuotes" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace << and >> with angle quotes -->
+ <info>
+ <desc>Specifies if &lt;&lt; or &gt;&gt; should be replaced by angle quotes automatically.</desc>
+ <label>Replace angle quotes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DelEmptyParagraphs" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Remove blank paragraphs -->
+ <info>
+ <desc>Specifies whether blank paragraphs are deleted.</desc>
+ <label>Remove blank paragraphs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ReplaceUserStyle" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace custom styles -->
+ <info>
+ <desc>Specifies whether user-defined styles applied in the document are replaced by predefined text document styles.</desc>
+ <label>Replace user-defined styles</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CombineParagraphs" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Combine single line paragraphs if length greater -->
+ <info>
+ <desc>Determines if single line paragraphs are combined when they are shorter than the specified value.</desc>
+ <label>Combine single line paragraphs</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CombineValue" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Combine single line paragraphs if length greater... / Edit/Combine/Minimum size-->
+ <info>
+ <desc>Specifies the minimum length value for combining single line paragraphs. [UNIT=%]</desc>
+ <label>Combine single line paragraphs</label>
+ </info>
+ <value>50</value>
+ </prop>
+ <prop oor:name="DelSpacesAtStartEnd" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs at paragraphbegin and -end -->
+ <info>
+ <desc>Deletes Spaces/Tabs at the beginning/end of a paragraph (AutoFormat).</desc>
+ <label>Delete Blanks and Tabs at paragraphbegin and -end</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DelSpacesBetween" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs between Lineend and -begin -->
+ <info>
+ <desc>Deletes Spaces/Tabs between the rows of a paragraph (AutoFormat).</desc>
+ <label>Delete Blanks and Tabs at paragraphbegin and -end</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="ChangeToBullets">
+ <info>
+ <desc>Specifies the settings for the automatic replacement of enumeration characters (dash, plus, and so on) into bullets.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <info>
+ <desc>Specifies whether paragraphs starting with a dash, a plus sign or an asterisk followed by space or tab are replaced by a bullet character.</desc>
+ <label>Replace bullets with</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="SpecialCharacter">
+ <info>
+ <desc>Specifies the character to be used.</desc>
+ </info>
+ <prop oor:name="Char" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <info>
+ <desc>Specifies the character code if ChangeToBullets=true.</desc>
+ </info>
+ <value>8226</value>
+ </prop>
+ <prop oor:name="Font" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <info>
+ <desc>Specifies the font name if ChangeToBullets=true.</desc>
+ </info>
+ <value>StarSymbol</value>
+ </prop>
+ <prop oor:name="FontFamily" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Default value 0 = Symbol-->
+ <info>
+ <desc>Specifies the font family if ChangeToBullets=true.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FontCharset" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Default value 10 = Symbol-->
+ <info>
+ <desc>Specifies the font character set if ChangeToBullets=true.</desc>
+ </info>
+ <value>10</value>
+ </prop>
+ <prop oor:name="FontPitch" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Default value 2 = Variable-->
+ <info>
+ <desc>Specifies the font pitch if ChangeToBullets=true.</desc>
+ </info>
+ <value>2</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="ByInput">
+ <info>
+ <desc>Contains settings than can be applied while typing text.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - AutoFormat while typing -->
+ <info>
+ <desc>Specifies whether AutoFormat is active while typing.</desc>
+ <label>AutoFormat while typing</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeDash" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
+ <info>
+ <desc>Specifies whether dashes are replaced automatically.</desc>
+ <label>Replace dashes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeToBorders" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply border -->
+ <info>
+ <desc>Specifies whether borders are applied to paragraphs automatically.</desc>
+ <label>Apply border</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ChangeToTable" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Create table -->
+ <info>
+ <desc>Specifies whether tables are created by AutoFormat.</desc>
+ <label>Create table</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ReplaceStyle" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply styles -->
+ <info>
+ <desc>Specifies whether styles are automatically be assigned.</desc>
+ <label>Apply styles</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DelSpacesAtStartEnd" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs at paragraphbegin and -end -->
+ <info>
+ <desc>Deletes Spaces/Tabs at the beginning/end of a paragraph (AutoFormat during key input).</desc>
+ <label>Delete Blanks and Tabs at paragraphbegin and -end</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DelSpacesBetween" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs between Lineend and -begin -->
+ <info>
+ <desc>Deletes Spaces/Tabs between the rows of a paragraph (Autoformat during key input).</desc>
+ <label>Delete Blanks and Tabs between lineend and -begin</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="ApplyNumbering">
+ <info>
+ <desc>Contains settings for automatic numbering.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Bulleted and numbered lists-->
+ <info>
+ <desc>Specifies whether a numbered or bulleted text is created automatically while typing.</desc>
+ <label>Bulleted and numbered lists</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="SpecialCharacter">
+ <info>
+ <desc>Defines the character to be used.</desc>
+ </info>
+ <prop oor:name="Char" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Bulleted and numbered lists-->
+ <info>
+ <desc>Specifies the character code if ApplyNumbering=true.</desc>
+ </info>
+ <value>8226</value>
+ </prop>
+ <prop oor:name="Font" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Bulleted and numbered lists-->
+ <info>
+ <desc>Specifies the font name if ApplyNumbering=true.</desc>
+ </info>
+ <value>StarSymbol</value>
+ </prop>
+ <prop oor:name="FontFamily" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Bulleted and numbered lists-->
+ <!--Default value 0 = Symbol-->
+ <info>
+ <desc>Specifies the font family if ApplyNumbering=true.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FontCharset" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Bulleted and numbered lists-->
+ <!--Default value 10 = Symbol-->
+ <info>
+ <desc>Specifies the font character set if ApplyNumbering=true.</desc>
+ </info>
+ <value>10</value>
+ </prop>
+ <prop oor:name="FontPitch" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Bulleted and numbered lists-->
+ <!--Default value 2 = Variable-->
+ <info>
+ <desc>Specifies the font pitch if ApplyNumbering=true.</desc>
+ </info>
+ <value>2</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Completion">
+ <info>
+ <desc>Contains settings relevant for the word completion ('Auto Completion').</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show suggestions -->
+ <info>
+ <desc>Specifies whether the suggestions for the automatic word completion are displayed on the screen.</desc>
+ <label>Show suggestions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="MinWordLen" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion min. word length -->
+ <info>
+ <desc>Sets the value for the minimum word length.</desc>
+ <label>Min. word length</label>
+ </info>
+ <value>8</value>
+ </prop>
+ <prop oor:name="MaxListLen" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion max. entries -->
+ <info>
+ <desc>Sets the maximum number of words to be recalled.</desc>
+ <label>Max. entries</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="CollectWords" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Collect suggestions -->
+ <info>
+ <desc>Specifies whether the suggestions are compiled in a list.</desc>
+ <label>Collect suggestions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="EndlessList" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: no UI available anymore -->
+ <info>
+ <desc>Specifies whether the list containing the suitable suggestions can be navigated with (Ctrl)(Tab)(forward).</desc>
+ <label>Endless suggestions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="AppendBlank" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Append blanc -->
+ <info>
+ <desc>Specifies whether a blank is added after the automatic word completion.</desc>
+ <label>Append space</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowAsTip" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show as tip -->
+ <info>
+ <desc>Specifies whether the suggestions for the automatic word completion function should be displayed as Tip helps.</desc>
+ <label>Show as tip</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="AcceptKey" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Accept with -->
+ <info>
+ <desc>Specifies the key to be used for accepting the current suggestion of the automatic word completion.</desc>
+ <label>Accept with</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1029">
+ <!-- 0x405 -->
+ <info>
+ <desc>KeyEnd</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1280">
+ <!-- 0x500 -->
+ <info>
+ <desc>KeyReturn</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1027">
+ <!-- 0x403 -->
+ <info>
+ <desc>KeyRight</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1282"> <!-- 0x502 -->
+ <info>
+ <desc>KeyTab</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1284">
+ <!-- 0x504 -->
+ <info>
+ <desc>KeySpace</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1280</value>
+ </prop>
+ <prop oor:name="KeepList" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion When closing a document, save the list for later use ... -->
+ <info>
+ <desc>Specifies whether collected words are removed when the source document is closed.</desc>
+ <label>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>Contains various settings for labels.</desc>
+ </info>
+ <group oor:name="Inscription">
+ <info>
+ <desc>Contains settings for the inscription of the labels text field.</desc>
+ </info>
+ <prop oor:name="UseAddress" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <desc>Specifies whether the user's address is copied automatically into the label text field.</desc>
+ <label>Address</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Address" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <desc>Specifies the label text (address).</desc>
+ <label>Label text</label>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="Database" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <desc>Specifies the database used.</desc>
+ <label>Database</label>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ </group>
+ <group oor:name="Medium">
+ <info>
+ <desc>Contains settings for the media type used for the label.</desc>
+ </info>
+ <prop oor:name="Continuous" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <desc>Specifies whether continuous paper or individual sheets are used.</desc>
+ <label>Continuous / Sheet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brand" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <desc>Specifies the brand name of the label format.</desc>
+ <label>Brand</label>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="Type" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <desc>Specifies the type of the label format.</desc>
+ <label>Type</label>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc>Contains settings for the label format.</desc>
+ </info>
+ <prop oor:name="Column" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <desc>Specifies the number of labels arranged next to each other on the page.</desc>
+ <label>Columns</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <desc>Specifies the number of labels arranged from top to bottom on the page.</desc>
+ <label>Rows</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="HorizontalDistance" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <desc>Specifies the distance between the left edge of one label to the left edge of the adjacent label. [UNIT=1/100 mm].</desc>
+ <label>Horizontal pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="VerticalDistance" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <desc>Specifies the distance between the upper edge of one label to the upper edge of the label below. [UNIT=1/100 mm].</desc>
+ <label>Vertical pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <desc>Specifies the width of each label [UNIT=1/100 mm].</desc>
+ <label>Width</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <desc>Specifies the height of each label [UNIT=1/100 mm].</desc>
+ <label>Height</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="LeftMargin" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <desc>Specifies the distance from the left edge of the page to the left edge of the first label [UNIT=1/100 mm].</desc>
+ <label>Left margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="TopMargin" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <desc>Specifies the distance from the top of the page to the top of the first label [UNIT=1/100 mm].</desc>
+ <label>Top margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="PageWidth" oor:type="xs:int">
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <desc>Specifies the page width of the label sheet [UNIT=1/100 mm].</desc>
+ <label>Page Width</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="PageHeight" oor:type="xs:int">
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <desc>Specifies the page height of the label sheet [UNIT=1/100 mm].</desc>
+ <label>Page Height</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ </group>
+ <group oor:name="Option">
+ <info>
+ <desc>Contains miscellaneous options for labels.</desc>
+ </info>
+ <prop oor:name="Synchronize" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <desc>Specifies whether contents are synchronized.</desc>
+ <label>Synchronize contents</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Page" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <desc>Specifies whether the entire page or a single label are printed/generated.</desc>
+ <label>Entire page / Single label</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <desc>Specifies the number of columns to be printed.</desc>
+ <label>Column</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <desc>Specifies the number of rows to be printed.</desc>
+ <label>Row</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="BusinessCard">
+ <info>
+ <desc>Contains settings for business cards.</desc>
+ </info>
+ <group oor:name="Medium">
+ <info>
+ <desc>Contains settings for the media type used.</desc>
+ </info>
+ <prop oor:name="Continuous" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Medium -->
+ <info>
+ <desc>Specifies whether continuous paper or individual sheets are used.</desc>
+ <label>Continuous / Sheet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brand" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Medium -->
+ <info>
+ <desc>Specifies the brand name of the business card format.</desc>
+ <label>Brand</label>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="Type" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Medium -->
+ <info>
+ <desc>Specifies the type of the business card format.</desc>
+ <label>Type</label>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc>Contains settings for the page format.</desc>
+ </info>
+ <prop oor:name="Column" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <desc>Specifies the number of business cards arranged next to each other on the page.</desc>
+ <label>Columns</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <desc>Specifies the number of business cards arranged from top to bottom on the page.</desc>
+ <label>Rows</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="HorizontalDistance" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <desc>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>Horizontal pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="VerticalDistance" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <desc>Specifies the distance between the upper edge of a label to the upper edge of the label below. [UNIT=1/100 mm]</desc>
+ <label>Vertical pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <desc>Specifies the width of each business card [UNIT=1/100 mm].</desc>
+ <label>Width</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <desc>Specifies the height of each business card [UNIT=1/100 mm].</desc>
+ <label>Height</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="LeftMargin" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <desc>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>Left margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="TopMargin" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <desc>Specifies the distance from the top of the page to the top of the first business card [UNIT=1/100 mm].</desc>
+ <label>Top margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Option">
+ <info>
+ <desc>Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="Synchronize" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <desc>Specifies whether contents are synchronized.</desc>
+ <label>Synchronize contents</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Page" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <desc>Specifies whether the entire page or a single business card is printed/generated.</desc>
+ <label>Entire page / Single business card</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <desc>Specifies the number of columns to be printed.</desc>
+ <label>Column</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <desc>Specifies the number of rows to be printed.</desc>
+ <label>Row</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="AutoText">
+ <info>
+ <desc>Contains settings for the AutoText used.</desc>
+ </info>
+ <prop oor:name="Group" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards BusinessCards -->
+ <info>
+ <desc>Specifies the AutoText section name.</desc>
+ <label>AutoText section</label>
+ </info>
+ </prop>
+ <prop oor:name="Block" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards BusinessCards -->
+ <info>
+ <desc>Specifies the AutoText module name.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="PrivateAddress">
+ <info>
+ <desc>Species private address data.</desc>
+ </info>
+ <prop oor:name="FirstName" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your first name.</desc>
+ <label>First name</label>
+ </info>
+ </prop>
+ <prop oor:name="Name" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your last name.</desc>
+ <label>Last name</label>
+ </info>
+ </prop>
+ <prop oor:name="ShortCut" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your initials.</desc>
+ <label>Initials</label>
+ </info>
+ </prop>
+ <prop oor:name="SecondFirstName" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your first name (2nd entry).</desc>
+ <label>First name 2</label>
+ </info>
+ </prop>
+ <prop oor:name="SecondName" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your last name (2nd entry).</desc>
+ <label>Last name 2</label>
+ </info>
+ </prop>
+ <prop oor:name="SecondShortCut" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your initials (2nd entry).</desc>
+ <label>Initials 2</label>
+ </info>
+ </prop>
+ <prop oor:name="Street" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies the name of the street where you live.</desc>
+ <label>Street</label>
+ </info>
+ </prop>
+ <prop oor:name="Zip" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your ZIP code.</desc>
+ <label>Zip</label>
+ </info>
+ </prop>
+ <prop oor:name="City" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies the city where you live.</desc>
+ <label>City</label>
+ </info>
+ </prop>
+ <prop oor:name="Country" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies the country where you live.</desc>
+ <label>Country</label>
+ </info>
+ </prop>
+ <prop oor:name="State" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies the state where you live.</desc>
+ <label>State</label>
+ </info>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your title.</desc>
+ <label>Title</label>
+ </info>
+ </prop>
+ <prop oor:name="Profession" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your profession.</desc>
+ <label>Profession</label>
+ </info>
+ </prop>
+ <prop oor:name="Phone" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your phone number.</desc>
+ <label>Phone</label>
+ </info>
+ </prop>
+ <prop oor:name="Mobile" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your mobile phone number.</desc>
+ <label>Mobile</label>
+ </info>
+ </prop>
+ <prop oor:name="Fax" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your fax number.</desc>
+ <label>Fax</label>
+ </info>
+ </prop>
+ <prop oor:name="WebAddress" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies the address of your homepage.</desc>
+ <label>Homepage</label>
+ </info>
+ </prop>
+ <prop oor:name="Email" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your email address.</desc>
+ <label>Email</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="BusinessAddress">
+ <info>
+ <desc>Specifies the business address data.</desc>
+ </info>
+ <prop oor:name="Company" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies the company name, 1st line.</desc>
+ <label>Company</label>
+ </info>
+ </prop>
+ <prop oor:name="CompanyExt" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies the company name, 2nd line.</desc>
+ <label>CompanyExt</label>
+ </info>
+ </prop>
+ <prop oor:name="Slogan" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies the company slogan.</desc>
+ <label>Slogan</label>
+ </info>
+ </prop>
+ <prop oor:name="Street" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies the name of the street.</desc>
+ <label>Street</label>
+ </info>
+ </prop>
+ <prop oor:name="Zip" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies the postal code or zip code.</desc>
+ <label>Zip</label>
+ </info>
+ </prop>
+ <prop oor:name="City" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies the name of the city.</desc>
+ <label>City</label>
+ </info>
+ </prop>
+ <prop oor:name="Country" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies the country where the company is located.</desc>
+ <label>Country</label>
+ </info>
+ </prop>
+ <prop oor:name="State" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies the state where the company is located.</desc>
+ <label>State</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies your position in the company.</desc>
+ <label>Position</label>
+ </info>
+ </prop>
+ <prop oor:name="Phone" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies your phone number.</desc>
+ <label>Phone</label>
+ </info>
+ </prop>
+ <prop oor:name="Mobile" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies your mobile phone number.</desc>
+ <label>Mobile</label>
+ </info>
+ </prop>
+ <prop oor:name="Fax" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies your fax number.</desc>
+ <label>Fax</label>
+ </info>
+ </prop>
+ <prop oor:name="WebAddress" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies the internet address for the company.</desc>
+ <label>WebAddress</label>
+ </info>
+ </prop>
+ <prop oor:name="Email" oor:type="xs:string">
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies your email address.</desc>
+ <label>Email</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="ObjectBar">
+ <info>
+ <desc>Specifies the settings for the object bar.</desc>
+ </info>
+ <group oor:name="Selection">
+ <!-- UIHints: Right mouse click to the toolbar with object selection-->
+ <info>
+ <desc>Specifies which type of object bars are visible.</desc>
+ </info>
+ <prop oor:name="Graphic" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies whether the Image Object Bar or the Text Object Bar is visible when an image is selected.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>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" oor:nillable="false">
+ <info>
+ <desc>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" oor:nillable="false">
+ <info>
+ <desc>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" oor:nillable="false">
+ <info>
+ <desc>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="Notes">
+ <info>
+ <desc>Contains settings for comments</desc>
+ </info>
+ <prop oor:name="ShowAnkor" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>configures if comment anchor should be shown or hidden when display is off</desc>
+ <label>Comments Ankor on/off</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="WordCount">
+ <info>
+ <desc>Contains settings for word counting</desc>
+ </info>
+ <prop oor:name="AdditionalSeparators" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>configures additional word separators for word counting</desc>
+ <label>Additional Word Separators</label>
+ </info>
+ <value>—–</value>
+ </prop>
+ <prop oor:name="ShowStandardizedPageCount" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>configures if standardized page count should be displayed on the Word Count window</desc>
+ <label>Show Standardized Page Count</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="StandardizedPageSize" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>configures how many characters is considered one standardized page</desc>
+ <label>Characters Per Standardized Page</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100000">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>1800</value>
+ </prop>
+ </group>
+ <group oor:name="Navigator">
+ <info>
+ <desc>Contains settings for the Navigator.</desc>
+ </info>
+ <prop oor:name="ShowListBox" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Navigator -->
+ <info>
+ <desc>Displays the list box in the lower half of the Navigator.</desc>
+ <label>List Box on/off</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="GlobalDocMode" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Navigator -->
+ <info>
+ <desc>Switches from Master View and Normal view when a Master Document is opened.</desc>
+ <label>Toggle</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RootType" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Navigator -->
+ <info>
+ <desc>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>Content View</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="SelectedPosition" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Navigator -->
+ <info>
+ <desc>Specifies which entry is selected in the Navigator list box.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="OutlineLevel" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Navigator -->
+ <info>
+ <desc>Specifies the outline level shown in the Navigator.</desc>
+ <label>Heading levels shown</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <prop oor:name="InsertMode" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Navigator -->
+ <info>
+ <desc>Specifies the insert mode when moving elements from the Navigator to another document with drag-and-drop.</desc>
+ <label>Drag Mode</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>as Hyperlink</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>as Link</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>as Copy</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ActiveBlock" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Navigator -->
+ <info>
+ <desc>Specifies whether the contents of a category are displayed in the Navigator list box.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="OutlineTracking" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies outline tracking mode.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Default</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Focus</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Off</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="TableTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Table tracking is active.</desc>
+ <label>Table tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FrameTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Frame tracking is active.</desc>
+ <label>Frame tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ImageTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Image tracking is active.</desc>
+ <label>Image tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="OLEobjectTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if OLE object tracking is active.</desc>
+ <label>OLE object tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="BookmarkTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Bookmark tracking is active.</desc>
+ <label>Bookmark tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="SectionTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Section tracking is active.</desc>
+ <label>Section tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HyperlinkTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Hyperlink tracking is active.</desc>
+ <label>Hyperlink tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ReferenceTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Reference tracking is active.</desc>
+ <label>Reference tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IndexTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Index tracking is active.</desc>
+ <label>Index tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CommentTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Comment tracking is active.</desc>
+ <label>Comment tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DrawingObjectTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Drawing Object tracking is active.</desc>
+ <label>Drawing Object tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FieldTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Field tracking is active.</desc>
+ <label>Field tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FootnoteTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Footnote tracking is active.</desc>
+ <label>Footnote tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="EndnoteTracking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if Endnote tracking is active.</desc>
+ <label>Endnote tracking on/off</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="NavigateOnSelect" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if navigate on entry select is active.</desc>
+ <label>Navigate on entry select on/off</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Envelope">
+ <info>
+ <desc>Contains settings for envelopes.</desc>
+ </info>
+ <group oor:name="Inscription">
+ <info>
+ <desc>Contains inscription settings.</desc>
+ </info>
+ <prop oor:name="Addressee" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Envelope -->
+ <info>
+ <desc>Specifies the recipient's address.</desc>
+ <label>Addressee</label>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="Sender" oor:type="xs:string">
+ <!-- UIHints: Insert Envelope Envelope -->
+ <info>
+ <desc>Specifies the sender's address.</desc>
+ <label>Sender</label>
+ </info>
+ </prop>
+ <prop oor:name="UseSender" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Envelope -->
+ <info>
+ <desc>Specifies whether the sender's address is used.</desc>
+ <label>Use Sender</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Database" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Envelope -->
+ <info>
+ <desc>Specifies the database to be used for the addressee.</desc>
+ <label>Database</label>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc>Contains format settings.</desc>
+ </info>
+ <prop oor:name="AddresseeFromLeft" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Format // old twips: 6463 / 2-->
+ <info>
+ <desc>Specifies the position of the addressee field measured from the left margin [UNIT=1/100 mm].</desc>
+ <label>Addressee from left</label>
+ </info>
+ <value>5700</value>
+ </prop>
+ <prop oor:name="AddresseeFromTop" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Format // old twips: 6463 / 2-->
+ <info>
+ <desc>Specifies the position of the addressee field measured from the upper margin [UNIT=1/100 mm].</desc>
+ <label>Addressee from top</label>
+ </info>
+ <value>5700</value>
+ </prop>
+ <prop oor:name="SenderFromLeft" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Format -->
+ <info>
+ <desc>Specifies the position of the sender field measured from the left margin [UNIT=1/100 mm].</desc>
+ <label>Sender from left</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="SenderFromTop" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Format -->
+ <info>
+ <desc>Specifies the position of the sender field measured from the upper margin [UNIT=1/100 mm].</desc>
+ <label>Sender from top</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Format -->
+ <info>
+ <desc>Specifies the width of the envelope [UNIT=1/100 mm].</desc>
+ <label>Width</label>
+ </info>
+ <value>11400</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Format -->
+ <info>
+ <desc>Specifies the height of the envelope [UNIT=1/100 mm].</desc>
+ <label>Height</label>
+ </info>
+ <value>22700</value>
+ </prop>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc>Contains settings for printing.</desc>
+ </info>
+ <prop oor:name="Alignment" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Printer -->
+ <info>
+ <desc>Specifies the alignment when printing.</desc>
+ <label>Alignment</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Horizontally left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Horizontally centered</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Horizontally right</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Vertically left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Vertically centered</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>Vertically right</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FromAbove" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Printer -->
+ <info>
+ <desc>Specifies whether the envelope is printed with the side facing up or down in the printer tray.</desc>
+ <label>Print from top / Print from bottom</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Right" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Printer -->
+ <info>
+ <desc>Specifies the right distance of the printed area (horizontal position).</desc>
+ <label>Shift right</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Down" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: Insert Envelope Printer -->
+ <info>
+ <desc>Specifies the bottom distance of the printed area (vertical position).</desc>
+ <label>Shift down</label>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="InsertData">
+ <info>
+ <desc>Contains settings for inserting data from a data base.</desc>
+ </info>
+ <set oor:name="DataSet" oor:node-type="DataSetType">
+ <!-- UIHints: Dialog Insert Database Columns -->
+ <info>
+ <desc>Specifies the data set that you want to insert.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="Filter">
+ <info>
+ <desc>Contains filter settings.</desc>
+ </info>
+ <group oor:name="Import">
+ <info>
+ <desc>Contains import settings.</desc>
+ </info>
+ <group oor:name="VBA">
+ <info>
+ <desc>Contains settings for importing VBA Basic.</desc>
+ </info>
+ <prop oor:name="Load" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Word 97/2000 -->
+ <info>
+ <desc>Converts VBA Basic into Office Basic as commands (True).</desc>
+ <label>Load Basic Code to edit</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Executable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Indicates whether VBA macros are imported without comments to be executable.</desc>
+ <label>Executable code</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Save" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Word 97/2000 -->
+ <info>
+ <desc>Holds original VBA storage for saving in the memory (True).</desc>
+ <label>Save Original Basic Code again</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="HTML">
+ <info>
+ <desc>Contains settings for importing HTML.</desc>
+ </info>
+ <prop oor:name="IgnoreComments" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether HTML comments should be ignored or imported as postits / annotations.</desc>
+ <label>Ignore HTML comments</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="DOCX">
+ <info>
+ <desc>Contains settings for importing DOCX.</desc>
+ </info>
+ <prop oor:name="ImportComboBoxAsDropDown" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether ComboBox form control should be imported as DropDown text field.</desc>
+ <label>Import ComboBox as DropDown</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Numbering">
+ <info>
+ <desc>Contains settings for Numbering/Bullets.</desc>
+ </info>
+ <group oor:name="Graphic">
+ <info>
+ <desc>Contains settings for graphics used for bullets.</desc>
+ </info>
+ <prop oor:name="KeepRatio" oor:type="xs:boolean" oor:nillable="false">
+ <!--UIHints: Numbering/Bullets dialog - Customize - Graphics - Keep Ratio-->
+ <info>
+ <desc>Maintains the proportions of images when the size is modified.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="DefaultBulletList">
+ <info>
+ <desc>Contains the font and the character used for each level for the default bullet list.</desc>
+ </info>
+ <group oor:name="BulletFont">
+ <info>
+ <desc>Contains the font and its relevant attributes used for the default bullet list.</desc>
+ </info>
+ <prop oor:name="FontFamilyname" oor:type="xs:string">
+ <info>
+ <desc>Font family name of default bullet character for all list levels.</desc>
+ </info>
+ </prop>
+ <prop oor:name="FontWeight" oor:type="xs:short">
+ <info>
+ <desc>Font weight of default bullet character for all list levels.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Don't know</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Thin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>UltraLight</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Light</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>SemiLight</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>Normal</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>Medium</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>SemiBold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>UltraBold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>Black</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="FontItalic" oor:type="xs:short">
+ <info>
+ <desc>Italic attribute of font of default bullet character for all list levels.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Don't know</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Oblique</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Normal</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <prop oor:name="BulletCharLvl1" oor:type="xs:short">
+ <info>
+ <desc>Unicode value of default bullet character for list level 1.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BulletCharLvl2" oor:type="xs:short">
+ <info>
+ <desc>Unicode value of default bullet character for list level 2.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BulletCharLvl3" oor:type="xs:short">
+ <info>
+ <desc>Unicode value of default bullet character for list level 3.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BulletCharLvl4" oor:type="xs:short">
+ <info>
+ <desc>Unicode value of default bullet character for list level 4.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BulletCharLvl5" oor:type="xs:short">
+ <info>
+ <desc>Unicode value of default bullet character for list level 5.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BulletCharLvl6" oor:type="xs:short">
+ <info>
+ <desc>Unicode value of default bullet character for list level 6.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BulletCharLvl7" oor:type="xs:short">
+ <info>
+ <desc>Unicode value of default bullet character for list level 7.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BulletCharLvl8" oor:type="xs:short">
+ <info>
+ <desc>Unicode value of default bullet character for list level 8.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BulletCharLvl9" oor:type="xs:short">
+ <info>
+ <desc>Unicode value of default bullet character for list level 9.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BulletCharLvl10" oor:type="xs:short">
+ <info>
+ <desc>Unicode value of default bullet character for list level 10.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="UserInterfaceBehavior">
+ <info>
+ <desc>Contains switches for the behavior of the user interface regarding lists and list items.</desc>
+ </info>
+ <prop oor:name="ChangeIndentOnTabAtFirstPosOfFirstListItem" oor:type="xs:boolean">
+ <info>
+ <desc>Behavior of &gt;TAB&lt;-key and &gt;SHIFT-TAB&lt;-key at the first position of the first list item of a list. &gt;TRUE&lt;: complete list indent is increased/decreased. &gt;FALSE&lt;: default behavior of &gt;TAB&lt; resp. &gt;SHIFT-TAB&lt;-key at first position of a list item.</desc>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Statistics">
+ <info>
+ <desc>Contains settings for document statistics.</desc>
+ </info>
+ <group oor:name="WordNumber">
+ <info>
+ <desc>Contains word number settings.</desc>
+ </info>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
+ <!--UIHints: File - Properties - Statistics - Word number - Separator-->
+ <info>
+ <desc>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>Contains settings for indices.</desc>
+ </info>
+ <prop oor:name="ShowPreview" oor:type="xs:boolean" oor:nillable="false">
+ <!--UIHints: Insert - Indexes - Show preview -->
+ <info>
+ <desc>Specifies whether a preview of the index is displayed in the Insert Index dialog .</desc>
+ <label>Show Preview</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="FormLetter">
+ <info>
+ <desc>Specifies the settings for form letter output.</desc>
+ </info>
+ <group oor:name="PrintOutput">
+ <info>
+ <desc>Specifies the settings for form letter output to printer.</desc>
+ </info>
+ <prop oor:name="SinglePrintJobs" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Form letter - Printer output - Single print jobs-->
+ <info>
+ <desc>Prints each form letter individually with the selected printer (true).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="AskForMerge" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines whether printing a document that contains database fields triggers a 'do you want to call mailmerge' query</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="MailingOutput">
+ <info>
+ <desc>Specifies the settings for form letter output as mail.</desc>
+ </info>
+ <prop oor:name="Format" oor:type="xs:int">
+ <!--UIHints: Form letter - Mailing output - Mail format-->
+ <info>
+ <desc>Specifies the mail format.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>ASCII</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>HTML</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>RTF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Writer</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="FileOutput">
+ <info>
+ <desc>Specifies the settings for outputting a form letter to a file.</desc>
+ </info>
+ <prop oor:name="Path" oor:type="xs:string" oor:nillable="false">
+ <!--UIHints: Form letter - File output - Path-->
+ <info>
+ <desc>Specifies the path for the form letter file.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <group oor:name="FileName">
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
+ <info>
+ <desc>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>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">
+ <info>
+ <desc>Specifies the column name to be used as file name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="FromManualSetting" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name entered manually.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="FilePassword">
+ <info>
+ <desc>Specifies how the file password is built.</desc>
+ </info>
+ <prop oor:name="Generation" oor:type="xs:boolean" oor:nillable="false" >
+ <!--UI hints: Form letter - File output - Generate file password from - Database field-->
+ <info>
+ <desc>Determines if the file password is generated from a database field.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="FromDatabaseField" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the column name to be used as file password.</desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Misc">
+ <info>
+ <desc>Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="GraphicToGalleryAsLink" oor:type="xs:boolean" oor:nillable="false">
+ <!--UIHints: context menu of readonly loaded documents-->
+ <info>
+ <desc>Specifies whether a preview of the index is displayed in the dialog Insert Index.</desc>
+ <label>Show Preview</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="FilterFlags">
+ <info>
+ <desc>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>Contains settings for the Excel/Lotus filter.</desc>
+ </info>
+ <prop oor:name="MinRow" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Specifies the minimum number of rows that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="MaxRow" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum number of rows that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="MinCol" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Specifies the minimum number of columns that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="MaxCol" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum number of columns that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="W4W">
+ <info>
+ <desc>Contains settings for the Word4Word filter.</desc>
+ </info>
+ <prop oor:name="W4WHD" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>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" oor:nillable="false">
+ <info>
+ <desc>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" oor:nillable="false">
+ <info>
+ <desc>Specifies 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>Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>W4WFL_NO_FLY_IN_CNTNT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>W4WFL_NO_GRAF_IN_CNTNT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>W4WFL_EXACT_TABLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>W4WFL_NO_DBL_TBL_BORDER_REMOVE </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16">
+ <info>
+ <desc>W4WFL_NO_WW_SPECCHAR</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32">
+ <info>
+ <desc>W4WFL_NO_APO_HNL_REMOVE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc>W4WFL_NO_DBL_APO_BORDER_REMOVE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc>W4WFL_NO_HDFT_DIST</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc>W4WFL_ALL_HDFT_DIST</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="512">
+ <info>
+ <desc>W4WFL_NO_PCTEXT4_124</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1024">
+ <info>
+ <desc>W4WFL_NO_PCTEXT4_INDENT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2048">
+ <info>
+ <desc>W4WFL_ALL_HDFT_MAINATTR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4096">
+ <info>
+ <desc>W4WFL_NO_PCTEXT4_HDFT_MAINATTR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8192">
+ <info>
+ <desc>W4WFL_NO_PCTEXT4_STP_DEC2 </desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="WinWord">
+ <info>
+ <desc>Contains settings for the WinWord filter.</desc>
+ </info>
+ <prop oor:name="WW1F" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Specifies the flags for controlling the import of WinWord 1.0 documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>TAG_FLD</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc>ALLOW_FLD_CR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc>DONT_HARD_PROTECT </desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WW" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Specifies the flags for importing WinWord documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>WWFL_NO_TEXT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>WWFL_NO_STYLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>WWFL_NO_ZSTYLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>WWFL_NO_APO</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16">
+ <info>
+ <desc>WWFL_NO_HDFT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32">
+ <info>
+ <desc>WWFL_NO_FTN</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc>WWFL_NO_FLD</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc>WWFL_NO_GRAF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc>WWFL_NO_DEFTABS</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="512">
+ <info>
+ <desc>WWFL_NO_LRUL</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1024">
+ <info>
+ <desc>WWFL_NO_DEFSTYLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2048">
+ <info>
+ <desc>WWFL_NO_TABLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4096">
+ <info>
+ <desc>WWFL_NO_OUTLINE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8192">
+ <info>
+ <desc>WWFL_NO_NUMRULE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16384">
+ <info>
+ <desc>WWFL_NO_IMPLPASP</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32768">
+ <info>
+ <desc>WWFL_NO_GRAFLAYER</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="65536">
+ <info>
+ <desc>WWFL_NO_COMPLEX</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="131072">
+ <info>
+ <desc>WWFL_NO_OLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="262144">
+ <info>
+ <desc>WWFL_OLE_TO_GRAF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="524288">
+ <info>
+ <desc>WWFL_NO_VCCONTROLS</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1048576">
+ <info>
+ <desc>WWFL_NO_STD_STY_DYA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2097152">
+ <info>
+ <desc>WWFL_NO_COLS</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="536870912">
+ <info>
+ <desc>WWFL_NO_IMPORT</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WW8" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Specifies the flags for importing WinWord 8 documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>WW8FL_NO_FLY_FOR_TXBX</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>EQUAL_TAB_BORDERDISTS</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWF" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Specifies the 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>Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>TAG_FLD</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>WWFFL_TAGS_DO_ID</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>WWFFL_TAGS_VISIBLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>WWFL_BOOK_TO_VAR_REF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16">
+ <info>
+ <desc>WWFL_BOOK_AND_REF </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32">
+ <info>
+ <desc>TAGS_IN_TEXT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc>ALLOW_FLD_CR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc>NO_FLD_CR</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc>DONT_HARD_PROTECT </desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFA0" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Enables the tagging of fields for every field type. Controls the field types 0 to 31.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFA1" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Enables the tagging of fields for every field type.Controls the field types 32 to 63.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFA2" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Enables the tagging of fields for every field type.Controls the field types 64 to 95.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFB0" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Disables the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields.Controls the field types 0 to 31.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFB1" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Disables the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. Controls the field types 32 to 63.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFB2" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Disables the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. Controls the field types 64 to 95.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFLX" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>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" oor:nillable="false">
+ <info>
+ <desc>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" oor:nillable="false">
+ <info>
+ <desc>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" oor:nillable="false">
+ <info>
+ <desc>Specifies several flags for exporting (for debugging).</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>WWFL_ULSPACE_LIKE_SWG</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc>WWFL_NO_GRAF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="131072">
+ <info>
+ <desc>WWFL_NO_OLE</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="RegardHindiDigits" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>If true yields to digits marked as CTL script to be imported as Hindi digits.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Writer">
+ <info>
+ <desc>Contains settings for the Writer filter.</desc>
+ </info>
+ <prop oor:name="SW3Imp" oor:type="xs:long" oor:nillable="false">
+ <info>
+ <desc>Specifies the flags for the Writer filter.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>NoDrawingObjects</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>NoLayoutInfo</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Wizards">
+ <info>
+ <desc>Specifies settings for the Writer Wizards.</desc>
+ </info>
+ <group oor:name="Letter">
+ <info>
+ <desc>Specifies settings for the Letter Wizard.</desc>
+ </info>
+ <prop oor:type="xs:int" oor:name="LetterType">
+ <info>
+ <desc>The type of the Letter</desc>
+ </info>
+ </prop>
+ <node-ref oor:node-type="LetterControls" oor:name="BusinessLetter">
+ <info>
+ <desc>Reference to the LetterControls template for a Business Letter</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:node-type="LetterControls" oor:name="PrivateOfficialLetter">
+ <info>
+ <desc>Reference to the LetterControls template for a Private Official Letter</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:node-type="LetterControls" oor:name="PrivateLetter">
+ <info>
+ <desc>Reference to the LetterControls template for a Private Letter</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Fax">
+ <info>
+ <desc>Specifies settings for the Fax Wizard.</desc>
+ </info>
+ <prop oor:type="xs:int" oor:name="FaxType">
+ <info>
+ <desc>The type of the Fax</desc>
+ </info>
+ </prop>
+ <node-ref oor:node-type="FaxControls" oor:name="BusinessFax">
+ <info>
+ <desc>Reference to the FaxControls template for a Business Fax</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:node-type="FaxControls" oor:name="PrivateFax">
+ <info>
+ <desc>Reference to the FaxControls template for a Private Fax</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Agenda">
+ <info>
+ <desc>Specifies settings for the Agenda Wizard.</desc>
+ </info>
+ <prop oor:type="xs:int" oor:name="AgendaType">
+ <info>
+ <desc>The number of the template to use</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="IncludeMinutes">
+ <info>
+ <desc>The type of the Fax</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="Title">
+ <info>
+ <desc>The title of the agenda</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="Date">
+ <info>
+ <desc>The date of the meeting</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="Time">
+ <info>
+ <desc>The time of the meeting</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="Location">
+ <info>
+ <desc>The Location of the meeting</desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="ShowMeetingType">
+ <info>
+ <desc>Show the "Type of meeting" heading ? </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="ShowRead">
+ <info>
+ <desc>Show the "read" heading ? </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="ShowBring">
+ <info>
+ <desc>Show the bring heading ? </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="ShowNotes">
+ <info>
+ <desc>Show the "comments" heading ? </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="ShowCalledBy">
+ <info>
+ <desc>Show the "Meeting called by" name ? </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="ShowFacilitator">
+ <info>
+ <desc>Show the "Facilitator" name ? </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="ShowNotetaker">
+ <info>
+ <desc>Show the "notetaker" name ? </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="ShowTimekeeper">
+ <info>
+ <desc>Show the "timekeeper" name ? </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="ShowAttendees">
+ <info>
+ <desc>Show the "attendees" names ? </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="ShowObservers">
+ <info>
+ <desc>Show the "observers" names ? </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:boolean" oor:name="ShowResourcePersons">
+ <info>
+ <desc>Show the "resource persons" names ? </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="TemplateName">
+ <info>
+ <desc>The template's document property "title" </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:string" oor:name="TemplatePath">
+ <info>
+ <desc> the full url to save to... </desc>
+ </info>
+ </prop>
+ <prop oor:type="xs:int" oor:name="ProceedMethod">
+ <info>
+ <desc> how to proceed? 0 = create document, 1 = edit template </desc>
+ </info>
+ </prop>
+ <set oor:name="Topics" oor:node-type="AgendaWizardTopic">
+ <info>
+ <desc> The topics of the agenda wizard </desc>
+ </info>
+ </set>
+ </group>
+ </group>
+ </component>
+</oor:component-schema>