From 99b8598495ba76e8fd32af2ace17e0b29b3beffd Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 25 May 2016 13:05:42 +0200 Subject: sd bccu#1840: .uno: commands for inserting rows / columns in Impress. Change-Id: Ic07722c3e1f75d909ec8f123919a1898dfde05b0 --- svx/sdi/svx.sdi | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) (limited to 'svx') diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 5590a46429e7..f9667ebcff0c 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -11312,7 +11312,45 @@ SfxVoidItem InsertColumnDialog SID_TABLE_INSERT_COL_DLG GroupId = GID_TABLE; ] +SfxVoidItem InsertColumnsBefore SID_TABLE_INSERT_COL_BEFORE +() +[ + /* flags: */ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_TABLE; +] + +SfxVoidItem InsertColumnsAfter SID_TABLE_INSERT_COL_AFTER +() +[ + /* flags: */ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_TABLE; +] SfxVoidItem InsertRowDialog SID_TABLE_INSERT_ROW_DLG () @@ -11332,6 +11370,46 @@ SfxVoidItem InsertRowDialog SID_TABLE_INSERT_ROW_DLG GroupId = GID_TABLE; ] +SfxVoidItem InsertRowsBefore SID_TABLE_INSERT_ROW_BEFORE +() +[ + /* flags: */ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_TABLE; +] + +SfxVoidItem InsertRowsAfter SID_TABLE_INSERT_ROW_AFTER +() +[ + /* flags: */ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_TABLE; +] + SfxVoidItem PrepareMailExport SID_MAIL_PREPAREEXPORT () [ -- cgit v1.2.3