office-gobmx/sd/sdi/app.sdi
Rüdiger Timm 320a1a5fa6 INTEGRATION: CWS sfxcleanup (1.6.756); FILE MERGED
2006/03/02 09:28:26 mba 1.6.756.1: #132394#: remove superfluous code
2006-05-02 13:59:59 +00:00

84 lines
1.4 KiB
Text

interface StarImpress
[
uuid ( "A1814AE0-07D4-11CF-89CA-008029E4B0B1" )
]
{
SID_NEWDOC // ole : ?, status : ?
[
ExecMethod = Execute ;
StateMethod = GetState ;
GroupId = GID_APPLICATION ;
Cachable , Container ;
]
SID_ATTR_METRIC
[
ExecMethod = Execute;
StateMethod = GetState;
]
SID_SD_AUTOPILOT // ole : ?, status : ?
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_NEWSD // ole : ?, status : ?
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_OPENDOC // ole() api()
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_AUTOSPELL_MARKOFF // ole() api()
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_AUTOSPELL_CHECK // ole() api()
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_ATTR_LANGUAGE // ole() api()
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_ATTR_CHAR_CJK_LANGUAGE // ole() api()
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_ATTR_CHAR_CTL_LANGUAGE // ole() api()
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_OUTLINE_TO_IMPRESS // ole() api()
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
}
shell SdModule
{
import StarImpress[Automation];
}