summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs164
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs576
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Recovery.xcs272
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs51
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI.xcs1163
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs1927
6 files changed, 2190 insertions, 1963 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs b/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
index df435cf216c3..beb1ef89bd47 100644
--- a/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
@@ -17,7 +17,7 @@
* 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="OptionsDialog" oor:package="org.openoffice.Office" xml:lang="en-US">
+<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="OptionsDialog" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<desc>Contains general structures used to hide a single option or an option
tabpage or a whole option group.</desc>
@@ -25,57 +25,56 @@
<templates>
<group oor:name="SingleOption">
<info>
- <desc>Describes one single option.</desc>
+ <desc>Describes one single option.</desc>
</info>
<prop oor:name="Hide" oor:type="xs:boolean">
- <info>
- <desc>Should this option be hidden?.</desc>
- </info>
+ <info>
+ <desc>Should this option be hidden?.</desc>
+ </info>
</prop>
</group>
<group oor:name="OptionsPage">
<info>
- <desc>Describes one options tabpage.</desc>
+ <desc>Describes one options tabpage.</desc>
</info>
<prop oor:name="Hide" oor:type="xs:boolean">
- <info>
- <desc>Should this page be hidden?</desc>
- </info>
+ <info>
+ <desc>Should this page be hidden?</desc>
+ </info>
</prop>
<set oor:name="Options" oor:node-type="SingleOption">
- <info>
- <desc>An optional set to allow to hide single options of this page.</desc>
- </info>
+ <info>
+ <desc>An optional set to allow to hide single options of this page.</desc>
+ </info>
</set>
</group>
<group oor:name="OptionsGroup">
<info>
- <desc>Describes a group of options tabpages.</desc>
+ <desc>Describes a group of options tabpages.</desc>
</info>
<prop oor:name="Hide" oor:type="xs:boolean">
- <info>
- <desc>Should this whole group of options tabpages be hidden?</desc>
- </info>
+ <info>
+ <desc>Should this whole group of options tabpages be hidden?</desc>
+ </info>
</prop>
<set oor:name="Pages" oor:node-type="OptionsPage">
- <info>
- <desc>An optional set to allow to hide single options tabpages of this
+ <info>
+ <desc>An optional set to allow to hide single options tabpages of this
group.</desc>
- </info>
+ </info>
</set>
</group>
-
<group oor:name="Module">
<info>
- <desc>Defines a Module. The options dialog displays entries in its tree
+ <desc>Defines a Module. The options dialog displays entries in its tree
view only if they are defined to belong to the Module for which the
options dialog is being displayed. The exception is the options dialog
which is invoked from the Extension Manager, where the Module is
irrelevant.</desc>
</info>
<set oor:name="Nodes" oor:node-type="OrderedNode">
- <info>
- <desc>A set member countains a Node (see type Node) which has been
+ <info>
+ <desc>A set member countains a Node (see type Node) which has been
assigned to this Module. Also entities which do not own the Module
may add members to the set. Please look at the specification for
applying restrictions
@@ -91,33 +90,31 @@
the Index property.
See also the description for OrderedNode.
</desc>
- </info>
+ </info>
</set>
</group>
-
<group oor:name="Node">
<info>
- <desc>Defines a node (the tree view element) which can be displayed in
+ <desc>Defines a node (the tree view element) which can be displayed in
the tree view of the options dialog.</desc>
</info>
- <prop oor:name="Label" oor:type="xs:string" oor:localized="true"
- oor:nillable="false">
- <info>
- <desc>The localized name which is displayed next to the node in the
+ <prop oor:name="Label" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>The localized name which is displayed next to the node in the
options dialog. If two different nodes (the tree view element) happen
to have the same localized name then both are displayed.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="OptionsPage" oor:type="xs:string">
- <info>
- <desc>URL which references the dialog editor resource. This options
+ <info>
+ <desc>URL which references the dialog editor resource. This options
page should only contain information for the user and should not
accept input.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="AllModules" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>If true then this Node shall be displayed independent of the
+ <info>
+ <desc>If true then this Node shall be displayed independent of the
Module for which the options dialog is displayed - that is, always.
In this case it must not be assigned directly to one ore more
Module|s. That is, it must not exist as member in Module/Nodes of no
@@ -126,12 +123,12 @@
entries for all Module|s.
The default value is false.
</desc>
- </info>
- <value>false</value>
+ </info>
+ <value>false</value>
</prop>
<prop oor:name="GroupId" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Identifies a group of Node|s. All nodes (the tree view elements)
+ <info>
+ <desc>Identifies a group of Node|s. All nodes (the tree view elements)
which refer to the same group are displayed next to each other. If
this property is set then GroupIndex must also have a value. The
group will be used by Node|s which have been added to existing
@@ -142,12 +139,12 @@
The empty string is no valid identifier and represents nil.
See also GroupIndex.
</desc>
- </info>
- <value></value>
+ </info>
+ <value/>
</prop>
<prop oor:name="GroupIndex" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>The index of the Node within the group. The index starts with
+ <info>
+ <desc>The index of the Node within the group. The index starts with
null. If this property is set then property GroupId must also have
a value. If a Node of this group is displayed depends on the
respective Module to which it is assigned. For example, if there are
@@ -159,51 +156,49 @@
the order could be different depending on the Module. But this would
have added more complexity to the data structures.
</desc>
- </info>
- <value>-1</value>
+ </info>
+ <value>-1</value>
</prop>
<set oor:name="Leaves" oor:node-type="Leaf">
- <info>
- <desc>Leaves which are assigned to this node. Extensions can add to this
+ <info>
+ <desc>Leaves which are assigned to this node. Extensions can add to this
set new Leaf|s.</desc>
- </info>
+ </info>
</set>
</group>
-
<group oor:name="Leaf">
<info>
- <desc>Defines a leaf (the tree view element). A Leaf must be assigned to
+ <desc>Defines a leaf (the tree view element). A Leaf must be assigned to
exactly one Node. </desc>
</info>
<prop oor:name="Id" oor:type="xs:string">
- <info>
- <desc>The unique identifier of the Leaf. This must be the extension
+ <info>
+ <desc>The unique identifier of the Leaf. This must be the extension
identifier if this Leaf was defined by an extension.</desc>
- </info>
+ </info>
</prop>
- <prop oor:name="Label" oor:type="xs:string" oor:localized="true"
- oor:nillable="false">
- <info>
- <desc>The localized name that is displayed for the leaf in the options
+ <prop oor:name="Label" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>The localized name that is displayed for the leaf in the options
dialog.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="OptionsPage" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>A URL which references the window resource.</desc>
- </info>
+ <info>
+ <desc>A URL which references the window resource.</desc>
+ </info>
</prop>
<prop oor:name="EventHandlerService" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Name of the event handler service which is used as argument in
+ <info>
+ <desc>Name of the event handler service which is used as argument in
com.sun.star.awt.XContainerWindowProvider.createContainerWindow. This
handler does not even process events from the options page but also
provides for saving and reading the respective values.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="GroupId" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Identifies a group of Leaf|s. All Leaf|s which have the same
+ <info>
+ <desc>Identifies a group of Leaf|s. All Leaf|s which have the same
GroupId form a group and the corresponding entries in the tree view
are displayed next to each other.
If this property is set then the property GroupIndex must
@@ -217,32 +212,31 @@
group id.
The empty string is regarded as nil.
</desc>
- </info>
- <value></value>
+ </info>
+ <value/>
</prop>
<prop oor:name="GroupIndex" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>The index of the Leaf within the group. The index starts with
+ <info>
+ <desc>The index of the Leaf within the group. The index starts with
null. If this property is set then GroupId must also have
a value. If there are two Leaf|s with the same index in the same
group then then their order is undefined.
The value -1 is regarded as nil.</desc>
- </info>
- <value>-1</value>
+ </info>
+ <value>-1</value>
</prop>
</group>
-
<group oor:name="OrderedNode">
<info>
- <desc>Represents a reference to a Node and an optional index.
+ <desc>Represents a reference to a Node and an optional index.
Instances of this type are used in a set (see Module). The name of the
set member must be the same as the one of the respective Node. The
index determines the position of the node (the tree view element) in
the options dialog for a particular Module.</desc>
</info>
<prop oor:name="Index" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Determines the position of the node in the options dialog.
+ <info>
+ <desc>Determines the position of the node in the options dialog.
The index starts with null. That is, the corresponding node
appears at the first position in the tree view of the options dialog.
If the value is -1 then the index is undefined. If one adds
@@ -252,32 +246,28 @@
Module|s.
The value -1 is regarded as nil.
</desc>
- </info>
- <value>-1</value>
+ </info>
+ <value>-1</value>
</prop>
</group>
</templates>
-
<component>
<set oor:name="OptionsDialogGroups" oor:node-type="OptionsGroup">
<info>
- <desc>Contains the set of single options, options tabpages and options
+ <desc>Contains the set of single options, options tabpages and options
groups which should be hidden.</desc>
- <label>Hidden options</label>
+ <label>Hidden options</label>
</info>
</set>
-
<set oor:name="Modules" oor:node-type="Module">
<info>
- <desc>List of availabe application contexts</desc>
+ <desc>List of availabe application contexts</desc>
</info>
</set>
<set oor:name="Nodes" oor:node-type="Node">
<info>
- <desc>List of available nodes.</desc>
+ <desc>List of available nodes.</desc>
</info>
</set>
-
</component>
</oor:component-schema>
-
diff --git a/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs b/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs
index 613401a78db3..908b2c4218c5 100644
--- a/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs
@@ -16,442 +16,690 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<oor:component-schema 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" oor:package="org.openoffice.Office" oor:name="PresenterScreen">
+<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" xml:lang="en-US" oor:package="org.openoffice.Office" oor:name="PresenterScreen">
<info>
<desc>Configuration of the Presenter Screen extension.</desc>
</info>
- <import oor:component="org.openoffice.Office.Impress"></import>
+ <import oor:component="org.openoffice.Office.Impress"/>
<templates>
<group oor:name="BitmapDescriptor">
- <info><desc>Describes one bitmap that can be used as button icon or to paint
- a pane border.</desc></info>
+ <info>
+ <desc>Describes one bitmap that can be used as button icon or to paint
+ a pane border.</desc>
+ </info>
<prop oor:name="Name" oor:type="xs:string">
- <info><desc>Name of the bitmap. Used to look-up the bitmap in a container.</desc></info>
+ <info>
+ <desc>Name of the bitmap. Used to look-up the bitmap in a container.</desc>
+ </info>
</prop>
<prop oor:name="Text" oor:type="xs:string" oor:localized="true">
- <info><desc>Text that is displayed together with the icon.</desc></info>
+ <info>
+ <desc>Text that is displayed together with the icon.</desc>
+ </info>
</prop>
<prop oor:name="NormalFileName" oor:type="xs:string">
- <info><desc>Relative file name to the bitmap for the normal icon.</desc></info>
+ <info>
+ <desc>Relative file name to the bitmap for the normal icon.</desc>
+ </info>
</prop>
<prop oor:name="MouseOverFileName" oor:type="xs:string">
- <info><desc>Relative file name to the bitmap for the mouse over icon.</desc></info>
+ <info>
+ <desc>Relative file name to the bitmap for the mouse over icon.</desc>
+ </info>
</prop>
<prop oor:name="ButtonDownFileName" oor:type="xs:string">
- <info><desc>Relative file name to the bitmap for the button down icon.</desc></info>
+ <info>
+ <desc>Relative file name to the bitmap for the button down icon.</desc>
+ </info>
</prop>
<prop oor:name="DisabledFileName" oor:type="xs:string">
- <info><desc>Relative file name to the bitmap for the icon in disabled state.</desc></info>
+ <info>
+ <desc>Relative file name to the bitmap for the icon in disabled state.</desc>
+ </info>
</prop>
<prop oor:name="SelectedFileName" oor:type="xs:string">
- <info><desc>Relative file name to the bitmap for the icon in disabled state.</desc></info>
+ <info>
+ <desc>Relative file name to the bitmap for the icon in disabled state.</desc>
+ </info>
</prop>
<prop oor:name="MaskFileName" oor:type="xs:string">
- <info><desc>The file name of the mask bitmap. Use red for pixel outside of
- the border and blue for inside pixels.</desc></info>
- <value></value>
+ <info>
+ <desc>The file name of the mask bitmap. Use red for pixel outside of
+ the border and blue for inside pixels.</desc>
+ </info>
+ <value/>
</prop>
<prop oor:name="XOffset" oor:type="xs:int">
- <info><desc>Horizontal offset to move the bitmap just outside the
- window border.</desc></info>
+ <info>
+ <desc>Horizontal offset to move the bitmap just outside the
+ window border.</desc>
+ </info>
<value>0</value>
</prop>
<prop oor:name="YOffset" oor:type="xs:int">
- <info><desc>Vertical offset to move the bitmap just outside the
- window border.</desc></info>
+ <info>
+ <desc>Vertical offset to move the bitmap just outside the
+ window border.</desc>
+ </info>
<value>0</value>
</prop>
<prop oor:name="XHotSpot" oor:type="xs:int">
- <info><desc>Horizontal position of a hot spot.</desc></info>
+ <info>
+ <desc>Horizontal position of a hot spot.</desc>
+ </info>
</prop>
<prop oor:name="YHotSpot" oor:type="xs:int">
- <info><desc>Vertical position of a hot spot.</desc></info>
+ <info>
+ <desc>Vertical position of a hot spot.</desc>
+ </info>
</prop>
<prop oor:name="ReplacementColor" oor:type="xs:hexBinary">
- <info><desc>Color that is used as replacement for the bitmap when the later
- can for some reason not be used.</desc></info>
+ <info>
+ <desc>Color that is used as replacement for the bitmap when the later
+ can for some reason not be used.</desc>
+ </info>
</prop>
<prop oor:name="HorizontalTexturingMode" oor:type="xs:string">
- <info><desc>Horizontal texturing mode.</desc></info>
+ <info>
+ <desc>Horizontal texturing mode.</desc>
+ </info>
<constraints>
<enumeration oor:value="Once">
- <info><desc>Show texture only once</desc></info>
+ <info>
+ <desc>Show texture only once</desc>
+ </info>
</enumeration>
<enumeration oor:value="Repeat">
- <info><desc>Repeat the texture</desc></info>
+ <info>
+ <desc>Repeat the texture</desc>
+ </info>
</enumeration>
<enumeration oor:value="Stretch">
- <info><desc>Stretch the texture to cover the paint area</desc></info>
+ <info>
+ <desc>Stretch the texture to cover the paint area</desc>
+ </info>
</enumeration>
</constraints>
</prop>
<prop oor:name="VerticalTexturingMode" oor:type="xs:string">
- <info><desc>Vertical texturing mode.</desc></info>
+ <info>
+ <desc>Vertical texturing mode.</desc>
+ </info>
<constraints>
<enumeration oor:value="Once">
- <info><desc>Show texture only once</desc></info>
+ <info>
+ <desc>Show texture only once</desc>
+ </info>
</enumeration>
<enumeration oor:value="Repeat">
- <info><desc>Repeat the texture</desc></info>
+ <info>
+ <desc>Repeat the texture</desc>
+ </info>
</enumeration>
<enumeration oor:value="Stretch">
- <info><desc>Stretch the texture to cover the paint area</desc></info>
+ <info>
+ <desc>Stretch the texture to cover the paint area</desc>
+ </info>
</enumeration>
</constraints>
<value>Once</value>
</prop>
</group>
<group oor:name="ThemeBorderSize">
- <info><desc>Four values describing the sizes of a border around a
- rectangular area.</desc></info>
+ <info>
+ <desc>Four values describing the sizes of a border around a
+ rectangular area.</desc>
+ </info>
<prop oor:name="Left" oor:type="xs:int">
- <info><desc>Left border size.</desc></info>
+ <info>
+ <desc>Left border size.</desc>
+ </info>
</prop>
<prop oor:name="Top" oor:type="xs:int">
- <info><desc>Top border size.</desc></info>
+ <info>
+ <desc>Top border size.</desc>
+ </info>
</prop>
<prop oor:name="Right" oor:type="xs:int">
- <info><desc>Right border size.</desc></info>
+ <info>
+ <desc>Right border size.</desc>
+ </info>
</prop>
<prop oor:name="Bottom" oor:type="xs:int">
- <info><desc>Bottom border size.</desc></info>
+ <info>
+ <desc>Bottom border size.</desc>
+ </info>
</prop>
</group>
<group oor:name="Font">
- <info><desc>Font description.</desc></info>
+ <info>
+ <desc>Font description.</desc>
+ </info>
<prop oor:name="FamilyName" oor:type="xs:string">
- <info><desc>The name of the font family.</desc></info>
+ <info>
+ <desc>The name of the font family.</desc>
+ </info>
</prop>
<prop oor:name="Size" oor:type="xs:int">
- <info><desc>Font size.</desc></info>
+ <info>
+ <desc>Font size.</desc>
+ </info>
</prop>
<prop oor:name="Style" oor:type="xs:string">
- <info><desc>Something like "Bold" or "Italic" or "Bold Italic".</desc></info>
+ <info>
+ <desc>Something like "Bold" or "Italic" or "Bold Italic".</desc>
+ </info>
</prop>
<prop oor:name="Color" oor:type="xs:hexBinary">
- <info><desc>Font color.</desc></info>
+ <info>
+ <desc>Font color.</desc>
+ </info>
</prop>
<prop oor:name="Anchor" oor:type="xs:string">
- <info><desc>Orientation of text. Can be left, right, or centered.</desc></info>
+ <info>
+ <desc>Orientation of text. Can be left, right, or centered.</desc>
+ </info>
<constraints>
<enumeration oor:value="Left">
- <info><desc>Flush left</desc></info>
+ <info>
+ <desc>Flush left</desc>
+ </info>
</enumeration>
<enumeration oor:value="Right">
- <info><desc>Flush right</desc></info>
+ <info>
+ <desc>Flush right</desc>
+ </info>
</enumeration>
<enumeration oor:value="Center">
- <info><desc>Centered</desc></info>
+ <info>
+ <desc>Centered</desc>
+ </info>
</enumeration>
</constraints>
</prop>
<prop oor:name="XOffset" oor:type="xs:int">
- <info><desc>Horizontal offset in relation to the anchor point.</desc></info>
+ <info>
+ <desc>Horizontal offset in relation to the anchor point.</desc>
+ </info>
</prop>
<prop oor:name="YOffset" oor:type="xs:int">
- <info><desc>Vertical offset in relation to the anchor point.</desc></info>
+ <info>
+ <desc>Vertical offset in relation to the anchor point.</desc>
+ </info>
</prop>
</group>
<group oor:name="ToolBarDescription">
- <info><desc>Description of a tool bar entry state.</desc></info>
+ <info>
+ <desc>Description of a tool bar entry state.</desc>
+ </info>
<node-ref oor:name="Font" oor:node-type="Font">
- <info><desc>Font used for displaying the text.</desc></info>
+ <info>
+ <desc>Font used for displaying the text.</desc>
+ </info>
</node-ref>
<node-ref oor:name="Icon" oor:node-type="BitmapDescriptor">
- <info><desc>The icon to display.</desc></info>
+ <info>
+ <desc>The icon to display.</desc>
+ </info>
</node-ref>
<prop oor:name="Text" oor:type="xs:string" oor:localized="true">
- <info><desc>The text to display.</desc></info>
+ <info>
+ <desc>The text to display.</desc>
+ </info>
</prop>
<prop oor:name="Action" oor:type="xs:string">
- <info><desc>Action to execute when a button is triggered.</desc></info>
+ <info>
+ <desc>Action to execute when a button is triggered.</desc>
+ </info>
</prop>
</group>
<group oor:name="ToolBarEntry">
- <info><desc>Definition of a tool bar entry.</desc></info>
+ <info>
+ <desc>Definition of a tool bar entry.</desc>
+ </info>
<prop oor:name="Name" oor:type="xs:string">
- <info><desc>Name of the entry. May be used to have mode dependant entries.</desc></info>
+ <info>
+ <desc>Name of the entry. May be used to have mode dependant entries.</desc>
+ </info>
</prop>
<prop oor:name="Type" oor:type="xs:string">
- <info><desc>Type of the entry. Examples are "Label" and "Button".</desc></info>
+ <info>
+ <desc>Type of the entry. Examples are "Label" and "Button".</desc>
+ </info>
</prop>
<node-ref oor:name="Normal" oor:node-type="ToolBarDescription">
- <info><desc>Description of a tool bar entry in normal mode (not selected, not mouse over)</desc></info>
+ <info>
+ <desc>Description of a tool bar entry in normal mode (not selected, not mouse over)</desc>
+ </info>
</node-ref>
<node-ref oor:name="MouseOver" oor:node-type="ToolBarDescription">
- <info><desc>Description of a tool bar entry when the mouse is over it.</desc></info>
+ <info>
+ <desc>Description of a tool bar entry when the mouse is over it.</desc>
+ </info>
</node-ref>
<node-ref oor:name="Selected" oor:node-type="ToolBarDescription">
- <info><desc>Description of a tool bar entry when it is selected.</desc></info>
+ <info>
+ <desc>Description of a tool bar entry when it is selected.</desc>
+ </info>
</node-ref>
<node-ref oor:name="Disabled" oor:node-type="ToolBarDescription">
- <info><desc>Description of a tool bar entry when it is disabled.</desc></info>
+ <info>
+ <desc>Description of a tool bar entry when it is disabled.</desc>
+ </info>
</node-ref>
</group>
<group oor:name="ToolBar">
- <info><desc>Definition of one tool bar.</desc></info>
+ <info>
+ <desc>Definition of one tool bar.</desc>
+ </info>
<set oor:name="Entries" oor:node-type="ToolBarEntry">
- <info><desc>Entries of the tool bars.</desc></info>
+ <info>
+ <desc>Entries of the tool bars.</desc>
+ </info>
</set>
</group>
<group oor:name="Button">
- <info><desc>Description of a button.</desc></info>
+ <info>
+ <desc>Description of a button.</desc>
+ </info>
<prop oor:name="Name" oor:type="xs:string">
- <info><desc>Name of the button that is used to look up the button.</desc></info>
+ <info>
+ <desc>Name of the button that is used to look up the button.</desc>
+ </info>
</prop>
<node-ref oor:name="Font" oor:node-type="Font">
- <info><desc>Font used for displaying the text.</desc></info>
+ <info>
+ <desc>Font used for displaying the text.</desc>
+ </info>
</node-ref>
<node-ref oor:name="Icon" oor:node-type="BitmapDescriptor">
- <info><desc>The icon to display.</desc></info>
+ <info>
+ <desc>The icon to display.</desc>
+ </info>
</node-ref>
<prop oor:name="Text" oor:type="xs:string" oor:localized="true">
- <info><desc>The text to display.</desc></info>
+ <info>
+ <desc>The text to display.</desc>
+ </info>
</prop>
<prop oor:name="Action" oor:type="xs:string">
- <info><desc>Action to execute when a button is triggered.</desc></info>
+ <info>
+ <desc>Action to execute when a button is triggered.</desc>
+ </info>
</prop>
</group>
<group oor:name="HelpEntry">
- <info><desc>Description of a help entry.</desc></info>
+ <info>
+ <desc>Description of a help entry.</desc>
+ </info>
<prop oor:name="Left" oor:type="xs:string" oor:localized="true">
- <info><desc>Typically a list of keyboard key names.</desc></info>
+ <info>
+ <desc>Typically a list of keyboard key names.</desc>
+ </info>
</prop>
<prop oor:name="Right" oor:type="xs:string" oor:localized="true">
- <info><desc>Typically a description of the action triggered by pressing the keys on the left.</desc></info>
+ <info>
+ <desc>Typically a description of the action triggered by pressing the keys on the left.</desc>
+ </info>
</prop>
</group>
<group oor:name="PaneStyle">
- <info><desc>Visual properties of a pane style:
- the border of a pane and its title font.</desc></info>
+ <info>
+ <desc>Visual properties of a pane style:
+ the border of a pane and its title font.</desc>
+ </info>
<prop oor:name="StyleName" oor:type="xs:string">
- <info><desc>Name of the style. Used for referencing the style.
+ <info>
+ <desc>Name of the style. Used for referencing the style.
Has to be unique among pane styles and view styles
- in one theme.</desc></info>
+ in one theme.</desc>
+ </info>
</prop>
<prop oor:name="ParentStyle" oor:type="xs:string">
- <info><desc>Name of the parent style. Values not supplied in this style
+ <info>
+ <desc>Name of the parent style. Values not supplied in this style
are taken from the parent style. Empty string or missing
- mean no parent.</desc></info>
- <value></value>
+ mean no parent.</desc>
+ </info>
+ <value/>
</prop>
<node-ref oor:name="TitleFont" oor:node-type="Font">
- <info><desc>Font used for displaying the pane title.</desc></info>
+ <info>
+ <desc>Font used for displaying the pane title.</desc>
+ </info>
</node-ref>
<node-ref oor:name="InnerBorderSize" oor:node-type="ThemeBorderSize">
- <info><desc>Size of the inner part of the border.</desc></info>
+ <info>
+ <desc>Size of the inner part of the border.</desc>
+ </info>
</node-ref>
<node-ref oor:name="OuterBorderSize" oor:node-type="ThemeBorderSize">
- <info><desc>Size of the outer part of the border.</desc></info>
+ <info>
+ <desc>Size of the outer part of the border.</desc>
+ </info>
</node-ref>
<set oor:name="BorderBitmapList" oor:node-type="BitmapDescriptor">
- <info><desc>Bitmaps that are used to paint the borders of
- a pane.</desc></info>
+ <info>
+ <desc>Bitmaps that are used to paint the borders of
+ a pane.</desc>
+ </info>
</set>
</group>
<group oor:name="ViewStyle">
- <info><desc>Visual properties of a view style:
- font and backround color.</desc></info>
+ <info>
+ <desc>Visual properties of a view style:
+ font and backround color.</desc>
+ </info>
<prop oor:name="StyleName" oor:type="xs:string">
- <info><desc>Name of the style. Used for referencing the style.
+ <info>
+ <desc>Name of the style. Used for referencing the style.
Has to be unique among pane styles and view styles
- in one theme.</desc></info>
+ in one theme.</desc>
+ </info>
</prop>
<prop oor:name="ParentStyle" oor:type="xs:string">
- <info><desc>Name of the parent style. Values not supplied in this style
+ <info>
+ <desc>Name of the parent style. Values not supplied in this style
are taken from the parent style. Empty string or missing
- mean no parent.</desc></info>
- <value></value>
+ mean no parent.</desc>
+ </info>
+ <value/>
</prop>
<node-ref oor:name="Font" oor:node-type="Font">
- <info><desc>Font used for text display inside a view.</desc></info>
+ <info>
+ <desc>Font used for text display inside a view.</desc>
+ </info>
</node-ref>
<node-ref oor:name="Background" oor:node-type="BitmapDescriptor">
- <info><desc>Color (or bitmap) that is used to paint the
- background of a view.</desc></info>
+ <info>
+ <desc>Color (or bitmap) that is used to paint the
+ background of a view.</desc>
+ </info>
</node-ref>
</group>
<group oor:name="Style_Association">
- <info><desc>Association of a drawing framework resource to a
- style of the presenter theme.</desc></info>
+ <info>
+ <desc>Association of a drawing framework resource to a
+ style of the presenter theme.</desc>
+ </info>
<prop oor:name="ResourceURL" oor:type="xs:string">
- <info><desc>URL of a drawing framework resource.</desc></info>
+ <info>
+ <desc>URL of a drawing framework resource.</desc>
+ </info>
</prop>
<prop oor:name="StyleName" oor:type="xs:string">
- <info><desc>Name of a pane style or a view style.</desc></info>
+ <info>
+ <desc>Name of a pane style or a view style.</desc>
+ </info>
</prop>
</group>
<group oor:name="PresenterString">
- <info><desc>Presenter string, whatever that might mean.</desc></info>
+ <info>
+ <desc>Presenter string, whatever that might mean.</desc>
+ </info>
<prop oor:name="String" oor:type="xs:string" oor:localized="true">
- <info><desc>Just a string.</desc></info>
+ <info>
+ <desc>Just a string.</desc>
+ </info>
</prop>
</group>
<group oor:name="ViewDescription">
- <info><desc>Association of a drawing framework resource to a
- style of the presenter theme.</desc></info>
+ <info>
+ <desc>Association of a drawing framework resource to a
+ style of the presenter theme.</desc>
+ </info>
<prop oor:name="ViewURL" oor:type="xs:string">
- <info><desc>URL of a drawing framework view.</desc></info>
+ <info>
+ <desc>URL of a drawing framework view.</desc>
+ </info>
</prop>
<prop oor:name="StyleName" oor:type="xs:string">
- <info><desc>Name of a view style.</desc></info>
+ <info>
+ <desc>Name of a view style.</desc>
+ </info>
</prop>
<prop oor:name="Title" oor:type="xs:string" oor:localized="true">
- <info><desc>Title displayed for the component. An empty or missing
- title means that no title is displayed.</desc></info>
- <value></value>
+ <info>
+ <desc>Title displayed for the component. An empty or missing
+ title means that no title is displayed.</desc>
+ </info>
+ <value/>
</prop>
<prop oor:name="AccessibleTitle" oor:type="xs:string" oor:localized="true">
- <info><desc>Title displayed for the component when accessibility support is active.
- An empty or missing title means that no title is displayed.</desc></info>
- <value></value>
+ <info>
+ <desc>Title displayed for the component when accessibility support is active.
+ An empty or missing title means that no title is displayed.</desc>
+ </info>
+ <value/>
</prop>
<prop oor:name="IsOpaque" oor:type="xs:boolean">
- <info><desc>When the value is false then the background is painted before the
- view is painted.</desc></info>
+ <info>
+ <desc>When the value is false then the background is painted before the
+ view is painted.</desc>
+ </info>
<value>false</value>
</prop>
<set oor:name="Strings" oor:node-type="PresenterString">
- <info><desc>List of localizable strings used by the view.</desc></info>
+ <info>
+ <desc>List of localizable strings used by the view.</desc>
+ </info>
</set>
</group>
<group oor:name="PresenterTheme">
- <info><desc>Visual properties of the presenter view. The values in a theme
- are hints and can be ignored.</desc></info>
+ <info>
+ <desc>Visual properties of the presenter view. The values in a theme
+ are hints and can be ignored.</desc>
+ </info>
<prop oor:name="ThemeName" oor:type="xs:string">
- <info><desc>Name of the theme. Used for referencing the theme.
+ <info>
+ <desc>Name of the theme. Used for referencing the theme.
Has to be unique among all themes. The name of the
- default theme is 'DefaultTheme'</desc></info>
+ default theme is 'DefaultTheme'</desc>
+ </info>
</prop>
<prop oor:name="ParentTheme" oor:type="xs:string">
- <info><desc>Name of the parent theme. Values not supplied in this theme
+ <info>
+ <desc>Name of the parent theme. Values not supplied in this theme
are taken from the parent theme. Empty string or missing
- mean default theme.</desc></info>
- <value></value>
+ mean default theme.</desc>
+ </info>
+ <value/>
</prop>
<node-ref oor:name="Background" oor:node-type="BitmapDescriptor">
- <info><desc>Color or bitmap that is used to paint the
- background.</desc></info>
+ <info>
+ <desc>Color or bitmap that is used to paint the
+ background.</desc>
+ </info>
</node-ref>
<set oor:name="PaneStyles" oor:node-type="PaneStyle">
- <info><desc>List of pane styles.</desc></info>
+ <info>
+ <desc>List of pane styles.</desc>
+ </info>
</set>
<set oor:name="ViewStyles" oor:node-type="ViewStyle">
- <info><desc>List of view styles.</desc></info>
+ <info>
+ <desc>List of view styles.</desc>
+ </info>
</set>
<set oor:name="StyleAssociations" oor:node-type="Style_Association">
- <info><desc>List of style associations.</desc></info>
+ <info>
+ <desc>List of style associations.</desc>
+ </info>
</set>
<set oor:name="Bitmaps" oor:node-type="BitmapDescriptor">
- <info><desc>List of additional bitmaps for example for buttons.</desc></info>
+ <info>
+ <desc>List of additional bitmaps for example for buttons.</desc>
+ </info>
</set>
<set oor:name="Fonts" oor:node-type="Font">
- <info><desc>List of additional fonts.</desc></info>
+ <info>
+ <desc>List of additional fonts.</desc>
+ </info>
</set>
</group>
<group oor:name="PresenterComponentLayout">
- <info><desc>Layout of a component of the presenter screen.</desc></info>
+ <info>
+ <desc>Layout of a component of the presenter screen.</desc>
+ </info>
<prop oor:name="PaneURL" oor:type="xs:string">
- <info><desc>URL of a pane resource.</desc></info>
+ <info>
+ <desc>URL of a pane resource.</desc>
+ </info>
</prop>
<prop oor:name="ViewURL" oor:type="xs:string">
- <info><desc>URL of a view resource that is to be displayed in
- the pane.</desc></info>
+ <info>
+ <desc>URL of a view resource that is to be displayed in
+ the pane.</desc>
+ </info>
</prop>
<prop oor:name="RelativeX" oor:type="xs:double">
- <info><desc>Relative x position in the range of [0,1].</desc></info>
+ <info>
+ <desc>Relative x position in the range of [0,1].</desc>
+ </info>
</prop>
<prop oor:name="RelativeY" oor:type="xs:double">
- <info><desc>Relative y position in the range of [0,1].</desc></info>
+ <info>
+ <desc>Relative y position in the range of [0,1].</desc>
+ </info>
</prop>
<prop oor:name="RelativeWidth" oor:type="xs:double">
- <info><desc>Relative width in the range of [0,1].</desc></info>
+ <info>
+ <desc>Relative width in the range of [0,1].</desc>
+ </info>
</prop>
<prop oor:name="RelativeHeight" oor:type="xs:double">
- <info><desc>Relative height in the range of [0,1].</desc></info>
+ <info>
+ <desc>Relative height in the range of [0,1].</desc>
+ </info>
</prop>
</group>
<group oor:name="PresenterLayout">
- <info><desc>Layout of all components of the presenter screen.</desc></info>
+ <info>
+ <desc>Layout of all components of the presenter screen.</desc>
+ </info>
<prop oor:name="LayoutName" oor:type="xs:string">
- <info><desc>Name of the layout. Used for referencing the layout.
- Has to be unique among all presenter layouts.</desc></info>
+ <info>
+ <desc>Name of the layout. Used for referencing the layout.
+ Has to be unique among all presenter layouts.</desc>
+ </info>
</prop>
<prop oor:name="ParentLayout" oor:type="xs:string">
- <info><desc>Name of the parent layout. Values not supplied in this layout
+ <info>
+ <desc>Name of the parent layout. Values not supplied in this layout
are taken from the parent layout. Missing or empty string
- mean no parent layout.</desc></info>
- <value></value>
+ mean no parent layout.</desc>
+ </info>
+ <value/>
</prop>
<set oor:name="Layout" oor:node-type="PresenterComponentLayout">
- <info><desc>List of component layouts.</desc></info>
+ <info>
+ <desc>List of component layouts.</desc>
+ </info>
</set>
</group>
</templates>
<component>
<group oor:name="PresenterScreenSettings">
- <info><desc>Settings regarding controls that are only used by the Presenter
- Screen.</desc></info>
+ <info>
+ <desc>Settings regarding controls that are only used by the Presenter
+ Screen.</desc>
+ </info>
<set oor:name="ToolBars" oor:node-type="ToolBar">
- <info><desc>Set of tool bars.</desc></info>
+ <info>
+ <desc>Set of tool bars.</desc>
+ </info>
</set>
<set oor:name="Buttons" oor:node-type="Button">
- <info><desc>Set of buttons.</desc></info>
+ <info>
+ <desc>Set of buttons.</desc>
+ </info>
</set>
<group oor:name="ScrollBar">
- <info><desc>Settings of scroll bars.</desc></info>
+ <info>
+ <desc>Settings of scroll bars.</desc>
+ </info>
<set oor:name="Bitmaps" oor:node-type="BitmapDescriptor">
- <info><desc>Bitmaps of icons used for displaying the scroll bar.</desc></info>
+ <info>
+ <desc>Bitmaps of icons used for displaying the scroll bar.</desc>
+ </info>
</set>
</group>
<group oor:name="SlideSorter">
- <info><desc>Settings of the slide sorter of the presenter screen.</desc></info>
+ <info>
+ <desc>Settings of the slide sorter of the presenter screen.</desc>
+ </info>
<node-ref oor:name="BorderSize" oor:node-type="ThemeBorderSize">
- <info><desc>Size of the border around the current slide.</desc></info>
+ <info>
+ <desc>Size of the border around the current slide.</desc>
+ </info>
</node-ref>
<set oor:name="CurrentSlideBorderBitmaps" oor:node-type="BitmapDescriptor">
- <info><desc>Bitmaps that are used to paint the border around the current
- slide.</desc></info>
+ <info>
+ <desc>Bitmaps that are used to paint the border around the current
+ slide.</desc>
+ </info>
</set>
</group>
<group oor:name="HelpView">
- <info><desc>Settings of help view.</desc></info>
+ <info>
+ <desc>Settings of help view.</desc>
+ </info>
<set oor:name="HelpStrings" oor:node-type="HelpEntry">
- <info><desc>List of entries displayed in the help view.</desc></info>
+ <info>
+ <desc>List of entries displayed in the help view.</desc>
+ </info>
</set>
</group>
</group>
<group oor:name="Presenter">
- <info><desc>General properties of the presenter view.</desc></info>
+ <info>
+ <desc>General properties of the presenter view.</desc>
+ </info>
<prop oor:name="StartAlways" oor:type="xs:boolean">
- <info><desc>When true then presenter screen is displayed on single screen systems
- or when fullscreen presentation spans all screens.</desc></info>
+ <info>
+ <desc>When true then presenter screen is displayed on single screen systems
+ or when fullscreen presentation spans all screens.</desc>
+ </info>
<value>false</value>
</prop>
<set oor:name="Themes" oor:node-type="PresenterTheme">
- <info><desc>List of available themes.</desc></info>
+ <info>
+ <desc>List of available themes.</desc>
+ </info>
</set>
<prop oor:name="CurrentTheme" oor:type="xs:string">
- <info><desc>Name of the current theme. An empty name or the string "DefaultTheme"
- specify the default theme.</desc></info>
+ <info>
+ <desc>Name of the current theme. An empty name or the string "DefaultTheme"
+ specify the default theme.</desc>
+ </info>
<value>DefaultTheme</value>
</prop>
<set oor:name="Views" oor:node-type="ViewDescription">
- <info><desc>Description of the views.</desc></info>
+ <info>
+ <desc>Description of the views.</desc>
+ </info>
</set>
<set oor:name="Layouts" oor:node-type="PresenterLayout">
- <info><desc>List of visible presenter components.</desc></info>
+ <info>
+ <desc>List of visible presenter components.</desc>
+ </info>
</set>
<prop oor:name="CurrentLayout" oor:type="xs:string">
- <info><desc>Name of the current layout. An empty name or the
- string "DefaultLayout" specify the default layout.</desc></info>
+ <info>
+ <desc>Name of the current layout. An empty name or the
+ string "DefaultLayout" specify the default layout.</desc>
+ </info>
<value>DefaultLayout</value>
</prop>
<set oor:name="Accessibility" oor:node-type="PresenterString">
- <info><desc>Strings that are used make the presenter console accessible.</desc></info>
+ <info>
+ <desc>Strings that are used make the presenter console accessible.</desc>
+ </info>
</set>
<prop oor:name="InitialViewMode" oor:type="xs:int">
- <info><desc>The view mode on start up of the extension. Valid values are 0 for the Preview-only mode, 1 for the notes view, 2 for the slide overview.</desc></info>
+ <info>
+ <desc>The view mode on start up of the extension. Valid values are 0 for the Preview-only mode, 1 for the notes view, 2 for the slide overview.</desc>
+ </info>
<value>0</value>
</prop>
</group>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs b/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs
index 91fe22d829ff..73d888bc6184 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs
@@ -18,141 +18,141 @@
-->
<!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="Recovery" oor:package="org.openoffice.Office" xml:lang="en-US">
- <info>
+ <info>
+ <desc> </desc>
+ </info>
+ <templates>
+ <group oor:name="RecoveryEntry">
+ <info>
<desc> </desc>
- </info>
- <templates>
- <group oor:name="RecoveryEntry">
- <info>
- <desc> </desc>
- </info>
- <prop oor:name="TempURL" oor:type="xs:string">
- <info>
- <desc> </desc>
- </info>
- </prop>
- <prop oor:name="OriginalURL" oor:type="xs:string">
- <info>
- <desc> </desc>
- </info>
- </prop>
- <prop oor:name="TemplateURL" oor:type="xs:string">
- <info>
- <desc> </desc>
- </info>
- </prop>
- <prop oor:name="Module" oor:type="xs:string">
- <info>
- <desc> </desc>
- </info>
- </prop>
- <prop oor:name="DocumentState" oor:type="xs:int">
- <info>
- <desc> </desc>
- </info>
- </prop>
- <prop oor:name="Filter" oor:type="xs:string">
- <info>
- <desc> </desc>
- </info>
- </prop>
- <prop oor:name="Title" oor:type="xs:string">
- <info>
- <desc> </desc>
- </info>
- </prop>
- <prop oor:name="ViewNames" oor:type="oor:string-list">
- <info>
- <desc> </desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <set oor:name="RecoveryList" oor:node-type="RecoveryEntry">
- <info>
- <desc> </desc>
- </info>
- </set>
- <group oor:name="SessionShutdown">
- <info>
- <desc>The session shutdown related information.</desc>
- </info>
- <prop oor:name="DocumentStoreUIEnabled" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Determines if the office is allowed to show request to store modified documents on session shutdown.</desc>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="RecoveryInfo">
- <info>
- <desc> </desc>
- </info>
- <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Determines if the recovery feature should be enabled or disabled</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Crashed" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc> </desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="SessionData" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc> </desc>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="CrashReporter">
- <info>
- <desc>Settings for the crash reporter.</desc>
- </info>
- <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies if the crash reporter should be enabled or disabled.</desc>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="AutoSave">
- <info>
- <desc> </desc>
- </info>
- <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc> </desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="UserAutoSaveEnabled" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc> </desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="TimeIntervall" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc> </desc>
- </info>
- <value>15</value>
- </prop>
- <prop oor:name="MinSpaceDocSave" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Define the minimum space in [MB], which must be available on disc to save backups for open documents. Note: values less then 1 will be ignored.</desc>
- </info>
- <value>5</value>
- </prop>
- <prop oor:name="MinSpaceConfigSave" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Define the minimum space in [MB], which must be available on disc to store the recovery configuration. Note: values less then 1 will be ignored.</desc>
- </info>
- <value>1</value>
- </prop>
- </group>
- </component>
+ </info>
+ <prop oor:name="TempURL" oor:type="xs:string">
+ <info>
+ <desc> </desc>
+ </info>
+ </prop>
+ <prop oor:name="OriginalURL" oor:type="xs:string">
+ <info>
+ <desc> </desc>
+ </info>
+ </prop>
+ <prop oor:name="TemplateURL" oor:type="xs:string">
+ <info>
+ <desc> </desc>
+ </info>
+ </prop>
+ <prop oor:name="Module" oor:type="xs:string">
+ <info>
+ <desc> </desc>
+ </info>
+ </prop>
+ <prop oor:name="DocumentState" oor:type="xs:int">
+ <info>
+ <desc> </desc>
+ </info>
+ </prop>
+ <prop oor:name="Filter" oor:type="xs:string">
+ <info>
+ <desc> </desc>
+ </info>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string">
+ <info>
+ <desc> </desc>
+ </info>
+ </prop>
+ <prop oor:name="ViewNames" oor:type="oor:string-list">
+ <info>
+ <desc> </desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="RecoveryList" oor:node-type="RecoveryEntry">
+ <info>
+ <desc> </desc>
+ </info>
+ </set>
+ <group oor:name="SessionShutdown">
+ <info>
+ <desc>The session shutdown related information.</desc>
+ </info>
+ <prop oor:name="DocumentStoreUIEnabled" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the office is allowed to show request to store modified documents on session shutdown.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="RecoveryInfo">
+ <info>
+ <desc> </desc>
+ </info>
+ <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the recovery feature should be enabled or disabled</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Crashed" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc> </desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SessionData" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc> </desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="CrashReporter">
+ <info>
+ <desc>Settings for the crash reporter.</desc>
+ </info>
+ <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if the crash reporter should be enabled or disabled.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="AutoSave">
+ <info>
+ <desc> </desc>
+ </info>
+ <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc> </desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="UserAutoSaveEnabled" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc> </desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="TimeIntervall" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc> </desc>
+ </info>
+ <value>15</value>
+ </prop>
+ <prop oor:name="MinSpaceDocSave" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Define the minimum space in [MB], which must be available on disc to save backups for open documents. Note: values less then 1 will be ignored.</desc>
+ </info>
+ <value>5</value>
+ </prop>
+ <prop oor:name="MinSpaceConfigSave" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Define the minimum space in [MB], which must be available on disc to store the recovery configuration. Note: values less then 1 will be ignored.</desc>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs b/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
index 5b52d63f7efe..97183e97dd4c 100644
--- a/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
@@ -17,35 +17,24 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema oor:package="org.openoffice.Office"
- oor:name="TabBrowse"
- xmlns:oor="http://openoffice.org/2001/registry"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xml:lang="en-US">
- <info>
- <desc>Contain all needed properties for the tabbed document interface of OOo.</desc>
- </info>
-
- <templates>
- </templates>
-
- <component>
-
- <group oor:name="TaskCreatorService">
- <info>
- <desc>The TaskCreatorService is used to create new document windows.
- It must be replaced if the logic behind creation of such windows should be changed.</desc>
- </info>
- <prop oor:name="ImplementationName" oor:type="xs:string">
- <info>
- <desc>Because there can exists more then one implementations of such TaskCreatorService,
- the actual one must be specified with it's UNO implementation name.
- Otherwise it's not guaranteed, which implementation is realy used at runtime.</desc>
- </info>
- </prop>
- </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:package="org.openoffice.Office" oor:name="TabBrowse" xml:lang="en-US">
+ <info>
+ <desc>Contain all needed properties for the tabbed document interface of OOo.</desc>
+ </info>
+ <templates/>
+ <component>
+ <group oor:name="TaskCreatorService">
+ <info>
+ <desc>The TaskCreatorService is used to create new document windows.
+ It must be replaced if the logic behind creation of such windows should be changed.</desc>
+ </info>
+ <prop oor:name="ImplementationName" oor:type="xs:string">
+ <info>
+ <desc>Because there can exists more then one implementations of such TaskCreatorService,
+ the actual one must be specified with it's UNO implementation name.
+ Otherwise it's not guaranteed, which implementation is realy used at runtime.</desc>
+ </info>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs
index ecf8f19a347b..365533c83e4a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI.xcs
@@ -18,495 +18,494 @@
-->
<!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="UI" oor:package="org.openoffice.Office" xml:lang="en-US">
- <info>
- </info>
- <templates>
- <group oor:name="FilterClass">
- <info>
- <desc>Describes a class of filters. Filter classes (for example, &apos;Text documents&apos;) appear as a single filter to the user.</desc>
- </info>
- <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true" oor:nillable="false">
- <info>
- <desc>Specifies the localized name that is used when presenting the class to the user.</desc>
- </info>
- </prop>
- <prop oor:name="Filters" oor:type="oor:string-list">
- <info>
- <desc>Contains a list of filters that belong to this filter class. Filters that referred here (for a given class) are collected at runtime and then presented as one single entry.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="ColorScheme">
- <!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
- <info>
- <desc>Defines the templates for color settings used to customize the appearance of the applications.</desc>
- </info>
- <group oor:name="DocColor">
- <info>
- <desc>Specifies the color settings for the document.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color of the document.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="DocBoundaries">
- <info>
- <desc>Specifies the settings for the documents boundaries.</desc>
- </info>
- <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the visibility of anchors (true = visible).</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for of the document boundaries.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="AppBackground">
- <info>
- <desc>Specifies the settings for the application background.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies Color of the application background.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="ObjectBoundaries">
- <info>
- <desc>Specifies the settings for object boundaries.</desc>
- </info>
- <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the visibility of object boundaries (true = visible).</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for object boundaries.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="TableBoundaries">
- <info>
- <desc>Specifies the settings for table boundaries.</desc>
- </info>
- <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the visibility of table boundaries (true = visible).</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for table boundaries.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="FontColor">
- <info>
- <desc>Specifies the settings for the font.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies color of the font.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Links">
- <info>
- <desc>Specifies the settings for unvisited links.</desc>
- </info>
- <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the visibility of unvisited links (true = visible).</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for unvisited links.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="LinksVisited">
- <info>
- <desc>Specifies the settings for visited links.</desc>
- </info>
- <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the visibility of visited links (true = visible).</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for visited links.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Spell">
- <info>
- <desc>Specifies the settings for incorrect text found with spellchecking.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color of incorrect text found with AutoSpellcheck.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="SmartTags">
- <info>
- <desc>Specifies the settings for smart tags.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color of smart tags.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Shadow">
- <info>
- <desc>Specifies the settings for shadows.</desc>
- </info>
- <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the visibility of shadows (true = visible).</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for shadows.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WriterTextGrid">
- <info>
- <desc>Specifies the settings for the text grid in Writer.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for the text grid.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WriterFieldShadings">
- <info>
- <desc>Specifies the settings for field shadings in Writer.</desc>
- </info>
- <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the visibility of field shadings (true = visible).</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for the field shadings.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WriterIdxShadings">
- <info>
- <desc>Specifies the settings for index and table shadings in Writer.</desc>
- </info>
- <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the visibility of index and table shadings (true = visible).</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for the index and table shadings.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WriterDirectCursor">
- <info>
- <desc>Specifies the settings for the direct cursor in Writer.</desc>
- </info>
- <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the visibility of direct cursor (true = visible).</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for the direct cursor.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WriterScriptIndicator">
- <info>
- <desc>Specifies the settings for script indicators in Writer.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for script indicators.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WriterSectionBoundaries">
- <info>
- <desc>Specifies the settings for section boundaries in Writer.</desc>
- </info>
- <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the visibility of section boundaries (true = visible).</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for section boundaries.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WriterHeaderFooterMark">
- <info>
- <desc>Specifies the settings for the header/footer mark in Writer.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for the header/footer mark.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="WriterPageBreaks">
- <info>
- <desc>Specifies the settings for the page break mark in Writer.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for the page break mark.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="HTMLSGML">
- <info>
- <desc>Specifies the settings used for SGML in HTML documents.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for SGML code.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="HTMLComment">
- <info>
- <desc>Specifies the settings used for comments in HTML documents.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for comments.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="HTMLKeyword">
- <info>
- <desc>Specifies the settings used for keywords in HTML documents.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for keywords.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="HTMLUnknown">
- <info>
- <desc>Specifies the settings used for other text in HTML documents.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for other text.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="CalcGrid">
- <info>
- <desc>Specifies the settings used for grid lines in Calc.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for the grid.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="CalcPageBreak">
- <info>
- <desc>Specifies the settings used for page breaks in the page break preview in Calc.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for page breaks in the page break preview.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="CalcPageBreakManual">
- <info>
- <desc>Specifies the settings used for manual breaks in Calc.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for manual page breaks.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="CalcPageBreakAutomatic">
- <info>
- <desc>Specifies the settings used for automatic breaks in Calc.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for automatic page breaks.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="CalcDetective">
- <info>
- <desc>Specifies the settings used for audition arrows in Calc.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for audition arrows to precedent or dependent cells.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="CalcDetectiveError">
- <info>
- <desc>Specifies the settings used for audition arrows to cells with errors in Calc.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for audition arrows to cells containing errors.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="CalcReference">
- <info>
- <desc>Specifies the settings used for the cursor when editing references in Calc.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for the cursor when editing references.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="CalcNotesBackground">
- <info>
- <desc>Specifies the settings used for the background of comments in Calc.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for the background of comments.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="DrawGrid">
- <info>
- <desc>Specifies the settings used for the grid in Draw/Impress.</desc>
- </info>
- <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies the visibility of the grid (true = visible).</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for the grid.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="BASICIdentifier">
- <info>
- <desc>Specifies the settings for identifiers in BASIC source code.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for identifiers.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="BASICComment">
- <info>
- <desc>Specifies the settings for comments in BASIC source code.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for comments.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="BASICNumber">
- <info>
- <desc>Specifies the settings for numbers in BASIC source code.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for numbers.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="BASICString">
- <info>
- <desc>Specifies the settings for strings in BASIC source code.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for strings.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="BASICOperator">
- <info>
- <desc>Specifies the settings for operators in BASIC source code.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for operators.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="BASICKeyword">
- <info>
- <desc>Specifies the settings for keywords in BASIC source code.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for keywords (reserved expressions).</desc>
- </info>
- </prop>
- </group>
- <group oor:name="BASICError">
- <info>
- <desc>Specifies the settings for errors shown in BASIC source code.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for errors.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="SQLIdentifier">
- <info>
- <desc>Specifies the settings for SQL identifiers, as used the Query Designer.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <info>
- <desc>Specifies the color used for SQL identifiers.</desc>
- </info>
- </prop>
- </group>
+ <info/>
+ <templates>
+ <group oor:name="FilterClass">
+ <info>
+ <desc>Describes a class of filters. Filter classes (for example, 'Text documents') appear as a single filter to the user.</desc>
+ </info>
+ <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true" oor:nillable="false">
+ <info>
+ <desc>Specifies the localized name that is used when presenting the class to the user.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Filters" oor:type="oor:string-list">
+ <info>
+ <desc>Contains a list of filters that belong to this filter class. Filters that referred here (for a given class) are collected at runtime and then presented as one single entry.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="ColorScheme">
+ <!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
+ <info>
+ <desc>Defines the templates for color settings used to customize the appearance of the applications.</desc>
+ </info>
+ <group oor:name="DocColor">
+ <info>
+ <desc>Specifies the color settings for the document.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color of the document.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="DocBoundaries">
+ <info>
+ <desc>Specifies the settings for the documents boundaries.</desc>
+ </info>
+ <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the visibility of anchors (true = visible).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for of the document boundaries.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="AppBackground">
+ <info>
+ <desc>Specifies the settings for the application background.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies Color of the application background.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="ObjectBoundaries">
+ <info>
+ <desc>Specifies the settings for object boundaries.</desc>
+ </info>
+ <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the visibility of object boundaries (true = visible).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for object boundaries.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="TableBoundaries">
+ <info>
+ <desc>Specifies the settings for table boundaries.</desc>
+ </info>
+ <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the visibility of table boundaries (true = visible).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for table boundaries.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="FontColor">
+ <info>
+ <desc>Specifies the settings for the font.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies color of the font.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Links">
+ <info>
+ <desc>Specifies the settings for unvisited links.</desc>
+ </info>
+ <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the visibility of unvisited links (true = visible).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for unvisited links.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="LinksVisited">
+ <info>
+ <desc>Specifies the settings for visited links.</desc>
+ </info>
+ <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the visibility of visited links (true = visible).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for visited links.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Spell">
+ <info>
+ <desc>Specifies the settings for incorrect text found with spellchecking.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color of incorrect text found with AutoSpellcheck.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="SmartTags">
+ <info>
+ <desc>Specifies the settings for smart tags.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color of smart tags.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Shadow">
+ <info>
+ <desc>Specifies the settings for shadows.</desc>
+ </info>
+ <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the visibility of shadows (true = visible).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for shadows.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WriterTextGrid">
+ <info>
+ <desc>Specifies the settings for the text grid in Writer.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for the text grid.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WriterFieldShadings">
+ <info>
+ <desc>Specifies the settings for field shadings in Writer.</desc>
+ </info>
+ <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the visibility of field shadings (true = visible).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for the field shadings.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WriterIdxShadings">
+ <info>
+ <desc>Specifies the settings for index and table shadings in Writer.</desc>
+ </info>
+ <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the visibility of index and table shadings (true = visible).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for the index and table shadings.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WriterDirectCursor">
+ <info>
+ <desc>Specifies the settings for the direct cursor in Writer.</desc>
+ </info>
+ <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the visibility of direct cursor (true = visible).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for the direct cursor.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WriterScriptIndicator">
+ <info>
+ <desc>Specifies the settings for script indicators in Writer.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for script indicators.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WriterSectionBoundaries">
+ <info>
+ <desc>Specifies the settings for section boundaries in Writer.</desc>
+ </info>
+ <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the visibility of section boundaries (true = visible).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for section boundaries.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WriterHeaderFooterMark">
+ <info>
+ <desc>Specifies the settings for the header/footer mark in Writer.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for the header/footer mark.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="WriterPageBreaks">
+ <info>
+ <desc>Specifies the settings for the page break mark in Writer.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for the page break mark.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="HTMLSGML">
+ <info>
+ <desc>Specifies the settings used for SGML in HTML documents.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for SGML code.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="HTMLComment">
+ <info>
+ <desc>Specifies the settings used for comments in HTML documents.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for comments.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="HTMLKeyword">
+ <info>
+ <desc>Specifies the settings used for keywords in HTML documents.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for keywords.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="HTMLUnknown">
+ <info>
+ <desc>Specifies the settings used for other text in HTML documents.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for other text.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="CalcGrid">
+ <info>
+ <desc>Specifies the settings used for grid lines in Calc.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for the grid.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="CalcPageBreak">
+ <info>
+ <desc>Specifies the settings used for page breaks in the page break preview in Calc.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for page breaks in the page break preview.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="CalcPageBreakManual">
+ <info>
+ <desc>Specifies the settings used for manual breaks in Calc.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for manual page breaks.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="CalcPageBreakAutomatic">
+ <info>
+ <desc>Specifies the settings used for automatic breaks in Calc.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for automatic page breaks.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="CalcDetective">
+ <info>
+ <desc>Specifies the settings used for audition arrows in Calc.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for audition arrows to precedent or dependent cells.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="CalcDetectiveError">
+ <info>
+ <desc>Specifies the settings used for audition arrows to cells with errors in Calc.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for audition arrows to cells containing errors.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="CalcReference">
+ <info>
+ <desc>Specifies the settings used for the cursor when editing references in Calc.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for the cursor when editing references.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="CalcNotesBackground">
+ <info>
+ <desc>Specifies the settings used for the background of comments in Calc.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for the background of comments.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="DrawGrid">
+ <info>
+ <desc>Specifies the settings used for the grid in Draw/Impress.</desc>
+ </info>
+ <prop oor:name="IsVisible" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies the visibility of the grid (true = visible).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for the grid.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="BASICIdentifier">
+ <info>
+ <desc>Specifies the settings for identifiers in BASIC source code.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for identifiers.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="BASICComment">
+ <info>
+ <desc>Specifies the settings for comments in BASIC source code.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for comments.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="BASICNumber">
+ <info>
+ <desc>Specifies the settings for numbers in BASIC source code.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for numbers.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="BASICString">
+ <info>
+ <desc>Specifies the settings for strings in BASIC source code.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for strings.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="BASICOperator">
+ <info>
+ <desc>Specifies the settings for operators in BASIC source code.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for operators.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="BASICKeyword">
+ <info>
+ <desc>Specifies the settings for keywords in BASIC source code.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for keywords (reserved expressions).</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="BASICError">
+ <info>
+ <desc>Specifies the settings for errors shown in BASIC source code.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for errors.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="SQLIdentifier">
+ <info>
+ <desc>Specifies the settings for SQL identifiers, as used the Query Designer.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <info>
+ <desc>Specifies the color used for SQL identifiers.</desc>
+ </info>
+ </prop>
+ </group>
<group oor:name="SQLNumber">
<info>
<desc>Specifies the settings for SQL numbers, as used the Query Designer.</desc>
@@ -567,98 +566,98 @@
</info>
</prop>
</group>
- </group>
- </templates>
- <component>
- <group oor:name="FilterClassification">
- <info>
- <desc>Contains the collection of settings relevant for filter classification. These settings are used in the file open / file save dialogs, where the user is presented with a list of file format filters to choose from. Filters are classified into so-called global and local classes, which control how filters are grouped together in the user interface.</desc>
- </info>
- <group oor:name="GlobalFilters">
- <info>
- <desc>Presents global classes to the user in a group of their own. A typical example for a global class is &quot;text documents&quot;, whereas &quot;StarWriter 4.0 / 5.0 documents&quot; is not a global class.</desc>
- </info>
- <prop oor:name="Order" oor:type="oor:string-list" oor:nillable="false">
- <info>
- <desc>List specifying the order of the global filters within their group.</desc>
- </info>
- <value oor:separator=";">com.sun.star.text.TextDocument;com.sun.star.sheet.SpreadsheetDocument;com.sun.star.presentation.PresentationDocument;com.sun.star.drawing.DrawingDocument;com.sun.star.text.WebDocument;com.sun.star.text.GlobalDocument;com.sun.star.formula.FormularProperties;com.sun.star.sdb.OfficeDatabaseDocument</value>
- </prop>
- <set oor:name="Classes" oor:node-type="FilterClass">
- <info>
- <desc>Lists global classes. The name of a class denotes to the document service name of the associated module.</desc>
- </info>
- </set>
- </group>
- <group oor:name="LocalFilters">
- <info>
- <desc>Combines several filters into one entry and presents the classes to the user &quot;in-place&quot;.</desc>
- </info>
- <set oor:name="Classes" oor:node-type="FilterClass">
- <info>
- <desc>Lists local classes.</desc>
- </info>
- </set>
- </group>
- </group>
- <group oor:name="ColorScheme">
- <info>
- <desc>Specifies the color settings for customizing the appearance of the applications.</desc>
- </info>
- <prop oor:name="CurrentColorScheme" oor:type="xs:string">
- <info>
- <desc>Specifies the name of the columns selected for inserting data into text or fields, plus inserted text and line breaks.</desc>
- </info>
- </prop>
- <set oor:name="ColorSchemes" oor:node-type="ColorScheme">
- <!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
- <info>
- <desc>Lists entries with color settings.</desc>
- </info>
- </set>
- </group>
- <group oor:name="FilePicker">
- <info>
- <desc>Specifies various settings for the internal file/folder picker dialog.</desc>
- </info>
- <prop oor:name="FillAsynchronously" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies whether the dialog should fill its view asynchronously. Asnychronous filling allows the user to cancel blocking operations, which may be useful for instance for mounted, but dead NFS devices.</desc>
- </info>
- <value>false</value>
- </prop>
- <group oor:name="Timeout">
- <info>
- <desc>Specifies the timeouts to be used when the file view is to be filled asynchronously.
+ </group>
+ </templates>
+ <component>
+ <group oor:name="FilterClassification">
+ <info>
+ <desc>Contains the collection of settings relevant for filter classification. These settings are used in the file open / file save dialogs, where the user is presented with a list of file format filters to choose from. Filters are classified into so-called global and local classes, which control how filters are grouped together in the user interface.</desc>
+ </info>
+ <group oor:name="GlobalFilters">
+ <info>
+ <desc>Presents global classes to the user in a group of their own. A typical example for a global class is "text documents", whereas "StarWriter 4.0 / 5.0 documents" is not a global class.</desc>
+ </info>
+ <prop oor:name="Order" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>List specifying the order of the global filters within their group.</desc>
+ </info>
+ <value oor:separator=";">com.sun.star.text.TextDocument;com.sun.star.sheet.SpreadsheetDocument;com.sun.star.presentation.PresentationDocument;com.sun.star.drawing.DrawingDocument;com.sun.star.text.WebDocument;com.sun.star.text.GlobalDocument;com.sun.star.formula.FormularProperties;com.sun.star.sdb.OfficeDatabaseDocument</value>
+ </prop>
+ <set oor:name="Classes" oor:node-type="FilterClass">
+ <info>
+ <desc>Lists global classes. The name of a class denotes to the document service name of the associated module.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="LocalFilters">
+ <info>
+ <desc>Combines several filters into one entry and presents the classes to the user "in-place".</desc>
+ </info>
+ <set oor:name="Classes" oor:node-type="FilterClass">
+ <info>
+ <desc>Lists local classes.</desc>
+ </info>
+ </set>
+ </group>
+ </group>
+ <group oor:name="ColorScheme">
+ <info>
+ <desc>Specifies the color settings for customizing the appearance of the applications.</desc>
+ </info>
+ <prop oor:name="CurrentColorScheme" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the columns selected for inserting data into text or fields, plus inserted text and line breaks.</desc>
+ </info>
+ </prop>
+ <set oor:name="ColorSchemes" oor:node-type="ColorScheme">
+ <!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
+ <info>
+ <desc>Lists entries with color settings.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="FilePicker">
+ <info>
+ <desc>Specifies various settings for the internal file/folder picker dialog.</desc>
+ </info>
+ <prop oor:name="FillAsynchronously" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether the dialog should fill its view asynchronously. Asnychronous filling allows the user to cancel blocking operations, which may be useful for instance for mounted, but dead NFS devices.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Timeout">
+ <info>
+ <desc>Specifies the timeouts to be used when the file view is to be filled asynchronously.
These settings are not evaluated if the FillAsynchronously property is false.</desc>
- </info>
- <prop oor:name="Min" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the minimum timeout in milliseconds. When the file view is filled, the dialog will wait at least this time before the user is allowed to cancel the operation.</desc>
- </info>
- <constraints>
- <minInclusive oor:value="1000">
- <info>
- <desc>The minimum timeout value is 1 second.</desc>
- </info>
- </minInclusive>
- </constraints>
- <value>1000</value>
- </prop>
- <prop oor:name="Max" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the maximum timeout in milliseconds. When the file view is being filled, and its content could not be completely obtained within the time frame given here, the operation is cancelled automatically.</desc>
- </info>
- <constraints>
- <minInclusive oor:value="5000">
- <info>
- <desc>The maximum timeout value should be at least 5 mseconds.</desc>
- </info>
- </minInclusive>
- </constraints>
- <value>30000</value>
- </prop>
- </group>
- </group>
- </component>
+ </info>
+ <prop oor:name="Min" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the minimum timeout in milliseconds. When the file view is filled, the dialog will wait at least this time before the user is allowed to cancel the operation.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1000">
+ <info>
+ <desc>The minimum timeout value is 1 second.</desc>
+ </info>
+ </minInclusive>
+ </constraints>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="Max" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum timeout in milliseconds. When the file view is being filled, and its content could not be completely obtained within the time frame given here, the operation is cancelled automatically.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="5000">
+ <info>
+ <desc>The maximum timeout value should be at least 5 mseconds.</desc>
+ </info>
+ </minInclusive>
+ </constraints>
+ <value>30000</value>
+ </prop>
+ </group>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
index 261076a267d1..ea3eeb14c8cf 100644
--- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
@@ -17,967 +17,968 @@
* 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="WriterWeb" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Contains settings for the HTML editor.</desc>
- </info>
- <import oor:component="org.openoffice.Office.Common"/>
- <component>
- <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: HTML_Editor/Content/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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 or not (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: HTML_Editor/Content/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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="Break" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
- <info>
- <desc>Specifies if breaks are shown on the screen.</desc>
- <label>Breaks</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="Highlighting">
- <info>
- <desc>Contains settings for highlighting contents.</desc>
- </info>
- <prop oor:name="Field" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Content/Highlighting -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Highlighting -->
- <info>
- <desc>Specifies if fields are highlighted.</desc>
- <label>Fields</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- </group>
- <group oor:name="Layout">
- <info>
- <desc>Contains layout-specific 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: HTML_Editor/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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 settings for the window, such as scrollbars, rules, etc.</desc>
- </info>
- <prop oor:name="HorizontalScroll" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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. It 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: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
- <info>
- <desc>Specifies if the vertical ruler is displayed.</desc>
- <label>Vertical Ruler</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: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Meas. Unit -->
- <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>
- </group>
- <group oor:name="Zoom">
- <info>
- <desc>Contains zoom specific 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>
- <group oor:name="Grid">
- <info>
- <desc>Contains various items 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: HTML_Editor/Grid/Option -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
- <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: HTML_Editor/Grid/Option -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
- <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: HTML_Editor/Grid/Option -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
- <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: HTML_Editor/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document - Grid - [Section] Grid -->
- <info>
- <desc>Defines the distance between the grid points on 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: HTML_Editor/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document - Grid - [Section] Grid -->
- <info>
- <desc>Defines the distance between the grid points on 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 subdividing of the grid.</desc>
- </info>
- <prop oor:name="XAxis" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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="Print">
- <info>
- <desc>Contains settings for printing.</desc>
- </info>
- <group oor:name="Content">
- <info>
- <desc>Contains settings for specifying which content types are printed.</desc>
- </info>
- <prop oor:name="Graphic" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
- <info>
- <desc>Specifies if graphics are printed.</desc>
- <label>Graphics</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Table" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
- <info>
- <desc>Specifies if tables are printed.</desc>
- <label>Tables</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Control" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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="Note" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Notes -->
- <info>
- <desc>Specifies if comments are printed and how they 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 and how they are printed.</desc>
- </info>
- <prop oor:name="Reversed" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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 output-specific settings.</desc>
- </info>
- <prop oor:name="SinglePrintJob" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Print/Output -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Output -->
- <info>
- <desc>Controls the print output.</desc>
- <label>Create single print jobs</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Fax" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Fax -->
- <info>
- <desc>Specifies which fax machine 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: HTML_Editor/Papertray -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Paper tray -->
- <info>
- <desc>Specifies that the defined paper source in the printer setup is used for printers with multiple trays.</desc>
- <label>From printer setup</label>
- </info>
- <value>false</value>
- </prop>
- </group>
- </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: HTML_Editor/Table/Shift -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Shift -->
- <!--Notice: NonMetric default: 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: HTML_Editor/Table/Shift -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Shift -->
- <!-- Notice: NonMetric default: 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: HTML_Editor/Table/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Insert -->
- <!-- Notice: NonMetric default: 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: HTML_Editor/Table/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Insert -->
- <!-- Notice: The NonMetric Default 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 that modifying rows/columns has on a table.</desc>
- </info>
- <prop oor:name="Effect" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Table -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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>FixedProportional</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: HTML_Editor/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-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>true</value>
- </prop>
- <prop oor:name="NumberFormatRecognition" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Insert into tables -->
- <info>
- <desc>Specifies that only entries with the defined format are accepted. This option is only available if number format recognition is active (NumberRecognition=True).</desc>
- <label>Number format recognition</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Alignment" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Insert into tables -->
- <info>
- <desc>Specifies if all of the numbers are aligned below right of the cell and not above left (as in text). This option is only available if number format recognition is active (NumberRecognition=True).</desc>
- <label>Alignment</label>
- </info>
- <value>false</value>
- </prop>
- </group>
- </group>
- <group oor:name="Insert">
- <info>
- <desc>Specifies the settings for inserting various object types.</desc>
- </info>
- <group oor:name="Table">
- <info>
- <desc>Specifies the default settings for inserting tables.</desc>
- </info>
- <prop oor:name="Header" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Insert/Tables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
- <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">
- <!-- OldPath: HTML_Editor/Insert/Tables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
- <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="Border" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: HTML_Editor/Insert/Tables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
- <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="ObjectBar">
- <info>
- <desc>Specifies the settings for the object bar.</desc>
- </info>
- <group oor:name="Selection">
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Right mouse click to the toolbar with object selection-->
- <info>
- <desc>Specifies the type of object bar that is 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/Web is the visible toolbar 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/Web is visible toolbar 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/Web is visible toolbar when text formatted with numbering/list 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/Web is visible toolbar when text formatted with numbering/list is selected 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 the visible toolbar with a Bezier object in edit mode.</desc>
- </info>
- <value>-1</value>
- </prop>
- </group>
- </group>
- <group oor:name="Background">
- <info>
- <desc>Contains settings for the background of a document.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Background -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Option - HTML-Document Background - [Section] Background color -->
- <info>
- <desc>Determines the background color.</desc>
- <label>Background color</label>
- </info>
- </prop>
- </group>
- <group oor:name="Gallery">
- <info>
- <desc>Contains settings for gallery items that can be added to the document.</desc>
- </info>
- <prop oor:name="AddGraphic" oor:type="xs:boolean" oor:nillable="false">
- <!--OldLocation: Soffice.cfg -->
- <!--UIHints: HTML document in readonly mode - context menu of a graphic - Add Graphics - As Link / Copy-->
- <info>
- <desc>Specifies if a graphic is embedded or added as link when it is inserted into the Gallery.</desc>
- </info>
- <value>true</value>
- </prop>
- </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="WriterWeb" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains settings for the HTML editor.</desc>
+ </info>
+ <import oor:component="org.openoffice.Office.Common"/>
+ <component>
+ <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: HTML_Editor/Content/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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 or not (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: HTML_Editor/Content/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Content/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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="Break" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
+ <info>
+ <desc>Specifies if breaks are shown on the screen.</desc>
+ <label>Breaks</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Highlighting">
+ <info>
+ <desc>Contains settings for highlighting contents.</desc>
+ </info>
+ <prop oor:name="Field" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Content/Highlighting -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Highlighting -->
+ <info>
+ <desc>Specifies if fields are highlighted.</desc>
+ <label>Fields</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Layout">
+ <info>
+ <desc>Contains layout-specific 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: HTML_Editor/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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 settings for the window, such as scrollbars, rules, etc.</desc>
+ </info>
+ <prop oor:name="HorizontalScroll" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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. It 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: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
+ <info>
+ <desc>Specifies if the vertical ruler is displayed.</desc>
+ <label>Vertical Ruler</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: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Meas. Unit -->
+ <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>
+ </group>
+ <group oor:name="Zoom">
+ <info>
+ <desc>Contains zoom specific 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>
+ <group oor:name="Grid">
+ <info>
+ <desc>Contains various items 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: HTML_Editor/Grid/Option -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
+ <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: HTML_Editor/Grid/Option -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
+ <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: HTML_Editor/Grid/Option -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
+ <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: HTML_Editor/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Grid - [Section] Grid -->
+ <info>
+ <desc>Defines the distance between the grid points on 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: HTML_Editor/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Grid - [Section] Grid -->
+ <info>
+ <desc>Defines the distance between the grid points on 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 subdividing of the grid.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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="Print">
+ <info>
+ <desc>Contains settings for printing.</desc>
+ </info>
+ <group oor:name="Content">
+ <info>
+ <desc>Contains settings for specifying which content types are printed.</desc>
+ </info>
+ <prop oor:name="Graphic" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies if graphics are printed.</desc>
+ <label>Graphics</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
+ <info>
+ <desc>Specifies if tables are printed.</desc>
+ <label>Tables</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Control" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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="Note" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Notes -->
+ <info>
+ <desc>Specifies if comments are printed and how they 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 and how they are printed.</desc>
+ </info>
+ <prop oor:name="Reversed" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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: HTML_Editor/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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 output-specific settings.</desc>
+ </info>
+ <prop oor:name="SinglePrintJob" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Print/Output -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Output -->
+ <info>
+ <desc>Controls the print output.</desc>
+ <label>Create single print jobs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Fax" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Fax -->
+ <info>
+ <desc>Specifies which fax machine 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: HTML_Editor/Papertray -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Paper tray -->
+ <info>
+ <desc>Specifies that the defined paper source in the printer setup is used for printers with multiple trays.</desc>
+ <label>From printer setup</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </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: HTML_Editor/Table/Shift -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Shift -->
+ <!--Notice: NonMetric default: 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: HTML_Editor/Table/Shift -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Shift -->
+ <!-- Notice: NonMetric default: 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: HTML_Editor/Table/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Insert -->
+ <!-- Notice: NonMetric default: 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: HTML_Editor/Table/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Insert -->
+ <!-- Notice: The NonMetric Default 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 that modifying rows/columns has on a table.</desc>
+ </info>
+ <prop oor:name="Effect" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Table -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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>FixedProportional</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: HTML_Editor/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-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>true</value>
+ </prop>
+ <prop oor:name="NumberFormatRecognition" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Insert into tables -->
+ <info>
+ <desc>Specifies that only entries with the defined format are accepted. This option is only available if number format recognition is active (NumberRecognition=True).</desc>
+ <label>Number format recognition</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Alignment" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Insert into tables -->
+ <info>
+ <desc>Specifies if all of the numbers are aligned below right of the cell and not above left (as in text). This option is only available if number format recognition is active (NumberRecognition=True).</desc>
+ <label>Alignment</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Insert">
+ <info>
+ <desc>Specifies the settings for inserting various object types.</desc>
+ </info>
+ <group oor:name="Table">
+ <info>
+ <desc>Specifies the default settings for inserting tables.</desc>
+ </info>
+ <prop oor:name="Header" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Insert/Tables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
+ <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">
+ <!-- OldPath: HTML_Editor/Insert/Tables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
+ <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="Border" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: HTML_Editor/Insert/Tables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
+ <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="ObjectBar">
+ <info>
+ <desc>Specifies the settings for the object bar.</desc>
+ </info>
+ <group oor:name="Selection">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Right mouse click to the toolbar with object selection-->
+ <info>
+ <desc>Specifies the type of object bar that is 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/Web is the visible toolbar 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/Web is visible toolbar 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/Web is visible toolbar when text formatted with numbering/list 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/Web is visible toolbar when text formatted with numbering/list is selected 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 the visible toolbar with a Bezier object in edit mode.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Background">
+ <info>
+ <desc>Contains settings for the background of a document.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Background -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Background - [Section] Background color -->
+ <info>
+ <desc>Determines the background color.</desc>
+ <label>Background color</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Gallery">
+ <info>
+ <desc>Contains settings for gallery items that can be added to the document.</desc>
+ </info>
+ <prop oor:name="AddGraphic" oor:type="xs:boolean" oor:nillable="false">
+ <!--OldLocation: Soffice.cfg -->
+ <!--UIHints: HTML document in readonly mode - context menu of a graphic - Add Graphics - As Link / Copy-->
+ <info>
+ <desc>Specifies if a graphic is embedded or added as link when it is inserted into the Gallery.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>