office-gobmx/sd/sdi/app.sdi

85 lines
1.4 KiB
Text
Raw Normal View History

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