diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2017-02-21 11:31:18 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-15 15:54:19 +0000 |
commit | e681749ffa5a18c8a6ff874787d4ab8411a46125 (patch) | |
tree | afa5c4095f4d1ef35f007cc64178e71b92c78cd2 /sw | |
parent | 5411d99c0a7345e9c68ad55debcb20eecdc0b36a (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/UIConfig_swriter.mk | 1 | ||||
-rw-r--r-- | sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml | 15 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar.ui | 2 |
3 files changed, 17 insertions, 1 deletions
diff --git a/sw/UIConfig_swriter.mk b/sw/UIConfig_swriter.mk index 8d51e8c4bc55..41fed854c5d4 100644 --- a/sw/UIConfig_swriter.mk +++ b/sw/UIConfig_swriter.mk @@ -68,6 +68,7 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/swriter,\ sw/uiconfig/swriter/toolbar/mediaobjectbar \ sw/uiconfig/swriter/toolbar/moreformcontrols \ sw/uiconfig/swriter/toolbar/navigationobjectbar \ + sw/uiconfig/swriter/toolbar/notebookbarshortcuts \ sw/uiconfig/swriter/toolbar/numobjectbar \ sw/uiconfig/swriter/toolbar/oleobjectbar \ sw/uiconfig/swriter/toolbar/optimizetablebar \ diff --git a/sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml b/sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml new file mode 100644 index 000000000000..6a067ef567fd --- /dev/null +++ b/sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> + <toolbar:toolbaritem xlink:href=".uno:OpenFromWriter"/> + <toolbar:toolbaritem xlink:href=".uno:Save"/> + <toolbar:toolbaritem xlink:href=".uno:Undo"/> + <toolbar:toolbaritem xlink:href=".uno:Redo"/> +</toolbar:toolbar> diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui index 21dbfbee0973..9313942dc3b7 100644 --- a/sw/uiconfig/swriter/ui/notebookbar.ui +++ b/sw/uiconfig/swriter/ui/notebookbar.ui @@ -208,7 +208,7 @@ <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> - <object class="vcllo-NotebookbarTabControl" id="ContextContainer"> + <object class="sfxlo-NotebookbarTabControl" id="ContextContainer"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> |