diff options
author | Jody Goldberg <jody@gnome.org> | 2010-09-15 11:30:22 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-15 14:09:37 +0200 |
commit | 20f5f0613f2a66671ad64accb551f893eb80c379 (patch) | |
tree | 1e8b3f1c047b243cbf3db3acb701519d8a9b782e /sc/sdi/scalc.sdi | |
parent | 8a14ea8b583649510dc7db4d3054c7657a9874de (diff) |
sc-datapilot-autoformat.diff: Provision for data-pilot to give autoformat
i#37388, bxc#62162
Diffstat (limited to 'sc/sdi/scalc.sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 1e42ce5fb1dc..6d55f05874d7 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -1872,6 +1872,30 @@ SfxVoidItem DeletePivotTable SID_PIVOT_KILL GroupId = GID_DATA; ] +SfxVoidItem AutoFormatPivotTable SID_PIVOT_AFMT +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = FALSE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_DATA; +] + //-------------------------------------------------------------------------- SfxVoidItem DeletePrintArea SID_DELETE_PRINTAREA () |