make gbuild makefiles run independant of pwd again
[LibreOffice.git] / sd / sdi / app.sdi
blob69df9f3642347e2a0c7440afe063e307af68a858
1 interface StarImpress
3     uuid ( "A1814AE0-07D4-11CF-89CA-008029E4B0B1" )
6     SID_NEWDOC // ole : ?, status : ?
7     [
8         ExecMethod = Execute ;
9         StateMethod = GetState ;
10         GroupId = GID_APPLICATION ;
11         Cachable , Container ;
12     ]
14     SID_ATTR_METRIC
15     [
16         ExecMethod = Execute;
17         StateMethod = GetState;
18     ]
20     SID_SD_AUTOPILOT // ole : ?, status : ?
21     [
22         ExecMethod = Execute ;
23         StateMethod = GetState ;
24     ]
26     SID_NEWSD // ole : ?, status : ?
27     [
28         ExecMethod = Execute ;
29         StateMethod = GetState ;
30     ]
31     SID_OPENDOC // ole() api()
32     [
34         ExecMethod = Execute ;
35         StateMethod = GetState ;
36     ]
38     SID_OPENHYPERLINK // ole() api()
39     [
41         ExecMethod = Execute ;
42         StateMethod = GetState ;
43     ]
45     SID_AUTOSPELL_CHECK // ole() api()
46     [
48         ExecMethod = Execute ;
49         StateMethod = GetState ;
50     ]
52     SID_ATTR_LANGUAGE // ole() api()
53     [
55         ExecMethod = Execute ;
56         StateMethod = GetState ;
57     ]
59     SID_ATTR_CHAR_CJK_LANGUAGE // ole() api()
60     [
62         ExecMethod = Execute ;
63         StateMethod = GetState ;
64     ]
66     SID_ATTR_CHAR_CTL_LANGUAGE // ole() api()
67     [
69         ExecMethod = Execute ;
70         StateMethod = GetState ;
71     ]
73     SID_OUTLINE_TO_IMPRESS // ole() api()
74     [
75         ExecMethod = Execute ;
76         StateMethod = GetState ;
77     ]
80 shell SdModule
82     import StarImpress[Automation];