fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / sd / sdi / _docsh.sdi
blobb08772302161bd24cc1be0a1a73ee586c4d4391b
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  */
18 interface DrawDocument
20     SID_PACKNGO // ole : ?, status : ?
21     [
22         ExecMethod = Execute ;
23         StateMethod = GetState ;
24     ]
25     SID_CLOSEDOC // ole : ?, status : ?
26     [
27         ExecMethod = Execute ;
28         StateMethod = GetState ;
29     ]
30     SID_HANGUL_HANJA_CONVERSION // ole : ?, status : ?
31     [
32         ExecMethod = Execute ;
33         StateMethod = GetState ;
34     ]
35     SID_CHINESE_CONVERSION // ole : ?, status : ?
36     [
37         ExecMethod = Execute ;
38         StateMethod = GetState ;
39     ]
40     SID_LANGUAGE_STATUS
41     [
42         ExecMethod = Execute ;
43         StateMethod = GetState ;
44     ]
45          // ?
46     FID_SEARCH_NOW // ole : ?, status : ?
47     [
48         ExecMethod = Execute ;
49         StateMethod = GetState ;
50         GroupId = GID_DOCUMENT ;
51         Cachable ;
52     ]
53      // ?
54     FID_SEARCH_ON // ole : ?, status : ?
55     [
56         ExecMethod = Execute ;
57         StateMethod = GetState ;
58         GroupId = GID_DOCUMENT ;
59         Cachable ;
60     ]
61      // ?
62     FID_SEARCH_OFF // ole : ?, status : ?
63     [
64         ExecMethod = Execute ;
65         StateMethod = GetState ;
66         GroupId = GID_DOCUMENT ;
67         Cachable ;
68     ]
70     SID_GET_COLORLIST
71     [
72         ExecMethod = Execute;
73     ]
74     SID_VERSION
75     [
76         ExecMethod = Execute;
77         StateMethod = GetState;
78     ]