From 8da106529e85981ce37fbbd18160023c26cc7129 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Sun, 7 May 2017 03:32:25 +0300 Subject: tdf#106479 Make edit context menu dispatcher based This allows us to add there any .uno command and also get the icon and keyboard shortcut for it. Use this to add clipboard commands. Change-Id: Ic42c28add7771f322491e8e7d6df052e3c2c8d75 Reviewed-on: https://gerrit.libreoffice.org/37353 Reviewed-by: Maxim Monastirsky Tested-by: Maxim Monastirsky --- .../data/org/openoffice/Office/UI/MathCommands.xcu | 63 +++++++++++++++++++++- .../org/openoffice/Office/UI/MathWindowState.xcu | 7 ++- 2 files changed, 68 insertions(+), 2 deletions(-) (limited to 'officecfg/registry') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu index 1fe747ff5d64..8adebca5535a 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu @@ -141,7 +141,68 @@ 9 + + + New Line + + + + + Small Gap + + + + + Gap + + + + + + + ~Unary/Binary Operators + + + + + ~Relations + + + + + ~Set Operations + + + + + ~Functions + + + + + O~perators + + + + + ~Attributes + + + + + ~Brackets + + + + + For~mats + + + + + ~Others + + - diff --git a/officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu index bd679f723693..386dc8d39ac1 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu @@ -20,9 +20,14 @@ + + + Edit Panel + + - Work Area + View Panel -- cgit