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