summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Addons.xcs585
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Chart.xcs46
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Draw.xcs1929
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs496
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Paths.xcs130
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs78
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Scripting.xcs45
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Substitution.xcs115
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs196
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs243
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Views.xcs195
11 files changed, 2004 insertions, 2054 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
index a0cef3788083..53d160c1a286 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
@@ -17,296 +17,297 @@
* 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="Addons" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Contains general structures used to integrate external components into the Office user interface.</desc>
- </info>
- <templates>
- <group oor:name="MenuItem">
- <info>
- <desc>Describes a menu item representing a function of of an external component. The name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes.</desc>
- </info>
- <prop oor:name="URL" oor:type="xs:string">
- <info>
- <desc>A command URL which represents the function to execute.</desc>
- </info>
- </prop>
- <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>A localized string used to as the menu item title.</desc>
- </info>
- </prop>
- <prop oor:name="ImageIdentifier" oor:type="xs:string">
- <info>
- <desc>A private URL used to reference an optional internal menu image. Example: private:image/3216 addresses the internal Office image with id=3216.</desc>
- </info>
- </prop>
- <prop oor:name="Target" oor:type="xs:string">
- <info>
- <desc>This is the target URL which is used for the dispatch command. There are special URL's to address certain targets: _self, current frame; _default, default; _blank, create new frame.</desc>
- </info>
- </prop>
- <prop oor:name="Context" oor:type="xs:string">
- <info>
- <desc>An property to define the context of a menu item that has a sub menu. It can be empty or a colon separated list of the supported application modules.</desc>
- </info>
- </prop>
- <set oor:name="Submenu" oor:node-type="MenuItem">
- <info>
- <desc>An optional set to allow sub menus.</desc>
- </info>
- </set>
- </group>
- <group oor:name="PopupMenu">
- <info>
- <desc>Describes a menu item/toolbar item representing a function of an external component. The name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes.</desc>
- </info>
- <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>A localized string used to as the menu title.</desc>
- </info>
- </prop>
- <prop oor:name="Context" oor:type="xs:string">
- <info>
- <desc>An property to define the context of a top-level popup-menu . It can be empty or a colon separated list of the supported application modules.</desc>
- </info>
- </prop>
- <set oor:name="Submenu" oor:node-type="MenuItem">
- <info>
- <desc>An optional set to allow sub menus. This property cannot be used for toolbar item definitions.</desc>
- </info>
- </set>
- </group>
- <group oor:name="MergeMenuInstruction">
- <info>
- <desc>Describes a merge menu instruction of an external component. The name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes. A menu instruction describes how the attached menu items should be merged into the Office menubar.</desc>
- </info>
- <prop oor:name="MergePoint" oor:type="xs:string">
- <info>
- <desc>A command path describe the reference point for the merge command.</desc>
- </info>
- </prop>
- <prop oor:name="MergeCommand" oor:type="xs:string">
- <info>
- <desc>A command to be processed for this merge menu instruction.</desc>
- </info>
- </prop>
- <prop oor:name="MergeCommandParameter" oor:type="xs:string">
- <info>
- <desc>Optional parameters for a merge command. Interpretation depends on the individual command.</desc>
- </info>
- </prop>
- <prop oor:name="MergeFallback" oor:type="xs:string">
- <info>
- <desc>A fallback command to be used if MergeCommand cannot be applied.</desc>
- </info>
- </prop>
- <prop oor:name="MergeContext" oor:type="xs:string">
- <info>
- <desc>A property to define the context of this merge instruction. It can be empty or a colon separated list of the supported application modules.</desc>
- </info>
- </prop>
- <set oor:name="MenuItems" oor:node-type="MenuItem">
- <info>
- <desc>Defines the menu item(s) to be merged into the menu bar.</desc>
- </info>
- </set>
- </group>
- <group oor:name="MergeToolBarInstruction">
- <info>
- <desc>Describes a merge menu instruction of an external component. The name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes. A menu instruction describes how the attached menu items should be merged into the Office menubar.</desc>
- </info>
- <prop oor:name="MergeToolBar" oor:type="xs:string">
- <info>
- <desc>Defines the toolbar resource URL.</desc>
- </info>
- </prop>
- <prop oor:name="MergePoint" oor:type="xs:string">
- <info>
- <desc>Describes the command that should be used as a reference point for the merge command.</desc>
- </info>
- </prop>
- <prop oor:name="MergeCommand" oor:type="xs:string">
- <info>
- <desc>A command to be processed for this merge menu instruction.</desc>
- </info>
- </prop>
- <prop oor:name="MergeCommandParameter" oor:type="xs:string">
- <info>
- <desc>Optional parameters for a merge command. Interpretation depends on the individual command.</desc>
- </info>
- </prop>
- <prop oor:name="MergeFallback" oor:type="xs:string">
- <info>
- <desc>A fallback command to be used if MergeCommand cannot be applied.</desc>
- </info>
- </prop>
- <prop oor:name="MergeContext" oor:type="xs:string">
- <info>
- <desc>A property to define the context of this merge instruction. It can be empty or a colon separated list of the supported application modules.</desc>
- </info>
- </prop>
- <set oor:name="ToolBarItems" oor:node-type="ToolBarItem">
- <info>
- <desc>Contains a list of toolbar items used by an Add-On.</desc>
- </info>
- </set>
- </group>
- <group oor:name="ToolBarItem">
- <info>
- <desc>Describes a toolbar item representing a function of of an external component. The name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes.</desc>
- </info>
- <prop oor:name="URL" oor:type="xs:string">
- <info>
- <desc>A command URL which represents the function to execute.</desc>
- </info>
- </prop>
- <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>A localized string used to as the menu item title.</desc>
- </info>
- </prop>
- <prop oor:name="ImageIdentifier" oor:type="xs:string">
- <info>
- <desc>A private URL used to reference an optional internal menu image. Example: private:image/3216 addresses the internal Office image with id=3216.</desc>
- </info>
- </prop>
- <prop oor:name="Target" oor:type="xs:string">
- <info>
- <desc>This is the target URL which is used for the dispatch command. There are special URL's to address certain targets: _self, current frame; _default, default; _blank, create new frame.</desc>
- </info>
- </prop>
- <prop oor:name="Context" oor:type="xs:string">
- <info>
- <desc>A property to define the context of a toolbar item. It can be empty or a colon separated list of the supported application modules.</desc>
- </info>
- </prop>
- <prop oor:name="ControlType" oor:type="xs:string">
- <info>
- <desc>A property to define the control type of the toolbar item. An will be interpreted as OpenOffice.org default toggle button.</desc>
- </info>
- </prop>
- <prop oor:name="Width" oor:type="xs:long">
- <info>
- <desc>A property to define the size of a toolbar item. This property works only ControlTypes which can have a dynamic size (e.g. comboboxes, edit fields, spin fields)</desc>
- </info>
- </prop>
- </group>
- <group oor:name="UserDefinedImages">
- <info>
- <desc>A group of optional user-defined images. There are two ways to define image - 1. Embed the image data directly into the configuration. 2. Use file URLs to address external bitmap files. Embedded image data has a higher priority than file URLs.</desc>
- </info>
- <prop oor:name="ImageSmall" oor:type="xs:hexBinary">
- <info>
- <desc>Binary bitmap data used for menu images and small toolbox buttons. Standard size of a small image is 16x16 pixel.</desc>
- </info>
- </prop>
- <prop oor:name="ImageBig" oor:type="xs:hexBinary">
- <info>
- <desc>Binary bitmap data used for big toolbox buttons. Standard size of a big image is 26x26 pixel.</desc>
- </info>
- </prop>
- <prop oor:name="ImageSmallHC" oor:type="xs:hexBinary">
- <info>
- <desc>Binary bitmap data used for high contrast displays. Standard size of a small image is 16x16 pixel.</desc>
- </info>
- </prop>
- <prop oor:name="ImageBigHC" oor:type="xs:hexBinary">
- <info>
- <desc>Binary bitmap data used for high contrast displays. Standard size of a big image is 26x26 pixel.</desc>
- </info>
- </prop>
- <prop oor:name="ImageSmallURL" oor:type="xs:string">
- <info>
- <desc>A file URL to address a external bitmap file used for menu images and/or small toolbox buttons. Standard size of an small image is 16x16 pixel.</desc>
- </info>
- </prop>
- <prop oor:name="ImageBigURL" oor:type="xs:string">
- <info>
- <desc>A file URL to address a external bitmap file used for big toolbox buttons. Standard size of an big image is 26x26 pixel.</desc>
- </info>
- </prop>
- <prop oor:name="ImageSmallHCURL" oor:type="xs:string">
- <info>
- <desc>A file URL to address a external bitmap file used for high contrast menu images and/or toolbox buttons. Standard size of an small image is 16x16 pixel.</desc>
- </info>
- </prop>
- <prop oor:name="ImageBigHCURL" oor:type="xs:string">
- <info>
- <desc>A file URL to address a external bitmap file used for big high contrast toolbox buttons. Standard size of an big image is 26x26 pixel.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Images">
- <info>
- <desc>A group that associates images to a command URL</desc>
- </info>
- <prop oor:name="URL" oor:type="xs:string">
- <info>
- <desc>The command URL that is bound to the defined images.</desc>
- </info>
- </prop>
- <node-ref oor:name="UserDefinedImages" oor:node-type="UserDefinedImages">
- <info>
- <desc>An user-defined images group.</desc>
- </info>
- </node-ref>
- </group>
- <set oor:name="ToolBarItems" oor:node-type="ToolBarItem">
- <info>
- <desc>Contains a list of toolbar items used by an Add-On.</desc>
- </info>
- </set>
- <set oor:name="MergeMenuItems" oor:node-type="MergeMenuInstruction">
- <info>
- <desc>Contains a list of merge menu instructions defined by an Add-On which specify how to merge menu items into the Office menubar.</desc>
- </info>
- </set>
- <set oor:name="MergeToolBarItems" oor:node-type="MergeToolBarInstruction">
- <info>
- <desc>Contains a list of merge toolbar instructions defined by an Add-On which specify how to merge toolbar items into an existing toolbar.</desc>
- </info>
- </set>
- </templates>
- <component>
- <group oor:name="AddonUI">
- <info>
- <desc>Contains information about the structure of addon user interface.</desc>
- </info>
- <set oor:name="AddonMenu" oor:node-type="MenuItem">
- <info>
- <desc>Contains the structure of the addon menu used by the Office. It provide functions of external components to the user.</desc>
- </info>
- </set>
- <set oor:name="Images" oor:node-type="Images">
- <info>
- <desc>Contains the structure for user-defined images which can be used by menu items and toolbar buttons.</desc>
- </info>
- </set>
- <set oor:name="OfficeMenuBar" oor:node-type="PopupMenu">
- <info>
- <desc>Contains the structure of addon popup-menus inserted into the Office menubar. It provide functions of external components to the user.</desc>
- </info>
- </set>
- <set oor:name="OfficeMenuBarMerging" oor:node-type="MergeMenuItems">
- <info>
- <desc>Contains a list of menu merging instructions of different add-ons.</desc>
- </info>
- </set>
- <set oor:name="OfficeToolBar" oor:node-type="ToolBarItems">
- <info>
- <desc>Contains a list of sets of toolbar items that are part of add-on toolbars.</desc>
- </info>
- </set>
- <set oor:name="OfficeToolbarMerging" oor:node-type="MergeToolBarItems">
- <info>
- <desc>Contains a list of toolbar merging instructions of different add-ons. </desc>
- </info>
- </set>
- <set oor:name="OfficeHelp" oor:node-type="MenuItem">
- <info>
- <desc>Contains a list of functions inserted into the Office help menu. The optional property 'Submeno' will be ignored for this set.</desc>
- </info>
- </set>
- </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="Addons" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains general structures used to integrate external components into the Office user interface.</desc>
+ </info>
+ <templates>
+ <group oor:name="MenuItem">
+ <info>
+ <desc>Describes a menu item representing a function of of an external component. The name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes.</desc>
+ </info>
+ <prop oor:name="URL" oor:type="xs:string">
+ <info>
+ <desc>A command URL which represents the function to execute.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>A localized string used to as the menu item title.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageIdentifier" oor:type="xs:string">
+ <info>
+ <desc>A private URL used to reference an optional internal menu image. Example: private:image/3216 addresses the internal Office image with id=3216.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Target" oor:type="xs:string">
+ <info>
+ <desc>This is the target URL which is used for the dispatch command. There are special URL's to address certain targets: _self, current frame; _default, default; _blank, create new frame.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Context" oor:type="xs:string">
+ <info>
+ <desc>An property to define the context of a menu item that has a sub menu. It can be empty or a colon separated list of the supported application modules.</desc>
+ </info>
+ </prop>
+ <set oor:name="Submenu" oor:node-type="MenuItem">
+ <info>
+ <desc>An optional set to allow sub menus.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="PopupMenu">
+ <info>
+ <desc>Describes a menu item/toolbar item representing a function of an external component. The name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes.</desc>
+ </info>
+ <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>A localized string used to as the menu title.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Context" oor:type="xs:string">
+ <info>
+ <desc>An property to define the context of a top-level popup-menu . It can be empty or a colon separated list of the supported application modules.</desc>
+ </info>
+ </prop>
+ <set oor:name="Submenu" oor:node-type="MenuItem">
+ <info>
+ <desc>An optional set to allow sub menus. This property cannot be used for toolbar item definitions.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="MergeMenuInstruction">
+ <info>
+ <desc>Describes a merge menu instruction of an external component. The name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes. A menu instruction describes how the attached menu items should be merged into the Office menubar.</desc>
+ </info>
+ <prop oor:name="MergePoint" oor:type="xs:string">
+ <info>
+ <desc>A command path describe the reference point for the merge command.</desc>
+ </info>
+ </prop>
+ <prop oor:name="MergeCommand" oor:type="xs:string">
+ <info>
+ <desc>A command to be processed for this merge menu instruction.</desc>
+ </info>
+ </prop>
+ <prop oor:name="MergeCommandParameter" oor:type="xs:string">
+ <info>
+ <desc>Optional parameters for a merge command. Interpretation depends on the individual command.</desc>
+ </info>
+ </prop>
+ <prop oor:name="MergeFallback" oor:type="xs:string">
+ <info>
+ <desc>A fallback command to be used if MergeCommand cannot be applied.</desc>
+ </info>
+ </prop>
+ <prop oor:name="MergeContext" oor:type="xs:string">
+ <info>
+ <desc>A property to define the context of this merge instruction. It can be empty or a colon separated list of the supported application modules.</desc>
+ </info>
+ </prop>
+ <set oor:name="MenuItems" oor:node-type="MenuItem">
+ <info>
+ <desc>Defines the menu item(s) to be merged into the menu bar.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="MergeToolBarInstruction">
+ <info>
+ <desc>Describes a merge menu instruction of an external component. The name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes. A menu instruction describes how the attached menu items should be merged into the Office menubar.</desc>
+ </info>
+ <prop oor:name="MergeToolBar" oor:type="xs:string">
+ <info>
+ <desc>Defines the toolbar resource URL.</desc>
+ </info>
+ </prop>
+ <prop oor:name="MergePoint" oor:type="xs:string">
+ <info>
+ <desc>Describes the command that should be used as a reference point for the merge command.</desc>
+ </info>
+ </prop>
+ <prop oor:name="MergeCommand" oor:type="xs:string">
+ <info>
+ <desc>A command to be processed for this merge menu instruction.</desc>
+ </info>
+ </prop>
+ <prop oor:name="MergeCommandParameter" oor:type="xs:string">
+ <info>
+ <desc>Optional parameters for a merge command. Interpretation depends on the individual command.</desc>
+ </info>
+ </prop>
+ <prop oor:name="MergeFallback" oor:type="xs:string">
+ <info>
+ <desc>A fallback command to be used if MergeCommand cannot be applied.</desc>
+ </info>
+ </prop>
+ <prop oor:name="MergeContext" oor:type="xs:string">
+ <info>
+ <desc>A property to define the context of this merge instruction. It can be empty or a colon separated list of the supported application modules.</desc>
+ </info>
+ </prop>
+ <set oor:name="ToolBarItems" oor:node-type="ToolBarItem">
+ <info>
+ <desc>Contains a list of toolbar items used by an Add-On.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="ToolBarItem">
+ <info>
+ <desc>Describes a toolbar item representing a function of of an external component. The name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes.</desc>
+ </info>
+ <prop oor:name="URL" oor:type="xs:string">
+ <info>
+ <desc>A command URL which represents the function to execute.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>A localized string used to as the menu item title.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageIdentifier" oor:type="xs:string">
+ <info>
+ <desc>A private URL used to reference an optional internal menu image. Example: private:image/3216 addresses the internal Office image with id=3216.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Target" oor:type="xs:string">
+ <info>
+ <desc>This is the target URL which is used for the dispatch command. There are special URL's to address certain targets: _self, current frame; _default, default; _blank, create new frame.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Context" oor:type="xs:string">
+ <info>
+ <desc>A property to define the context of a toolbar item. It can be empty or a colon separated list of the supported application modules.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ControlType" oor:type="xs:string">
+ <info>
+ <desc>A property to define the control type of the toolbar item. An will be interpreted as OpenOffice.org default toggle button.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:long">
+ <info>
+ <desc>A property to define the size of a toolbar item. This property works only ControlTypes which can have a dynamic size (e.g. comboboxes, edit fields, spin fields)</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="UserDefinedImages">
+ <info>
+ <desc>A group of optional user-defined images. There are two ways to define image - 1. Embed the image data directly into the configuration. 2. Use file URLs to address external bitmap files. Embedded image data has a higher priority than file URLs.</desc>
+ </info>
+ <prop oor:name="ImageSmall" oor:type="xs:hexBinary">
+ <info>
+ <desc>Binary bitmap data used for menu images and small toolbox buttons. Standard size of a small image is 16x16 pixel.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageBig" oor:type="xs:hexBinary">
+ <info>
+ <desc>Binary bitmap data used for big toolbox buttons. Standard size of a big image is 26x26 pixel.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageSmallHC" oor:type="xs:hexBinary">
+ <info>
+ <desc>Binary bitmap data used for high contrast displays. Standard size of a small image is 16x16 pixel.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageBigHC" oor:type="xs:hexBinary">
+ <info>
+ <desc>Binary bitmap data used for high contrast displays. Standard size of a big image is 26x26 pixel.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageSmallURL" oor:type="xs:string">
+ <info>
+ <desc>A file URL to address a external bitmap file used for menu images and/or small toolbox buttons. Standard size of an small image is 16x16 pixel.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageBigURL" oor:type="xs:string">
+ <info>
+ <desc>A file URL to address a external bitmap file used for big toolbox buttons. Standard size of an big image is 26x26 pixel.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageSmallHCURL" oor:type="xs:string">
+ <info>
+ <desc>A file URL to address a external bitmap file used for high contrast menu images and/or toolbox buttons. Standard size of an small image is 16x16 pixel.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageBigHCURL" oor:type="xs:string">
+ <info>
+ <desc>A file URL to address a external bitmap file used for big high contrast toolbox buttons. Standard size of an big image is 26x26 pixel.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Images">
+ <info>
+ <desc>A group that associates images to a command URL</desc>
+ </info>
+ <prop oor:name="URL" oor:type="xs:string">
+ <info>
+ <desc>The command URL that is bound to the defined images.</desc>
+ </info>
+ </prop>
+ <node-ref oor:name="UserDefinedImages" oor:node-type="UserDefinedImages">
+ <info>
+ <desc>An user-defined images group.</desc>
+ </info>
+ </node-ref>
+ </group>
+ <set oor:name="ToolBarItems" oor:node-type="ToolBarItem">
+ <info>
+ <desc>Contains a list of toolbar items used by an Add-On.</desc>
+ </info>
+ </set>
+ <set oor:name="MergeMenuItems" oor:node-type="MergeMenuInstruction">
+ <info>
+ <desc>Contains a list of merge menu instructions defined by an Add-On which specify how to merge menu items into the Office menubar.</desc>
+ </info>
+ </set>
+ <set oor:name="MergeToolBarItems" oor:node-type="MergeToolBarInstruction">
+ <info>
+ <desc>Contains a list of merge toolbar instructions defined by an Add-On which specify how to merge toolbar items into an existing toolbar.</desc>
+ </info>
+ </set>
+ </templates>
+ <component>
+ <group oor:name="AddonUI">
+ <info>
+ <desc>Contains information about the structure of addon user interface.</desc>
+ </info>
+ <set oor:name="AddonMenu" oor:node-type="MenuItem">
+ <info>
+ <desc>Contains the structure of the addon menu used by the Office. It provide functions of external components to the user.</desc>
+ </info>
+ </set>
+ <set oor:name="Images" oor:node-type="Images">
+ <info>
+ <desc>Contains the structure for user-defined images which can be used by menu items and toolbar buttons.</desc>
+ </info>
+ </set>
+ <set oor:name="OfficeMenuBar" oor:node-type="PopupMenu">
+ <info>
+ <desc>Contains the structure of addon popup-menus inserted into the Office menubar. It provide functions of external components to the user.</desc>
+ </info>
+ </set>
+ <set oor:name="OfficeMenuBarMerging" oor:node-type="MergeMenuItems">
+ <info>
+ <desc>Contains a list of menu merging instructions of different add-ons.</desc>
+ </info>
+ </set>
+ <set oor:name="OfficeToolBar" oor:node-type="ToolBarItems">
+ <info>
+ <desc>Contains a list of sets of toolbar items that are part of add-on toolbars.</desc>
+ </info>
+ </set>
+ <set oor:name="OfficeToolbarMerging" oor:node-type="MergeToolBarItems">
+ <info>
+ <desc>Contains a list of toolbar merging instructions of different add-ons. </desc>
+ </info>
+ </set>
+ <set oor:name="OfficeHelp" oor:node-type="MenuItem">
+ <info>
+ <desc>Contains a list of functions inserted into the Office help menu. The optional property 'Submeno' will be ignored for this set.</desc>
+ </info>
+ </set>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Chart.xcs b/officecfg/registry/schema/org/openoffice/Office/Chart.xcs
index 0880df5e16ba..32deb66e7c65 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Chart.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Chart.xcs
@@ -17,27 +17,27 @@
* 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="Chart" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Contains settings for the Chart application.</desc>
- </info>
- <import oor:component="org.openoffice.Office.Common"/>
- <component>
- <group oor:name="DefaultColor">
- <info>
- <desc>Specifies the colors for creating new charts.</desc>
- </info>
- <prop oor:name="Series" oor:type="oor:long-list" oor:nillable="false">
- <!-- OldPath: Chart/Default_Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Chart Default colors [Section] Chart colors -->
- <info>
- <desc>Specifies a list of color values to be used for the first n series, where n is the size of the list. For i &gt; n the color used is equal to entry number i modulo n in the list. You should keep the size of the list at 12. Also note that the values are interpreted as unsigned 32bit values, although it is possible to get negative (signed) numbers in this list when being displayed in decimal.</desc>
- <label>Chart colors</label>
- </info>
- <value>17798 16728590 16765728 5741852 8257569 8637183 3227652 11456256 4923247 16749838 12910603 34001</value>
- <!-- 0x004586 0xff420e 0xffd320 0x579d1c 0x7e0021 0x83caff 0x314004 0xaecf00 0x4b1f6f 0xff950e 0xc5000b 0x0084d1 -->
- </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="Chart" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains settings for the Chart application.</desc>
+ </info>
+ <import oor:component="org.openoffice.Office.Common"/>
+ <component>
+ <group oor:name="DefaultColor">
+ <info>
+ <desc>Specifies the colors for creating new charts.</desc>
+ </info>
+ <prop oor:name="Series" oor:type="oor:long-list" oor:nillable="false">
+ <!-- OldPath: Chart/Default_Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Chart Default colors [Section] Chart colors -->
+ <info>
+ <desc>Specifies a list of color values to be used for the first n series, where n is the size of the list. For i &gt; n the color used is equal to entry number i modulo n in the list. You should keep the size of the list at 12. Also note that the values are interpreted as unsigned 32bit values, although it is possible to get negative (signed) numbers in this list when being displayed in decimal.</desc>
+ <label>Chart colors</label>
+ </info>
+ <value>17798 16728590 16765728 5741852 8257569 8637183 3227652 11456256 4923247 16749838 12910603 34001</value>
+ <!-- 0x004586 0xff420e 0xffd320 0x579d1c 0x7e0021 0x83caff 0x314004 0xaecf00 0x4b1f6f 0xff950e 0xc5000b 0x0084d1 -->
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
-
diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
index 3dd19a3d2395..257e4f7b50fa 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
@@ -17,968 +17,969 @@
* 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="Draw" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Defines the properties of the Draw application.</desc>
- </info>
- <import oor:component="org.openoffice.Office.Common"/>
- <component>
- <group oor:name="Layout">
- <info>
- <desc>Defines the general properties of the graphical object representation.</desc>
- </info>
- <group oor:name="Display">
- <info>
- <desc>Defines the general properties of the graphical object representation of screen displays.</desc>
- </info>
- <prop oor:name="Ruler" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
- <info>
- <desc>Indicates whether to show the rulers at the left and at the top of the working area.</desc>
- <label>Rulers visible</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Helpline" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
- <info>
- <desc>Indicates whether to show help lines that can be created by dragging them from the rulers.</desc>
- <label>Helplines visible</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Guide" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
- <info>
- <desc>Indicates whether to show help lines when moving an object.</desc>
- <label>Helplines While Moving</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Bezier" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
- <info>
- <desc>Indicates whether to show all control points in the Bezier curve editor.</desc>
- <label>All control points in Bezier editor</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Contour" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
- <info>
- <desc>Indicates whether to show the outline of all moved objects when moving more then one object at a time.</desc>
- <label>Contour of each individual object</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="Other">
- <info>
- <desc>Defines other properties regarding device independent graphical object representation.</desc>
- </info>
- <group oor:name="TabStop">
- <!-- OldPath: Draw/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Tab stops -->
- <!-- Notice: Default-Nonmetric Value: 1270 1/100 mm-->
- <info>
- <desc>Specifies the distance between adjacent tab stops.</desc>
- <label>Tab stops</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>[UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>1250</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>[UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>1270</value>
- </prop>
- </group>
- <group oor:name="MeasureUnit">
- <!-- OldPath: Draw/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Meas. units -->
- <info>
- <desc>Contains the specification of distances and sizes.</desc>
- <label>Measurement unit</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the unit used for specification of distances and sizes in a metric environment.</desc>
- </info>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc>Millimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Centimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc>Point</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc>Pica</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc>Inch</desc>
- </info>
- </enumeration>
- </constraints>
- <value>2</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the unit used for specification of distances and sizes in a non metric environment.</desc>
- <label>Measurement 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="6">
- <info>
- <desc>Point</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc>Pica</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc>Inch</desc>
- </info>
- </enumeration>
- </constraints>
- <value>8</value>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Content">
- <info>
- <desc>Contains the specification of how to display the content of Draw documents.</desc>
- </info>
- <group oor:name="Display">
- <info>
- <desc>Contains the specification of how to display the content of Draw documents on screen.</desc>
- </info>
- <prop oor:name="PicturePlaceholder" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
- <info>
- <desc>Indicates whether to show only outlines of graphical objects.</desc>
- <label>Picture placeholders</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="ContourMode" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
- <info>
- <desc>Indicates whether to show only outlines of draw objects.</desc>
- <label>Contour mode</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="TextPlaceholder" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
- <info>
- <desc>Indicates whether to use placeholders for text in draw objects.</desc>
- <label>Text placeholders</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="LineContour" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
- <info>
- <desc>Indicates whether to show only hairlines instead of an object&apos;s linestyle.</desc>
- <label>Line contour only</label>
- </info>
- <value>false</value>
- </prop>
- </group>
- </group>
- <group oor:name="Misc">
- <info>
- <desc>Contains a collection of configuration items for the Draw application that do not fit into another category.</desc>
- </info>
- <prop oor:name="BackgroundCache" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
- <info>
- <desc>Indicates whether to store master pages in a cache to speed up drawing.</desc>
- <label>Use background cache</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="CopyWhileMoving" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
- <info>
- <desc>Indicates whether moving while holding the Control key makes a copy of the moved object.</desc>
- <label>Copy while moving</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="ObjectMoveable" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
- <info>
- <desc>Indicates whether objects can still be moved while in rotating mode.</desc>
- <label>Objects always moveable</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="NoDistort" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
- <info>
- <desc>Indicates whether objects that are placed on a circle keep their original form, i.e. may be moved and rotated but not resized or otherwise distorted.</desc>
- <label>Don&apos;t distort objects in curve</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="DclickTextedit" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Option Bar -->
- <info>
- <desc>Indicates whether a double-click on a text object changes activates the edit mode.</desc>
- <label>Double-Click Text to Edit</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="RotateClick" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Option Bar -->
- <info>
- <desc>Indicates whether a double-click on an object activates the rotation mode.</desc>
- <label>Rotation Mode after clicking object</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Preview" oor:type="xs:double" oor:nillable="false">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Menu: view - preview mode -->
- <info>
- <desc>Specifies the color quality of the preview: 0 - Color, 868 - Grayscale, 5381 - Black/White.</desc>
- <label>Preview-Mode</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Color</desc>
- </info>
- </enumeration>
- <enumeration oor:value="868">
- <info>
- <desc>Grayscale</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5381">
- <info>
- <desc>Black/White</desc>
- </info>
- </enumeration>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="ShowComments" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Indicates whether to show comments (true) or hide them (false).</desc>
- <label>Show Comments</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="ModifyWithAttributes" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Optionbar -->
- <info>
- <desc>Indicates whether the object creation and modification will be visualized using the full object attribute set or wireframe.</desc>
- <label>Modify with attributes</label>
- </info>
- <value>true</value>
- </prop>
- <group oor:name="TextObject">
- <info>
- <desc>Defines text editing related configuration items.</desc>
- </info>
- <prop oor:name="QuickEditing" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Other/Text_Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Text objects -->
- <info>
- <desc>Indicates whether a simple click on a text object changes it to edit mode.</desc>
- <label>Allow quick editing</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Selectable" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Other/Text_Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Text objects -->
- <info>
- <desc>Indicates whether a text frame can only be selected by clicking on the text or by clicking somewhere in the frame.</desc>
- <label>Only text area selectable</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="CrossFading">
- <info>
- <desc>Contains a specification of how to morph between objects (e.g. how many steps and whether to regard the object&apos;s attributes).</desc>
- </info>
- <prop oor:name="Steps" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Draw/Cross_fading -->
- <!-- OldLocation: drawing.cfg -->
- <!-- UIHints: Select two objects =&gt; Edit Cross-fade -->
- <info>
- <desc>Specifies the number of intermediate morphing steps between two objects.</desc>
- <label>Steps</label>
- </info>
- <constraints>
- <minInclusive oor:value="1">
- <info>
- <desc>Specifies that there has to be at least one morphing step.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="256">
- <info>
- <desc>Specifies that there may be at least this many morphing steps.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>16</value>
- </prop>
- <prop oor:name="Orientation" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Cross_fading -->
- <!-- OldLocation: drawing.cfg -->
- <!-- UIHints: Select two objects =&gt; Edit Cross-fade -->
- <info>
- <desc>Indicates whether two objects to be morphed shall have the same orientation.</desc>
- <label>Orientation</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Attributes" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Cross_fading -->
- <!-- OldLocation: drawing.cfg -->
- <!-- UIHints: Select two objects =&gt; Edit Cross-fade -->
- <info>
- <desc>Indicates whether to consider objects&apos; attributes (e.g. colors) when morphing one object into another.</desc>
- <label>Attributes</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="DefaultObjectSize">
- <!-- OldPath: -->
- <!-- OldLocation: -->
- <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Klick -->
- <info>
- <desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at a object creating Button</desc>
- <label>Default Object Size</label>
- </info>
- <prop oor:name="Width" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the default width of new objects. [UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>8000</value>
- </prop>
- <prop oor:name="Height" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the default height of new objects. [UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>5000</value>
- </prop>
- </group>
- <group oor:name="Compatibility">
- <info>
- <desc>Contains the group of options that control the compatibility to other applications.</desc>
- <label>Compatibility options.</label>
- </info>
- <prop oor:name="PrinterIndependentLayout" oor:type="xs:short" oor:nillable="false">
- <!-- UIHints: Tools - Options - Draw - Other - [Section] Compatibility -->
- <info>
- <desc>Indicates whether to use printer independent metrics for document formatting (2) or to use metrics derived from the current printer (1). Refer to com::sun::star::document::PrinterIndependentLayout for valid values.</desc>
- <label>Use printer independent metrics for document formatting</label>
- </info>
- <value>2</value>
- </prop>
- </group>
- </group>
- <group oor:name="Snap">
- <info>
- <desc>Contains the specification of how to force object positions and sizes to the snap grid or to align with other objects.</desc>
- </info>
- <group oor:name="Object">
- <info>
- <desc>Contains the specification of how to force object positions and sizes to predefined locations in relation to other objects.</desc>
- </info>
- <prop oor:name="Grid" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <info>
- <desc>Indicates whether to snap an object when moved to the next grid point.</desc>
- <label>Grid lines</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="SnapLine" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <info>
- <desc>Indicates whether to snap at snap lines.</desc>
- <label>Snap lines</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="PageMargin" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <info>
- <desc>Indicates whether the outline of an object is justified with adjacent page margins.</desc>
- <label>Page margins</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="ObjectFrame" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <info>
- <desc>Indicates whether to justify the outline of an object to that of an adjacent object.</desc>
- <label>Object frame</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="ObjectPoint" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <info>
- <desc>Indicates whether to snap corner points of adjacent objects.</desc>
- <label>Object points</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Range" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <info>
- <desc>Specifies the maximal range in pixel along the coordinate axes at which snapping becomes active.</desc>
- <label>Snap range</label>
- </info>
- <constraints>
- <minInclusive oor:value="1">
- <info>
- <desc>Specifies that the minimum snap range is 1.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="50">
- <info>
- <desc>Specifies that the maximum snap range is 50.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>5</value>
- </prop>
- </group>
- <group oor:name="Position">
- <info>
- <desc>Specifies constraints regarding the creation and modification of graphical objects.</desc>
- </info>
- <prop oor:name="CreatingMoving" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
- <info>
- <desc>Indicates whether to restrict the creation of objects to squares, circles, etc. and to retain the x/y ratio when resizing.</desc>
- <label>When creating or moving objects</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="ExtendEdges" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
- <info>
- <desc>Indicates whether to use the longer (true) or the shorter (false) of the two distances along the coordinates axes from the initial to the current position to determine a new square&apos;s edge length or a new circle&apos;s diameter.</desc>
- <label>Extend edges</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Rotating" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
- <info>
- <desc>Indicates whether to use snapping while rotating an object.</desc>
- <label>When rotating</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="RotatingValue" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Draw/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
- <info>
- <desc>Specifies the rotation angle as a multiple of this input value when snapping for rotation is enabled. [UNIT=Degree/100]</desc>
- <label>When rotating</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies that the minimum rotation angle is 0/100 degrees.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="18000">
- <info>
- <desc>Specifies that the maximum rotation angle is 18000/100 degrees.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>1500</value>
- </prop>
- <prop oor:name="PointReduction" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Draw/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
- <info>
- <desc>Specifies the maximum angle that you can move a line before it snaps into place in the point editor that connects two points [UNIT=Degree/100].</desc>
- <label>Point reduction</label>
- </info>
- <constraints>
- <minInclusive oor:value="100">
- <info>
- <desc>Specifies that the minimum angle is 100/100 degrees.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="9000">
- <info>
- <desc>Specifies that the maximum angle is 9000/100 degrees.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>1500</value>
- </prop>
- </group>
- </group>
- <group oor:name="Zoom">
- <info>
- <desc>Contains configuration items related to zooming.</desc>
- </info>
- <prop oor:name="ScaleX" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Draw/Zoom -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Zoom - [Section] Scale -->
- <info>
- <desc>Specifies zoom factor along the horizontal axis.</desc>
- <label>Scale</label>
- </info>
- <value>1</value>
- </prop>
- <prop oor:name="ScaleY" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Draw/Zoom -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Zoom - [Section] Scale -->
- <info>
- <desc>Specifies zoom factor along the vertical axis.</desc>
- <label>Scale</label>
- </info>
- <value>1</value>
- </prop>
- </group>
- <group oor:name="Grid">
- <info>
- <desc>Defines handling and display of the (snap) grid.</desc>
- </info>
- <group oor:name="Option">
- <info>
- <desc>Switches regarding use and display of the (snap) grid.</desc>
- </info>
- <prop oor:name="SnapToGrid" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
- <info>
- <desc>Indicates whether to force frames and drawing elements on grid points.</desc>
- <label>Snap to grid</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="VisibleGrid" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
- <info>
- <desc>Indicates whether to show the grid.</desc>
- <label>Visible grid</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Synchronize" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
- <info>
- <desc>Indicates whether to synchronize the resolutions of x- and y-grids.</desc>
- <label>Synchronize axes</label>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="Resolution">
- <info>
- <desc>Specifies the grid resolution.</desc>
- </info>
- <group oor:name="XAxis">
- <!-- OldPath: Draw/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
- <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
- <info>
- <desc>Defines the horizontal distance between adjacent grid points.</desc>
- <label>X Axis Resolution</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>[UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>1000</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>[UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>1270</value>
- </prop>
- </group>
- <group oor:name="YAxis">
- <!-- OldPath: Draw/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
- <!-- Notice: Default- nonmerical value: 1270 1/100 mm. -->
- <info>
- <desc>Defines the vertical distance between adjacent grid points.</desc>
- <label>Y Axis Resolution</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>[UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>1000</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>[UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>1270</value>
- </prop>
- </group>
- </group>
- <group oor:name="Subdivision">
- <info>
- <desc>Specifies the subdivision of the grid.</desc>
- </info>
- <prop oor:name="XAxis" oor:type="xs:double" oor:nillable="false">
- <!-- OldPath: Draw/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
- <!-- Notice: Default value for English Version only: 254 Points) -->
- <info>
- <desc>Specifies the number of points between two grid points on the X axis.</desc>
- <label>X Axis Subdivision</label>
- </info>
- <value>9</value>
- </prop>
- <prop oor:name="YAxis" oor:type="xs:double" oor:nillable="false">
- <!-- OldPath: Draw/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
- <!-- Notice: Default value for English Version only: 254 Points) -->
- <info>
- <desc>Specifies the number of points between two grid points on the Y axis.</desc>
- <label>Y Axis Subdivision</label>
- </info>
- <value>9</value>
- </prop>
- </group>
- <group oor:name="SnapGrid">
- <info>
- <desc>Specifies the snap grid.</desc>
- </info>
- <prop oor:name="Size" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Grid/Snap_Grid -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
- <info>
- <desc>Indicates whether to synchronize grid and snap-grid.</desc>
- <label>Size to grid</label>
- </info>
- <value>true</value>
- </prop>
- <group oor:name="XAxis">
- <!-- OldPath: Draw/Grid/Snap_Grid -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
- <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
- <info>
- <desc>Defines the horizontal distance between adjacent points of the snap grid.</desc>
- <label>X axis</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>[UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>1000</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>[UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>1270</value>
- </prop>
- </group>
- <group oor:name="YAxis">
- <!-- OldPath: Draw/Grid/Snap_Grid -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
- <!-- Notice: Default-Default-nonmetrical value: 1270 1/100 mm. -->
- <info>
- <desc>Defines the vertical distance between adjacent points of the snap grid.</desc>
- <label>Y axis</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>[UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>1000</value>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>[UNIT=1/100 mm]</desc>
- <label/>
- </info>
- <value>1270</value>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Print">
- <info>
- <desc>Defines options regarding the printing of Draw documents.</desc>
- </info>
- <group oor:name="Content">
- <info>
- <desc>Defines options regarding the printing of document content.</desc>
- </info>
- <prop oor:name="Drawing" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Contents -->
- <info>
- <desc>Indicates whether the drawing page (in contrast to master page) will be printed.</desc>
- <label>Drawing</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="Page">
- <info>
- <desc>Specifies how and what pages will be printed.</desc>
- </info>
- <prop oor:name="PageSize" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
- <info>
- <desc>Indicates whether to enlarge or shrink a document&apos;s page size while printing to fit the physical paper size.</desc>
- <label>Fit to page</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="PageTile" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
- <info>
- <desc>Indicates whether to print the pages&apos; titles at the top of every page.</desc>
- <label>Tile pages</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Booklet" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
- <info>
- <desc>Indicates whether to print a document in the form of a brochure.</desc>
- <label>Brochure</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="BookletFront" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
- <info>
- <desc>Indicates whether to print the front side pages of a brochure.</desc>
- <label>Front side</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="BookletBack" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
- <info>
- <desc>Indicates whether to print the back side pages of a brochure.</desc>
- <label>Back side</label>
- </info>
- <value>true</value>
- </prop>
- </group>
- <group oor:name="Other">
- <info>
- <desc>Contains specifications of general printing related issues.</desc>
- </info>
- <prop oor:name="PageName" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
- <info>
- <desc>Indicates whether to print page names.</desc>
- <label>Page name</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Date" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
- <info>
- <desc>Indicates whether to print the current date at the top of every page.</desc>
- <label>Date</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Time" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
- <info>
- <desc>Indicates whether to print the current time at the top of every page.</desc>
- <label>Time</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="HiddenPage" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
- <info>
- <desc>Indicates whether to print hidden pages.</desc>
- <label>Hidden pages</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Quality" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Quality -->
- <info>
- <desc>Specifies the quality of the printed colors.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Color</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Grayscale</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Black/White</desc>
- </info>
- </enumeration>
- </constraints>
- <value>0</value>
- </prop>
- <prop oor:name="FromPrinterSetup" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Drawing Print [Check box] From printer setup -->
- <info>
- <desc>Indicates whether to use the system settings of the printer to choose the paper tray.</desc>
- <label>From printer setup</label>
- </info>
- <value>false</value>
- </prop>
- </group>
- </group>
- </component>
+<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Draw" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Defines the properties of the Draw application.</desc>
+ </info>
+ <import oor:component="org.openoffice.Office.Common"/>
+ <component>
+ <group oor:name="Layout">
+ <info>
+ <desc>Defines the general properties of the graphical object representation.</desc>
+ </info>
+ <group oor:name="Display">
+ <info>
+ <desc>Defines the general properties of the graphical object representation of screen displays.</desc>
+ </info>
+ <prop oor:name="Ruler" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
+ <info>
+ <desc>Indicates whether to show the rulers at the left and at the top of the working area.</desc>
+ <label>Rulers visible</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Helpline" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
+ <info>
+ <desc>Indicates whether to show help lines that can be created by dragging them from the rulers.</desc>
+ <label>Helplines visible</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Guide" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
+ <info>
+ <desc>Indicates whether to show help lines when moving an object.</desc>
+ <label>Helplines While Moving</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Bezier" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
+ <info>
+ <desc>Indicates whether to show all control points in the Bezier curve editor.</desc>
+ <label>All control points in Bezier editor</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Contour" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
+ <info>
+ <desc>Indicates whether to show the outline of all moved objects when moving more then one object at a time.</desc>
+ <label>Contour of each individual object</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc>Defines other properties regarding device independent graphical object representation.</desc>
+ </info>
+ <group oor:name="TabStop">
+ <!-- OldPath: Draw/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Tab stops -->
+ <!-- Notice: Default-Nonmetric Value: 1270 1/100 mm-->
+ <info>
+ <desc>Specifies the distance between adjacent tab stops.</desc>
+ <label>Tab stops</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>[UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>1250</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>[UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ <group oor:name="MeasureUnit">
+ <!-- OldPath: Draw/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Meas. units -->
+ <info>
+ <desc>Contains the specification of distances and sizes.</desc>
+ <label>Measurement unit</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the unit used for specification of distances and sizes in a metric environment.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Millimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Centimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>Point</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>Pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Inch</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the unit used for specification of distances and sizes in a non metric environment.</desc>
+ <label>Measurement 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="6">
+ <info>
+ <desc>Point</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>Pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>Inch</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>8</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Content">
+ <info>
+ <desc>Contains the specification of how to display the content of Draw documents.</desc>
+ </info>
+ <group oor:name="Display">
+ <info>
+ <desc>Contains the specification of how to display the content of Draw documents on screen.</desc>
+ </info>
+ <prop oor:name="PicturePlaceholder" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
+ <info>
+ <desc>Indicates whether to show only outlines of graphical objects.</desc>
+ <label>Picture placeholders</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ContourMode" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
+ <info>
+ <desc>Indicates whether to show only outlines of draw objects.</desc>
+ <label>Contour mode</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="TextPlaceholder" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
+ <info>
+ <desc>Indicates whether to use placeholders for text in draw objects.</desc>
+ <label>Text placeholders</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="LineContour" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
+ <info>
+ <desc>Indicates whether to show only hairlines instead of an object's linestyle.</desc>
+ <label>Line contour only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Misc">
+ <info>
+ <desc>Contains a collection of configuration items for the Draw application that do not fit into another category.</desc>
+ </info>
+ <prop oor:name="BackgroundCache" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
+ <info>
+ <desc>Indicates whether to store master pages in a cache to speed up drawing.</desc>
+ <label>Use background cache</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CopyWhileMoving" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
+ <info>
+ <desc>Indicates whether moving while holding the Control key makes a copy of the moved object.</desc>
+ <label>Copy while moving</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ObjectMoveable" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
+ <info>
+ <desc>Indicates whether objects can still be moved while in rotating mode.</desc>
+ <label>Objects always moveable</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="NoDistort" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
+ <info>
+ <desc>Indicates whether objects that are placed on a circle keep their original form, i.e. may be moved and rotated but not resized or otherwise distorted.</desc>
+ <label>Don't distort objects in curve</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DclickTextedit" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Option Bar -->
+ <info>
+ <desc>Indicates whether a double-click on a text object changes activates the edit mode.</desc>
+ <label>Double-Click Text to Edit</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RotateClick" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Option Bar -->
+ <info>
+ <desc>Indicates whether a double-click on an object activates the rotation mode.</desc>
+ <label>Rotation Mode after clicking object</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Preview" oor:type="xs:double" oor:nillable="false">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Menu: view - preview mode -->
+ <info>
+ <desc>Specifies the color quality of the preview: 0 - Color, 868 - Grayscale, 5381 - Black/White.</desc>
+ <label>Preview-Mode</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Color</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="868">
+ <info>
+ <desc>Grayscale</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5381">
+ <info>
+ <desc>Black/White</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ShowComments" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Indicates whether to show comments (true) or hide them (false).</desc>
+ <label>Show Comments</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ModifyWithAttributes" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Optionbar -->
+ <info>
+ <desc>Indicates whether the object creation and modification will be visualized using the full object attribute set or wireframe.</desc>
+ <label>Modify with attributes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="TextObject">
+ <info>
+ <desc>Defines text editing related configuration items.</desc>
+ </info>
+ <prop oor:name="QuickEditing" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Other/Text_Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Text objects -->
+ <info>
+ <desc>Indicates whether a simple click on a text object changes it to edit mode.</desc>
+ <label>Allow quick editing</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Selectable" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Other/Text_Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Text objects -->
+ <info>
+ <desc>Indicates whether a text frame can only be selected by clicking on the text or by clicking somewhere in the frame.</desc>
+ <label>Only text area selectable</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="CrossFading">
+ <info>
+ <desc>Contains a specification of how to morph between objects (e.g. how many steps and whether to regard the object's attributes).</desc>
+ </info>
+ <prop oor:name="Steps" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Draw/Cross_fading -->
+ <!-- OldLocation: drawing.cfg -->
+ <!-- UIHints: Select two objects =&gt; Edit Cross-fade -->
+ <info>
+ <desc>Specifies the number of intermediate morphing steps between two objects.</desc>
+ <label>Steps</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Specifies that there has to be at least one morphing step.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="256">
+ <info>
+ <desc>Specifies that there may be at least this many morphing steps.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>16</value>
+ </prop>
+ <prop oor:name="Orientation" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Cross_fading -->
+ <!-- OldLocation: drawing.cfg -->
+ <!-- UIHints: Select two objects =&gt; Edit Cross-fade -->
+ <info>
+ <desc>Indicates whether two objects to be morphed shall have the same orientation.</desc>
+ <label>Orientation</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Attributes" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Cross_fading -->
+ <!-- OldLocation: drawing.cfg -->
+ <!-- UIHints: Select two objects =&gt; Edit Cross-fade -->
+ <info>
+ <desc>Indicates whether to consider objects' attributes (e.g. colors) when morphing one object into another.</desc>
+ <label>Attributes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="DefaultObjectSize">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Klick -->
+ <info>
+ <desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at a object creating Button</desc>
+ <label>Default Object Size</label>
+ </info>
+ <prop oor:name="Width" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the default width of new objects. [UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>8000</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the default height of new objects. [UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>5000</value>
+ </prop>
+ </group>
+ <group oor:name="Compatibility">
+ <info>
+ <desc>Contains the group of options that control the compatibility to other applications.</desc>
+ <label>Compatibility options.</label>
+ </info>
+ <prop oor:name="PrinterIndependentLayout" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Draw - Other - [Section] Compatibility -->
+ <info>
+ <desc>Indicates whether to use printer independent metrics for document formatting (2) or to use metrics derived from the current printer (1). Refer to com::sun::star::document::PrinterIndependentLayout for valid values.</desc>
+ <label>Use printer independent metrics for document formatting</label>
+ </info>
+ <value>2</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Snap">
+ <info>
+ <desc>Contains the specification of how to force object positions and sizes to the snap grid or to align with other objects.</desc>
+ </info>
+ <group oor:name="Object">
+ <info>
+ <desc>Contains the specification of how to force object positions and sizes to predefined locations in relation to other objects.</desc>
+ </info>
+ <prop oor:name="Grid" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc>Indicates whether to snap an object when moved to the next grid point.</desc>
+ <label>Grid lines</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SnapLine" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc>Indicates whether to snap at snap lines.</desc>
+ <label>Snap lines</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="PageMargin" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc>Indicates whether the outline of an object is justified with adjacent page margins.</desc>
+ <label>Page margins</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ObjectFrame" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc>Indicates whether to justify the outline of an object to that of an adjacent object.</desc>
+ <label>Object frame</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ObjectPoint" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc>Indicates whether to snap corner points of adjacent objects.</desc>
+ <label>Object points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Range" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc>Specifies the maximal range in pixel along the coordinate axes at which snapping becomes active.</desc>
+ <label>Snap range</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Specifies that the minimum snap range is 1.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="50">
+ <info>
+ <desc>Specifies that the maximum snap range is 50.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>5</value>
+ </prop>
+ </group>
+ <group oor:name="Position">
+ <info>
+ <desc>Specifies constraints regarding the creation and modification of graphical objects.</desc>
+ </info>
+ <prop oor:name="CreatingMoving" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
+ <info>
+ <desc>Indicates whether to restrict the creation of objects to squares, circles, etc. and to retain the x/y ratio when resizing.</desc>
+ <label>When creating or moving objects</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ExtendEdges" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
+ <info>
+ <desc>Indicates whether to use the longer (true) or the shorter (false) of the two distances along the coordinates axes from the initial to the current position to determine a new square's edge length or a new circle's diameter.</desc>
+ <label>Extend edges</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Rotating" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
+ <info>
+ <desc>Indicates whether to use snapping while rotating an object.</desc>
+ <label>When rotating</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="RotatingValue" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Draw/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
+ <info>
+ <desc>Specifies the rotation angle as a multiple of this input value when snapping for rotation is enabled. [UNIT=Degree/100]</desc>
+ <label>When rotating</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies that the minimum rotation angle is 0/100 degrees.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="18000">
+ <info>
+ <desc>Specifies that the maximum rotation angle is 18000/100 degrees.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>1500</value>
+ </prop>
+ <prop oor:name="PointReduction" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Draw/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
+ <info>
+ <desc>Specifies the maximum angle that you can move a line before it snaps into place in the point editor that connects two points [UNIT=Degree/100].</desc>
+ <label>Point reduction</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="100">
+ <info>
+ <desc>Specifies that the minimum angle is 100/100 degrees.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="9000">
+ <info>
+ <desc>Specifies that the maximum angle is 9000/100 degrees.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>1500</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Zoom">
+ <info>
+ <desc>Contains configuration items related to zooming.</desc>
+ </info>
+ <prop oor:name="ScaleX" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Draw/Zoom -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Zoom - [Section] Scale -->
+ <info>
+ <desc>Specifies zoom factor along the horizontal axis.</desc>
+ <label>Scale</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="ScaleY" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Draw/Zoom -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Zoom - [Section] Scale -->
+ <info>
+ <desc>Specifies zoom factor along the vertical axis.</desc>
+ <label>Scale</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="Grid">
+ <info>
+ <desc>Defines handling and display of the (snap) grid.</desc>
+ </info>
+ <group oor:name="Option">
+ <info>
+ <desc>Switches regarding use and display of the (snap) grid.</desc>
+ </info>
+ <prop oor:name="SnapToGrid" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
+ <info>
+ <desc>Indicates whether to force frames and drawing elements on grid points.</desc>
+ <label>Snap to grid</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="VisibleGrid" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
+ <info>
+ <desc>Indicates whether to show the grid.</desc>
+ <label>Visible grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Synchronize" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
+ <info>
+ <desc>Indicates whether to synchronize the resolutions of x- and y-grids.</desc>
+ <label>Synchronize axes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Resolution">
+ <info>
+ <desc>Specifies the grid resolution.</desc>
+ </info>
+ <group oor:name="XAxis">
+ <!-- OldPath: Draw/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
+ <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
+ <info>
+ <desc>Defines the horizontal distance between adjacent grid points.</desc>
+ <label>X Axis Resolution</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>[UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>[UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ <group oor:name="YAxis">
+ <!-- OldPath: Draw/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
+ <!-- Notice: Default- nonmerical value: 1270 1/100 mm. -->
+ <info>
+ <desc>Defines the vertical distance between adjacent grid points.</desc>
+ <label>Y Axis Resolution</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>[UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>[UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Subdivision">
+ <info>
+ <desc>Specifies the subdivision of the grid.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:double" oor:nillable="false">
+ <!-- OldPath: Draw/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
+ <!-- Notice: Default value for English Version only: 254 Points) -->
+ <info>
+ <desc>Specifies the number of points between two grid points on the X axis.</desc>
+ <label>X Axis Subdivision</label>
+ </info>
+ <value>9</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:double" oor:nillable="false">
+ <!-- OldPath: Draw/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
+ <!-- Notice: Default value for English Version only: 254 Points) -->
+ <info>
+ <desc>Specifies the number of points between two grid points on the Y axis.</desc>
+ <label>Y Axis Subdivision</label>
+ </info>
+ <value>9</value>
+ </prop>
+ </group>
+ <group oor:name="SnapGrid">
+ <info>
+ <desc>Specifies the snap grid.</desc>
+ </info>
+ <prop oor:name="Size" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Grid/Snap_Grid -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
+ <info>
+ <desc>Indicates whether to synchronize grid and snap-grid.</desc>
+ <label>Size to grid</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="XAxis">
+ <!-- OldPath: Draw/Grid/Snap_Grid -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
+ <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
+ <info>
+ <desc>Defines the horizontal distance between adjacent points of the snap grid.</desc>
+ <label>X axis</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>[UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>[UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ <group oor:name="YAxis">
+ <!-- OldPath: Draw/Grid/Snap_Grid -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
+ <!-- Notice: Default-Default-nonmetrical value: 1270 1/100 mm. -->
+ <info>
+ <desc>Defines the vertical distance between adjacent points of the snap grid.</desc>
+ <label>Y axis</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>[UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>[UNIT=1/100 mm]</desc>
+ <label/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc>Defines options regarding the printing of Draw documents.</desc>
+ </info>
+ <group oor:name="Content">
+ <info>
+ <desc>Defines options regarding the printing of document content.</desc>
+ </info>
+ <prop oor:name="Drawing" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Contents -->
+ <info>
+ <desc>Indicates whether the drawing page (in contrast to master page) will be printed.</desc>
+ <label>Drawing</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Page">
+ <info>
+ <desc>Specifies how and what pages will be printed.</desc>
+ </info>
+ <prop oor:name="PageSize" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
+ <info>
+ <desc>Indicates whether to enlarge or shrink a document's page size while printing to fit the physical paper size.</desc>
+ <label>Fit to page</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="PageTile" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
+ <info>
+ <desc>Indicates whether to print the pages' titles at the top of every page.</desc>
+ <label>Tile pages</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Booklet" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
+ <info>
+ <desc>Indicates whether to print a document in the form of a brochure.</desc>
+ <label>Brochure</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="BookletFront" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
+ <info>
+ <desc>Indicates whether to print the front side pages of a brochure.</desc>
+ <label>Front side</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="BookletBack" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
+ <info>
+ <desc>Indicates whether to print the back side pages of a brochure.</desc>
+ <label>Back side</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc>Contains specifications of general printing related issues.</desc>
+ </info>
+ <prop oor:name="PageName" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
+ <info>
+ <desc>Indicates whether to print page names.</desc>
+ <label>Page name</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Date" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
+ <info>
+ <desc>Indicates whether to print the current date at the top of every page.</desc>
+ <label>Date</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Time" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
+ <info>
+ <desc>Indicates whether to print the current time at the top of every page.</desc>
+ <label>Time</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HiddenPage" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
+ <info>
+ <desc>Indicates whether to print hidden pages.</desc>
+ <label>Hidden pages</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Quality" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Quality -->
+ <info>
+ <desc>Specifies the quality of the printed colors.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Color</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Grayscale</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Black/White</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FromPrinterSetup" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print [Check box] From printer setup -->
+ <info>
+ <desc>Indicates whether to use the system settings of the printer to choose the paper tray.</desc>
+ <label>From printer setup</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index 2c0b05e2e4c4..4da4888a1857 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
@@ -17,10 +17,7 @@
* 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="Linguistic" xml:lang="en-US"
- xmlns:oor="http://openoffice.org/2001/registry"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
+<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.Office" oor:name="Linguistic" xml:lang="en-US">
<info>
<desc>Contains linguistic (spell checking, hyphenation, thesaurus) related
configurations.</desc>
@@ -87,18 +84,14 @@
<label>Spell and grammar dialog image</label>
</info>
</prop>
- <prop
- oor:name="SpellAndGrammarContextMenuSuggestionImage"
- oor:type="xs:string">
+ <prop oor:name="SpellAndGrammarContextMenuSuggestionImage" oor:type="xs:string">
<info>
<desc>The path to the image for the spell and grammar checking
suggestions in the context menu context menu.</desc>
<label>Spell and grammar context menu suggestions image</label>
</info>
</prop>
- <prop
- oor:name="SpellAndGrammarContextMenuDictionaryImage"
- oor:type="xs:string">
+ <prop oor:name="SpellAndGrammarContextMenuDictionaryImage" oor:type="xs:string">
<info>
<desc>The path to the image for the spell and grammar checking context
menu context menu.</desc>
@@ -153,110 +146,98 @@
</group>
<group oor:name="General">
<info>
- <desc>Contains general settings for the linguistic
+ <desc>Contains general settings for the linguistic
configurations.</desc>
</info>
<prop oor:name="UILocale" oor:type="xs:string" oor:nillable="false">
- <!-- OldLocation: NEW -->
- <!-- UIHints: Tools - Options - General - Language Settings - Languages
+ <!-- OldLocation: NEW -->
+ <!-- UIHints: Tools - Options - General - Language Settings - Languages
-->
- <info>
- <desc>Specifies the UI language. An empty string means: use the
+ <info>
+ <desc>Specifies the UI language. An empty string means: use the
desktop's UI language if possible.</desc>
- </info>
- <value/>
- </prop>
- <prop
- oor:name="IsIgnoreControlCharacters" oor:type="xs:boolean"
- oor:nillable="false">
- <!-- OldLocation: NEW -->
- <info>
- <desc>Ignores the control characters (ASCII characters &lt; 32) for
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="IsIgnoreControlCharacters" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc>Ignores the control characters (ASCII characters &lt; 32) for
spell checking, hyphenation and the thesaurus.</desc>
- </info>
- <value>true</value>
+ </info>
+ <value>true</value>
</prop>
<prop oor:name="DefaultLocale" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: DefaultLanguage -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Specifies the default document language.</desc>
- <label>Default language</label>
- </info>
+ <!-- OldPath: DefaultLanguage -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Specifies the default document language.</desc>
+ <label>Default language</label>
+ </info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
- <prop
- oor:name="DefaultLocale_CJK" oor:type="xs:string"
- oor:nillable="false">
- <!-- OldPath: DefaultLanguage -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Specifies the default document CJK language.</desc>
- <label>Default language for CJK linguistics</label>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ <prop oor:name="DefaultLocale_CJK" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: DefaultLanguage -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Specifies the default document CJK language.</desc>
+ <label>Default language for CJK linguistics</label>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
- <prop
- oor:name="DefaultLocale_CTL" oor:type="xs:string"
- oor:nillable="false">
- <!-- OldPath: DefaultLanguage -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Specifies the default document CTL language.</desc>
- <label>Default language for CTL linguistics</label>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ <prop oor:name="DefaultLocale_CTL" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: DefaultLanguage -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Specifies the default document CTL language.</desc>
+ <label>Default language for CTL linguistics</label>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
<group oor:name="DictionaryList">
- <info>
- <desc>Defines which personal dictionaries are used.</desc>
- </info>
- <prop
- oor:name="ActiveDictionaries" oor:type="oor:string-list"
- oor:nillable="false">
- <!-- OldPath: Active-Dictionaries -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Specifies the custom dictionaries to be used. The Ignore list
+ <info>
+ <desc>Defines which personal dictionaries are used.</desc>
+ </info>
+ <prop oor:name="ActiveDictionaries" oor:type="oor:string-list" oor:nillable="false">
+ <!-- OldPath: Active-Dictionaries -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Specifies the custom dictionaries to be used. The Ignore list
(IgnoreAllList (All)) is administered in the RAM only for the
current spellcheck.</desc>
- <label>Custom dictionaries</label>
- </info>
- <value>
+ <label>Custom dictionaries</label>
+ </info>
+ <value>
<it>IgnoreAllList</it>
<it>en-US.dic</it>
<it>en-GB.dic</it>
<it>sl.dic</it>
<it>technical.dic</it>
</value>
- </prop>
- <prop
- oor:name="IsUseDictionaryList" oor:type="xs:boolean"
- oor:nillable="false">
- <!-- OldLocation: NEW -->
- <info>
- <desc>Determines if personal dictionaries should be used for spell
+ </prop>
+ <prop oor:name="IsUseDictionaryList" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc>Determines if personal dictionaries should be used for spell
checking and hyphenation.</desc>
- </info>
- <value>true</value>
- </prop>
+ </info>
+ <value>true</value>
+ </prop>
</group>
</group>
<group oor:name="TextConversion">
<info>
<desc>Defines settings used by the text conversion.</desc>
</info>
- <prop
- oor:name="ActiveConversionDictionaries" oor:type="oor:string-list"
- oor:nillable="false">
+ <prop oor:name="ActiveConversionDictionaries" oor:type="oor:string-list" oor:nillable="false">
<!-- OldLocation: NEW -->
<info>
<desc>Specifies the user dictionaries to be used. </desc>
@@ -264,9 +245,7 @@
</info>
<value/>
</prop>
- <prop
- oor:name="IsIgnorePostPositionalWord" oor:type="xs:boolean"
- oor:nillable="false">
+ <prop oor:name="IsIgnorePostPositionalWord" oor:type="xs:boolean" oor:nillable="false">
<!-- OldLocation: NEW -->
<info>
<desc>Specifies if post positionals should be ignored when looking for
@@ -275,9 +254,7 @@
</info>
<value>true</value>
</prop>
- <prop
- oor:name="IsAutoCloseDialog" oor:type="xs:boolean"
- oor:nillable="false">
+ <prop oor:name="IsAutoCloseDialog" oor:type="xs:boolean" oor:nillable="false">
<!-- OldLocation: NEW -->
<info>
<desc>Specifies if the dialog should be closed automatically after the
@@ -286,9 +263,7 @@
</info>
<value>false</value>
</prop>
- <prop
- oor:name="IsShowEntriesRecentlyUsedFirst" oor:type="xs:boolean"
- oor:nillable="false">
+ <prop oor:name="IsShowEntriesRecentlyUsedFirst" oor:type="xs:boolean" oor:nillable="false">
<!-- OldLocation: NEW -->
<info>
<desc>Specifies if entries that were recently used as replacements
@@ -297,9 +272,7 @@
</info>
<value>false</value>
</prop>
- <prop
- oor:name="IsAutoReplaceUniqueEntries" oor:type="xs:boolean"
- oor:nillable="false">
+ <prop oor:name="IsAutoReplaceUniqueEntries" oor:type="xs:boolean" oor:nillable="false">
<!-- OldLocation: NEW -->
<info>
<desc>Specifies if entries for which have only one possible
@@ -316,9 +289,7 @@
<label>Direction to simplified</label>
</info>
</prop>
- <prop
- oor:name="IsUseCharacterVariants" oor:type="xs:boolean"
- oor:nillable="false">
+ <prop oor:name="IsUseCharacterVariants" oor:type="xs:boolean" oor:nillable="false">
<!-- OldLocation: NEW -->
<info>
<desc>Specifies wether Taiwan, Hongkong SAR, and Macao SAR character
@@ -327,9 +298,7 @@
</info>
<value>false</value>
</prop>
- <prop
- oor:name="IsTranslateCommonTerms" oor:type="xs:boolean"
- oor:nillable="false">
+ <prop oor:name="IsTranslateCommonTerms" oor:type="xs:boolean" oor:nillable="false">
<!-- OldLocation: NEW -->
<info>
<desc>Specifies wether common terms should be detected and translated
@@ -338,9 +307,7 @@
</info>
<value>false</value>
</prop>
- <prop
- oor:name="IsReverseMapping" oor:type="xs:boolean"
- oor:nillable="false">
+ <prop oor:name="IsReverseMapping" oor:type="xs:boolean" oor:nillable="false">
<!-- OldLocation: NEW -->
<info>
<desc>If Reverse Mapping is active than every dictionary entry added
@@ -353,78 +320,69 @@
</group>
<group oor:name="SpellChecking">
<info>
- <desc>Contains spell checking-relevant settings.</desc>
+ <desc>Contains spell checking-relevant settings.</desc>
</info>
- <prop
- oor:name="IsSpellUpperCase" oor:type="xs:boolean"
- oor:nillable="false">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Specifies whether to include uppercase words in the spellcheck
+ <prop oor:name="IsSpellUpperCase" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Specifies whether to include uppercase words in the spellcheck
process.</desc>
- <label>Spell uppercase words</label>
- </info>
- <value>false</value>
- </prop>
- <prop
- oor:name="IsSpellWithDigits" oor:type="xs:boolean"
- oor:nillable="false">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Specifies whether to check the spelling of words which contain
+ <label>Spell uppercase words</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsSpellWithDigits" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Specifies whether to check the spelling of words which contain
numbers as well as letters.</desc>
- <label>Spell words with digits</label>
- </info>
- <value>false</value>
- </prop>
- <prop
- oor:name="IsSpellCapitalization" oor:type="xs:boolean"
- oor:nillable="false">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Checks the correct use of capitalization.</desc>
- <label>Check capitalization</label>
- </info>
- <value>true</value>
+ <label>Spell words with digits</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsSpellCapitalization" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Checks the correct use of capitalization.</desc>
+ <label>Check capitalization</label>
+ </info>
+ <value>true</value>
</prop>
<prop oor:name="IsSpellAuto" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Checks spelling automatically.</desc>
- <label>Automatic spellchecking</label>
- </info>
- <value>true</value>
- </prop>
- <prop
- oor:name="IsSpellSpecial" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Allows spellchecking in headers, footers, and frames.</desc>
- <label>Check spelljng in special regions</label>
- </info>
- <value>true</value>
- </prop>
- <prop
- oor:name="IsReverseDirection" oor:type="xs:boolean"
- oor:nillable="false">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Advances backwards through the text for spell checking.</desc>
- <label>Reverse direction.</label>
- </info>
- <value>false</value>
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Checks spelling automatically.</desc>
+ <label>Automatic spellchecking</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsSpellSpecial" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Allows spellchecking in headers, footers, and frames.</desc>
+ <label>Check spelljng in special regions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsReverseDirection" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Advances backwards through the text for spell checking.</desc>
+ <label>Reverse direction.</label>
+ </info>
+ <value>false</value>
</prop>
</group>
<group oor:name="GrammarChecking">
@@ -438,9 +396,7 @@
</info>
<value>true</value>
</prop>
- <prop
- oor:name="IsInteractiveCheck" oor:type="xs:boolean"
- oor:nillable="false">
+ <prop oor:name="IsInteractiveCheck" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>determines if grammar is check in the spelling and grammar
dialog.</desc>
@@ -451,99 +407,99 @@
</group>
<group oor:name="Hyphenation">
<info>
- <desc>Contains hyphenation relevant settings.</desc>
+ <desc>Contains hyphenation relevant settings.</desc>
</info>
<prop oor:name="MinLeading" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: HyphMinLeading -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Specifies the minimum number of characters of the hyphenated
+ <!-- OldPath: HyphMinLeading -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Specifies the minimum number of characters of the hyphenated
word required at the end of the line.</desc>
- <label>Characters per syllable before hyphen</label>
- </info>
- <constraints>
- <minInclusive oor:value="2">
- <info>
- <desc>Specifies the minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="9">
- <info>
- <desc>Specifies the maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>2</value>
+ <label>Characters per syllable before hyphen</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="2">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="9">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>2</value>
</prop>
<prop oor:name="MinTrailing" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: HyphMinTrailing -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Specifies the minimum number of characters of the hyphenated
+ <!-- OldPath: HyphMinTrailing -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Specifies the minimum number of characters of the hyphenated
word required at the next line.</desc>
- <label>Characters per syllable after hyphen</label>
- </info>
- <constraints>
- <minInclusive oor:value="2">
- <info>
- <desc>Specifies the minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="9">
- <info>
- <desc>Specifies the maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>2</value>
+ <label>Characters per syllable after hyphen</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="2">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="9">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>2</value>
</prop>
<prop oor:name="MinWordLength" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: HyphMinWordLength -->
- <!-- OldLocation: soffice.ini -->
- <info>
- <desc>Specifies the minimum word length to allow a hyphenation.</desc>
- <label>Minimal word length</label>
- </info>
- <constraints>
- <minInclusive oor:value="2">
- <info>
- <desc>Specifies the minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="9">
- <info>
- <desc>Specifies the maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>5</value>
+ <!-- OldPath: HyphMinWordLength -->
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <desc>Specifies the minimum word length to allow a hyphenation.</desc>
+ <label>Minimal word length</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="2">
+ <info>
+ <desc>Specifies the minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="9">
+ <info>
+ <desc>Specifies the maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>5</value>
</prop>
<prop oor:name="IsHyphSpecial" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: MiscOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Allows hyphenation in headers, footers, and frames.</desc>
- <label>Hyphenate in special regions.</label>
- </info>
- <value>true</value>
+ <!-- OldPath: MiscOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Allows hyphenation in headers, footers, and frames.</desc>
+ <label>Hyphenate in special regions.</label>
+ </info>
+ <value>true</value>
</prop>
<prop oor:name="IsHyphAuto" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: MiscOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc>Allows for automatic insertion of soft hyphens.</desc>
- <label>Automatic hyphention.</label>
- </info>
- <value>false</value>
+ <!-- OldPath: MiscOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <desc>Allows for automatic insertion of soft hyphens.</desc>
+ <label>Automatic hyphention.</label>
+ </info>
+ <value>false</value>
</prop>
</group>
<group oor:name="ServiceManager">
<info>
- <desc>Contains settings for the service manager that are used to
+ <desc>Contains settings for the service manager that are used to
access/configure the usage of the various linguistic service
implementations.</desc>
</info>
@@ -584,9 +540,7 @@
<label>Grammar Checkers</label>
</info>
</set>
- <prop
- oor:name="DataFilesChangedCheckValue" oor:type="xs:int"
- oor:nillable="false">
+ <prop oor:name="DataFilesChangedCheckValue" oor:type="xs:int" oor:nillable="false">
<info>
<desc>Value used to check if the data files of the linguistic have
changed and thus the configuration needs to be updated.</desc>
@@ -595,22 +549,22 @@
<value>-1</value>
</prop>
<group oor:name="SpellCheckerList" oor:extensible="true">
- <info>
- <desc>Contains a list of languages and spell-checking-service entries.
+ <info>
+ <desc>Contains a list of languages and spell-checking-service entries.
Only languages listed will be supported.</desc>
- </info>
+ </info>
</group>
<group oor:name="ThesaurusList" oor:extensible="true">
- <info>
- <desc>Contains a list of languages and thesaurus-service entries.
+ <info>
+ <desc>Contains a list of languages and thesaurus-service entries.
Only languages listed will be supported.</desc>
- </info>
+ </info>
</group>
<group oor:name="HyphenatorList" oor:extensible="true">
- <info>
- <desc>Contains a list of languages and hyphenation-service pairs. Only
+ <info>
+ <desc>Contains a list of languages and hyphenation-service pairs. Only
the languages that are listed are supported.</desc>
- </info>
+ </info>
</group>
<group oor:name="GrammarCheckerList" oor:extensible="true">
<info>
@@ -619,29 +573,29 @@
</info>
</group>
<group oor:name="LastFoundSpellCheckers" oor:extensible="true">
- <info>
- <desc>Contains a list of languages and spell-checking-service entries.
+ <info>
+ <desc>Contains a list of languages and spell-checking-service entries.
The entries represent those languages/spellcheckers that were
available the last time. New languages/spellcheckers (those available
this time but not the last time) will be activated
automatically.</desc>
- </info>
+ </info>
</group>
<group oor:name="LastFoundThesauri" oor:extensible="true">
- <info>
- <desc>Contains a list of languages and thesaurus-service entries. The
+ <info>
+ <desc>Contains a list of languages and thesaurus-service entries. The
entries represent those languages/thesauri that were available the
last time. New languages/thesauri (those available this time but not
the last time) will be activated automatically.</desc>
- </info>
+ </info>
</group>
<group oor:name="LastFoundHyphenators" oor:extensible="true">
- <info>
- <desc>Contains a list of languages and hyphenation-service pairs. The
+ <info>
+ <desc>Contains a list of languages and hyphenation-service pairs. The
entries represent those languages/hyphenators that were available the
last time. New languages/hyphenators (those available this time but
not the last time) will be activated automatically.</desc>
- </info>
+ </info>
</group>
<group oor:name="LastFoundGrammarCheckers" oor:extensible="true">
<info>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Paths.xcs b/officecfg/registry/schema/org/openoffice/Office/Paths.xcs
index 2c138ee59a3e..e34360c94e8c 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Paths.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Paths.xcs
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
@@ -17,73 +17,63 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema oor:name="Paths" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <info>
- <desc>Configuration of layered paths replacing the old path configuration org.openoffice.Office.Common/Path.</desc>
- </info>
-
- <templates>
-
- <group oor:name="MultiPath">
- <info>
- <desc>Describe a path in it's details.</desc>
- </info>
- <prop oor:name="Unused" oor:type="xs:string">
- <info>
- <desc>Because current implementation of configuration sets allow structured types only, these dummy property was inserted.</desc>
- </info>
- </prop>
- </group>
-
- <group oor:name="NamedPath">
- <info>
- <desc>Bind a list of path values to a "path name" e.g. "Template".</desc>
- </info>
- <prop oor:name="IsSinglePath" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Mark a NamedPath as SinglePath (false=MultiPath). Only the property WritePath is used for such single paths then.</desc>
- </info>
- <value>false</value>
- </prop>
- <set oor:name="InternalPaths" oor:node-type="MultiPath">
- <info>
- <desc>Contains path values configured by an administrator or package (not visible for the user).</desc>
- </info>
- </set>
- <prop oor:name="UserPaths" oor:type="oor:string-list">
- <info>
- <desc>Contains all path values configured by the user under "Tools->Options->Paths".</desc>
- </info>
- </prop>
- <prop oor:name="WritePath" oor:type="xs:string">
- <info>
- <desc>Define one path which is used as the writable path only.</desc>
- </info>
- </prop>
- </group>
-
- </templates>
-
- <component>
-
- <set oor:name="Paths" oor:node-type="NamedPath">
- <info>
- <desc>Contains all named paths of the office.</desc>
- </info>
- </set>
-
- <group oor:name="Variables">
- <info>
- <desc>Desktop specific defaults for "$" variables used in Paths</desc>
- </info>
- <prop oor:name="Work" oor:type="xs:string">
- <info>
- <desc>Expanded value of "$work". Must be a valid URL.</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:name="Paths" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Configuration of layered paths replacing the old path configuration org.openoffice.Office.Common/Path.</desc>
+ </info>
+ <templates>
+ <group oor:name="MultiPath">
+ <info>
+ <desc>Describe a path in it's details.</desc>
+ </info>
+ <prop oor:name="Unused" oor:type="xs:string">
+ <info>
+ <desc>Because current implementation of configuration sets allow structured types only, these dummy property was inserted.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="NamedPath">
+ <info>
+ <desc>Bind a list of path values to a "path name" e.g. "Template".</desc>
+ </info>
+ <prop oor:name="IsSinglePath" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Mark a NamedPath as SinglePath (false=MultiPath). Only the property WritePath is used for such single paths then.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <set oor:name="InternalPaths" oor:node-type="MultiPath">
+ <info>
+ <desc>Contains path values configured by an administrator or package (not visible for the user).</desc>
+ </info>
+ </set>
+ <prop oor:name="UserPaths" oor:type="oor:string-list">
+ <info>
+ <desc>Contains all path values configured by the user under "Tools-&gt;Options-&gt;Paths".</desc>
+ </info>
+ </prop>
+ <prop oor:name="WritePath" oor:type="xs:string">
+ <info>
+ <desc>Define one path which is used as the writable path only.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="Paths" oor:node-type="NamedPath">
+ <info>
+ <desc>Contains all named paths of the office.</desc>
+ </info>
+ </set>
+ <group oor:name="Variables">
+ <info>
+ <desc>Desktop specific defaults for "$" variables used in Paths</desc>
+ </info>
+ <prop oor:name="Work" oor:type="xs:string">
+ <info>
+ <desc>Expanded value of "$work". Must be a valid URL.</desc>
+ </info>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs b/officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs
index f07422526df0..4796fcd9602d 100644
--- a/officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs
@@ -16,43 +16,43 @@
* 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 oor:name="ReportDesign" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <info>
- <desc>Contains informatation of report design.</desc>
- </info>
- <component>
- <group oor:name="PropertyBrowser">
- <info>
- <desc>specifies settings for the property browser used for reports and report controls.</desc>
- </info>
- <prop oor:name="DirectHelp" oor:type="xs:boolean">
- <info>
- <desc>Enables or disables a help section at the bottom of the property browser, which shows the help of the currently active property.</desc>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="Extension">
- <info>
- <desc>specifies extension settings for the report designer.</desc>
- </info>
- <prop oor:name="DownloadURL" oor:type="xs:string">
- <info>
- <desc>Direct download URL to the Oracle(tm) Report Builder extension.</desc>
- </info>
- <value>http://extensions.go-oo.org</value>
- </prop>
- <prop oor:name="Name" oor:type="xs:string">
- <info>
- <desc>Name of the extension.</desc>
- </info>
- <value>Oracle(tm) Report Builder</value>
- </prop>
- </group>
- <group oor:name="UserData" oor:extensible="true">
- <info>
- <desc>Denotes an additional field for arbitrary data.</desc>
- </info>
- </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="ReportDesign" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains informatation of report design.</desc>
+ </info>
+ <component>
+ <group oor:name="PropertyBrowser">
+ <info>
+ <desc>specifies settings for the property browser used for reports and report controls.</desc>
+ </info>
+ <prop oor:name="DirectHelp" oor:type="xs:boolean">
+ <info>
+ <desc>Enables or disables a help section at the bottom of the property browser, which shows the help of the currently active property.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Extension">
+ <info>
+ <desc>specifies extension settings for the report designer.</desc>
+ </info>
+ <prop oor:name="DownloadURL" oor:type="xs:string">
+ <info>
+ <desc>Direct download URL to the Oracle(tm) Report Builder extension.</desc>
+ </info>
+ <value>http://extensions.go-oo.org</value>
+ </prop>
+ <prop oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>Name of the extension.</desc>
+ </info>
+ <value>Oracle(tm) Report Builder</value>
+ </prop>
+ </group>
+ <group oor:name="UserData" oor:extensible="true">
+ <info>
+ <desc>Denotes an additional field for arbitrary data.</desc>
+ </info>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs b/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs
index f51e4c89bc64..f12945ad5f7f 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs
@@ -17,26 +17,27 @@
* 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="Scripting" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Contains the various settings needed by the Scripting Framework and its runtimes.</desc>
- </info>
- <templates>
- <group oor:name="RuntimeNode">
- <info>
- <desc>Specifies the runtimes available to the Scriptying Framework.</desc>
- </info>
- <prop oor:name="SupportedFileExtensions" oor:type="oor:string-list">
- <info>
- <desc>Lists the file extensions that are recognized by this runtime.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <set oor:name="ScriptRuntimes" oor:node-type="RuntimeNode">
- <info>
- <desc>Lists the registered Scripting Framework runtimes.</desc>
- </info>
- </set>
- </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="Scripting" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains the various settings needed by the Scripting Framework and its runtimes.</desc>
+ </info>
+ <templates>
+ <group oor:name="RuntimeNode">
+ <info>
+ <desc>Specifies the runtimes available to the Scriptying Framework.</desc>
+ </info>
+ <prop oor:name="SupportedFileExtensions" oor:type="oor:string-list">
+ <info>
+ <desc>Lists the file extensions that are recognized by this runtime.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="ScriptRuntimes" oor:node-type="RuntimeNode">
+ <info>
+ <desc>Lists the registered Scripting Framework runtimes.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs b/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
index ed25ff1b604e..4f652fc9dbb3 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
@@ -17,61 +17,62 @@
* 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="Substitution" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Stores rules for user-defined path variables called SharePoint. These rules are evaluated when a user-defined path variable must be substituted with a real path.</desc>
- </info>
- <templates>
- <group oor:name="SharePointMapping">
- <info>
- <desc>Maps a share point to an existing path or to another share point defined in the Directory property.</desc>
- </info>
- <prop oor:name="Directory" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies a physical directory location that is stored as a valid encoded file URL or with other path variables.</desc>
- </info>
- </prop>
- <group oor:name="Environment">
- <info>
- <desc>Specifies the operating system required for this share point mapping. As a result, system dependent settings can be defined.</desc>
- </info>
- <prop oor:name="OS" oor:type="xs:string">
- <info>
- <desc>Specifies the operating system required for this share point mapping. As a result, system depedent settings can be defined.</desc>
- </info>
- </prop>
- <prop oor:name="Host" oor:type="xs:string">
- <info>
- <desc>Specifies the name of the host for which the Directory property setting is valid. You can use the &apos;*&apos; wildcard for the name.</desc>
- </info>
- </prop>
- <prop oor:name="DNSDomain" oor:type="xs:string">
- <info>
- <desc>Specifies the dns domain for which the Directory property variable is valid. You can use the &apos;*&apos; wildcard for the domain.</desc>
- </info>
- </prop>
- <prop oor:name="YPDomain" oor:type="xs:string">
- <info>
- <desc>Specifies the yellow pages or NIS domain for which the Directory property variable is valid. You can use the &apos;*&apos; wildcard for the name.</desc>
- </info>
- </prop>
- <prop oor:name="NTDomain" oor:type="xs:string">
- <info>
- <desc>Specifies the NT domain for which the Directory property variable is valid. You can use the &apos;*&apos; wildcard for the domain.</desc>
- </info>
- </prop>
- </group>
- </group>
- <set oor:name="SharePoint" oor:node-type="SharePointMapping">
- <info>
- <desc>Specifies the path variable name. The name is case-sensitive and must be defined with ASCII characters. The name is used as a placeholder within path settings and can be substituted during runtime with a path defined in one of the defined mappings.</desc>
- </info>
- </set>
- </templates>
- <component>
- <set oor:name="SharePoints" oor:node-type="SharePoint">
- <info>
- <desc>Specifies a table of SharePoints that are used as path variables (placeholder) within path settings.</desc>
- </info>
- </set>
- </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="Substitution" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Stores rules for user-defined path variables called SharePoint. These rules are evaluated when a user-defined path variable must be substituted with a real path.</desc>
+ </info>
+ <templates>
+ <group oor:name="SharePointMapping">
+ <info>
+ <desc>Maps a share point to an existing path or to another share point defined in the Directory property.</desc>
+ </info>
+ <prop oor:name="Directory" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies a physical directory location that is stored as a valid encoded file URL or with other path variables.</desc>
+ </info>
+ </prop>
+ <group oor:name="Environment">
+ <info>
+ <desc>Specifies the operating system required for this share point mapping. As a result, system dependent settings can be defined.</desc>
+ </info>
+ <prop oor:name="OS" oor:type="xs:string">
+ <info>
+ <desc>Specifies the operating system required for this share point mapping. As a result, system depedent settings can be defined.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Host" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the host for which the Directory property setting is valid. You can use the '*' wildcard for the name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="DNSDomain" oor:type="xs:string">
+ <info>
+ <desc>Specifies the dns domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc>
+ </info>
+ </prop>
+ <prop oor:name="YPDomain" oor:type="xs:string">
+ <info>
+ <desc>Specifies the yellow pages or NIS domain for which the Directory property variable is valid. You can use the '*' wildcard for the name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="NTDomain" oor:type="xs:string">
+ <info>
+ <desc>Specifies the NT domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <set oor:name="SharePoint" oor:node-type="SharePointMapping">
+ <info>
+ <desc>Specifies the path variable name. The name is case-sensitive and must be defined with ASCII characters. The name is used as a placeholder within path settings and can be substituted during runtime with a path defined in one of the defined mappings.</desc>
+ </info>
+ </set>
+ </templates>
+ <component>
+ <set oor:name="SharePoints" oor:node-type="SharePoint">
+ <info>
+ <desc>Specifies a table of SharePoints that are used as path variables (placeholder) within path settings.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs b/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs
index 0e0bb1d71406..9fe359ed6023 100644
--- a/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs
@@ -17,102 +17,102 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema oor:name="TableWizard" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <info>
- <desc>Contains the configuration schema for the table wizard</desc>
- </info>
- <templates>
- <group oor:name="TWizField">
- <info>
- <desc>Information on the database field properties</desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>the index of the field (start at 0, must be field-unique)</desc>
- </info>
- </prop>
- <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
- <info>
- <desc>the name of the database field. ONLY ASCII CHARACTERS</desc>
- </info>
- </prop>
- <prop oor:localized="true" oor:name="ShortName" oor:type="xs:string">
- <info>
- <desc>the name of the database field. ONLY ASCII AND MAXIMUM 10 CHARACTERS</desc>
- </info>
- </prop>
- <prop oor:name="Type" oor:type="xs:int">
- <info>
- <desc>the type of the database field.</desc>
- </info>
- </prop>
- <prop oor:name="PrimaryKey" oor:type="xs:boolean">
- <info>
- <desc>indicates whether the database field is a primary key or not.</desc>
- </info>
- </prop>
- <prop oor:name="DefaultValue" oor:type="xs:boolean">
- <info>
- <desc>defines the default value of the database field.</desc>
- </info>
- </prop>
- <prop oor:name="Precision" oor:type="xs:int">
- <info>
- <desc>defines the number of decimal digits of the database field.</desc>
- </info>
- </prop>
- <prop oor:name="Scale" oor:type="xs:int">
- <info>
- <desc>defines the number of decimal digits to right of the decimal point of the database field.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="TWizTable">
- <info>
- <desc>Information on the tables of the table wizard</desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>the index of the table (start at 0, must be table-unique)</desc>
- </info>
- </prop>
- <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
- <info>
- <desc>the name of the database table. ONLY ASCII CHARACTERS</desc>
- </info>
- </prop>
- <set oor:name="Fields" oor:node-type="TWizField">
- <info>
- <desc> the fields in this table </desc>
- </info>
- </set>
- </group>
- <group oor:name="TWizCategory">
- <info>
- <desc>Information on the categries of the table wizard</desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>the index of the category (start at 0, must be category-unique)</desc>
- </info>
- </prop>
- <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
- <info>
- <desc>the name of the database field.</desc>
- </info>
- </prop>
- <set oor:name="Tables" oor:node-type="TWizTable">
- <info>
- <desc> the tables in this category </desc>
- </info>
- </set>
- </group>
- </templates>
- <component>
- <set oor:name="TableWizard" oor:node-type="TWizCategory">
- <info>
- <desc>the set of categories.</desc>
- </info>
- </set>
- </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="TableWizard" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains the configuration schema for the table wizard</desc>
+ </info>
+ <templates>
+ <group oor:name="TWizField">
+ <info>
+ <desc>Information on the database field properties</desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>the index of the field (start at 0, must be field-unique)</desc>
+ </info>
+ </prop>
+ <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>the name of the database field. ONLY ASCII CHARACTERS</desc>
+ </info>
+ </prop>
+ <prop oor:localized="true" oor:name="ShortName" oor:type="xs:string">
+ <info>
+ <desc>the name of the database field. ONLY ASCII AND MAXIMUM 10 CHARACTERS</desc>
+ </info>
+ </prop>
+ <prop oor:name="Type" oor:type="xs:int">
+ <info>
+ <desc>the type of the database field.</desc>
+ </info>
+ </prop>
+ <prop oor:name="PrimaryKey" oor:type="xs:boolean">
+ <info>
+ <desc>indicates whether the database field is a primary key or not.</desc>
+ </info>
+ </prop>
+ <prop oor:name="DefaultValue" oor:type="xs:boolean">
+ <info>
+ <desc>defines the default value of the database field.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Precision" oor:type="xs:int">
+ <info>
+ <desc>defines the number of decimal digits of the database field.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Scale" oor:type="xs:int">
+ <info>
+ <desc>defines the number of decimal digits to right of the decimal point of the database field.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="TWizTable">
+ <info>
+ <desc>Information on the tables of the table wizard</desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>the index of the table (start at 0, must be table-unique)</desc>
+ </info>
+ </prop>
+ <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>the name of the database table. ONLY ASCII CHARACTERS</desc>
+ </info>
+ </prop>
+ <set oor:name="Fields" oor:node-type="TWizField">
+ <info>
+ <desc> the fields in this table </desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="TWizCategory">
+ <info>
+ <desc>Information on the categries of the table wizard</desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>the index of the category (start at 0, must be category-unique)</desc>
+ </info>
+ </prop>
+ <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>the name of the database field.</desc>
+ </info>
+ </prop>
+ <set oor:name="Tables" oor:node-type="TWizTable">
+ <info>
+ <desc> the tables in this category </desc>
+ </info>
+ </set>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="TableWizard" oor:node-type="TWizCategory">
+ <info>
+ <desc>the set of categories.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs b/officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs
index adf07ab929a7..46688a2218e4 100644
--- a/officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs
@@ -17,125 +17,126 @@
* 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="TypeDetection" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Contains common content types, filters, deep detection services, as well as the frame loader and the content handler for Office.</desc>
- </info>
- <templates>
- <group oor:name="Type">
- <info>
- <desc>Lists the types that represent common content formats in Office.</desc>
- </info>
- <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Displays a localized type on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
- </info>
- </prop>
- <prop oor:name="Data" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Contains configuration items of the type. Items are separated by using &quot;,&quot;, list items are separated by&quot;;&quot;. Sequence of items: Preferred,MediaType,ClipboardFormat,URLPattern,Extensions,DocumentIconID.</desc>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="Filter">
- <info>
- <desc>Lists filters that can import or export content.</desc>
- </info>
- <prop oor:name="Installed" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Enables or disables filter with the setup utility.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Displays the localized filter on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
- </info>
- </prop>
- <prop oor:name="Data" oor:type="xs:string">
- <info>
- <desc>Contains configuration items of the filter. Items are separated by &quot;,&quot;, list items are separated by &quot;;&quot;. Sequence of items: Order,Type,DocumentService,FilterService,Flags,UserData,FilteFormatVersion,TemplateName,UIComponent.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="DetectService">
- <info>
- <desc>Improves the type detection. UNO services access stored content to determine type.</desc>
- </info>
- <prop oor:name="Types" oor:type="oor:string-list">
- <info>
- <desc>Lists internal type names that can be recognized by this service.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="ContentHandler">
- <info>
- <desc>Loads &quot;non visible&quot; content, such as sounds.</desc>
- </info>
- <prop oor:name="Types" oor:type="oor:string-list">
- <info>
- <desc>Lists internal type names that can be recognized by this service.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="FrameLoader">
- <info>
- <desc>Loads &quot;visible content&quot; into a frame.</desc>
- </info>
- <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Displays the localized loader on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
- </info>
- </prop>
- <prop oor:name="Types" oor:type="oor:string-list">
- <info>
- <desc>Lists internal type names that can be recognized by this service.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <set oor:name="Types" oor:node-type="Type">
- <info>
- <desc>Lists the registered content types.</desc>
- </info>
- </set>
- <set oor:name="Filters" oor:node-type="Filter">
- <info>
- <desc>Lists the registered office filters.</desc>
- </info>
- </set>
- <set oor:name="DetectServices" oor:node-type="DetectService">
- <info>
- <desc>Lists the registered deep detection services.</desc>
- </info>
- </set>
- <set oor:name="ContentHandlers" oor:node-type="ContentHandler">
- <info>
- <desc>Lists the registered content handler services.</desc>
- </info>
- </set>
- <set oor:name="FrameLoaders" oor:node-type="FrameLoader">
- <info>
- <desc>Lists the registered frame loader services.</desc>
- </info>
- </set>
- <group oor:name="Defaults">
- <info>
- <desc>Contains default objects that are used if no specialized service was registered.</desc>
- </info>
- <prop oor:name="FrameLoader" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the default frame loader.</desc>
- </info>
- <value>com.sun.star.comp.office.FrameLoader</value>
- </prop>
- <prop oor:name="ShowAlienFilterWarning" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Displays a warning when a user tries to set a third-party filter as the default filter in &quot;Tools - Options&quot;.</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="TypeDetection" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains common content types, filters, deep detection services, as well as the frame loader and the content handler for Office.</desc>
+ </info>
+ <templates>
+ <group oor:name="Type">
+ <info>
+ <desc>Lists the types that represent common content formats in Office.</desc>
+ </info>
+ <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Displays a localized type on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Data" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains configuration items of the type. Items are separated by using ",", list items are separated by";". Sequence of items: Preferred,MediaType,ClipboardFormat,URLPattern,Extensions,DocumentIconID.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Filter">
+ <info>
+ <desc>Lists filters that can import or export content.</desc>
+ </info>
+ <prop oor:name="Installed" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Enables or disables filter with the setup utility.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Displays the localized filter on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Data" oor:type="xs:string">
+ <info>
+ <desc>Contains configuration items of the filter. Items are separated by ",", list items are separated by ";". Sequence of items: Order,Type,DocumentService,FilterService,Flags,UserData,FilteFormatVersion,TemplateName,UIComponent.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="DetectService">
+ <info>
+ <desc>Improves the type detection. UNO services access stored content to determine type.</desc>
+ </info>
+ <prop oor:name="Types" oor:type="oor:string-list">
+ <info>
+ <desc>Lists internal type names that can be recognized by this service.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="ContentHandler">
+ <info>
+ <desc>Loads "non visible" content, such as sounds.</desc>
+ </info>
+ <prop oor:name="Types" oor:type="oor:string-list">
+ <info>
+ <desc>Lists internal type names that can be recognized by this service.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="FrameLoader">
+ <info>
+ <desc>Loads "visible content" into a frame.</desc>
+ </info>
+ <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Displays the localized loader on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Types" oor:type="oor:string-list">
+ <info>
+ <desc>Lists internal type names that can be recognized by this service.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="Types" oor:node-type="Type">
+ <info>
+ <desc>Lists the registered content types.</desc>
+ </info>
+ </set>
+ <set oor:name="Filters" oor:node-type="Filter">
+ <info>
+ <desc>Lists the registered office filters.</desc>
+ </info>
+ </set>
+ <set oor:name="DetectServices" oor:node-type="DetectService">
+ <info>
+ <desc>Lists the registered deep detection services.</desc>
+ </info>
+ </set>
+ <set oor:name="ContentHandlers" oor:node-type="ContentHandler">
+ <info>
+ <desc>Lists the registered content handler services.</desc>
+ </info>
+ </set>
+ <set oor:name="FrameLoaders" oor:node-type="FrameLoader">
+ <info>
+ <desc>Lists the registered frame loader services.</desc>
+ </info>
+ </set>
+ <group oor:name="Defaults">
+ <info>
+ <desc>Contains default objects that are used if no specialized service was registered.</desc>
+ </info>
+ <prop oor:name="FrameLoader" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default frame loader.</desc>
+ </info>
+ <value>com.sun.star.comp.office.FrameLoader</value>
+ </prop>
+ <prop oor:name="ShowAlienFilterWarning" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Displays a warning when a user tries to set a third-party filter as the default filter in "Tools - Options".</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Views.xcs b/officecfg/registry/schema/org/openoffice/Office/Views.xcs
index a3468c371d67..63524a1d3815 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Views.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Views.xcs
@@ -17,101 +17,102 @@
* 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="Views" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Contains persistent information about opened dialogs, windows, tab pages, and so on.</desc>
- </info>
- <templates>
- <group oor:name="DialogType">
- <info>
- <desc>Contains the persistent data for a general office dialog.</desc>
- </info>
- <prop oor:name="WindowState" oor:type="xs:string">
- <info>
- <desc>Includes information (position,size, and states) about the used vcl window.</desc>
- </info>
- </prop>
- <group oor:name="UserData" oor:extensible="true">
- <info>
- <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
- </info>
- </group>
- </group>
- <group oor:name="TabDialogType">
- <info>
- <desc>Contains the persistent data for a special tab dialog.</desc>
- </info>
- <prop oor:name="WindowState" oor:type="xs:string">
- <info>
- <desc>Includes information (position,size, and states) about the used vcl window.</desc>
- </info>
- </prop>
- <prop oor:name="PageID" oor:type="xs:int">
- <info>
- <desc>Represents the number of an active tab page inside a dialog.</desc>
- </info>
- </prop>
- <group oor:name="UserData" oor:extensible="true">
- <info>
- <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
- </info>
- </group>
- </group>
- <group oor:name="TabPageType">
- <info>
- <desc>Contains the persistent data for a tab page.</desc>
- </info>
- <prop oor:name="WindowState" oor:type="xs:string">
- <info>
- <desc>Includes information (position,size, and states) about the used vcl window.</desc>
- </info>
- </prop>
- <group oor:name="UserData" oor:extensible="true">
- <info>
- <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
- </info>
- </group>
- </group>
- <group oor:name="WindowType">
- <info>
- <desc>Contains the persistent data for a general office window.</desc>
- </info>
- <prop oor:name="WindowState" oor:type="xs:string">
- <info>
- <desc>Includes information (position,size, and states) about the used vcl window.</desc>
- </info>
- </prop>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <info>
- <desc>Makes window visible.</desc>
- </info>
- </prop>
- <group oor:name="UserData" oor:extensible="true">
- <info>
- <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
- </info>
- </group>
- </group>
- </templates>
- <component>
- <set oor:name="Dialogs" oor:node-type="DialogType">
- <info>
- <desc>Lists persistent dialog states.</desc>
- </info>
- </set>
- <set oor:name="TabDialogs" oor:node-type="TabDialogType">
- <info>
- <desc>Lists persistent tab dialog states.</desc>
- </info>
- </set>
- <set oor:name="TabPages" oor:node-type="TabPageType">
- <info>
- <desc>Lists persistent tab page states.</desc>
- </info>
- </set>
- <set oor:name="Windows" oor:node-type="WindowType">
- <info>
- <desc>Lists persistent window states.</desc>
- </info>
- </set>
- </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="Views" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains persistent information about opened dialogs, windows, tab pages, and so on.</desc>
+ </info>
+ <templates>
+ <group oor:name="DialogType">
+ <info>
+ <desc>Contains the persistent data for a general office dialog.</desc>
+ </info>
+ <prop oor:name="WindowState" oor:type="xs:string">
+ <info>
+ <desc>Includes information (position,size, and states) about the used vcl window.</desc>
+ </info>
+ </prop>
+ <group oor:name="UserData" oor:extensible="true">
+ <info>
+ <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
+ </info>
+ </group>
+ </group>
+ <group oor:name="TabDialogType">
+ <info>
+ <desc>Contains the persistent data for a special tab dialog.</desc>
+ </info>
+ <prop oor:name="WindowState" oor:type="xs:string">
+ <info>
+ <desc>Includes information (position,size, and states) about the used vcl window.</desc>
+ </info>
+ </prop>
+ <prop oor:name="PageID" oor:type="xs:int">
+ <info>
+ <desc>Represents the number of an active tab page inside a dialog.</desc>
+ </info>
+ </prop>
+ <group oor:name="UserData" oor:extensible="true">
+ <info>
+ <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
+ </info>
+ </group>
+ </group>
+ <group oor:name="TabPageType">
+ <info>
+ <desc>Contains the persistent data for a tab page.</desc>
+ </info>
+ <prop oor:name="WindowState" oor:type="xs:string">
+ <info>
+ <desc>Includes information (position,size, and states) about the used vcl window.</desc>
+ </info>
+ </prop>
+ <group oor:name="UserData" oor:extensible="true">
+ <info>
+ <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
+ </info>
+ </group>
+ </group>
+ <group oor:name="WindowType">
+ <info>
+ <desc>Contains the persistent data for a general office window.</desc>
+ </info>
+ <prop oor:name="WindowState" oor:type="xs:string">
+ <info>
+ <desc>Includes information (position,size, and states) about the used vcl window.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <info>
+ <desc>Makes window visible.</desc>
+ </info>
+ </prop>
+ <group oor:name="UserData" oor:extensible="true">
+ <info>
+ <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
+ </info>
+ </group>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="Dialogs" oor:node-type="DialogType">
+ <info>
+ <desc>Lists persistent dialog states.</desc>
+ </info>
+ </set>
+ <set oor:name="TabDialogs" oor:node-type="TabDialogType">
+ <info>
+ <desc>Lists persistent tab dialog states.</desc>
+ </info>
+ </set>
+ <set oor:name="TabPages" oor:node-type="TabPageType">
+ <info>
+ <desc>Lists persistent tab page states.</desc>
+ </info>
+ </set>
+ <set oor:name="Windows" oor:node-type="WindowType">
+ <info>
+ <desc>Lists persistent window states.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>