From af239f5affe82d0c6449e0e8f9828fe587033f02 Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Tue, 4 Oct 2016 11:28:27 -0400 Subject: sc lok: add .uno:AutoSum Change-Id: Id2bc0200734308aae1c2e39814c22c6b76664c59 Reviewed-on: https://gerrit.libreoffice.org/29525 Tested-by: Jenkins Reviewed-by: Henry Castro --- sc/sdi/cellsh.sdi | 1 + sc/sdi/scalc.sdi | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'sc/sdi') 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; +] -- cgit