summaryrefslogtreecommitdiff
path: root/sc/inc/sccommands.h
diff options
context:
space:
mode:
authorPhilippe Jung <phil.jung@free.fr>2015-05-20 17:27:08 +0200
committerYousuf Philips <philipz85@hotmail.com>2015-05-31 17:59:25 +0000
commit285b5ef45817fe20d3bf9613e0247d395b7c880d (patch)
tree332003d9e5b710713b5b01869623f8dbbeab242c /sc/inc/sccommands.h
parentf97beeef352fdd9fd4f157a7a4c4f6af8341cbe6 (diff)
Calc: Insert row/col before/after [2/2]
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 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sc/inc/sccommands.h')
-rw-r--r--sc/inc/sccommands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/sccommands.h b/sc/inc/sccommands.h
index ba8f94cfcdd4..e931c1939615 100644
--- a/sc/inc/sccommands.h
+++ b/sc/inc/sccommands.h
@@ -44,8 +44,10 @@
#define CMD_FID_INS_TABLE ".uno:Insert"
#define CMD_FID_INS_CELL ".uno:InsertCell"
#define CMD_FID_INS_COLBRK ".uno:InsertColumnBreak"
+#define CMD_FID_INS_COLUMNS_AFTER ".uno:InsertColumnsAfter"
#define CMD_FID_INS_COLUMNS_BEFORE ".uno:InsertColumnsBefore"
#define CMD_FID_INS_ROWBRK ".uno:InsertRowBreak"
+#define CMD_FID_INS_ROWS_AFTER ".uno:InsertRowsAfter"
#define CMD_FID_INS_ROWS_BEFORE ".uno:InsertRowsBefore"
#define CMD_FID_MERGE_ON ".uno:MergeCells"
#define CMD_FID_MERGE_OFF ".uno:SplitCell"