diff options
author | Henry Castro <hcastro@collabora.com> | 2016-10-04 11:28:27 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2016-10-05 17:12:18 +0000 |
commit | af239f5affe82d0c6449e0e8f9828fe587033f02 (patch) | |
tree | cc8749c911aa1b0007047fe38b26d34184cc804c /sc/sdi/scalc.sdi | |
parent | 306add13e1d9f70e1111acde8362aea6c169a97d (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/scalc.sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 18 |
1 files changed, 18 insertions, 0 deletions
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; +] |