diff options
author | Philippe Jung <phil.jung@free.fr> | 2015-05-20 16:54:27 +0200 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-05-31 17:58:21 +0000 |
commit | f97beeef352fdd9fd4f157a7a4c4f6af8341cbe6 (patch) | |
tree | 076844dfeccb7836fab99fc876cfd1488b75cc07 /sc/sdi | |
parent | 08e278b411a3b824e9af611ebb1763c1f4f80ef2 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 4 | ||||
-rw-r--r-- | sc/sdi/scalc.sdi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index 6da3c75b9829..3e6fc6ea4528 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -116,8 +116,8 @@ interface CellSelection SID_DETECTIVE_MARK_SUCC [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] SID_INSERT_CURRENT_DATE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] SID_INSERT_CURRENT_TIME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] - FID_INS_ROW [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] - FID_INS_COLUMN [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] + FID_INS_ROWS_BEFORE [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] + FID_INS_COLUMNS_BEFORE [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] FID_INS_CELLSDOWN [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] FID_INS_CELLSRIGHT [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] SID_DEL_ROWS [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 2fbf3733ff75..bb9b1b6519d4 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -4108,7 +4108,7 @@ SfxVoidItem InsertColumnBreak FID_INS_COLBRK ] -SfxVoidItem InsertColumns FID_INS_COLUMN +SfxVoidItem InsertColumnsBefore FID_INS_COLUMNS_BEFORE () [ /* flags: */ @@ -4410,7 +4410,7 @@ SfxVoidItem InsertRowBreak FID_INS_ROWBRK ] -SfxVoidItem InsertRows FID_INS_ROW +SfxVoidItem InsertRowsBefore FID_INS_ROWS_BEFORE () [ /* flags: */ |