summaryrefslogtreecommitdiffstats
path: root/sc/uiconfig/scalc/popupmenu
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2018-04-18 02:49:37 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2018-04-26 22:14:45 +0200
commit9d9076cb00c474ba7f13d458f1e280e31f5d4bac (patch)
tree51a601f5304de1b6fe5f75d7a0f8c270e11b947c /sc/uiconfig/scalc/popupmenu
parentAlso blacklist CommandEventId::LongPress (diff)
downloadcore-9d9076cb00c474ba7f13d458f1e280e31f5d4bac.tar.gz
core-9d9076cb00c474ba7f13d458f1e280e31f5d4bac.zip
tdf#57000 Add a context menu to the formula bar input field
As a side effect also fixes tdf#70597 Change-Id: Idd872d93f7a9da50f67c91a11e7e0231c7ac924e Reviewed-on: https://gerrit.libreoffice.org/53513 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sc/uiconfig/scalc/popupmenu')
-rw-r--r--sc/uiconfig/scalc/popupmenu/formulabar.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/popupmenu/formulabar.xml b/sc/uiconfig/scalc/popupmenu/formulabar.xml
new file mode 100644
index 000000000000..ce6abf1d393d
--- /dev/null
+++ b/sc/uiconfig/scalc/popupmenu/formulabar.xml
@@ -0,0 +1,17 @@
+<?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/.
+ *
+-->
+<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
+ <menu:menuitem menu:id=".uno:Cut"/>
+ <menu:menuitem menu:id=".uno:Copy"/>
+ <menu:menuitem menu:id=".uno:Paste"/>
+ <menu:menuseparator/>
+ <menu:menuitem menu:id=".uno:SelectAll"/>
+ <menu:menuitem menu:id=".uno:InsertSymbol"/>
+</menu:menupopup>