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: textsh.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 Text : BaseText
33 uuid = "1BD56200-111A-101D-9757-6E74207A7520"
36 FN_INSERT_FRAME_INTERACT // status()
38 ExecMethod = ExecInsert ;
39 StateMethod = StateInsert ;
40 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
43 // hier sollen die Slots eingefuegt werden, die vom StarWriter/WEB
44 // nicht unterstuetzt werden
48 /*-----------------24.01.97 08.13-------------------
50 --------------------------------------------------*/
54 ExecMethod = ExecField ;
55 StateMethod = StateField ;
56 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
59 /*-----------------24.01.97 08.13-------------------
60 Ende Spezielle Feldbefehle
61 --------------------------------------------------*/
63 /*-----------------24.01.97 07.36-------------------
65 --------------------------------------------------*/
77 FN_INSERT_IDX_ENTRY_DLG // status(final|play)
79 ExecMethod = ExecIdx ;
80 StateMethod = GetIdxState ;
83 FN_INSERT_AUTH_ENTRY_DLG
85 ExecMethod = ExecIdx ;
86 StateMethod = GetIdxState ;
88 FN_EDIT_AUTH_ENTRY_DLG
90 ExecMethod = ExecIdx ;
91 StateMethod = GetIdxState ;
93 FN_EDIT_IDX_ENTRY_DLG // status(final|play)
95 ExecMethod = ExecIdx ;
96 StateMethod = GetIdxState ;
98 FN_INSERT_MULTI_TOX // status(final|play)
100 ExecMethod = ExecIdx ;
101 StateMethod = GetIdxState ;
105 ExecMethod = ExecIdx ;
106 StateMethod = GetIdxState ;
108 FN_IDX_MARK_TO_IDX // status(final|play)
110 ExecMethod = ExecIdx ;
113 /*-----------------24.01.97 08.01-------------------
115 --------------------------------------------------*/
117 /*-----------------24.01.97 08.01-------------------
118 Ende Absatzeinstellungen
119 --------------------------------------------------*/
123 shell SwTextShell : SwBaseShell
125 import Text[Automation];