office-gobmx/sd/sdi/app.sdi
Vladimir Glazounov c82c3e12f8 CWS-TOOLING: integrate CWS mav48_DEV300
2009-03-09 12:55:54 +0100 mav  r269080 : #i99918# provide decoded version of the name
2009-03-09 10:14:59 +0100 mav  r269064 : #99967# let readonly files be correctly recognized
2009-03-09 07:04:09 +0100 mav  r269056 : #i99922# fix the typo
2009-03-06 14:10:29 +0100 mav  r269005 : #i99922# convert system path correctly
2009-03-06 13:53:45 +0100 mav  r269001 : #i99922# Prevent the problem for the case that the configuration contains wrong URL
2009-03-06 13:16:56 +0100 mav  r268999 : #i99919# handle SID_OPENHYPERLINK correctly in slide-show
2009-03-17 08:30:09 +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_OPENHYPERLINK // 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];
}