From e681749ffa5a18c8a6ff874787d4ab8411a46125 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 21 Feb 2017 11:31:18 +0100 Subject: tdf#105040 Notebookbar: added shortcuts toolbox In the tabbed notebookbar the shortcuts toolbox is introduced. It is placed before tab labels, after the menu button. Customization is possible, buttons are loaded from the newly created toolbar "Notebookbar shortcuts". NotebookbarTabControl was moved to the sfx module. Change-Id: Ifa4a1688c6e92c2f03bd386608e3e9d1c28069d4 Reviewed-on: https://gerrit.libreoffice.org/35194 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- .../data/org/openoffice/Office/UI/CalcWindowState.xcu | 11 +++++++++++ .../data/org/openoffice/Office/UI/ImpressWindowState.xcu | 11 +++++++++++ .../data/org/openoffice/Office/UI/WriterWindowState.xcu | 11 +++++++++++ 3 files changed, 33 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu index 0bbaab8d50d5..7614ea3827c0 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu @@ -733,6 +733,17 @@ false + + + Notebookbar shortcuts + + + false + + + true + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu index 2f81b1143f78..9cef881c7c83 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu @@ -1028,6 +1028,17 @@ false + + + Notebookbar shortcuts + + + false + + + true + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu index 740462ad46c7..ac0b4c2a750c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu @@ -108,6 +108,17 @@ true + + + Notebookbar shortcuts + + + false + + + true + + 0,1 -- cgit