diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 06:55:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 06:55:01 +0000 |
commit | 2154d2159e3a870442c06a6a08a1088abee635cf (patch) | |
tree | 68c0bfe372857ac8673382e3a6ac386fd861a004 /sfx2/sdi/appslots.sdi | |
parent | 0686fdec00d8928d368c64b6ee57b7e2964785fc (diff) |
INTEGRATION: CWS fwkq1 (1.10.76); FILE MERGED
2003/08/18 11:28:56 mba 1.10.76.2: #110843#: start Autopilots via UNO
2003/07/14 17:59:39 mba 1.10.76.1: #110843#: moved slots from ofa
Diffstat (limited to 'sfx2/sdi/appslots.sdi')
-rw-r--r-- | sfx2/sdi/appslots.sdi | 128 |
1 files changed, 126 insertions, 2 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index 01973c00e71c..08b224668733 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -5,8 +5,8 @@ #* Description shell SfxApplication #* #* Creation date MI 01/31/1995 -#* last change $Author: hr $ $Date: 2003-03-27 11:27:31 $ -#* $Revision: 1.10 $ +#* last change $Author: rt $ $Date: 2003-09-19 07:55:01 $ +#* $Revision: 1.11 $ #* #* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. #* @@ -379,6 +379,130 @@ shell SfxApplication ExecMethod = MiscExec_Impl ; StateMethod = MiscState_Impl ; ] + + //---------------------------------------------------------------------- + SID_BASICIDE_APPEAR // status(final|play) + [ + ExecMethod = OfaExec_Impl; + ] + + //---------------------------------------------------------------------- + + SID_BASICCHOOSER // status(final|play) + [ + ExecMethod = OfaExec_Impl; + ] + + //---------------------------------------------------------------------- + + SID_INET_DLG // status(final) + [ + ExecMethod = OfaExec_Impl; + ] + + //---------------------------------------------------------------------- + + SID_ONLINE_REGISTRATION + [ + ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; + ] + + //---------------------------------------------------------------------- + + SID_OFFICE_CHECK_PLZ + [ + ExecMethod = OfaExec_Impl; + ] + + //---------------------------------------------------------------------- + + SID_SD_AUTOPILOT // status(final|play) + [ + ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; + ] + + //---------------------------------------------------------------------- + + SID_NEWSD // status(final|play) + [ + ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; + ] + + //---------------------------------------------------------------------- + + FN_LABEL // status(final|play) + + [ + ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; + ] + + //---------------------------------------------------------------------- + + FN_BUSINESS_CARD // status(final|play) + + [ + ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; + ] + + //---------------------------------------------------------------------- + + SID_SW_AGENDA_WIZZARD // status(final|play) + + [ + ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; + ] + + //---------------------------------------------------------------------- + + SID_SW_FAX_WIZZARD // status(final|play) + [ + ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; + ] + + //---------------------------------------------------------------------- + + SID_SW_LETTER_WIZZARD // status(final|play) + [ + ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; + ] + + //---------------------------------------------------------------------- + + SID_SW_MEMO_WIZZARD // status(final|play) + [ + ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; + ] + + //---------------------------------------------------------------------- + + SID_COMP_BIBLIOGRAPHY + [ + ExecMethod = OfaExec_Impl; + ] + + SID_DATASOURCE_ADMINISTRATION + [ + ExecMethod = OfaExec_Impl; + ] + + SID_SDB52_IMPORT_WIZARD + [ + ExecMethod = OfaExec_Impl; + ] + + SID_ADDRESS_DATA_SOURCE + [ + ExecMethod = OfaExec_Impl; + ] } shell SfxModule |