Calc: Insert row/col before/after [2/2]

Desktop / LibreOffice - Philippe Jung [free.fr] - 31 May 2015 12:59 UTC

This part adds features to add rows/cols after the selection which is a new behaviour.

Change-Id: Iec1201ae56970cd3dd0622c2ffa1eb6e46ad7446 Reviewed-on: https://gerrit.libreoffice.org/15831

285b5ef Calc: Insert row/col before/after [2/2]
.../data/org/openoffice/Office/UI/CalcCommands.xcu | 22 +++++++++
sc/inc/sc.hrc | 4 +-
sc/inc/sccommands.h | 2 +
sc/sdi/cellsh.sdi | 2 +
sc/sdi/scalc.sdi | 50 +++++++++++++++++++
sc/source/ui/docshell/docfunc.cxx | 51 +++++++++++++-------
sc/source/ui/src/hdrcont.src | 12 +++++
sc/source/ui/undo/undoblk.cxx | 8 ++-
sc/source/ui/view/cellsh.cxx | 2 +
sc/source/ui/view/cellsh1.cxx | 10 ++++
sc/source/ui/view/tabview3.cxx | 2 +
sc/source/ui/view/viewfunc.cxx | 4 +-
sc/uiconfig/scalc/menubar/menubar.xml | 2 +
sc/uiconfig/scalc/toolbar/insertcellsbar.xml | 2 +
sc/uiconfig/scalc/toolbar/standardbar.xml | 2 +
15 files changed, 152 insertions(+), 23 deletions(-)

Upstream: cgit.freedesktop.org


  • Share