1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: wviewsh.sdi,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 interface WebTextInTable
32 [ uuid = "B47F0DE7-1E1F-11d1-89CA-008029E4B0B1" ]
38 interface WebListInTable
39 [ uuid="B47F0DE8-1E1F-11d1-89CA-008029E4B0B1" ]
46 interface WebListInText
47 [ uuid = "B47F0DE9-1E1F-11d1-89CA-008029E4B0B1"]
53 interface WebEditView : BaseTextEditView
55 uuid = "B47F0DEA-1E1F-11d1-89CA-008029E4B0B1"
58 SID_DRAW_TEXT_MARQUEE // status()
60 ExecMethod = ExecDraw ;
61 StateMethod = GetDrawState ;
62 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
66 shell SwWebView : SfxViewShell
68 import WebEditView [Automation];
69 // import SearchSettings;
70 // import TextPage "Page";
71 // import SearchAttributes;
72 // import ReplaceAttributes;
76 interface WebSourceView : View
77 [ uuid = "95069CE0-69D8-101D-9757-C667E8298000"]
79 SID_TABLE_CELL // status()
81 StateMethod = GetState ;
83 SID_SAVEASDOC // status()
85 ExecMethod = Execute ;
86 StateMethod = GetState ;
88 SID_SAVEDOC // status()
90 ExecMethod = Execute ;
91 StateMethod = GetState ;
93 SID_PRINTDOC // status(final|play)
95 ExecMethod = Execute ;
96 StateMethod = GetState ;
98 SID_PRINTDOCDIRECT // status(final|play)
100 ExecMethod = Execute ;
101 StateMethod = GetState ;
105 ExecMethod = Execute ;
106 StateMethod = GetState ;
110 ExecMethod = Execute ;
111 StateMethod = GetState ;
116 ExecMethod = Execute ;
117 StateMethod = GetState ;
119 FN_REPEAT_SEARCH // status(final|play)
121 ExecMethod = Execute;
122 StateMethod = GetState ;
124 SID_UNDO // status(final|play)
126 ExecMethod = Execute ;
127 StateMethod = GetState ;
130 SID_REDO // status(final|play)
132 ExecMethod = Execute ;
133 StateMethod = GetState ;
136 SID_REPEAT // status()
138 ExecMethod = Execute ;
139 StateMethod = GetState ;
140 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
143 SID_CUT // status(final|play)
145 ExecMethod = Execute ;
146 StateMethod = GetState ;
147 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
150 SID_COPY // status(final|play)
152 ExecMethod = Execute ;
153 StateMethod = GetState ;
156 SID_PASTE // status(final|play)
158 ExecMethod = Execute ;
159 StateMethod = GetState ;
160 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
163 SID_SELECTALL // status(final|play)
165 ExecMethod = Execute ;
166 StateMethod = NoState ;
170 StateMethod = GetState ;
172 SID_MAIL_SENDDOCASPDF
174 StateMethod = GetState ;
178 StateMethod = GetState ;
182 StateMethod = GetState ;
184 SID_DIRECTEXPORTDOCASPDF
186 StateMethod = GetState ;
190 StateMethod = GetState;
194 StateMethod = GetState;
198 shell SwSrcView : SfxViewShell
201 import WebSourceView [Automation];