calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git] / sd / sdi / _docsh.sdi
blob02de70858ab075becfb24963772e39f7d280a15e
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_ATTR_CHAR_FONTLIST
21     [
22         StateMethod = GetState ;
23     ]
24     SID_CLOSEDOC // ole : ?, status : ?
25     [
26         ExecMethod = Execute ;
27         StateMethod = GetState ;
28     ]
29     SID_HANGUL_HANJA_CONVERSION // ole : ?, status : ?
30     [
31         ExecMethod = Execute ;
32         StateMethod = GetState ;
33     ]
34     SID_CHINESE_CONVERSION // ole : ?, status : ?
35     [
36         ExecMethod = Execute ;
37         StateMethod = GetState ;
38     ]
39     SID_LANGUAGE_STATUS
40     [
41         ExecMethod = Execute ;
42         StateMethod = GetState ;
43     ]
44          // ?
45     FID_SEARCH_NOW // ole : ?, status : ?
46     [
47         ExecMethod = Execute ;
48         StateMethod = GetState ;
49         GroupId = SfxGroupId::Document ;
50     ]
51      // ?
52     FID_SEARCH_ON // ole : ?, status : ?
53     [
54         ExecMethod = Execute ;
55         StateMethod = GetState ;
56         GroupId = SfxGroupId::Document ;
57     ]
58      // ?
59     FID_SEARCH_OFF // ole : ?, status : ?
60     [
61         ExecMethod = Execute ;
62         StateMethod = GetState ;
63         GroupId = SfxGroupId::Document ;
64     ]
66     SID_GET_COLORLIST
67     [
68         ExecMethod = Execute;
69     ]
70     SID_VERSION
71     [
72         ExecMethod = Execute;
73         StateMethod = GetState;
74     ]
75     SID_NOTEBOOKBAR
76     [
77         ExecMethod = Execute;
78         StateMethod = GetState;
79     ]
81     SID_SPELLCHECK_IGNORE_ALL
82     [
83         ExecMethod = Execute ;
84         StateMethod = GetState ;
85     ]
87     SID_SPELLCHECK_APPLY_SUGGESTION
88     [
89         ExecMethod = Execute ;
90         StateMethod = GetState ;
91     ]