Contains general structures used to integrate external components into the Office user interface. Describes a menu 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. A command URL which represents the function to execute. A localized string used to as the menu item title. A private URL used to reference an optional internal menu image. Example: private:image/3216 addresses the internal Office image with id=3216. 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. 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. An optional set to allow sub menus. 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. A localized string used to as the menu title. 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. An optional set to allow sub menus. This property cannot be used for toolbar item definitions. 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. A command path describe the reference point for the merge command. A command to be processed for this merge menu instruction. Optional parameters for a merge command. Interpretation depends on the individual command. A fallback command to be used if MergeCommand cannot be applied. A property to define the context of this merge instruction. It can be empty or a colon separated list of the supported application modules. Defines the menu item(s) to be merged into the menu bar. 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. Defines the toolbar resource URL. Describes the command that should be used as a reference point for the merge command. A command to be processed for this merge menu instruction. Optional parameters for a merge command. Interpretation depends on the individual command. A fallback command to be used if MergeCommand cannot be applied. A property to define the context of this merge instruction. It can be empty or a colon separated list of the supported application modules. Contains a list of toolbar items used by an Add-On. Describes a 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. A command URL which represents the function to execute. A localized string used to as the menu item title. A private URL used to reference an optional internal menu image. Example: private:image/3216 addresses the internal Office image with id=3216. 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. A property to define the context of a toolbar item. It can be empty or a colon separated list of the supported application modules. A property to define the control type of the toolbar item. It will be interpreted as OpenOffice.org default toggle button. 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) Describes a merge status bar 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 merge instruction describes how the attached status bar items should be merged into the Office status bar. Describes the command that should be used as a reference point for the merge command. A command to be processed for this merge instruction. Optional parameters for a merge command. Interpretation depends on the individual command. A fallback command to be used if MergeCommand cannot be applied. A property to define the context of this merge instruction. It can be empty or a colon separated list of the supported application modules. Contains a list of status bar items used by an Add-On. Describes a status bar 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. A property to define the context of a status bar item. It can be empty or a colon separated list of the supported application modules. A command URL which represents the function to execute. A localized string used as the status bar item label. The alignment of the status bar item. The status bar control is aligned to the left The status bar control is aligned in the center The status bar control is aligned to the right left Specifies whether the size of the status bar item is fixed (false) or not (true). false Specifies whether the contents of the status bar item are drawn by the client (true) or by the internal implementation (false). false Specifies whether the element can be hidden (false) or not (true) if status bar width is not sufficient to fit all elements. true A property to define the size of a status bar item. 0 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. Defines the notebookbar interface. Describes the command that should be used as a reference point for the merge command. A command to be processed for this merge menu instruction. Optional parameters for a merge command. Interpretation depends on the individual command. A fallback command to be used if MergeCommand cannot be applied. A property to define the context of this merge instruction. It can be empty or a colon separated list of the supported application modules. Contains a list of notebookbar items used by an Add-On. Describes a 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. A command URL which represents the function to execute. A localized string used to as the menu item title. A private URL used to reference an optional internal menu image. Example: private:image/3216 addresses the internal Office image with id=3216. 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. A property to define the context of a notebookbar item. It can be empty or a colon separated list of the supported application modules. A property to define the control type of the notebookbar item. It will be interpreted as OpenOffice.org default toggle button. 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) A property to define the style of item in a notebookbar (e.g text, icon, text + icon) 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. Binary bitmap data used for menu images and small toolbox buttons. Standard size of a small image is 16x16 pixel. Binary bitmap data used for big toolbox buttons. Standard size of a big image is 26x26 pixel. Binary bitmap data used for high contrast displays. Standard size of a small image is 16x16 pixel. Binary bitmap data used for high contrast displays. Standard size of a big image is 26x26 pixel. A file URL to address an external bitmap file used for menu images and/or small toolbox buttons. Standard size of a small image is 16x16 pixel. A file URL to address an external bitmap file used for big toolbox buttons. Standard size of a big image is 26x26 pixel. A file URL to address an external bitmap file used for high contrast menu images and/or toolbox buttons. Standard size of a small image is 16x16 pixel. A file URL to address an external bitmap file used for big high contrast toolbox buttons. Standard size of a big image is 26x26 pixel. A group that associates images to a command URL The command URL that is bound to the defined images. An user-defined images group. Contains a list of toolbar items used by an Add-On. Contains a list of merge menu instructions defined by an Add-On which specify how to merge menu items into the Office menubar. Contains a list of notebookbar items used by an Add-On. Contains a list of merge toolbar instructions defined by an Add-On which specify how to merge toolbar items into an existing toolbar. Contains a list of merge status bar instructions defined by an Add-On which specify how to merge status bar items into an existing status bar. Contains a list of merge notebookbar instructions defined by an Add-On which specify how to merge notebookbar items into an existing toolbar. Contains information about the structure of addon user interface. Contains the structure of the addon menu used by the Office. It provides functions of external components to the user. Contains the structure for user-defined images which can be used by menu items and toolbar buttons. Contains the structure of addon popup-menus inserted into the Office menubar. It provides functions of external components to the user. Contains a list of menu merging instructions of different add-ons. Contains a list of sets of toolbar items that are part of add-on toolbars. Contains a list of toolbar merging instructions of different add-ons. Contains a list of status bar merging instructions of different add-ons. Contains a list of functions inserted into the Office help menu. The optional property 'Submenu' will be ignored for this set. Contains a list of sets of notebookbar items that are part of add-on notebookbar. Contains a list of notebookbar merging instructions of different add-ons.