diff options
Diffstat (limited to 'sfx2/sdi/appslots.sdi')
-rw-r--r-- | sfx2/sdi/appslots.sdi | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index 7e9eef75047a..da6d084403fe 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -25,11 +25,18 @@ interface Application [ ExecMethod = MiscExec_Impl ; ] + SID_SETOPTIONS + [ + ExecMethod = MiscExec_Impl ; + ] SID_QUITAPP // ole(req) api(final/play) [ ExecMethod = MiscExec_Impl ; StateMethod = MiscState_Impl ; ] + SID_LOGOUT // ole(req) api(final/play) + [ + ] SID_HELPINDEX // ole(no) api(final/todo) [ ExecMethod = MiscExec_Impl ; @@ -54,6 +61,26 @@ interface Application ExecMethod = MiscExec_Impl ; StateMethod = MiscState_Impl ; ] + SID_TOOLBOXOPTIONS // ole(no) api(final/play) + [ + ExecMethod = MiscExec_Impl ; + StateMethod = MiscState_Impl ; + ] + SID_CONFIGSTATUSBAR // ole(no) api(final/play) + [ + ExecMethod = MiscExec_Impl ; + StateMethod = MiscState_Impl ; + ] + SID_CONFIGMENU // ole(no) api(final/play) + [ + ExecMethod = MiscExec_Impl ; + StateMethod = MiscState_Impl ; + ] + SID_CONFIGACCEL // ole(no) api(final/play) + [ + ExecMethod = MiscExec_Impl ; + StateMethod = MiscState_Impl ; + ] SID_CONFIGEVENT // ole(no) api(final/play) [ ExecMethod = MiscExec_Impl ; @@ -189,6 +216,11 @@ shell SfxApplication [ ExecMethod = NewDocDirectExec_Impl ; ] + SID_CLOSEDOCS + [ + ExecMethod = MiscExec_Impl ; + StateMethod = MiscState_Impl ; + ] SID_BASICIDE_APPEAR // status(final|play) [ ExecMethod = OfaExec_Impl; @@ -216,6 +248,10 @@ shell SfxApplication + SID_OFFICE_CHECK_PLZ + [ + ExecMethod = OfaExec_Impl; + ] SID_NEWSD // status(final|play) [ ExecMethod = OfaExec_Impl; |