1da40c2372
2003/08/20 08:44:03 mba 1.5.166.2: #110843#: new slot for new with Autopilot 2003/08/18 11:30:08 mba 1.5.166.1: #110843#: start Autopilots via UNO
85 lines
1.5 KiB
Text
85 lines
1.5 KiB
Text
|
|
interface StarImpress : Module
|
|
[
|
|
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];
|
|
}
|
|
|