diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2013-03-15 22:19:19 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2013-03-15 22:19:19 +0000 |
commit | 8bdce6d900be92077b715ff1298b846ce32171b7 (patch) | |
tree | c7e8d3e7d31b66faaf8f73431e91425eb0eb7118 /sd/sdi/sdraw.sdi | |
parent | 0a6ba29e675385ce0aa49bb6ecd8d45b7aa0997b (diff) |
i121872 - Integrate the Presentation Minimizer
Notes
Notes:
prefer: ea91c7d90d74e1ca039ba669b5d3e14fa359c0fa
Diffstat (limited to 'sd/sdi/sdraw.sdi')
-rw-r--r-- | sd/sdi/sdraw.sdi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi index e553a56c0660..e7907b4c59bb 100644 --- a/sd/sdi/sdraw.sdi +++ b/sd/sdi/sdraw.sdi @@ -5385,6 +5385,31 @@ SfxVoidItem PresentationDialog SID_PRESENTATION_DLG ] //-------------------------------------------------------------------------- +SfxVoidItem PresentationMinimizer SID_PRESENTATION_MINIMIZER +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; +] + +//-------------------------------------------------------------------------- SfxVoidItem PresentationEnd SID_PRESENTATION_END () [ |