merge the formfield patch from ooo-build
[ooovba.git] / sw / sdi / textsh.sdi
blobaf5497fcd52ab784c4a65b9ce53518ac4c9b6eb3
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: textsh.sdi,v $
10  * $Revision: 1.4 $
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 Text : BaseText
33     uuid = "1BD56200-111A-101D-9757-6E74207A7520"
36     FN_INSERT_FRAME_INTERACT // status()
37     [
38         ExecMethod = ExecInsert ;
39         StateMethod = StateInsert ;
40         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
41         Cachable ;
42     ]
43      // hier sollen die Slots eingefuegt werden, die vom StarWriter/WEB
44      // nicht unterstuetzt werden
46     import TextSelection;
48     /*-----------------24.01.97 08.13-------------------
49     Spezielle Feldbefehle
50 --------------------------------------------------*/
52     FN_INSERT_FLD_TOPIC
53     [
54         ExecMethod = ExecField ;
55         StateMethod = StateField ;
56         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
57         ReadOnlyDoc = FALSE ;
58     ]
59     /*-----------------24.01.97 08.13-------------------
60     Ende Spezielle Feldbefehle
61 --------------------------------------------------*/
63     /*-----------------24.01.97 07.36-------------------
64     Verzeichnisse
65 --------------------------------------------------*/
67     /*
68 enum TOXTypes
70     TOX_INDEX,
71     TOX_USER,
72     TOX_CONTENT
75  */
77     FN_INSERT_IDX_ENTRY_DLG // status(final|play)
78     [
79         ExecMethod = ExecIdx ;
80         StateMethod = GetIdxState ;
81     ]
83     FN_INSERT_AUTH_ENTRY_DLG
84     [
85         ExecMethod = ExecIdx ;
86         StateMethod = GetIdxState ;
87     ]
88     FN_EDIT_AUTH_ENTRY_DLG
89     [
90         ExecMethod = ExecIdx ;
91         StateMethod = GetIdxState ;
92     ]
93     FN_EDIT_IDX_ENTRY_DLG // status(final|play)
94     [
95         ExecMethod = ExecIdx ;
96         StateMethod = GetIdxState ;
97     ]
98     FN_INSERT_MULTI_TOX // status(final|play)
99     [
100         ExecMethod = ExecIdx ;
101         StateMethod = GetIdxState ;
102     ]
103     FN_REMOVE_CUR_TOX
104     [
105         ExecMethod = ExecIdx ;
106         StateMethod = GetIdxState ;
107     ]
108     FN_IDX_MARK_TO_IDX // status(final|play)
109     [
110         ExecMethod = ExecIdx ;
111     ]
113     /*-----------------24.01.97 08.01-------------------
114     Absatzeinstellungen
115 --------------------------------------------------*/
117     /*-----------------24.01.97 08.01-------------------
118     Ende Absatzeinstellungen
119 --------------------------------------------------*/
123 shell SwTextShell : SwBaseShell
125     import Text[Automation];