From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- .../org/openoffice/Office/UI/BaseWindowState.xcs | 39 +++ .../org/openoffice/Office/UI/BasicIDECommands.xcs | 44 ++++ .../openoffice/Office/UI/BasicIDEWindowState.xcs | 39 +++ .../openoffice/Office/UI/BibliographyCommands.xcs | 44 ++++ .../Office/UI/BibliographyWindowState.xcs | 39 +++ .../org/openoffice/Office/UI/CalcCommands.xcs | 44 ++++ .../org/openoffice/Office/UI/CalcWindowState.xcs | 39 +++ .../schema/org/openoffice/Office/UI/Category.xcs | 37 +++ .../org/openoffice/Office/UI/ChartCommands.xcs | 44 ++++ .../org/openoffice/Office/UI/ChartWindowState.xcs | 39 +++ .../schema/org/openoffice/Office/UI/Commands.xcs | 74 ++++++ .../schema/org/openoffice/Office/UI/Controller.xcs | 74 ++++++ .../openoffice/Office/UI/DbBrowserWindowState.xcs | 39 +++ .../openoffice/Office/UI/DbQueryWindowState.xcs | 39 +++ .../openoffice/Office/UI/DbRelationWindowState.xcs | 39 +++ .../openoffice/Office/UI/DbReportWindowState.xcs | 38 +++ .../Office/UI/DbTableDataWindowState.xcs | 39 +++ .../openoffice/Office/UI/DbTableWindowState.xcs | 39 +++ .../org/openoffice/Office/UI/DbuCommands.xcs | 44 ++++ .../openoffice/Office/UI/DrawImpressCommands.xcs | 44 ++++ .../org/openoffice/Office/UI/DrawWindowState.xcs | 39 +++ .../schema/org/openoffice/Office/UI/Effects.xcs | 148 +++++++++++ .../schema/org/openoffice/Office/UI/Factories.xcs | 63 +++++ .../org/openoffice/Office/UI/GenericCategories.xcs | 39 +++ .../org/openoffice/Office/UI/GenericCommands.xcs | 44 ++++ .../org/openoffice/Office/UI/GlobalSettings.xcs | 68 +++++ .../openoffice/Office/UI/ImpressWindowState.xcs | 39 +++ .../schema/org/openoffice/Office/UI/Infobar.xcs | 53 ++++ .../org/openoffice/Office/UI/MathCommands.xcs | 44 ++++ .../org/openoffice/Office/UI/MathWindowState.xcs | 39 +++ .../org/openoffice/Office/UI/ReportCommands.xcs | 43 ++++ .../schema/org/openoffice/Office/UI/Sidebar.xcs | 276 +++++++++++++++++++++ .../openoffice/Office/UI/StartModuleCommands.xcs | 44 ++++ .../Office/UI/StartModuleWindowState.xcs | 39 +++ .../org/openoffice/Office/UI/ToolbarMode.xcs | 138 +++++++++++ .../Office/UI/WindowContentFactories.xcs | 63 +++++ .../org/openoffice/Office/UI/WindowState.xcs | 132 ++++++++++ .../org/openoffice/Office/UI/WriterCommands.xcs | 44 ++++ .../openoffice/Office/UI/WriterFormWindowState.xcs | 39 +++ .../Office/UI/WriterGlobalWindowState.xcs | 39 +++ .../Office/UI/WriterReportWindowState.xcs | 39 +++ .../openoffice/Office/UI/WriterWebWindowState.xcs | 39 +++ .../org/openoffice/Office/UI/WriterWindowState.xcs | 39 +++ .../org/openoffice/Office/UI/XFormsWindowState.xcs | 39 +++ 44 files changed, 2466 insertions(+) create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/BaseWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/BasicIDECommands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/BasicIDEWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/BibliographyWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/CalcCommands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/CalcWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/Category.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/ChartCommands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/ChartWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/Controller.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/DbBrowserWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/DbQueryWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/DbRelationWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/DbReportWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/DbTableDataWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/DbTableWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/DrawImpressCommands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/DrawWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/Factories.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/GenericCategories.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/GenericCommands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/GlobalSettings.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/ImpressWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/MathCommands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/MathWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/ReportCommands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/StartModuleCommands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/StartModuleWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/ToolbarMode.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/WindowContentFactories.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/WriterCommands.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/WriterFormWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/WriterGlobalWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/WriterReportWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/WriterWebWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/WriterWindowState.xcs create mode 100644 officecfg/registry/schema/org/openoffice/Office/UI/XFormsWindowState.xcs (limited to 'officecfg/registry/schema/org/openoffice/Office/UI') diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/BaseWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/BaseWindowState.xcs new file mode 100644 index 000000000..a7d946dbf --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/BaseWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the database module. + + + + + + + + Contains user interface element state data specific for the database module." + + + + Contains states of all known dockable user interface elements of the database module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDECommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDECommands.xcs new file mode 100644 index 000000000..70f765204 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDECommands.xcs @@ -0,0 +1,44 @@ + + + + + + Contains general information about ~ and rules, and about actions based on office commands. + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains label text for Office commands and identifiers that are used by the user interface." + + + + + Contains label text for popup menus identifiers that are used by the user interface." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDEWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDEWindowState.xcs new file mode 100644 index 000000000..5fab07525 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/BasicIDEWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the Basic IDE module. + + + + + + + + Contains user interface element state data specific for the Basic IDE module." + + + + Contains states of all known dockable user interface elements of the Basic IDE module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs new file mode 100644 index 000000000..ea48be7df --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs @@ -0,0 +1,44 @@ + + + + + + Contains general information about ~ and rules, and about actions based on office commands. + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains label text for Office commands and identifiers that are used by the user interface." + + + + + Contains label text for popup menus identifiers that are used by the user interface." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyWindowState.xcs new file mode 100644 index 000000000..f0fa50117 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the Bibliography module. + + + + + + + + Contains user interface element state data specific for the Bibliography module." + + + + Contains states of all known dockable user interface elements of the Bibliography module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/CalcCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/CalcCommands.xcs new file mode 100644 index 000000000..627934015 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/CalcCommands.xcs @@ -0,0 +1,44 @@ + + + + + + Contains general information about ~ and rules, and about actions based on office commands. + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains label text for Office commands and identifiers that are used by the user interface." + + + + + Contains label text for popup menus identifiers that are used by the user interface." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/CalcWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/CalcWindowState.xcs new file mode 100644 index 000000000..e2d5843ec --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/CalcWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the Writer text module. + + + + + + + + Contains user interface element state data specific for the Calc module." + + + + Contains states of all known dockable user interface elements of the Calc module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Category.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Category.xcs new file mode 100644 index 000000000..8b49857ec --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Category.xcs @@ -0,0 +1,37 @@ + + + + + + Contains general information about command categories. + + + + + Provides a mapping between a category ID and its textual representation. + + + + A localized name which describes the command category. + + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/ChartCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/ChartCommands.xcs new file mode 100644 index 000000000..b2075a78c --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/ChartCommands.xcs @@ -0,0 +1,44 @@ + + + + + + Contains general information about ~ and rules, and about actions based on office commands. + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains label text for Office commands and identifiers that are used by the user interface." + + + + + Contains label text for popup menus identifiers that are used by the user interface." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/ChartWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/ChartWindowState.xcs new file mode 100644 index 000000000..e3da97449 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/ChartWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the chart module. + + + + + + + + Contains user interface element state data specific for the chart module. + + + + Contains states of all known dockable user interface elements of the chart module. + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs new file mode 100644 index 000000000..d0f13beea --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs @@ -0,0 +1,74 @@ + + + + + + Contains general information about ~ and rules, and about actions based on office commands. + + + + + Provides a mapping between commands and their textual representation on the user interface. + + + + A localized text that describes the command. Will be used instead of ContextLabel, PopupLabel and TooltipLabel if those are not specified. + + + + + Used in Menus and also in popup menus if PopupLabel is not specified. + + + + + Used in popup menus to give commands a different label than in the main menu. + + + + + Used for Tooltips (Toolbar and Glade Widgets that have their 'action_name' specified.). Defaults to PopupLabel, then Label if empty. + + + + + The actual command to use for everything except label/icon, typically when the main command doesn't map to a valid application slot. + + + + + If set to "true", this command is available only when Experimental features are activated. + + + + + + Additional information about a single command (a sum (bitwise OR) of following bits). + Bit 0 (1) = Command has an image. + Bit 1 (2) = Image must be mirrored (CTL/vertical text). + Bit 2 (4) = Image must be rotated (CTL/vertical text). + Bit 3 (8) = Command supports a toggle state (Accessibility). + + + 0 + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Controller.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Controller.xcs new file mode 100644 index 000000000..73d1550a8 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Controller.xcs @@ -0,0 +1,74 @@ + + + + + + Contains implementation of popup menu controllers. + + + + + Describes a controller implementation. + + + + Specifies the command name which the controller is bound to. + + + + + Specifies the model that the controller is associated with. An empty string matches every module. + + + + + Specifies the UNO service to use for the specified tuple Command and Module + + + + + Specifies a controller specific value which is provided to every controller instance during initialization. + + + + + + + + + Contains all registered controllers for user interface elements. + + + + Contains UNO component implementation names that implement popup menu controller which are bound to a command and module name. + + + + + Contains UNO component implementation names that implement toolbar controller which are bound to a command and module name. + + + + + Contains UNO component implementation names that implement status bar controller which are bound to a command and module name. + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/DbBrowserWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/DbBrowserWindowState.xcs new file mode 100644 index 000000000..ccfff85b9 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/DbBrowserWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the database browser module. + + + + + + + + Contains user interface element state data specific for the data source browser module." + + + + Contains states of all known dockable user interface elements of the data source browser module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/DbQueryWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/DbQueryWindowState.xcs new file mode 100644 index 000000000..a6ef85b90 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/DbQueryWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the database query module. + + + + + + + + Contains user interface element state data specific for the database query module." + + + + Contains states of all known dockable user interface elements of the database query module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/DbRelationWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/DbRelationWindowState.xcs new file mode 100644 index 000000000..72ec3c6bb --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/DbRelationWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the database relation module. + + + + + + + + Contains user interface element state data specific for the database relation module." + + + + Contains states of all known dockable user interface elements of the database relation module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/DbReportWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/DbReportWindowState.xcs new file mode 100644 index 000000000..28aa8d640 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/DbReportWindowState.xcs @@ -0,0 +1,38 @@ + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the database report module. + + + + + + + + Contains user interface element state data specific for the database report module." + + + + Contains states of all known dockable user interface elements of the report module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/DbTableDataWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/DbTableDataWindowState.xcs new file mode 100644 index 000000000..7d5d88b96 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/DbTableDataWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the database browser module. + + + + + + + + Contains user interface element state data specific for the data source browser module." + + + + Contains states of all known dockable user interface elements of the data source browser module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/DbTableWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/DbTableWindowState.xcs new file mode 100644 index 000000000..e9a101395 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/DbTableWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the database table module. + + + + + + + + Contains user interface element state data specific for the database table module." + + + + Contains states of all known dockable user interface elements of the database table module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs new file mode 100644 index 000000000..7008dfbd6 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/DbuCommands.xcs @@ -0,0 +1,44 @@ + + + + + + Contains general information and about actions based on office commands. + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains label text for Office commands and identifiers that are used by the user interface." + + + + + Contains label text for popup menus identifiers that are used by the user interface." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/DrawImpressCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/DrawImpressCommands.xcs new file mode 100644 index 000000000..900ab5a34 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/DrawImpressCommands.xcs @@ -0,0 +1,44 @@ + + + + + + Contains general information about ~ and rules, and about actions based on office commands. + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains label text for Office commands and identifiers that are used by the user interface." + + + + + Contains label text for popup menus identifiers that are used by the user interface." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/DrawWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/DrawWindowState.xcs new file mode 100644 index 000000000..2db3244a5 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/DrawWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the Draw module. + + + + + + + + Contains user interface element state data specific for the Draw module." + + + + Contains states of all known dockable user interface elements of the Draw module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs new file mode 100644 index 000000000..d57104e3d --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs @@ -0,0 +1,148 @@ + + + + + + Contains strings to localize animation effects. + + + + + Provides a mapping between effect preset ids and their textual representation on the user interface. + + + + A localized text that describes the animation effect. + + + + + + Provides a mapping between transition ids and their hierarchical representation on the user interface. + + + + A localized text that describes the set of similar looking transitions the transition belongs to. + + + + + A localized text that identifies the variant inside a set of similar looking transitions the transition belongs to. + + + + + + Provides a mapping between transition sets and their textual representation on the user interface. + + + + A localized text that describes the animation effect. + + + + + A localized text that describes the top-level group of transitions the transition belongs to. + + + + + + Maps an animation effect node to an effect category. + + + + A localized text that names the preset category. + + + + + A list of custom effect node names + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains preset ids for effects and identifiers that are used by the user interface." + + + + + Contains transition grouping ids for transitions and identifiers that are used by the user interface." + + + + + Contains transition set ids for transitions and identifiers that are used by the user interface." + + + + + Contains transition variants ids for transitions and identifiers that are used by the user interface." + + + + + Contains transition ids for transitions and identifiers that are used by the user interface." + + + + + Contains preset ids for effect properties and identifiers that are used by the user interface." + + + + + + Contains user interface presets for animation effects." + + + + Contains the categories for entrance effects." + + + + + Contains the categories for emphasis effects." + + + + + Contains the categories for exit effects." + + + + + Contains the categories for motion path effects." + + + + + Contains all the categories that don't fit anywhere else." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Factories.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Factories.xcs new file mode 100644 index 000000000..574eb237b --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Factories.xcs @@ -0,0 +1,63 @@ + + + + + + Contains implementation of user interface element factories. + + + + + Describes a factory implementation. + + + + Specifies a user interface element type that a factory can create. + + + + + Specifies a name of a single user interface element. + + + + + Specifies a module that the factory is associated with. An empty string means that the factory can be used for every module. + + + + + Specifies the UNO service implementation name to use to create a specified user interface element. + + + + + + + + Contains all registered factories for user interface elements. + + + + Contains UNO component implementation names that implements a user interface element factory service. + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/GenericCategories.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/GenericCategories.xcs new file mode 100644 index 000000000..ce805ca28 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/GenericCategories.xcs @@ -0,0 +1,39 @@ + + + + + + Contains general information about generic command categories. + + + + + + + + Contains general information about generic command categories." + + + + Contains mappings from IDs to text describing a command category. + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/GenericCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/GenericCommands.xcs new file mode 100644 index 000000000..8aee0d123 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/GenericCommands.xcs @@ -0,0 +1,44 @@ + + + + + + Contains general information about ~ and rules, and about actions based on office commands. + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains label text for Office commands and identifiers that are used by the user interface." + + + + + Contains label text for popup menus identifiers that are used by the user interface." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/GlobalSettings.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/GlobalSettings.xcs new file mode 100644 index 000000000..1cfa98041 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/GlobalSettings.xcs @@ -0,0 +1,68 @@ + + + + + + Contains global settings to use for user interface elements of OpenOffice.org. + + + + + Provides window state settings to be set globally for OpenOffice.org. + + + + Specifies that windows should be globally locked by default. + + + + + + Specifies that windows should be globally docked by default. + + + + + + + + + Contains global settings for the toolbars." + + + + Determines if the global states set should be used or not." + + + + + Contains global window states for the OpenOffice.org toolbars." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/ImpressWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/ImpressWindowState.xcs new file mode 100644 index 000000000..3af7dbea1 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/ImpressWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the Impress module. + + + + + + + + Contains user interface element state data specific for the Impress module." + + + + Contains states of all known dockable user interface elements of the Impress module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs new file mode 100644 index 000000000..af0434046 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs @@ -0,0 +1,53 @@ + + + + + + Infobar configuration. + + + + + + Which Infobars are enabled. + + + + Whether the Infobar shown in read-only docs is enabled + + true + + + + Whether the Infobar showing the Digital Signature state is enabled + + true + + + + Whether the Infobar showing the call for donations is enabled + + true + + + + Whether the Infobar showing the call to 'Get Involved' is enabled + + true + + + + Whether an Infobar is shown when Hyphenation Info is missing for a document + + true + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/MathCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/MathCommands.xcs new file mode 100644 index 000000000..1aef84730 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/MathCommands.xcs @@ -0,0 +1,44 @@ + + + + + + Contains general information about ~ and rules, and about actions based on office commands. + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains label text for Office commands and identifiers that are used by the user interface." + + + + + Contains label text for popup menus identifiers that are used by the user interface." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/MathWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/MathWindowState.xcs new file mode 100644 index 000000000..1a1c4a222 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/MathWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the Math module. + + + + + + + + Contains user interface element state data specific for the Math module." + + + + Contains states of all known dockable user interface elements of the Math module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/ReportCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/ReportCommands.xcs new file mode 100644 index 000000000..92b1d0a42 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/ReportCommands.xcs @@ -0,0 +1,43 @@ + + + + + Contains general information and about actions based on office commands. + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains label text for Office commands and identifiers that are used by the user interface." + + + + + Contains label text for popup menus identifiers that are used by the user interface." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs new file mode 100644 index 000000000..6ed1d79d8 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs @@ -0,0 +1,276 @@ + + + + + + Specification of decks and content panels of the sidebar. + + + + + Specification of a sidebar deck which is a container of content panels. + + + + The deck title is displayed above the content panels. + + + + + + Internally used to identify the deck. Not displayed in the UI. + + + + + + This icon is displayed in the sidebar tab bar. + Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here. + + + + + + This icon is displayed in the sidebar tab bar when high contrast mode is active. + Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here. + + + + + + This icon is displayed in the title bar of the deck. + Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here. + + + + + + This icon is displayed in the title bar of the deck when high contrast mode is active. + Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here. + + + + + + Help about the sidebar deck. + + + + + + List of context descriptors. Each context descriptor is a string that contains four comma + separated values (note that values are case sensitive): + 1 Application name. Valid values are + com.sun.star.text.TextDocument + com.sun.star.text.GlobalDocument + com.sun.star.text.WebDocument + com.sun.star.xforms.XMLFormDocument + com.sun.star.sdb.FormDesign + com.sun.star.sdb.TextReportDesign + com.sun.star.sheet.SpreadsheetDocument + com.sun.star.presentation.PresentationDocument + com.sun.star.drawing.DrawingDocument + com.sun.star.chart2.ChartDocument + + Recognized shortcuts: + Writer + Calc + Impress + Draw + Chart + + Shortcuts for multiple applications: + DrawImpress + WriterVariants + These shortcuts exist for even more convenience and handle the frequent case of Draw + and Impress as well as different variants of the Writer where they have otherwise + identical context descriptions. + + Special values: + any + none + + 2 Context name + Know context names are 3DObject, Annotation, Auditing, Axis, Cell, Chart, Draw, DrawPage, DrawText, + EditCell, ErrorBar, Form, Frame, Graphic, HandoutPage, MasterPage, Media, Multiobj, OLE, OutlineText, + Pivot, Series, SlidesorterPage, Table, Text, TextObject, Trendline + default + + Special values: + any + + 3 Panel state. One of + visible Panel is initially visible and expanded + hidden Panel is initially collapsed, ie only its title bar is visible + + 4 (Optional, only used for panels) UNO command that overrides the DefaultMenuCommand. Use + the special value none to override the DefaultMenuCommand to the empty string and thereby + disable the showing of a) the menu button in the panel titlebar and b) the showing of a dialog. + + + + + Index used for ordering decks in the tab bar. Smaller values correspond to positions nearer to the top of the tab bar. + + 10000 + + + + This flag controls whether the deck is experimental and is shown only when experimental mode is enabled. + + false + + + + + Specification of a sidebar content panel. + + + + The panel title is displayed above the content panel. + + + + + + When true then the title bar can be omitted when the panel is the only panel in a deck. + + false + + + + Internally used to identify the panel. + + + + + + Id of the deck to which the panel belongs. + + + + + + This icon is displayed in the title bar of the panel. + Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here. + + + + + + This icon is displayed in the title bar of the panel when high contrast mode is active. + Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here. + + + + + + Help about the sidebar content panel. + + + + + + The default UNO command to execute when the user clicks on the menu button in the panel title bar. + Can be overridden in the ContextList to provide context dependent menu dialogs. + When empty then the menu icon is not shown in the panel title bar. + + + + + + For documentation, please see the Deck/ContextList. + + + + + URL by which the implementation of the panel is known by its factory. + + + + + + Index used for ordering panels inside a deck. Smaller values correspond to positions nearer to the top of the deck. + + 10000 + + + + This flag controls whether the panel is shown when the document in the edit view is read only. + + false + + + + Experimental: Set to true when panel wants to paint its content via a XCanvas. + + false + + + + This flag controls whether the panel is experimental and is shown only when experimental mode is enabled. + + false + + + + + + + General Sidebar settings. + + + + Maximum width the sidebar can have. + Note that this can be overridden by extensions returning a larger value in XSidebarPanel::getMinimalWidth() + + 500 + + + + + Description of the decks and panels that can be displayed in the content area of the sidebar. + + + + Contains all registered sidebar decks. + + + + + Contains all registered sidebar content panels. + + + + + Contains IDs of the decks that were active last time the application was closed. + Each entry is a string of 2 comma-separated values, application name and DeckID. Valid + values for application name are the same as those in ContextList, for example: + + WriterVariants, StyleListDeck; + Impress, PropertyDeck; + + + + any,PropertyDeck + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleCommands.xcs new file mode 100644 index 000000000..d52cebad3 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleCommands.xcs @@ -0,0 +1,44 @@ + + + + + + Contains general information about ~ and rules, and about actions based on office commands. + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains label text for Office commands and identifiers that are used by the user interface." + + + + + Contains label text for popup menus identifiers that are used by the user interface." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleWindowState.xcs new file mode 100644 index 000000000..181cdd5e1 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/StartModuleWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the start module. + + + + + + + + Contains information about user interface elements of the start module. + + + + Contains states of all known dockable user interface elements of the start module. + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/ToolbarMode.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/ToolbarMode.xcs new file mode 100644 index 000000000..38e1a8dd4 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/ToolbarMode.xcs @@ -0,0 +1,138 @@ + + + + + + Contains information about toolbar modes. + + + + + The container for mode description. + + + + The toolbar mode label. + + + + + The toolbar mode name to use as a parameter in the UNO command. Must be a single word. + + + + + Position in the menu. + + + + + Enables entry only in the experimental mode. + + + false + + + + + Determines if Notebookbar is visible. + + + + + List of mandatory toolbars. + + + + + List of visible toolbars activated by user. + + + + + + List of context descriptors. Each context descriptor is a string that contains three comma + separated values (note that values are case sensitive): + 1. UIItemID - contains the ID of uiitem(GtkToolButton/GtkMenuItem) of notebookbar + 2. propertyName - contains the value of attribute(name) of property node. + 3. propertyValue - contains the value of property node. + + + + + + + Describes sidebar mode. + Arrow - sidebar collapsed, showing the 'open' arrow button + Tabs - sidebar is showing only tab bars + Opened - sidebar fully opened + + + + + + Determines if menubar is visible. + + false + + + + + Describes toolbar modes for one application. + + + + Contains name of currently used mode. + + + + + Contains list of toolbar modes. + + + + + + + + Contains name of currently used implementation in the Writer module. + + + + + Contains name of currently used implementation in the Calc module. + + + + + Contains name of currently used implementation in the Impress module. + + + + + Contains name of currently used implementation in the Draw module. + + + + + Contains list of toolbar mode settings for each application. + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/WindowContentFactories.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/WindowContentFactories.xcs new file mode 100644 index 000000000..7ac0529c0 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/WindowContentFactories.xcs @@ -0,0 +1,63 @@ + + + + + + Contains implementation of user interface element factories. + + + + + Describes a factory implementation. + + + + Specifies the user interface element type which is associated with the factory. + + + + + Specifies a name or prefix for a specific window. An empty entry/string means that it matches for all names. + + + + + Specifies a module that the factory is associated with. An empty entry/string means that the factory can be used for every module. + + + + + Specifies the UNO service implementation name which creates/provides a com.sun.star.awt.XWindow. See com.sun.star.ui.WindowContentFactory + + + + + + + + Contains all registered factories for docking window contents. + + + + Contains UNO component implementation names that implements . + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs new file mode 100644 index 000000000..75f332feb --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs @@ -0,0 +1,132 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class. + + + + + Provides a mapping between commands and their textual representation on the user interface. + + + + A locked user interface element cannot be moved or undocked by the user. This property is only active when the user interface element is in a docked state. + + true + + + + Specifies if the user interface element is currently docked. + + true + + + + Specifies if the user interface element is visible. + + + + + Specifies if the user interface element is context sensitive. This controls if the Office shows the user interface element + + false + + + + Specifies if a toolbar should not be shown inside the View - Toolbars menu. + + false + + + + Specifies the docking area to which a user interface element belongs to. Only valid if 'Docked' is true. Top docking area=0, bottom=1, left=2, right=3. + + + + + Specifies the position of a docked user interface element. For top/bottom docked elements X describes a pixel position and Y the row number, left/right docked elements uses X for the column and Y for the pixel position. X and Y coordinates must be split by a comma. + + + + + Not used. + + + + + Specifies the position of a floating user interface element in pixel. X and Y coordinates must be split by a comma and are relative to the document frame. + + + + + Specifies the size of a floating user interface element in pixel. The real size can differ if the layout manager decides to resize it due to current circumstances. Width and height must be split by a comma. + + + + + Specifies the user interface element name. It is used for floating user interface elements to set the title and for the bubble help. + + + + + Specifies the URL of an image to associate with the user interface element. Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here. + + + + + + Specifies the help URL of the tool panel. + + + + + + Specifies an internal state for the user interface element. Please don't change this value it describes an internal value. + + + + + Specifies the style of a toolbar. This property is only used by toolbar user interface elements. 0 = symbol buttons, 1 = text buttons, 2 = symbols+text buttons + + 0 + + + + Specifies that a user interface element shouldn't have a closer. This property is only used by toolbars or floating window user interface elements. + + false + + + + Specifies that a user interface element shouldn't be closed forever. This is useful for context sensitive ui elements which must be visible whenever their context is active. This property is only used by toolbars or floating window user interface elements. + + false + + + + Specifies if a context sensitive user interface element is currently bound to its context. This property can be used to disable context sensitivity without losing the information that a user interface element is normally context sensitive. + + true + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/WriterCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/WriterCommands.xcs new file mode 100644 index 000000000..5e1d0a22f --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/WriterCommands.xcs @@ -0,0 +1,44 @@ + + + + + + Contains general information about ~ and rules, and about actions based on office commands. + + + + + + + + Contains user interface data for Office commands and identifiers that are used by the user interface." + + + + Contains label text for Office commands and identifiers that are used by the user interface." + + + + + Contains label text for popup menus identifiers that are used by the user interface." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/WriterFormWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/WriterFormWindowState.xcs new file mode 100644 index 000000000..0bb70bfe0 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/WriterFormWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the Database Form module. + + + + + + + + Contains user interface element state data specific for the Database Form module. + + + + Contains states of all known dockable user interface elements of the DatabaseFormWindowState module. + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/WriterGlobalWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/WriterGlobalWindowState.xcs new file mode 100644 index 000000000..3730342b9 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/WriterGlobalWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the Writer global text module. + + + + + + + + Contains user interface element state data specific for the Writer global module." + + + + Contains states of all known dockable user interface elements of the Writer global module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/WriterReportWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/WriterReportWindowState.xcs new file mode 100644 index 000000000..cffa132b3 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/WriterReportWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the Database Text Report Designer module. + + + + + + + + Contains user interface element state data specific for the Database Text Report Designer module. + + + + Contains states of all known dockable user interface elements of the Database Text Report Designer module. + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/WriterWebWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/WriterWebWindowState.xcs new file mode 100644 index 000000000..95de8f82c --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/WriterWebWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the Writer web module. + + + + + + + + Contains user interface element state data specific for the Writer web module." + + + + Contains states of all known dockable user interface elements of the Writer web module." + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/WriterWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/WriterWindowState.xcs new file mode 100644 index 000000000..d26349ba5 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/WriterWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the Writer text module. + + + + + + + + Contains user interface element state data specific for the Writer text module. + + + + Contains states of all known dockable user interface elements of the Writer text module. + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/XFormsWindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/XFormsWindowState.xcs new file mode 100644 index 000000000..584979396 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/UI/XFormsWindowState.xcs @@ -0,0 +1,39 @@ + + + + + + Contains state information of all dockable user interface elements based on a Window class which belongs to the XML Forms module. + + + + + + + + Contains user interface element state data specific for the XML Forms module. + + + + Contains states of all known dockable user interface elements of the XML Forms module. + + + + + -- cgit v1.2.3