xref: /aoo4110/main/sd/sdi/app.sdi (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22interface StarImpress
23[
24	uuid ( "A1814AE0-07D4-11CF-89CA-008029E4B0B1" )
25]
26{
27	SID_NEWDOC // ole : ?, status : ?
28	[
29		ExecMethod = Execute ;
30		StateMethod = GetState ;
31		GroupId = GID_APPLICATION ;
32		Cachable , Container ;
33	]
34
35	SID_ATTR_METRIC
36	[
37		ExecMethod = Execute;
38		StateMethod = GetState;
39	]
40
41	SID_SD_AUTOPILOT // ole : ?, status : ?
42	[
43		ExecMethod = Execute ;
44		StateMethod = GetState ;
45	]
46
47	SID_NEWSD // ole : ?, status : ?
48	[
49		ExecMethod = Execute ;
50		StateMethod = GetState ;
51	]
52	SID_OPENDOC // ole() api()
53	[
54
55		ExecMethod = Execute ;
56		StateMethod = GetState ;
57	]
58
59	SID_OPENHYPERLINK // ole() api()
60	[
61
62		ExecMethod = Execute ;
63		StateMethod = GetState ;
64	]
65
66	SID_AUTOSPELL_CHECK // ole() api()
67	[
68
69		ExecMethod = Execute ;
70		StateMethod = GetState ;
71	]
72
73	SID_ATTR_LANGUAGE // ole() api()
74	[
75
76		ExecMethod = Execute ;
77		StateMethod = GetState ;
78	]
79
80	SID_ATTR_CHAR_CJK_LANGUAGE // ole() api()
81	[
82
83		ExecMethod = Execute ;
84		StateMethod = GetState ;
85	]
86
87	SID_ATTR_CHAR_CTL_LANGUAGE // ole() api()
88	[
89
90		ExecMethod = Execute ;
91		StateMethod = GetState ;
92	]
93
94	SID_OUTLINE_TO_IMPRESS // ole() api()
95	[
96		ExecMethod = Execute ;
97		StateMethod = GetState ;
98	]
99}
100
101shell SdModule
102{
103	import StarImpress[Automation];
104}
105
106