tdf#30456 Enable to empty or not merged cells

Desktop / LibreOffice - Laurent Balland-Poirier [laposte.net] - 16 August 2016 14:21 UTC

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

0da121b tdf#30456 Enable to empty or not merged cells
sc/Library_sc.mk | 1 +
sc/UIConfig_scalc.mk | 1 +
sc/inc/document.hxx | 2 +
sc/source/core/data/documen3.cxx | 13 +++
sc/source/ui/docshell/docfunc.cxx | 13 ++-
sc/source/ui/inc/docfunc.hxx | 2 +-
sc/source/ui/inc/mergecellsdialog.hxx | 42 ++++++++
sc/source/ui/miscdlgs/mergecellsdialog.cxx | 50 +++++++++
sc/source/ui/view/viewfun2.cxx | 28 +++--
sc/uiconfig/scalc/ui/mergecellsdialog.ui | 154 ++++++++++++++++++++++++++++
10 files changed, 294 insertions(+), 12 deletions(-)

Upstream: cgit.freedesktop.org


  • Share