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 | |
parent | 8a14ea8b583649510dc7db4d3054c7657a9874de (diff) |
sc-datapilot-autoformat.diff: Provision for data-pilot to give autoformat
i#37388, bxc#62162
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/pivotsh.sdi | 1 | ||||
-rw-r--r-- | sc/sdi/scalc.sdi | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/sc/sdi/pivotsh.sdi b/sc/sdi/pivotsh.sdi index d763aa8c995a..51ff6c7d7af6 100644 --- a/sc/sdi/pivotsh.sdi +++ b/sc/sdi/pivotsh.sdi @@ -31,6 +31,7 @@ interface Pivot SID_PIVOT_RECALC [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PIVOT_KILL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_DP_FILTER [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] + SID_PIVOT_AFMT [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] } shell ScPivotShell 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 () |