From 430303aeee790cb8951dd007e7dffb55fa7f0f53 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Sun, 20 Dec 2015 21:08:42 +0200 Subject: tdf#93837 Convert sheet row/col header context menus to xml This commit shows some weakness of the current approach with PopupLabel, as in many cases it's exactly the same as Label. Have some ideas on how to improve that, but will look at it after converting the remaining menus (at least in sfx2 based modules), so I could have a broader look at what we have. Change-Id: I78dfdb4a6f2ea3faf84f3a521067c6c15df96852 --- sc/uiconfig/scalc/popupmenu/colheader.xml | 27 +++++++++++++++++++++++++++ sc/uiconfig/scalc/popupmenu/rowheader.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 sc/uiconfig/scalc/popupmenu/colheader.xml create mode 100644 sc/uiconfig/scalc/popupmenu/rowheader.xml (limited to 'sc/uiconfig') diff --git a/sc/uiconfig/scalc/popupmenu/colheader.xml b/sc/uiconfig/scalc/popupmenu/colheader.xml new file mode 100644 index 000000000000..32650ff8b2fa --- /dev/null +++ b/sc/uiconfig/scalc/popupmenu/colheader.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sc/uiconfig/scalc/popupmenu/rowheader.xml b/sc/uiconfig/scalc/popupmenu/rowheader.xml new file mode 100644 index 000000000000..3027b3003721 --- /dev/null +++ b/sc/uiconfig/scalc/popupmenu/rowheader.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + -- cgit