summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2016-05-25 13:05:42 +0200
committerJan Holesovsky <kendy@collabora.com>2016-05-25 15:29:33 +0200
commit99b8598495ba76e8fd32af2ace17e0b29b3beffd (patch)
treebacf5e3a42d37f6bd1e3dc688bef023cf0267289 /sd/sdi
parent07f1a395098a7a3ac75eb5f05c35aa3982e33e67 (diff)
sd bccu#1840: .uno: commands for inserting rows / columns in Impress.
Change-Id: Ic07722c3e1f75d909ec8f123919a1898dfde05b0
Diffstat (limited to 'sd/sdi')
-rw-r--r--sd/sdi/tables.sdi20
1 files changed, 20 insertions, 0 deletions
diff --git a/sd/sdi/tables.sdi b/sd/sdi/tables.sdi
index 0d3eb62a47da..4e234a75aefd 100644
--- a/sd/sdi/tables.sdi
+++ b/sd/sdi/tables.sdi
@@ -83,11 +83,31 @@ shell TableObjectBar
ExecMethod = Execute;
StateMethod = GetState;
]
+ SID_TABLE_INSERT_ROW_BEFORE
+ [
+ ExecMethod = Execute;
+ StateMethod = GetState;
+ ]
+ SID_TABLE_INSERT_ROW_AFTER
+ [
+ ExecMethod = Execute;
+ StateMethod = GetState;
+ ]
SID_TABLE_INSERT_COL_DLG
[
ExecMethod = Execute;
StateMethod = GetState;
]
+ SID_TABLE_INSERT_COL_BEFORE
+ [
+ ExecMethod = Execute;
+ StateMethod = GetState;
+ ]
+ SID_TABLE_INSERT_COL_AFTER
+ [
+ ExecMethod = Execute;
+ StateMethod = GetState;
+ ]
SID_TABLE_DELETE_ROW
[
ExecMethod = Execute;