CD Contains general structures used to integrate external components into the Office user interface. 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. 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 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. An 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 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 a external bitmap file used for menu images and/or small toolbox buttons. Standard size of an small image is 16x16 pixel. A file URL to address a external bitmap file used for big toolbox buttons. Standard size of an big image is 26x26 pixel. 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. 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. 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 merge toolbar instructions defined by an Add-On which specify how to merge toolbar 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 provide 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 provide 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 functions inserted into the Office help menu. The optional property 'Submeno' will be ignored for this set.