xref: /AOO41X/main/sd/sdi/_docsh.sdi (revision 7aab1a1cf66a3d5a7e8358864514bc43077c5297)
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
22
23interface DrawDocument
24{
25    SID_PACKNGO // ole : ?, status : ?
26    [
27        ExecMethod = Execute ;
28        StateMethod = GetState ;
29    ]
30    SID_CLOSEDOC // ole : ?, status : ?
31    [
32        ExecMethod = Execute ;
33        StateMethod = GetState ;
34    ]
35    SID_HANGUL_HANJA_CONVERSION // ole : ?, status : ?
36    [
37        ExecMethod = Execute ;
38        StateMethod = GetState ;
39    ]
40        SID_CHINESE_CONVERSION // ole : ?, 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    ]
69
70    SID_GET_COLORTABLE
71    [
72        ExecMethod = Execute;
73    ]
74    SID_VERSION
75    [
76        ExecMethod = Execute;
77        StateMethod = GetState;
78    ]
79}
80
81