From f97beeef352fdd9fd4f157a7a4c4f6af8341cbe6 Mon Sep 17 00:00:00 2001 From: Philippe Jung Date: Wed, 20 May 2015 16:54:27 +0200 Subject: Calc: Insert row/col before/after [1/2] This part renames all INSROW / INSCOL to INSROWS_BEFORE / INSCOLS_BEFORE which is the current (default) behaviour. Change-Id: Ia084f17a3be8bf09908e5d227ef4e6d09b8420a4 Reviewed-on: https://gerrit.libreoffice.org/15830 Tested-by: Jenkins Reviewed-by: Yousuf Philips --- .../data/org/openoffice/Office/UI/CalcCommands.xcu | 24 ++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'officecfg/registry') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index c38015553fda..f3db21fa0538 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1059,23 +1059,39 @@ ~Cells... - + + + ~Rows + + + 1 + + + + + Co~lumns + + + 1 + + + Insert ~Rows Above - ~Rows + Rows ~Above 1 - + Insert Co~lumns Left - Co~lumns + Columns ~Left 1 -- cgit