From af3df5340d5d1a26b0d031b03c85cf715ef6ad57 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Wed, 21 Sep 2016 15:28:26 +0200 Subject: Notebookbar: separate .ui files settings for each module * each module have own list of implementations * deleted placeholder .ui files from Calc and Impress Change-Id: Ib7d4cafbb332447e769ca753003d31e9f3025f0a Reviewed-on: https://gerrit.libreoffice.org/29143 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- .../data/org/openoffice/Office/UI/Notebookbar.xcu | 104 ++++++++++++++------- .../org/openoffice/Office/UI/Notebookbar.xcs | 44 ++++++--- 2 files changed, 104 insertions(+), 44 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu index 4b3c45ace659..e339abb4fcd1 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu @@ -1,42 +1,82 @@ - + notebookbar.ui - - - - Tabbed - - - notebookbar.ui - - - false - + + notebookbar.ui + + + notebookbar.ui + + + + + + + Tabbed + + + notebookbar.ui + + + false + + + + + Contextual groups + + + notebookbar_groups.ui + + + true + + + + + Contextual single + + + notebookbar_single.ui + + + true + + + - - - Contextual groups - - - notebookbar_groups.ui - - - true - + + + + + Tabbed + + + notebookbar.ui + + + false + + + - - - Contextual single - - - notebookbar_single.ui - - - true - + + + + + Tabbed + + + notebookbar.ui + + + false + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Notebookbar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Notebookbar.xcs index ace1d508aefb..658df995b3de 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Notebookbar.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Notebookbar.xcs @@ -27,29 +27,49 @@ The implementation description container. + + The implementation name. + + + + + The .ui file name. + + + + + Determines if menubar is visible. + + + + - The implementation name. + Describes notebookbar settings for one application. - - + + + List of implementations. + + + + + + - The .ui file name. + Contains name of currently used implementation in the Writer module. - + - Determines if menubar is visible. + Contains name of currently used implementation in the Calc module. - - - - + - Contains name of currently used implementation. + Contains name of currently used implementation in the Impress module. - + List of implementations. -- cgit