Bump for 4.0-11
[LibreOffice.git] / sw / sdi / _docsh.sdi
blobed847319fca062e4903ad236febba073b9fa2aaa
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 BaseTextDocument
21     Automation = FALSE;
24     SID_PRINTPREVIEW
25     [
26         ExecMethod = Execute ;
27         StateMethod = GetState ;
28     ]
30     SID_AUTO_CORRECT_DLG
31     [
32         ExecMethod = Execute ;
33     ]
35     SID_STYLE_NEW
36     [
37         ExecMethod = ExecStyleSheet ;
38         StateMethod = NoState ;
39     ]
41     SID_STYLE_EDIT
42     [
43         ExecMethod = ExecStyleSheet ;
44         StateMethod = NoState ;
45     ]
47     SID_STYLE_DELETE
48     [
49         ExecMethod = ExecStyleSheet ;
50         StateMethod = NoState ;
51     ]
53     SID_STYLE_HIDE
54     [
55         ExecMethod = ExecStyleSheet ;
56         StateMethod = NoState ;
57     ]
59     SID_STYLE_SHOW
60     [
61         ExecMethod = ExecStyleSheet ;
62         StateMethod = NoState ;
63     ]
65     SID_TEMPLATE_LOAD
66     [
67         ExecMethod = Execute ;
68         StateMethod = NoState ;
69     ]
71     SID_GET_COLORLIST
72     [
73         ExecMethod = Execute ;
74     ]
76     SID_SPELLCHECKER_CHANGED
77     [
78         ExecMethod = Execute ;
79     ]
81     SID_MAIL_EXPORT_FINISHED
82     [
83         ExecMethod = Execute;
84     ]
85      //No Export
86     SID_STYLE_FAMILY1
87     [
88         Export = FALSE ;
89         StateMethod = StateStyleSheet ;
90     ]
92     SID_STYLE_FAMILY2
93     [
94         Export = FALSE ;
95         StateMethod = StateStyleSheet ;
96     ]
98     SID_STYLE_FAMILY3
99     [
100         Export = FALSE ;
101         StateMethod = StateStyleSheet ;
102     ]
104     SID_STYLE_FAMILY4
105     [
106         Export = FALSE ;
107         StateMethod = StateStyleSheet ;
108     ]
109     SID_STYLE_FAMILY5
110     [
111         Export = FALSE ;
112         StateMethod = StateStyleSheet ;
113     ]
116     SID_ATTR_YEAR2000
117     [
118         ExecMethod = Execute ;
119         StateMethod = GetState;
120     ]
122     SID_ATTR_CHAR_FONTLIST
123     [
124         StateMethod = GetState ;
125     ]
127     SID_MAIL_PREPAREEXPORT
128     [
129         ExecMethod = Execute ;
130         StateMethod = GetState;
131     ]