Update to m13
[ooovba.git] / sw / sdi / _docsh.sdi
blob4c999efcefccd53b248a2f4b2907caf00523f94e
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: _docsh.sdi,v $
10  * $Revision: 1.9 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 interface BaseTextDocument : OfficeDocument
33         Automation = FALSE;
36         SID_PRINTPREVIEW
37         [
38                 ExecMethod = Execute ;
39                 StateMethod = GetState ;
40         ]
42     SID_AUTO_CORRECT_DLG
43         [
44                 ExecMethod = Execute ;
45         ]
47         SID_STYLE_NEW
48         [
49                 ExecMethod = ExecStyleSheet ;
50                 StateMethod = NoState ;
51         ]
53         SID_STYLE_EDIT
54         [
55                 ExecMethod = ExecStyleSheet ;
56                 StateMethod = NoState ;
57         ]
59         SID_STYLE_DELETE
60         [
61                 ExecMethod = ExecStyleSheet ;
62                 StateMethod = NoState ;
63         ]
65         SID_TEMPLATE_LOAD
66         [
67                 ExecMethod = Execute ;
68                 StateMethod = NoState ;
69         ]
71         SID_GET_COLORTABLE
72         [
73                 ExecMethod = Execute ;
74         ]
75     
76         SID_SPELLCHECKER_CHANGED
77         [
78                 ExecMethod = Execute ;
79         ]
81         SID_MAIL_PREPAREEXPORT
82         [
83                 ExecMethod = Execute ;
84         ]
85     SID_MAIL_EXPORT_FINISHED
86     [
87         ExecMethod = Execute;
88     ]
89          //No Export
90         SID_STYLE_FAMILY1
91         [
92                 Export = FALSE ;
93                 StateMethod = StateStyleSheet ;
94         ]
96         SID_STYLE_FAMILY2
97         [
98                 Export = FALSE ;
99                 StateMethod = StateStyleSheet ;
100         ]
102         SID_STYLE_FAMILY3
103         [
104                 Export = FALSE ;
105                 StateMethod = StateStyleSheet ;
106         ]
108         SID_STYLE_FAMILY4
109         [
110                 Export = FALSE ;
111                 StateMethod = StateStyleSheet ;
112         ]
113         SID_STYLE_FAMILY5
114         [
115                 Export = FALSE ;
116                 StateMethod = StateStyleSheet ;
117         ]
120         SID_ATTR_YEAR2000
121         [
122                 ExecMethod = Execute ;
123                 StateMethod = GetState;
124         ]
125         
126     SID_ATTR_CHAR_FONTLIST
127     [
128         StateMethod = GetState ;
129     ]
131     SID_BROWSER_MODE
132     [
133         ExecMethod = Execute;
134         StateMethod = GetState;
135     ]       
136     FN_PRINT_LAYOUT
137     [
138         ExecMethod = Execute;
139         StateMethod = GetState;
140     ]