summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.com>2016-03-15 15:35:27 +0530
committerJan Holesovsky <kendy@collabora.com>2016-03-17 18:42:37 +0000
commit0bd43b8c782135e5eb3018ee345a3bd409419a1b (patch)
tree72b7fe4881a2bb73aa04ab555aba8b55c4fa82b3 /sc/sdi
parent8d754e8609f918c2c08a6c6b91a8e12b99efba52 (diff)
sc lok: Extend uno commands: .uno:SelectRow/Column
Now also accepts a row/column index with modifier key to do various selection/block selection/negative selection operations Change-Id: Idfb56b94ca2eb4553eb9388b786f5d1e89448ec2 Reviewed-on: https://gerrit.libreoffice.org/23256 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/scalc.sdi4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index 60a4baca537d..99a53135ddc5 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -4578,7 +4578,7 @@ SfxVoidItem SelectOLE SID_OLE_SELECT
SfxVoidItem SelectColumn SID_SELECT_COL
-()
+(SfxInt32Item Col FN_PARAM_1,SfxInt16Item Modifier FN_PARAM_2)
[
AutoUpdate = FALSE,
FastCall = FALSE,
@@ -4754,7 +4754,7 @@ SfxObjectItem Selection SID_SC_SELECTION
SfxVoidItem SelectRow SID_SELECT_ROW
-()
+(SfxInt32Item Row FN_PARAM_1,SfxInt16Item Modifier FN_PARAM_2)
[
AutoUpdate = FALSE,
FastCall = FALSE,