Update git submodules
[LibreOffice.git] / sd / sdi / app.sdi
blobb524f4a4b5abe7cf1e0af0de2c1d9109805e6f6b
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 interface StarImpress
21     SID_NEWDOC // ole : ?, status : ?
22     [
23         ExecMethod = Execute ;
24         StateMethod = GetState ;
25         GroupId = SfxGroupId::Application ;
26         Container ;
27     ]
29     SID_ATTR_METRIC
30     [
31         ExecMethod = Execute;
32         StateMethod = GetState;
33     ]
35     SID_NEWSD // ole : ?, status : ?
36     [
37         ExecMethod = Execute ;
38         StateMethod = GetState ;
39     ]
40     SID_OPENDOC // ole() api()
41     [
43         ExecMethod = Execute ;
44         StateMethod = GetState ;
45     ]
47     SID_OPENHYPERLINK // ole() api()
48     [
50         ExecMethod = Execute ;
51         StateMethod = GetState ;
52     ]
54     SID_AUTOSPELL_CHECK // ole() api()
55     [
57         ExecMethod = Execute ;
58         StateMethod = GetState ;
59     ]
61     SID_ATTR_LANGUAGE // ole() api()
62     [
64         ExecMethod = Execute ;
65         StateMethod = GetState ;
66     ]
68     SID_ATTR_CHAR_CJK_LANGUAGE // ole() api()
69     [
71         ExecMethod = Execute ;
72         StateMethod = GetState ;
73     ]
75     SID_ATTR_CHAR_CTL_LANGUAGE // ole() api()
76     [
78         ExecMethod = Execute ;
79         StateMethod = GetState ;
80     ]
82     SID_OUTLINE_TO_IMPRESS // ole() api()
83     [
84         ExecMethod = Execute ;
85         StateMethod = GetState ;
86     ]
89 shell SdModule
91     import StarImpress;