summaryrefslogtreecommitdiff
path: root/officecfg/registry
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-26 20:28:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-26 20:28:10 +0200
commit75ff3466daeb3bb5e7af571baa82e2a73a5e8f5d (patch)
tree28f75b38a597f8423e4d68617158c6615b9dc04e /officecfg/registry
parente47635270ea4bfb242e3320d53caf2540d839809 (diff)
xmllint: reformat files
Writer.xcs is the biggest one Change-Id: Ic7eb27c14579496009c6079b7c815795c6c90e4a
Diffstat (limited to 'officecfg/registry')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs1033
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs13232
2 files changed, 7131 insertions, 7134 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs b/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs
index 5e36610c7939..9f7135705307 100644
--- a/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs
@@ -17,521 +17,520 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema oor:name="WebWizard" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <info>
- <desc>Contains the configuration schema for the web wizard</desc>
- </info>
- <templates>
- <group oor:name="WWizLayout">
- <info>
- <desc>Information on a web-wizard layout</desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>the index of the layout (start at 0, must be exporter-unique)</desc>
- </info>
- </prop>
- <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
- <info>
- <desc>The UI name of the layout</desc>
- </info>
- </prop>
- <prop oor:name="FSName" oor:type="xs:string">
- <info>
- <desc>the directory name of the layout.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WWizExporter">
- <info>
- <desc>Information on a web wizard exporter</desc>
- </info>
- <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
- <info>
- <desc>the UI name of the exporter</desc>
- </info>
- </prop>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>a general index of the exporter, starts with 0, must be exporter-unique</desc>
- </info>
- </prop>
- <prop oor:name="ExporterClass" oor:type="xs:string">
- <info>
- <desc>A full quilified class name of the exporter class</desc>
- </info>
- </prop>
- <prop oor:name="OwnDirectory" oor:type="xs:boolean">
- <info>
- <desc>does this exporter needs an own directory to export to.</desc>
- </info>
- </prop>
- <prop oor:name="SupportsFilename" oor:type="xs:boolean">
- <info>
- <desc>does this exporter support a given filename, or export to a self-generated filename</desc>
- </info>
- </prop>
- <prop oor:name="DefaultFilename" oor:type="xs:string">
- <info>
- <desc>if does not support filename, what name does it use?</desc>
- </info>
- </prop>
- <prop oor:name="Extension" oor:type="xs:string">
- <info>
- <desc>the extension that should be used, if the expoter supports filename</desc>
- </info>
- </prop>
- <prop oor:name="SupportedMimeTypes" oor:type="xs:string">
- <info>
- <desc>one of : writer/calc/impress/draw/graphics/other/(empty for all)</desc>
- </info>
- </prop>
- <prop oor:name="Icon" oor:type="xs:string">
- <info>
- <desc>the icon to use as preview</desc>
- </info>
- </prop>
- <prop oor:name="TargetType" oor:type="xs:string">
- <info>
- <desc>A type name out of TypeDetection (like graphic_HTML)</desc>
- </info>
- </prop>
- <prop oor:name="PageType" oor:type="xs:int">
- <info>
- <desc>Page type of the target document; 0 = no page, 1 = pages, 2 = slides</desc>
- </info>
- </prop>
- <prop oor:name="Binary" oor:type="xs:boolean">
- <info>
- <desc>if the target format is binary (like pdf) - html is NOT binary.</desc>
- </info>
- </prop>
- <set oor:name="Arguments" oor:node-type="WWizArgument">
- <info>
- <desc>additional arguments given to the exporter class by initialisation</desc>
- </info>
- </set>
- </group>
- <group oor:name="WWizArgument">
- <info>
- <desc>An argument used by exporters and other configuration groups/sets</desc>
- </info>
- <prop oor:name="Value" oor:type="xs:string">
- <info>
- <desc>the value of the argument</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WWizStyle">
- <info>
- <desc>Specifies style information (css)
- </desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>the index of the style (used by the ui) - starts with 0, must by - style-unique</desc>
- </info>
- </prop>
- <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
- <info>
- <desc>UI name of the style</desc>
- </info>
- </prop>
- <prop oor:name="CssHref" oor:type="xs:string">
- <info>
- <desc>the name of the css file</desc>
- </info>
- </prop>
- <prop oor:name="BackgroundImage" oor:type="xs:string">
- <info>
- <desc>default background image. not implemented.</desc>
- </info>
- </prop>
- <prop oor:name="IconSet" oor:type="xs:string">
- <info>
- <desc>default iconset. not implemented</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WWizImage">
- <info>
- <desc>locates images for the background images of the webwizard</desc>
- </info>
- <prop oor:name="Href" oor:type="xs:string">
- <info>
- <desc>either a directory or a full qualified filename. Office-path variables can be used.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WWizIconSet">
- <info>
- <desc>describes an icon set, used in export of draw and impress documents.</desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>index of the icon set</desc>
- </info>
- </prop>
- <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
- <info>
- <desc>UI name of the icon set</desc>
- </info>
- </prop>
- <prop oor:name="FNPrefix" oor:type="xs:string">
- <info>
- <desc>prefix of the filename. see impress/draw html export</desc>
- </info>
- </prop>
- <prop oor:name="FNPostfix" oor:type="xs:string">
- <info>
- <desc>postfix of the filename. see impress/draw html export</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WWizDocument">
- <info>
- <desc>describes a document to be exported</desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>the index of the document in the "content"</desc>
- </info>
- </prop>
- <prop oor:name="Title" oor:type="xs:string">
- <info>
- <desc>Title of the document</desc>
- </info>
- </prop>
- <prop oor:name="Description" oor:type="xs:string">
- <info>
- <desc>description of the document</desc>
- </info>
- </prop>
- <prop oor:name="URL" oor:type="xs:string">
- <info>
- <desc>a full url of the document</desc>
- </info>
- </prop>
- <prop oor:name="Author" oor:type="xs:string">
- <info>
- <desc>the author of the document</desc>
- </info>
- </prop>
- <prop oor:name="Exporter" oor:type="xs:string">
- <info>
- <desc>the name of the exporter used for this document</desc>
- </info>
- </prop>
- <prop oor:name="ApplyWebStyle" oor:type="xs:boolean">
- <info>
- <desc>not implemented</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WWizContent">
- <info>
- <desc>describes a web-wizard content, which contains
- recursivley documents and other contents.
- At the moment, contents contain only documents. Implementation of
- sub-contents is a future issue
- </desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>the index of the content in its parent content.</desc>
- </info>
- </prop>
- <prop oor:name="Name" oor:type="xs:string">
- <info>
- <desc>The content's name</desc>
- </info>
- </prop>
- <prop oor:name="Description" oor:type="xs:string">
- <info>
- <desc>The contents description</desc>
- </info>
- </prop>
- <set oor:name="Contents" oor:node-type="WWizContent">
- <info>
- <desc>sub contents of this content. not implemented.</desc>
- </info>
- </set>
- <set oor:name="Documents" oor:node-type="WWizDocument">
- <info>
- <desc>documents contained in this content</desc>
- </info>
- </set>
- </group>
- <group oor:name="WWizSession">
- <info>
- <desc>A web wizard session. contains all the user's input.</desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>the index of the session in the list of saved session.</desc>
- </info>
- </prop>
- <prop oor:name="Name" oor:type="xs:string">
- <info>
- <desc>a user given name of the session</desc>
- </info>
- </prop>
- <prop oor:name="InDirectory" oor:type="xs:string">
- <info>
- <desc>the last used directory from which the user added documents
- to the wizard.
- </desc>
- </info>
- </prop>
- <prop oor:name="OutDirectory" oor:type="xs:string">
- <info>
- <desc>The last directory the user used as output.</desc>
- </info>
- </prop>
- <node-ref oor:name="Content" oor:node-type="WWizContent">
- <info>
- <desc>the content (documents) of the session</desc>
- </info>
- </node-ref>
- <group oor:name="Design">
- <info>
- <desc>design specifications of the session.</desc>
- </info>
- <prop oor:name="Layout" oor:type="xs:string">
- <info>
- <desc>layout name chosen by the user</desc>
- </info>
- </prop>
- <prop oor:name="Style" oor:type="xs:string">
- <info>
- <desc>Style name chosen by the user.</desc>
- </info>
- </prop>
- <prop oor:name="BackgroundImage" oor:type="xs:string">
- <info>
- <desc>background image chosen by the user.</desc>
- </info>
- </prop>
- <prop oor:name="IconSet" oor:type="xs:string">
- <info>
- <desc>Icon set chosen by the user.</desc>
- </info>
- </prop>
- <prop oor:name="OptimizeDisplaySize" oor:type="xs:int">
- <info>
- <desc>0 = 640x..., 1 = 800x..., 2 = 1024x...</desc>
- </info>
- </prop>
- <prop oor:name="DisplayTitle" oor:type="xs:boolean">
- <info>
- <desc>ignored</desc>
- </info>
- </prop>
- <prop oor:name="DisplayDescription" oor:type="xs:boolean">
- <info>
- <desc>should the desctiprion of each document be listed in the TOC</desc>
- </info>
- </prop>
- <prop oor:name="DisplayAuthor" oor:type="xs:boolean">
- <info>
- <desc>should the author of each document be listed in the TOC</desc>
- </info>
- </prop>
- <prop oor:name="DisplayCreateDate" oor:type="xs:boolean">
- <info>
- <desc>should the creation date of each document be listed in the TOC</desc>
- </info>
- </prop>
- <prop oor:name="DisplayUpdateDate" oor:type="xs:boolean">
- <info>
- <desc>should the "last changed date" of each document be listed in the TOC</desc>
- </info>
- </prop>
- <prop oor:name="DisplayFilename" oor:type="xs:boolean">
- <info>
- <desc>should the filename of each document be listed in the TOC</desc>
- </info>
- </prop>
- <prop oor:name="DisplayFileFormat" oor:type="xs:boolean">
- <info>
- <desc>should the file format of each document be listed in the TOC</desc>
- </info>
- </prop>
- <prop oor:name="DisplayFormatIcon" oor:type="xs:boolean">
- <info>
- <desc>should the file format icon of each document be listed in the TOC</desc>
- </info>
- </prop>
- <prop oor:name="DisplayPages" oor:type="xs:boolean">
- <info>
- <desc>should the number of pages/slides of each document be listed in the TOC</desc>
- </info>
- </prop>
- <prop oor:name="DisplaySize" oor:type="xs:boolean">
- <info>
- <desc>should the size of binary files be listed in the TOC</desc>
- </info>
- </prop>
- </group>
- <group oor:name="GeneralInfo">
- <info>
- <desc>the general web site information of the session</desc>
- </info>
- <prop oor:name="Title" oor:type="xs:string">
- <info>
- <desc>web site title</desc>
- </info>
- </prop>
- <prop oor:name="Description" oor:type="xs:string">
- <info>
- <desc>web site description </desc>
- </info>
- </prop>
- <prop oor:name="Icon" oor:type="xs:string">
- <info>
- <desc>web site favIcon (local URL)</desc>
- </info>
- </prop>
- <prop oor:name="Author" oor:type="xs:string">
- <info>
- <desc>Web Site author</desc>
- </info>
- </prop>
- <prop oor:name="Keywords" oor:type="xs:string">
- <info>
- <desc>web site keywords</desc>
- </info>
- </prop>
- <prop oor:name="CreationDate" oor:type="xs:int">
- <info>
- <desc>web site creation date</desc>
- </info>
- </prop>
- <prop oor:name="UpdateDate" oor:type="xs:int">
- <info>
- <desc>web site last update date</desc>
- </info>
- </prop>
- <prop oor:name="RevisitAfter" oor:type="xs:int">
- <info>
- <desc>web site rvisit after meta info</desc>
- </info>
- </prop>
- <prop oor:name="Email" oor:type="xs:string">
- <info>
- <desc>email for contact in web site</desc>
- </info>
- </prop>
- <prop oor:name="Copyright" oor:type="xs:string">
- <info>
- <desc>copyright notice of web site</desc>
- </info>
- </prop>
- </group>
- <set oor:name="Publishing" oor:node-type="WWizPublish">
- <info>
- <desc>publishing information of the web site.
- always contains always 3 members with the names local, ftp and zip.
- </desc>
- </info>
- </set>
- </group>
- <group oor:name="WWizPublish">
- <info>
- <desc>specifies information of a single target to publish to</desc>
- </info>
- <prop oor:name="Publish" oor:type="xs:boolean">
- <info>
- <desc>should this target be used?</desc>
- </info>
- </prop>
- <prop oor:name="URL" oor:type="xs:string">
- <info>
- <desc>full url to publish to</desc>
- </info>
- </prop>
- <prop oor:name="Username" oor:type="xs:string">
- <info>
- <desc>used by ftp targets</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WWizFilter">
- <info>
- <desc>specifies information of a filter for the add dialog</desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>the index of the filter </desc>
- </info>
- </prop>
- <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
- <info>
- <desc>UI Name of the filter</desc>
- </info>
- </prop>
- <prop oor:name="Filter" oor:type="xs:string">
- <info>
- <desc>Semicolon separated list of file types this filter will show</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <group oor:name="WebWizard">
- <info>
- <desc>the web wizard configuration</desc>
- </info>
- <prop oor:name="WorkDir" oor:type="xs:string">
- <info>
- <desc>the sub dir under temnplate/(langauge)/ of the web wizard files</desc>
- </info>
- </prop>
- <prop oor:name="LastSavedSession" oor:type="xs:string">
- <info>
- <desc>The name of the last saved session. empty if last session was not saved.</desc>
- </info>
- </prop>
- <set oor:name="Exporters" oor:node-type="WWizExporter">
- <info>
- <desc>the set of available exporters</desc>
- </info>
- </set>
- <set oor:name="Layouts" oor:node-type="WWizLayout">
- <info>
- <desc>the set of available layouts</desc>
- </info>
- </set>
- <set oor:name="Styles" oor:node-type="WWizStyle">
- <info>
- <desc>the set of available styles</desc>
- </info>
- </set>
- <set oor:name="BackgroundImages" oor:node-type="WWizImage">
- <info>
- <desc>the set of available background images</desc>
- </info>
- </set>
- <set oor:name="IconSets" oor:node-type="WWizIconSet">
- <info>
- <desc>the set of available icon sets (at the moment, hard programmed 4)</desc>
- </info>
- </set>
- <set oor:name="SavedSessions" oor:node-type="WWizSession">
- <info>
- <desc>the set of saved sessions.</desc>
- </info>
- </set>
- <set oor:name="Filters" oor:node-type="WWizFilter">
- <info>
- <desc>the set filters in the "add" dialog.</desc>
- </info>
- </set>
- <node-ref oor:name="DefaultSession" oor:node-type="WWizSession">
- <info>
- <desc>the default settings are loaded from this session.</desc>
- </info>
- </node-ref>
- </group>
- </component>
+<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="WebWizard" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains the configuration schema for the web wizard</desc>
+ </info>
+ <templates>
+ <group oor:name="WWizLayout">
+ <info>
+ <desc>Information on a web-wizard layout</desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>the index of the layout (start at 0, must be exporter-unique)</desc>
+ </info>
+ </prop>
+ <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>The UI name of the layout</desc>
+ </info>
+ </prop>
+ <prop oor:name="FSName" oor:type="xs:string">
+ <info>
+ <desc>the directory name of the layout.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WWizExporter">
+ <info>
+ <desc>Information on a web wizard exporter</desc>
+ </info>
+ <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>the UI name of the exporter</desc>
+ </info>
+ </prop>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>a general index of the exporter, starts with 0, must be exporter-unique</desc>
+ </info>
+ </prop>
+ <prop oor:name="ExporterClass" oor:type="xs:string">
+ <info>
+ <desc>A full quilified class name of the exporter class</desc>
+ </info>
+ </prop>
+ <prop oor:name="OwnDirectory" oor:type="xs:boolean">
+ <info>
+ <desc>does this exporter needs an own directory to export to.</desc>
+ </info>
+ </prop>
+ <prop oor:name="SupportsFilename" oor:type="xs:boolean">
+ <info>
+ <desc>does this exporter support a given filename, or export to a self-generated filename</desc>
+ </info>
+ </prop>
+ <prop oor:name="DefaultFilename" oor:type="xs:string">
+ <info>
+ <desc>if does not support filename, what name does it use?</desc>
+ </info>
+ </prop>
+ <prop oor:name="Extension" oor:type="xs:string">
+ <info>
+ <desc>the extension that should be used, if the expoter supports filename</desc>
+ </info>
+ </prop>
+ <prop oor:name="SupportedMimeTypes" oor:type="xs:string">
+ <info>
+ <desc>one of : writer/calc/impress/draw/graphics/other/(empty for all)</desc>
+ </info>
+ </prop>
+ <prop oor:name="Icon" oor:type="xs:string">
+ <info>
+ <desc>the icon to use as preview</desc>
+ </info>
+ </prop>
+ <prop oor:name="TargetType" oor:type="xs:string">
+ <info>
+ <desc>A type name out of TypeDetection (like graphic_HTML)</desc>
+ </info>
+ </prop>
+ <prop oor:name="PageType" oor:type="xs:int">
+ <info>
+ <desc>Page type of the target document; 0 = no page, 1 = pages, 2 = slides</desc>
+ </info>
+ </prop>
+ <prop oor:name="Binary" oor:type="xs:boolean">
+ <info>
+ <desc>if the target format is binary (like pdf) - html is NOT binary.</desc>
+ </info>
+ </prop>
+ <set oor:name="Arguments" oor:node-type="WWizArgument">
+ <info>
+ <desc>additional arguments given to the exporter class by initialisation</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="WWizArgument">
+ <info>
+ <desc>An argument used by exporters and other configuration groups/sets</desc>
+ </info>
+ <prop oor:name="Value" oor:type="xs:string">
+ <info>
+ <desc>the value of the argument</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WWizStyle">
+ <info>
+ <desc>Specifies style information (css)</desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>the index of the style (used by the ui) - starts with 0, must by - style-unique</desc>
+ </info>
+ </prop>
+ <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>UI name of the style</desc>
+ </info>
+ </prop>
+ <prop oor:name="CssHref" oor:type="xs:string">
+ <info>
+ <desc>the name of the css file</desc>
+ </info>
+ </prop>
+ <prop oor:name="BackgroundImage" oor:type="xs:string">
+ <info>
+ <desc>default background image. not implemented.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IconSet" oor:type="xs:string">
+ <info>
+ <desc>default iconset. not implemented</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WWizImage">
+ <info>
+ <desc>locates images for the background images of the webwizard</desc>
+ </info>
+ <prop oor:name="Href" oor:type="xs:string">
+ <info>
+ <desc>either a directory or a full qualified filename. Office-path variables can be used.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WWizIconSet">
+ <info>
+ <desc>describes an icon set, used in export of draw and impress documents.</desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>index of the icon set</desc>
+ </info>
+ </prop>
+ <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>UI name of the icon set</desc>
+ </info>
+ </prop>
+ <prop oor:name="FNPrefix" oor:type="xs:string">
+ <info>
+ <desc>prefix of the filename. see impress/draw html export</desc>
+ </info>
+ </prop>
+ <prop oor:name="FNPostfix" oor:type="xs:string">
+ <info>
+ <desc>postfix of the filename. see impress/draw html export</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WWizDocument">
+ <info>
+ <desc>describes a document to be exported</desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>the index of the document in the "content"</desc>
+ </info>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string">
+ <info>
+ <desc>Title of the document</desc>
+ </info>
+ </prop>
+ <prop oor:name="Description" oor:type="xs:string">
+ <info>
+ <desc>description of the document</desc>
+ </info>
+ </prop>
+ <prop oor:name="URL" oor:type="xs:string">
+ <info>
+ <desc>a full url of the document</desc>
+ </info>
+ </prop>
+ <prop oor:name="Author" oor:type="xs:string">
+ <info>
+ <desc>the author of the document</desc>
+ </info>
+ </prop>
+ <prop oor:name="Exporter" oor:type="xs:string">
+ <info>
+ <desc>the name of the exporter used for this document</desc>
+ </info>
+ </prop>
+ <prop oor:name="ApplyWebStyle" oor:type="xs:boolean">
+ <info>
+ <desc>not implemented</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WWizContent">
+ <info>
+ <desc>describes a web-wizard content, which contains
+ recursivley documents and other contents.
+ At the moment, contents contain only documents. Implementation of
+ sub-contents is a future issue
+ </desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>the index of the content in its parent content.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>The content's name</desc>
+ </info>
+ </prop>
+ <prop oor:name="Description" oor:type="xs:string">
+ <info>
+ <desc>The contents description</desc>
+ </info>
+ </prop>
+ <set oor:name="Contents" oor:node-type="WWizContent">
+ <info>
+ <desc>sub contents of this content. not implemented.</desc>
+ </info>
+ </set>
+ <set oor:name="Documents" oor:node-type="WWizDocument">
+ <info>
+ <desc>documents contained in this content</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="WWizSession">
+ <info>
+ <desc>A web wizard session. contains all the user's input.</desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>the index of the session in the list of saved session.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>a user given name of the session</desc>
+ </info>
+ </prop>
+ <prop oor:name="InDirectory" oor:type="xs:string">
+ <info>
+ <desc>the last used directory from which the user added documents
+ to the wizard.
+ </desc>
+ </info>
+ </prop>
+ <prop oor:name="OutDirectory" oor:type="xs:string">
+ <info>
+ <desc>The last directory the user used as output.</desc>
+ </info>
+ </prop>
+ <node-ref oor:name="Content" oor:node-type="WWizContent">
+ <info>
+ <desc>the content (documents) of the session</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Design">
+ <info>
+ <desc>design specifications of the session.</desc>
+ </info>
+ <prop oor:name="Layout" oor:type="xs:string">
+ <info>
+ <desc>layout name chosen by the user</desc>
+ </info>
+ </prop>
+ <prop oor:name="Style" oor:type="xs:string">
+ <info>
+ <desc>Style name chosen by the user.</desc>
+ </info>
+ </prop>
+ <prop oor:name="BackgroundImage" oor:type="xs:string">
+ <info>
+ <desc>background image chosen by the user.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IconSet" oor:type="xs:string">
+ <info>
+ <desc>Icon set chosen by the user.</desc>
+ </info>
+ </prop>
+ <prop oor:name="OptimizeDisplaySize" oor:type="xs:int">
+ <info>
+ <desc>0 = 640x..., 1 = 800x..., 2 = 1024x...</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplayTitle" oor:type="xs:boolean">
+ <info>
+ <desc>ignored</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplayDescription" oor:type="xs:boolean">
+ <info>
+ <desc>should the desctiprion of each document be listed in the TOC</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplayAuthor" oor:type="xs:boolean">
+ <info>
+ <desc>should the author of each document be listed in the TOC</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplayCreateDate" oor:type="xs:boolean">
+ <info>
+ <desc>should the creation date of each document be listed in the TOC</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplayUpdateDate" oor:type="xs:boolean">
+ <info>
+ <desc>should the "last changed date" of each document be listed in the TOC</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplayFilename" oor:type="xs:boolean">
+ <info>
+ <desc>should the filename of each document be listed in the TOC</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplayFileFormat" oor:type="xs:boolean">
+ <info>
+ <desc>should the file format of each document be listed in the TOC</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplayFormatIcon" oor:type="xs:boolean">
+ <info>
+ <desc>should the file format icon of each document be listed in the TOC</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplayPages" oor:type="xs:boolean">
+ <info>
+ <desc>should the number of pages/slides of each document be listed in the TOC</desc>
+ </info>
+ </prop>
+ <prop oor:name="DisplaySize" oor:type="xs:boolean">
+ <info>
+ <desc>should the size of binary files be listed in the TOC</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="GeneralInfo">
+ <info>
+ <desc>the general web site information of the session</desc>
+ </info>
+ <prop oor:name="Title" oor:type="xs:string">
+ <info>
+ <desc>web site title</desc>
+ </info>
+ </prop>
+ <prop oor:name="Description" oor:type="xs:string">
+ <info>
+ <desc>web site description </desc>
+ </info>
+ </prop>
+ <prop oor:name="Icon" oor:type="xs:string">
+ <info>
+ <desc>web site favIcon (local URL)</desc>
+ </info>
+ </prop>
+ <prop oor:name="Author" oor:type="xs:string">
+ <info>
+ <desc>Web Site author</desc>
+ </info>
+ </prop>
+ <prop oor:name="Keywords" oor:type="xs:string">
+ <info>
+ <desc>web site keywords</desc>
+ </info>
+ </prop>
+ <prop oor:name="CreationDate" oor:type="xs:int">
+ <info>
+ <desc>web site creation date</desc>
+ </info>
+ </prop>
+ <prop oor:name="UpdateDate" oor:type="xs:int">
+ <info>
+ <desc>web site last update date</desc>
+ </info>
+ </prop>
+ <prop oor:name="RevisitAfter" oor:type="xs:int">
+ <info>
+ <desc>web site rvisit after meta info</desc>
+ </info>
+ </prop>
+ <prop oor:name="Email" oor:type="xs:string">
+ <info>
+ <desc>email for contact in web site</desc>
+ </info>
+ </prop>
+ <prop oor:name="Copyright" oor:type="xs:string">
+ <info>
+ <desc>copyright notice of web site</desc>
+ </info>
+ </prop>
+ </group>
+ <set oor:name="Publishing" oor:node-type="WWizPublish">
+ <info>
+ <desc>publishing information of the web site.
+ always contains always 3 members with the names local, ftp and zip.
+ </desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="WWizPublish">
+ <info>
+ <desc>specifies information of a single target to publish to</desc>
+ </info>
+ <prop oor:name="Publish" oor:type="xs:boolean">
+ <info>
+ <desc>should this target be used?</desc>
+ </info>
+ </prop>
+ <prop oor:name="URL" oor:type="xs:string">
+ <info>
+ <desc>full url to publish to</desc>
+ </info>
+ </prop>
+ <prop oor:name="Username" oor:type="xs:string">
+ <info>
+ <desc>used by ftp targets</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WWizFilter">
+ <info>
+ <desc>specifies information of a filter for the add dialog</desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>the index of the filter </desc>
+ </info>
+ </prop>
+ <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>UI Name of the filter</desc>
+ </info>
+ </prop>
+ <prop oor:name="Filter" oor:type="xs:string">
+ <info>
+ <desc>Semicolon separated list of file types this filter will show</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="WebWizard">
+ <info>
+ <desc>the web wizard configuration</desc>
+ </info>
+ <prop oor:name="WorkDir" oor:type="xs:string">
+ <info>
+ <desc>the sub dir under temnplate/(langauge)/ of the web wizard files</desc>
+ </info>
+ </prop>
+ <prop oor:name="LastSavedSession" oor:type="xs:string">
+ <info>
+ <desc>The name of the last saved session. empty if last session was not saved.</desc>
+ </info>
+ </prop>
+ <set oor:name="Exporters" oor:node-type="WWizExporter">
+ <info>
+ <desc>the set of available exporters</desc>
+ </info>
+ </set>
+ <set oor:name="Layouts" oor:node-type="WWizLayout">
+ <info>
+ <desc>the set of available layouts</desc>
+ </info>
+ </set>
+ <set oor:name="Styles" oor:node-type="WWizStyle">
+ <info>
+ <desc>the set of available styles</desc>
+ </info>
+ </set>
+ <set oor:name="BackgroundImages" oor:node-type="WWizImage">
+ <info>
+ <desc>the set of available background images</desc>
+ </info>
+ </set>
+ <set oor:name="IconSets" oor:node-type="WWizIconSet">
+ <info>
+ <desc>the set of available icon sets (at the moment, hard programmed 4)</desc>
+ </info>
+ </set>
+ <set oor:name="SavedSessions" oor:node-type="WWizSession">
+ <info>
+ <desc>the set of saved sessions.</desc>
+ </info>
+ </set>
+ <set oor:name="Filters" oor:node-type="WWizFilter">
+ <info>
+ <desc>the set filters in the "add" dialog.</desc>
+ </info>
+ </set>
+ <node-ref oor:name="DefaultSession" oor:node-type="WWizSession">
+ <info>
+ <desc>the default settings are loaded from this session.</desc>
+ </info>
+ </node-ref>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 705bea7cddb9..f0cf017f8d48 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -17,6764 +17,6762 @@
* 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. a graphic 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:short">
- <info>
- <desc>Specifies if 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 if the data is inserted into tables.</desc>
- </info>
- </prop>
- <prop oor:name="IsField" oor:type="xs:boolean">
- <info>
- <desc>Specifies if the data is inserted into fields.</desc>
- </info>
- </prop>
- <prop oor:name="IsHeadlineOn" oor:type="xs:boolean">
- <info>
- <desc>Specifies if the table has a headline.</desc>
- </info>
- </prop>
- <prop oor:name="IsEmptyHeadline" oor:type="xs:boolean">
- <info>
- <desc>Specifies if the table has an empty headline or if the headline contains the database column names.</desc>
- </info>
- </prop>
- <set oor:name="ColumnSet" oor:node-type="ColumnSetType">
- <info>
- <desc>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 if the database field is assigned to a number format.</desc>
- </info>
- </prop>
- <prop oor:name="IsNumberFormatFromDataBase" oor:type="xs:boolean">
- <info>
- <desc>Specifies if the database format or a user-defined format is used.</desc>
- </info>
- </prop>
- <prop oor:name="NumberFormat" oor:type="xs:string">
- <info>
- <desc>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">
+<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>Contains the description of a data source.</desc>
+ <desc>Modern</desc>
</info>
- <prop oor:name="DataSourceName" oor:type="xs:string">
+ </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. a graphic 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:short">
+ <info>
+ <desc>Specifies if 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 if the data is inserted into tables.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsField" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if the data is inserted into fields.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsHeadlineOn" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if the table has a headline.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsEmptyHeadline" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if the table has an empty headline or if the headline contains the database column names.</desc>
+ </info>
+ </prop>
+ <set oor:name="ColumnSet" oor:node-type="ColumnSetType">
+ <info>
+ <desc>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 if the database field is assigned to a number format.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsNumberFormatFromDataBase" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if the database format or a user-defined format is used.</desc>
+ </info>
+ </prop>
+ <prop oor:name="NumberFormat" oor:type="xs:string">
+ <info>
+ <desc>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:short" 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 e-mail.</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 e-mail should have a greeting line.</desc>
+ <label>E-mail 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 e-mail an individual greeting line is used instead of a neutral one.</desc>
+ <label>Use individual greeting line in e-Mail</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>e-Mail Name</label>
+ </info>
+ </prop>
+ <prop oor:name="MailAddress" oor:type="xs:string">
+ <info>
+ <desc>e-Mail address.</desc>
+ <label>e-Mail 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 e-Mail is supported.</desc>
+ <label>E-Mail 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">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <desc>Specifies if graphics and objects are displayed.</desc>
+ <label>Graphics and Objects</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <desc>Specifies if tables are displayed.</desc>
+ <label>Tables</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DrawingControl" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <desc>Specifies if comments are displayed.</desc>
+ <label>Comments</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PreventTips" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Not accessible via user interface -->
+ <info>
+ <desc>Enables the writer to prevent the display of help tips programmatically.</desc>
+ <label>Prevent help tips</label>
+ </info>
+ <value>false</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 - Nonprinting 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">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <desc>Specifies if hidden paragraphs are displayed on the screen.</desc>
+ <label>Hidden paragraphs</label>
+ </info>
+ <value>true</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 if hidden paragraphs are displayed on the screen.</desc>
+ <label>Hidden text</label>
+ </info>
+ <value>false</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">
+ <!-- OldPath: Writer/Other/Update -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Update links -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Other/Update -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Other/Update -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+ <info>
+ <desc>Displays the control points as simple squares without a 3D effect.</desc>
+ <label>Simple control points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+ <info>
+ <desc>Displays larger control points.</desc>
+ <label>Large control points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Window">
+ <info>
+ <desc>Contains various window settings such as scrollbars, rules, etc.</desc>
+ </info>
+ <prop oor:name="HorizontalScroll" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies if the horizontal ruler is displayed.</desc>
+ <label>Horizontal ruler</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HorizontalRulerUnit" oor:type="xs:int">
+ <!-- OldPath: Writer/Layout -->
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <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">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies if the vertical ruler is displayed.</desc>
+ <label>Vertical Ruler</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsVerticalRulerRight" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Layout -->
+ <!-- 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">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Tab stops -->
+ <!-- Notice: The default value is valid for the English Version (depends, if a metric system is used on the platform); NonMetric: 1270 1/100 mm-->
+ <info>
+ <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">
+ <!-- OldPath: Writer/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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>0</value>
+ </prop>
+ <prop oor:name="BookMode" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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>1</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Writer/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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>1</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">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies which document contents will be printed.</desc>
+ <label>Graphics</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies if graphics are printed.</desc>
+ <label>Tables</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Drawing" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies if tables are printed.</desc>
+ <label>Drawings</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Control" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies if controls are printed.</desc>
+ <label>Controls</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Background" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies if background objects are printed.</desc>
+ <label>Background</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PrintBlack" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies if 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 if 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 if 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">
+ <!-- OldPath: Writer/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Notes -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Print/Output -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Print/Papertray -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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>false</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">
+ <!-- OldPath: Writer/Table/Shift -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
+ <info>
+ <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">
+ <!-- OldPath: Writer/Table/Shift -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
+ <info>
+ <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">
+ <!-- OldPath: Writer/Table/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
+ <info>
+ <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">
+ <!-- OldPath: Writer/Table/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform);NonMetric: 2540 1/100 mm-->
+ <info>
+ <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">
+ <!-- OldPath: Writer/Table -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <desc>Specifies if only entries with the defined format are accepted. This option is only available if the number format recognition is active (Number_recognition = True).</desc>
+ <label>Number format recognition</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Alignment" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <desc>Specifies if all numbers are aligned below right of the cell and not above left (as in the case of text). This option is only available if number format recognition is active (Number_recognition = True).</desc>
+ <label>Alignment</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">
+ <!-- OldPath: Writer/Cursor/DirectCursor -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Cursor/DirectCursor -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Cursor/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Options -->
+ <info>
+ <desc>Specifies if the Direct Cursor can be positioned in a protected area.</desc>
+ <label>Allow Cursor in protected areas</label>
+ </info>
+ <value>true</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">
+ <!-- OldPath: Writer/Changes/Text display/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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>Contains the name of the data source.</desc>
- <label>Data source name</label>
+ <desc>None</desc>
</info>
- </prop>
- <prop oor:name="DataTableName" oor:type="xs:string">
+ </enumeration>
+ <enumeration oor:value="1">
<info>
- <desc>Name of the database table or query.</desc>
- <label>Data table or query name</label>
+ <desc>Bold</desc>
</info>
- </prop>
- <prop oor:name="DataCommandType" oor:type="xs:short" oor:nillable="false">
+ </enumeration>
+ <enumeration oor:value="2">
<info>
- <desc>CommandType of the data source.</desc>
- <label>Data CommandType</label>
+ <desc>Italic</desc>
</info>
- <value>0</value>
- </prop>
+ </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">
+ <!-- OldPath: Writer/Changes/Text display/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
+ <info>
+ <desc>Defines the color for displaying changes when text is inserted.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
</group>
- <group oor:name="AddressDataAssignment">
+ <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">
+ <!-- OldPath: Writer/Changes/Text display/Delete -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
<info>
- <desc>Contains the assignments of programmatic address column names like FirstName, LastName to actual column names of the actual data base table.</desc>
+ <desc>Defines the attribute for displaying changes when text is deleted</desc>
</info>
- <prop oor:name="DBColumnAssignments" oor:type="oor:string-list">
+ <constraints>
+ <enumeration oor:value="0">
<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>
+ <desc>None</desc>
</info>
- </prop>
- <node-ref oor:name="DataSource" oor:node-type="_DataSource">
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
<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>
+ <desc>Italic</desc>
</info>
- </node-ref>
+ </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">
+ <!-- OldPath: Writer/Changes/Text display/Delete -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
+ <info>
+ <desc>Defines the color for displaying changes when text is deleted.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
</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">
+ <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">
+ <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
<info>
- <desc>Contains the most recently opened documents.</desc>
+ <desc>Defines the attribute for displaying changes when text attributes are modified.</desc>
</info>
- <prop oor:name="Paths" oor:type="oor:string-list" oor:nillable="false">
+ <constraints>
+ <enumeration oor:value="0">
<info>
- <desc>Lists the file global templates loaded when importing writer documents.</desc>
+ <desc>None</desc>
</info>
- <value oor:separator=";"></value>
- </prop>
+ </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">
+ <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
+ <info>
+ <desc>Defines the color for displaying changes when text attributes are modified.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
</group>
- <group oor:name="MailMergeWizard">
+ </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">
+ <!-- OldPath: Writer/Changes/Lines_changed -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Changes//Lines_changed -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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 if RSIDs are used in comparison.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IgnorePieces" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if 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>
+ </group>
+ <group oor:name="Insert">
+ <info>
+ <desc>Specifies the settings for inserting various object types.</desc>
+ </info>
+ <group oor:name="Caption">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- OldPath: Writer/Insert/Caption -->
+ <!--UIHints: Tools - Options - Text document Insert - [Section] Caption -->
+ <info>
+ <desc>Specifies the settings for inserting captions for various object types.</desc>
+ </info>
+ <prop oor:name="CaptionOrderNumberingFirst" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies the order of the captions. If true the Numeber 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, graphics, 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">
+ <!--OldPath: Writer/Insert/Caption/Object/StarWriter_Table-->
<info>
- <desc>Settings of the mail merge wizard.</desc>
+ <desc>Specifies the settings for inserting captions for tables.</desc>
</info>
- <prop oor:name="OutputToLetter" oor:type="xs:boolean" oor:nillable="false">
+ <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>Determines whether the document output is a letter, not an e-mail.</desc>
- <label>Output as letter</label>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Category</label>
</info>
- <value>true</value>
- </prop>
- <prop oor:name="IncludeCountry" oor:type="xs:boolean" oor:nillable="false">
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" 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>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
</info>
- <value>false</value>
- </prop>
- <prop oor:name="ExcludeCountry" oor:type="xs:string" oor:nillable="false">
+ <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>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>
+ <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="SavedDocuments" oor:type="oor:string-list">
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
<info>
- <desc>Contains a list of all documents previously used and saved as mailmerge source documents</desc>
- <label>Saved documents</label>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
</info>
- </prop>
- <prop oor:name="AddressBlockSettings" oor:type="oor:string-list" oor:nillable="false">
+ <!-- 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>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>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</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">
+ <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>Determines whether the document should have an address block.</desc>
- <label>Address Block</label>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
</info>
- <value>true</value>
+ <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">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_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>
- <prop oor:name="CurrentAddressBlock" oor:type="xs:int" oor:nillable="false">
+ <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>Determines the currently used address block.</desc>
- <label>Current address block</label>
+ <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="IsHideEmptyParagraphs" oor:type="xs:boolean" oor:nillable="false">
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string" oor:nillable="false">
<info>
- <desc>Determines whether address block lines should be hidden if there's no content.</desc>
- <label>Hide empty paragraphs</label>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
</info>
- <value>false</value>
- </prop>
- <prop oor:name="IsGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
<info>
- <desc>Determines whether the document should have a greeting line.</desc>
- <label>Greeting line</label>
+ <desc>Specifies the character style that is applied to the label and number part of the caption.</desc>
+ <label>Character style</label>
</info>
- <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Graphic">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_Graphic -->
+ <info>
+ <desc>Settings for insertion of captions for graphics.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the caption settings are valid for a graphic in a text document.</desc>
+ <label>Writer Graphic</label>
+ </info>
+ <value>false</value>
</prop>
- <prop oor:name="IsEMailGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+ <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>Determines whether an e-mail should have a greeting line.</desc>
- <label>E-mail greeting line</label>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
</info>
- <value>true</value>
- </prop>
- <prop oor:name="IsIndividualGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" 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>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
</info>
- <value>true</value>
- </prop>
- <prop oor:name="IsEMailIndividualGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+ <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>Determines whether in an e-mail an individual greeting line is used instead of a neutral one.</desc>
- <label>Use individual greeting line in e-Mail</label>
+ <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>true</value>
- </prop>
- <prop oor:name="FemaleGreetingLines" oor:type="oor:string-list" oor:localized="true">
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
<info>
- <desc>Contains a list of greeting lines, female.</desc>
- <label>Greeting lines, female</label>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
</info>
- </prop>
- <prop oor:name="MaleGreetingLines" oor:type="oor:string-list" oor:localized="true">
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Contains a list of greeting lines, male.</desc>
- <label>Greeting lines, male</label>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</label>
</info>
- </prop>
- <prop oor:name="NeutralGreetingLines" oor:type="oor:string-list" oor:localized="true">
+ <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>Contains a list of greeting lines, neutral.</desc>
- <label>Greeting lines, neutral</label>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
</info>
- </prop>
- <prop oor:name="CurrentFemaleGreeting" oor:type="xs:int">
+ <value>.</value>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Contains the index of the current entry in list of female greeting lines.</desc>
- <label>Current female Greeting line</label>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
</info>
- </prop>
- <prop oor:name="CurrentMaleGreeting" oor:type="xs:int">
+ <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>Contains the index of the current entry in list of male greeting lines.</desc>
- <label>Current male Greeting line</label>
+ <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="CurrentNeutralGreeting" oor:type="xs:int">
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
<info>
- <desc>Contains the index of the current entry in list of neutral greeting lines.</desc>
- <label>Current neutral Greeting line</label>
+ <desc>Determines whether the border and shadow attributes of the graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</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">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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>
- <prop oor:name="FemaleGenderValue" oor:type="xs:string">
+ <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>Determines the value of the Gender column that marks a recipient as female.</desc>
- <label>Female Gender Value</label>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
</info>
- </prop>
- <prop oor:name="MailDisplayName" oor:type="xs:string">
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Contains the display name of the mail address.</desc>
- <label>e-Mail Name</label>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
</info>
- </prop>
- <prop oor:name="MailAddress" oor:type="xs:string">
+ <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>e-Mail address.</desc>
- <label>e-Mail address</label>
+ <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>
- </prop>
- <prop oor:name="IsMailReplyTo" oor:type="xs:boolean">
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
<info>
- <desc>Determines if reply to is switched on.</desc>
- <label>Is reply to</label>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
</info>
- </prop>
- <prop oor:name="MailReplyTo" oor:type="xs:string">
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Reply to address.</desc>
- <label>Reply to</label>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
</info>
- </prop>
- <prop oor:name="MailServer" oor:type="xs:string">
+ <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>Name of the SMTP server.</desc>
- <label>SMTP server</label>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</label>
</info>
- </prop>
- <prop oor:name="MailPort" oor:type="xs:short">
+ <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>Port of the SMTP server.</desc>
- <label>Port</label>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
</info>
- </prop>
- <prop oor:name="IsSecureConnection" oor:type="xs:boolean">
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
<info>
- <desc>Determines whether the connection to the SMTP server is done using SSL protocol.</desc>
- <label>Is secure connection</label>
+ <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="IsAuthentication" oor:type="xs:boolean">
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
<info>
- <desc>Determines whether authentication at the SMTP server is necessary.</desc>
- <label>Is authentication</label>
+ <desc>Determines whether the border and shadow attributes of the graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
+ <label>Apply attributes</label>
</info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Draw">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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>
- <prop oor:name="MailUserName" oor:type="xs:string">
+ <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>User name to authenticate at the SMTP server.</desc>
- <label>User name</label>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
</info>
- </prop>
- <prop oor:name="MailPassword" oor:type="xs:string">
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Password to authenticate at the SMTP server.</desc>
- <label>Password</label>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
</info>
- </prop>
- <prop oor:name="IsSMPTAfterPOP" oor:type="xs:boolean">
+ <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>SMTP server requires authentication at the POP or IMAP server</desc>
- <label>SMPT after POP</label>
+ <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>
- </prop>
- <prop oor:name="InServerName" oor:type="xs:string">
+ <value>. </value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string" oor:localized="true">
<info>
- <desc>Name of the incoming mail server</desc>
- <label>Incoming mail server</label>
+ <desc>Specifies the text of the caption field.</desc>
+ <label>CaptionText</label>
</info>
- </prop>
- <prop oor:name="InServerPort" oor:type="xs:short">
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Port of the incoming mail server</desc>
- <label>Incoming server port</label>
+ <desc>Specifies the position of the caption field.</desc>
+ <label>Position</label>
</info>
- </prop>
- <prop oor:name="InServerIsPOP" oor:type="xs:boolean">
+ <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>Determines whether the in server uses the POP3 or the IMAP protocol</desc>
- <label>POP</label>
+ <desc>Specifies the headings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</label>
</info>
- </prop>
- <prop oor:name="InServerUserName" oor:type="xs:string">
+ <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>User name of the incoming mail server</desc>
- <label>Incoming server user name</label>
+ <desc>Specifies the character that appears directly after the number of the heading or chapter level.</desc>
+ <label>Separator</label>
</info>
- </prop>
- <prop oor:name="InServerPassword" oor:type="xs:string">
+ <value>.</value>
+ </prop>
+ <prop oor:name="CharacterStyle" oor:type="xs:string">
<info>
- <desc>Password of the incoming mail server</desc>
- <label>Incoming server password</label>
+ <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="Filter" oor:type="xs:string">
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
<info>
- <desc>Contains a filter statement for the current data source.</desc>
- <label>Filter</label>
+ <desc>Determines whether the border and shadow attributes of the graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
+ <label>Apply attributes</label>
</info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Chart">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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>
- <prop oor:name="EMailSupported" oor:type="xs:boolean">
+ <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>Determines whether e-Mail is supported.</desc>
- <label>E-Mail supported</label>
+ <desc>Specifies the category of the caption field.</desc>
+ <label>Category</label>
</info>
- </prop>
- <set oor:name="AddressDataAssignments" oor:node-type="AddressDataAssignment">
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>XXXXXX.</desc>
+ <desc>Specifies the numbering of the caption field.</desc>
+ <label>Numbering</label>
</info>
- </set>
- <node-ref oor:name="DataSource" oor:node-type="_DataSource">
+ <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>Contains the information of the data source that's been used the last time the wizard has been executed.</desc>
- <label>Data Set</label>
+ <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>
- </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">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <info>
- <desc>Specifies if graphics and objects are displayed.</desc>
- <label>Graphics and Objects</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Table" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <info>
- <desc>Specifies if tables are displayed.</desc>
- <label>Tables</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="DrawingControl" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <info>
- <desc>Specifies if comments are displayed.</desc>
- <label>Comments</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="PreventTips" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: Not accessible via user interface -->
- <info>
- <desc>Enables the writer to prevent the display of help tips programmatically.</desc>
- <label>Prevent help tips</label>
- </info>
- <value>false</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 - Nonprinting 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">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <info>
- <desc>Specifies if hidden paragraphs are displayed on the screen.</desc>
- <label>Hidden paragraphs</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="HiddenCharacter" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: Tools - Options - Text document Formatting aids - [Section] Display of -->
+ <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>Specifies if hidden paragraphs are displayed on the screen.</desc>
- <label>Hidden text</label>
+ <desc>above</desc>
</info>
- <value>false</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">
- <!-- OldPath: Writer/Other/Update -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Update links -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Other/Update -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Other/Update -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
- <info>
- <desc>Displays the control points as simple squares without a 3D effect.</desc>
- <label>Simple control points</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
- <info>
- <desc>Displays larger control points.</desc>
- <label>Large control points</label>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="Window">
- <info>
- <desc>Contains various window settings such as scrollbars, rules, etc.</desc>
- </info>
- <prop oor:name="HorizontalScroll" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <info>
- <desc>Specifies if the horizontal ruler is displayed.</desc>
- <label>Horizontal ruler</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="HorizontalRulerUnit" oor:type="xs:int">
- <!-- OldPath: Writer/Layout -->
- <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
- <info>
- <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">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <info>
- <desc>Specifies if the vertical ruler is displayed.</desc>
- <label>Vertical Ruler</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsVerticalRulerRight" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Layout -->
- <!-- 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">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Tab stops -->
- <!-- Notice: The default value is valid for the English Version (depends, if a metric system is used on the platform); NonMetric: 1270 1/100 mm-->
- <info>
- <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">
- <!-- OldPath: Writer/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Apply char unit -->
+ </enumeration>
+ <enumeration oor:value="1">
<info>
- <desc>apply char unit to calculate the paragraph's indent</desc>
- <label>apply char unit</label>
+ <desc>below</desc>
</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>0</value>
- </prop>
- <prop oor:name="BookMode" oor:type="xs:boolean" oor:nillable="false">
- <!-- UIHints: (Status Bar) -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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>1</value>
- </prop>
- <prop oor:name="YAxis" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Writer/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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>1</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">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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>
+ </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>
- </prop>
- <prop oor:name="Heading" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
- <info>
- <desc>Specifies the font type to be used for the paragraph&apos;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>
+ <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>
- </prop>
- <prop oor:name="List" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
- <info>
- <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>
+ <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="Caption" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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>
+ </prop>
+ <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
+ <info>
+ <desc>Determines whether the border and shadow attributes of the graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
+ <label>Apply attributes</label>
</info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Image">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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>
- <prop oor:name="Index" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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>
+ <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="Document" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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>
+ </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>
- </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&apos;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>
+ <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>
- </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>
+ <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="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>
+ </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>
- </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>
+ <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 feadings or chapter levels where the numbering starts in the document.</desc>
+ <label>Level</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>
+ <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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
+ <label>Apply attributes</label>
</info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Formula">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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>
- <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&apos;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>
+ <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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
+ <label>Apply attributes</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Impress">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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>
- <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>
+ <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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
+ <label>Apply attributes</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="OLEMisc">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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>
- <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>
+ <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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
+ <label>Apply attributes</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Table">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- OldPath: Writer/Insert/Tables -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
+ <info>
+ <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 if 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 if 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 if 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 if 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">
+ <!-- OldPath: Writer/Other/Compatibility -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Other/Compatibility -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText Save Links relative -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText Save Links relative -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText Show preview -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText display remainder ... -->
+ <info>
+ <desc>Specifies if 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 if 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Use replacement table -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Correct TWo INitial Capitals -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Capitalize first letter of every sentence -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold* and _underline_ -->
+ <info>
+ <desc>Specifies if text is formatted in bold or underlined when the corresponding characters are entered (*bold*, _underline_).</desc>
+ <label>Apply underline or bold</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="SetInetAttribute" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL regocnition -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace 1st... -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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="DelEmptyParagraphs" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Remove blank paragraphs -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace custom styles -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <info>
+ <desc>Specifies if paragraphs starting with a dash, a plus sign or an asterix followed by space or tab are replaced by a bullet character.</desc>
+ <label>Replace bullets with</label>
+ </info>
+ <value>true</value>
</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>
+ <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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Defautl 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Defautl 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Defautl 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">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - AutoFormat while typing -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply border -->
+ <info>
+ <desc>Specifies if borders are applied to paragraphs automatically.</desc>
+ <label>Apply border</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeToTable" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Create table -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply styles -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
+ <info>
+ <desc>Specifies if a numbered or bulleted text is created automatically while typing.</desc>
+ <label>Apply numbering</label>
+ </info>
+ <value>false</value>
</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">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <info>
- <desc>Specifies which document contents will be printed.</desc>
- <label>Graphics</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Table" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <info>
- <desc>Specifies if graphics are printed.</desc>
- <label>Tables</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Drawing" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <info>
- <desc>Specifies if tables are printed.</desc>
- <label>Drawings</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Control" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <info>
- <desc>Specifies if controls are printed.</desc>
- <label>Controls</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Background" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <info>
- <desc>Specifies if background objects are printed.</desc>
- <label>Background</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="PrintBlack" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <info>
- <desc>Specifies if 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 if 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 if 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">
- <!-- OldPath: Writer/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Notes -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Print/Output -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Print/Papertray -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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>false</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">
- <!-- OldPath: Writer/Table/Shift -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
- <info>
- <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">
- <!-- OldPath: Writer/Table/Shift -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
- <info>
- <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">
- <!-- OldPath: Writer/Table/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
- <info>
- <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">
- <!-- OldPath: Writer/Table/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform);NonMetric: 2540 1/100 mm-->
- <info>
- <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">
- <!-- OldPath: Writer/Table -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
- <info>
- <desc>Specifies if only entries with the defined format are accepted. This option is only available if the number format recognition is active (Number_recognition = True).</desc>
- <label>Number format recognition</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Alignment" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
- <info>
- <desc>Specifies if all numbers are aligned below right of the cell and not above left (as in the case of text). This option is only available if number format recognition is active (Number_recognition = True).</desc>
- <label>Alignment</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">
- <!-- OldPath: Writer/Cursor/DirectCursor -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Cursor/DirectCursor -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Cursor/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Options -->
- <info>
- <desc>Specifies if the Direct Cursor can be positioned in a protected area.</desc>
- <label>Allow Cursor in protected areas</label>
- </info>
- <value>true</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">
- <!-- OldPath: Writer/Changes/Text display/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Changes/Text display/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
- <info>
- <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">
- <!-- OldPath: Writer/Changes/Text display/Delete -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Changes/Text display/Delete -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
- <info>
- <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">
- <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
- <info>
- <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">
- <!-- OldPath: Writer/Changes/Lines_changed -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Changes//Lines_changed -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
+ <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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
+ <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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <!--Defautl 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <!--Defautl 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">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <!--Defautl 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">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show suggestions -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Collect suggestions -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: no UI available anymore -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Append blanc -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show as tip -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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="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">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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="Continous" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <desc>Specifies if continuous paper or individual sheets are used.</desc>
+ <label>Continous / Sheet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brand" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <desc>Specifies if contents are synchronized.</desc>
+ <label>Synchronize contents</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Page" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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="Continous" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Medium -->
+ <info>
+ <desc>Specifies if continuous paper or individual sheets are used.</desc>
+ <label>Continous / Sheet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brand" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <desc>Specifies if contents are synchronized.</desc>
+ <label>Synchronize contents</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Page" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your initials.</desc>
+ <label>Initials</label>
+ </info>
+ </prop>
+ <prop oor:name="SecondFirstName" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your title.</desc>
+ <label>Title</label>
+ </info>
+ </prop>
+ <prop oor:name="Profession" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your profession.</desc>
+ <label>Profession</label>
+ </info>
+ </prop>
+ <prop oor:name="Phone" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <desc>Specifies your e-mail address.</desc>
+ <label>E-mail</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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <desc>Specifies your e-mail 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">
+ <!-- OldPath: Writer/Toolbars/ObjectBar -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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 Graphic Object Bar or the Text Object Bar is visible when a graphic is selected.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:int" 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="AdditionalSeperators" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>configures additional word seperators for word counting</desc>
+ <label>Additional Word Seperators</label>
+ </info>
+ <value>—–</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">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <desc>Specifies if the contents of a category are displayed in the Navigator list box.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Envelope">
+ <info>
+ <desc>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">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Envelope -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Printer -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe 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">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Filter/MS_Office/Basic/Word -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- 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">
+ <!-- OldPath: Filter/MS_Office/Basic/Word -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- 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>
+ </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">
+ <!--OldLocation: Soffice.cfg -->
+ <!--UIHints: Numbering/Bullets dialog - Customize - Graphics - Keep Ratio-->
+ <info>
+ <desc>Maintains the proportions of pictures 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>Contains settings for comparing files.</desc>
+ <desc>Font weight of default bullet character for all list levels.</desc>
</info>
- <prop oor:name="Mode" oor:type="xs:short">
+ <constraints>
+ <enumeration oor:value="0">
<info>
- <desc>Defines the Comparison Mode.</desc>
+ <desc>Don't know</desc>
</info>
- </prop>
-
- <prop oor:name="UseRSID" oor:type="xs:boolean">
+ </enumeration>
+ <enumeration oor:value="1">
<info>
- <desc>Specifies if RSIDs are used in comparison.</desc>
+ <desc>Thin</desc>
</info>
- </prop>
- <prop oor:name="IgnorePieces" oor:type="xs:boolean">
+ </enumeration>
+ <enumeration oor:value="2">
<info>
- <desc>Specifies if short pieces of matched text are ignored.</desc>
+ <desc>UltraLight</desc>
</info>
- </prop>
- <prop oor:name="IgnoreLength" oor:type="xs:short">
+ </enumeration>
+ <enumeration oor:value="3">
<info>
- <desc>Defines the length of ignored pieces.</desc>
+ <desc>Light</desc>
</info>
- </prop>
+ </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>
- <group oor:name="Insert">
- <info>
- <desc>Specifies the settings for inserting various object types.</desc>
- </info>
- <group oor:name="Caption">
- <!-- OldLocation: Soffice.cfg -->
- <!-- OldPath: Writer/Insert/Caption -->
- <!--UIHints: Tools - Options - Text document Insert - [Section] Caption -->
- <info>
- <desc>Specifies the settings for inserting captions for various object types.</desc>
- </info>
- <prop oor:name="CaptionOrderNumberingFirst" oor:type="xs:boolean">
- <info>
- <desc>Specifies the order of the captions. If true the Numeber 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, graphics, 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">
- <!--OldPath: Writer/Insert/Caption/Object/StarWriter_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">
- <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_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">
- <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_Graphic -->
- <info>
- <desc>Settings for insertion of captions for graphics.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Determines if the caption settings are valid for a graphic in a text document.</desc>
- <label>Writer Graphic</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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</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">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
- <label>Apply attributes</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Draw">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
- <label>Apply attributes</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Chart">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
- <label>Apply attributes</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Image">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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 feadings 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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
- <label>Apply attributes</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Formula">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
- <label>Apply attributes</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Impress">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
- <label>Apply attributes</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="OLEMisc">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_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 graphic frame should be applied to the newly inserted caption frame surrounding the graphic.</desc>
- <label>Apply attributes</label>
- </info>
- </prop>
- </group>
- </group>
- </group>
- </group>
- <group oor:name="Table">
- <!-- OldLocation: Soffice.cfg -->
- <!-- OldPath: Writer/Insert/Tables -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
- <info>
- <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 if 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 if 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 if tables can be split with a page break or not.</desc>
- <label>Don&apos;t split</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Border" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Other/Compatibility -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Other/Compatibility -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
- <info>
- <desc>Specifies if 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 &apos;Auto Text&apos;, and &apos;Auto Correct/AutoFormat&apos;.</desc>
- </info>
- <group oor:name="Text">
- <info>
- <desc>Specifies settings for &apos;Auto Text&apos;.</desc>
- </info>
- <prop oor:name="FileLinks" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Edit AutoText Save Links relative -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Edit AutoText Save Links relative -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Edit AutoText Show preview -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Edit AutoText display remainder ... -->
- <info>
- <desc>Specifies if 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 if 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 &apos;Auto Correct/Auto Format&apos;.</desc>
- </info>
- <group oor:name="Option">
- <info>
- <desc>Specifies options for &apos;Auto Correct/Auto Format&apos;.</desc>
- </info>
- <prop oor:name="UseReplacementTable" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Use replacement table -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Correct TWo INitial Capitals -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Capitalize first letter of every sentence -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold* and _underline_ -->
- <info>
- <desc>Specifies if text is formatted in bold or underlined when the corresponding characters are entered (*bold*, _underline_).</desc>
- <label>Apply underline or bold</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="SetInetAttribute" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL regocnition -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace 1st... -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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="DelEmptyParagraphs" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Remove blank paragraphs -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace custom styles -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <info>
- <desc>Specifies if paragraphs starting with a dash, a plus sign or an asterix followed by space or tab are replaced by a bullet character.</desc>
- <label>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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl 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">
- <!-- OldPath: AutoCorrect/Options/All -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - AutoFormat while typing -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply border -->
- <info>
- <desc>Specifies if borders are applied to paragraphs automatically.</desc>
- <label>Apply border</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="ChangeToTable" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Create table -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply styles -->
- <info>
- <desc>Specifies if 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">
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
- <info>
- <desc>Specifies if a numbered or bulleted text is created automatically while typing.</desc>
- <label>Apply numbering</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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
- <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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl 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">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl 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 (&apos;Auto Completion&apos;).</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show suggestions -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Collect suggestions -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: no UI available anymore -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Append blanc -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show as tip -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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="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">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New Labels Labels -->
- <info>
- <desc>Specifies if the user&apos;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">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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="Continous" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New Labels Labels -->
- <info>
- <desc>Specifies if continuous paper or individual sheets are used.</desc>
- <label>Continous / Sheet</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Brand" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New Labels Options -->
- <info>
- <desc>Specifies if contents are synchronized.</desc>
- <label>Synchronize contents</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Page" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New Labels Options -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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="Continous" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New BusinessCards Medium -->
- <info>
- <desc>Specifies if continuous paper or individual sheets are used.</desc>
- <label>Continous / Sheet</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Brand" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New BusinessCards Options -->
- <info>
- <desc>Specifies if contents are synchronized.</desc>
- <label>Synchronize contents</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Page" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New BusinessCards Options -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New BusinessCards Private -->
- <info>
- <desc>Specifies your initials.</desc>
- <label>Initials</label>
- </info>
- </prop>
- <prop oor:name="SecondFirstName" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New BusinessCards Private -->
- <info>
- <desc>Specifies your title.</desc>
- <label>Title</label>
- </info>
- </prop>
- <prop oor:name="Profession" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New BusinessCards Private -->
- <info>
- <desc>Specifies your profession.</desc>
- <label>Profession</label>
- </info>
- </prop>
- <prop oor:name="Phone" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New BusinessCards Private -->
- <info>
- <desc>Specifies your e-mail address.</desc>
- <label>E-mail</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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: File New BusinessCards Business -->
- <info>
- <desc>Specifies your e-mail 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">
- <!-- OldPath: Writer/Toolbars/ObjectBar -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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 Graphic Object Bar or the Text Object Bar is visible when a graphic is selected.</desc>
- </info>
- <value>-1</value>
- </prop>
- <prop oor:name="Table" oor:type="xs:int" 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="AdditionalSeperators" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>configures additional word seperators for word counting</desc>
- <label>Additional Word Seperators</label>
- </info>
- <value>—–</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">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Navigator -->
- <info>
- <desc>Specifies if the contents of a category are displayed in the Navigator list box.</desc>
- </info>
- <value>0</value>
- </prop>
- </group>
- <group oor:name="Envelope">
- <info>
- <desc>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">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Envelope -->
- <info>
- <desc>Specifies the recipient&apos;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">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Envelope -->
- <info>
- <desc>Specifies the sender&apos;s address.</desc>
- <label>Sender</label>
- </info>
- </prop>
- <prop oor:name="UseSender" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Envelope -->
- <info>
- <desc>Specifies if the sender&apos;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">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe 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">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe 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">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe 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">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe 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">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe 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">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe 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">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe 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">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe 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">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe Printer -->
- <info>
- <desc>Specifies if 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">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe 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">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Insert Envolpe 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">
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Filter/MS_Office/Basic/Word -->
- <!-- OldLocation: soffice.cfg -->
- <!-- 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">
- <!-- OldPath: Filter/MS_Office/Basic/Word -->
- <!-- OldLocation: soffice.cfg -->
- <!-- 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>
- </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">
- <!--OldLocation: Soffice.cfg -->
- <!--UIHints: Numbering/Bullets dialog - Customize - Graphics - Keep Ratio-->
- <info>
- <desc>Maintains the proportions of pictures 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">
- <!--OldLocation: Soffice.cfg -->
- <!--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">
- <!-- OldLocation: Soffice.cfg -->
- <!--UIHints: Insert - Indexes - Show preview -->
- <info>
- <desc>Specifies if 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">
- <!-- OldLocation: Soffice.cfg -->
- <!-- 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">
- <!-- OldLocation: Soffice.cfg -->
- <!--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">
- <!-- OldLocation: Soffice.cfg -->
- <!--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">
- <!-- OldLocation: Soffice.cfg -->
- <!-- OldPath: Writer/Insert/Tables -->
- <!-- 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>
- </group>
- <group oor:name="Misc">
- <info>
- <desc>Contains miscellaneous settings.</desc>
- </info>
- <prop oor:name="GraphicToGalleryAsLink" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldLocation: Soffice.cfg -->
- <!--UIHints: context menu of readonly loaded documents-->
- <info>
- <desc>Specifies if 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 &quot;000&quot; 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 &quot;WinWord Field&quot;.</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>
+ <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">
+ <!--OldLocation: Soffice.cfg -->
+ <!--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">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--UIHints: Insert - Indexes - Show preview -->
+ <info>
+ <desc>Specifies if 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">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- 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">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--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">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--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">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- OldPath: Writer/Insert/Tables -->
+ <!-- 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>
+ </group>
+ <group oor:name="Misc">
+ <info>
+ <desc>Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="GraphicToGalleryAsLink" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--UIHints: context menu of readonly loaded documents-->
+ <info>
+ <desc>Specifies if 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>