From 0da121bc6702b8ae1859708c7e5532f7b97e4c2a Mon Sep 17 00:00:00 2001 From: Laurent Balland-Poirier Date: Wed, 20 Jul 2016 09:24:13 +0200 Subject: tdf#30456 Enable to empty or not merged cells Insert options during MergeCells to empty hidden cells Three options: - Move contents to first cell (previous Yes) - Keep contents in covered cells (previous No, default) - Empty covered cells (new option) To be done: link to the help system https://gerrit.libreoffice.org/27467/ Change-Id: I98e85296591cce8ba789d282cead1f1010e5e2ce Reviewed-on: https://gerrit.libreoffice.org/27463 Tested-by: Jenkins Reviewed-by: Laurent BP --- sc/uiconfig/scalc/ui/mergecellsdialog.ui | 154 +++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 sc/uiconfig/scalc/ui/mergecellsdialog.ui (limited to 'sc/uiconfig') diff --git a/sc/uiconfig/scalc/ui/mergecellsdialog.ui b/sc/uiconfig/scalc/ui/mergecellsdialog.ui new file mode 100644 index 000000000000..ac45f304def5 --- /dev/null +++ b/sc/uiconfig/scalc/ui/mergecellsdialog.ui @@ -0,0 +1,154 @@ + + + + + + False + 6 + Merge Cells + dialog + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + True + True + 0 + + + + + gtk-cancel + True + True + True + True + True + True + + + True + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + vertical + 6 + + + True + False + Some cells are not empty. + 0 + + + False + True + 0 + + + + + Move the contents of the hidden cells into the first cell + True + True + False + True + 0 + True + keep-content-radio + + + False + True + 1 + + + + + Keep the contents of the hidden cells + True + True + False + True + 0 + True + True + + + False + True + 2 + + + + + Empty the contents of the hidden cells + True + True + False + True + 0 + True + keep-content-radio + + + False + True + 3 + + + + + False + True + 1 + + + + + + -- cgit