xref: /aoo42x/main/sd/sdi/app.sdi (revision cdf0e10c)
1interface StarImpress
2[
3	uuid ( "A1814AE0-07D4-11CF-89CA-008029E4B0B1" )
4]
5{
6	SID_NEWDOC // ole : ?, status : ?
7	[
8		ExecMethod = Execute ;
9		StateMethod = GetState ;
10		GroupId = GID_APPLICATION ;
11		Cachable , Container ;
12	]
13
14	SID_ATTR_METRIC
15	[
16		ExecMethod = Execute;
17		StateMethod = GetState;
18	]
19
20	SID_SD_AUTOPILOT // ole : ?, status : ?
21	[
22		ExecMethod = Execute ;
23		StateMethod = GetState ;
24	]
25
26	SID_NEWSD // ole : ?, status : ?
27	[
28		ExecMethod = Execute ;
29		StateMethod = GetState ;
30	]
31	SID_OPENDOC // ole() api()
32	[
33
34		ExecMethod = Execute ;
35		StateMethod = GetState ;
36	]
37
38	SID_OPENHYPERLINK // ole() api()
39	[
40
41		ExecMethod = Execute ;
42		StateMethod = GetState ;
43	]
44
45	SID_AUTOSPELL_CHECK // ole() api()
46	[
47
48		ExecMethod = Execute ;
49		StateMethod = GetState ;
50	]
51
52	SID_ATTR_LANGUAGE // ole() api()
53	[
54
55		ExecMethod = Execute ;
56		StateMethod = GetState ;
57	]
58
59	SID_ATTR_CHAR_CJK_LANGUAGE // ole() api()
60	[
61
62		ExecMethod = Execute ;
63		StateMethod = GetState ;
64	]
65
66	SID_ATTR_CHAR_CTL_LANGUAGE // ole() api()
67	[
68
69		ExecMethod = Execute ;
70		StateMethod = GetState ;
71	]
72
73	SID_OUTLINE_TO_IMPRESS // ole() api()
74	[
75		ExecMethod = Execute ;
76		StateMethod = GetState ;
77	]
78}
79
80shell SdModule
81{
82	import StarImpress[Automation];
83}
84
85