# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. $(eval $(call gb_AllLangMoTarget_AllLangMoTarget,editeng)) # vim: set noet sw=4 ts=4: -data/cgit.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/elementary_svg/starmath
ary_svt.mk?h=cd-5.3-27&id=54d5b1828ec73d0475e0ddb6e31394a7e1904a1b'>Library_svt.mk
diff options
AgeCommit message (Expand)Author
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-02-09 00:31:24 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2017-02-09 22:49:51 +0000
commit54d5b1828ec73d0475e0ddb6e31394a7e1904a1b (patch)
tree95ea5cb85d31f4cd9d79d0fedb600c5a556ba361 /svtools/Library_svt.mk
parent8dc38dd9b132805191e0d20d00fb7559121fda15 (diff)
tdf#105672 framework managed menu button
This adds a menu button that can use a popup menu controller to manage its menu. It supports 2 cases: - Use any controller that is registered in Controller.xcu, by specifing its .uno command. - Manage an arbitrary popup menu with MenuBarManager (assuming its items have proper .uno commands in their MenuItemData::aCommandStr). It means that a menu that was defined in a .ui file, can be used inside that .ui file without any additional code. This commit uses the new control to fix some currently non-working buttons in Calc's Notebookbar (but there are more that can be fixed the same way). It's not clear how long we will continue to use buttons (instead of toolboxes) for the Notebookbar, but hopefully this control will be useful in other places too. Change-Id: Ie00cde7cd7e39948948960ca2eff76e9db837109 Reviewed-on: https://gerrit.libreoffice.org/34103 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>