summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-10-04 11:28:27 -0400
committerHenry Castro <hcastro@collabora.com>2016-10-05 17:12:18 +0000
commitaf239f5affe82d0c6449e0e8f9828fe587033f02 (patch)
treecc8749c911aa1b0007047fe38b26d34184cc804c /sc/sdi
parent306add13e1d9f70e1111acde8362aea6c169a97d (diff)
sc lok: add .uno:AutoSum
Change-Id: Id2bc0200734308aae1c2e39814c22c6b76664c59 Reviewed-on: https://gerrit.libreoffice.org/29525 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/cellsh.sdi1
-rw-r--r--sc/sdi/scalc.sdi18
2 files changed, 19 insertions, 0 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi
index 0e8f0a823d3e..32230be961ab 100644
--- a/sc/sdi/cellsh.sdi
+++ b/sc/sdi/cellsh.sdi
@@ -235,6 +235,7 @@ interface CellSelection
SID_TRANSLITERATE_FULLWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
SID_TRANSLITERATE_HIRAGANA [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
SID_TRANSLITERATE_KATAGANA [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
+ SID_AUTO_SUM [ ExecMethod = ExecuteEdit; ]
}
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index c371c283bb35..fee950c176a7 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -6632,3 +6632,21 @@ SfxUInt16Item NumberFormatType SID_NUMBER_TYPE_FORMAT
ToolBoxConfig = TRUE,
GroupId = GID_FORMAT;
]
+
+
+SfxVoidItem AutoSum SID_AUTO_SUM
+[
+ AutoUpdate = FALSE,
+ FastCall = FALSE,
+ ReadOnlyDoc = TRUE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+
+
+ AccelConfig = FALSE,
+ MenuConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_INTERN;
+]