xref: /AOO41X/main/sw/sdi/textsh.sdi (revision a02241ff8aec54e414276c40fc61b6a88af4d516)
1*a02241ffSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*a02241ffSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*a02241ffSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*a02241ffSAndrew Rist * distributed with this work for additional information
6*a02241ffSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*a02241ffSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*a02241ffSAndrew Rist * "License"); you may not use this file except in compliance
9*a02241ffSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*a02241ffSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*a02241ffSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*a02241ffSAndrew Rist * software distributed under the License is distributed on an
15*a02241ffSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*a02241ffSAndrew Rist * KIND, either express or implied.  See the License for the
17*a02241ffSAndrew Rist * specific language governing permissions and limitations
18*a02241ffSAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*a02241ffSAndrew Rist *************************************************************/
21*a02241ffSAndrew Rist
22*a02241ffSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirinterface Text : BaseText
25cdf0e10cSrcweir[
26cdf0e10cSrcweir	uuid = "1BD56200-111A-101D-9757-6E74207A7520"
27cdf0e10cSrcweir]
28cdf0e10cSrcweir{
29cdf0e10cSrcweir	FN_INSERT_FRAME_INTERACT // status()
30cdf0e10cSrcweir	[
31cdf0e10cSrcweir		ExecMethod = ExecInsert ;
32cdf0e10cSrcweir		StateMethod = StateInsert ;
33cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
34cdf0e10cSrcweir		Cachable ;
35cdf0e10cSrcweir	]
36cdf0e10cSrcweir	 // hier sollen die Slots eingefuegt werden, die vom StarWriter/WEB
37cdf0e10cSrcweir	 // nicht unterstuetzt werden
38cdf0e10cSrcweir
39cdf0e10cSrcweir	import TextSelection;
40cdf0e10cSrcweir
41cdf0e10cSrcweir	/*-----------------24.01.97 08.13-------------------
42cdf0e10cSrcweir	Spezielle Feldbefehle
43cdf0e10cSrcweir--------------------------------------------------*/
44cdf0e10cSrcweir
45cdf0e10cSrcweir	FN_INSERT_FLD_TOPIC
46cdf0e10cSrcweir	[
47cdf0e10cSrcweir		ExecMethod = ExecField ;
48cdf0e10cSrcweir		StateMethod = StateField ;
49cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
50cdf0e10cSrcweir		ReadOnlyDoc = FALSE ;
51cdf0e10cSrcweir	]
52cdf0e10cSrcweir	/*-----------------24.01.97 08.13-------------------
53cdf0e10cSrcweir	Ende Spezielle Feldbefehle
54cdf0e10cSrcweir--------------------------------------------------*/
55cdf0e10cSrcweir
56cdf0e10cSrcweir	/*-----------------24.01.97 07.36-------------------
57cdf0e10cSrcweir	Verzeichnisse
58cdf0e10cSrcweir--------------------------------------------------*/
59cdf0e10cSrcweir
60cdf0e10cSrcweir	/*
61cdf0e10cSrcweirenum TOXTypes
62cdf0e10cSrcweir{
63cdf0e10cSrcweir	TOX_INDEX,
64cdf0e10cSrcweir	TOX_USER,
65cdf0e10cSrcweir	TOX_CONTENT
66cdf0e10cSrcweir};
67cdf0e10cSrcweir
68cdf0e10cSrcweir */
69cdf0e10cSrcweir
70cdf0e10cSrcweir	FN_INSERT_IDX_ENTRY_DLG // status(final|play)
71cdf0e10cSrcweir	[
72cdf0e10cSrcweir		ExecMethod = ExecIdx ;
73cdf0e10cSrcweir		StateMethod = GetIdxState ;
74cdf0e10cSrcweir	]
75cdf0e10cSrcweir
76cdf0e10cSrcweir	FN_INSERT_AUTH_ENTRY_DLG
77cdf0e10cSrcweir	[
78cdf0e10cSrcweir		ExecMethod = ExecIdx ;
79cdf0e10cSrcweir		StateMethod = GetIdxState ;
80cdf0e10cSrcweir	]
81cdf0e10cSrcweir	FN_EDIT_AUTH_ENTRY_DLG
82cdf0e10cSrcweir	[
83cdf0e10cSrcweir		ExecMethod = ExecIdx ;
84cdf0e10cSrcweir		StateMethod = GetIdxState ;
85cdf0e10cSrcweir	]
86cdf0e10cSrcweir	FN_EDIT_IDX_ENTRY_DLG // status(final|play)
87cdf0e10cSrcweir	[
88cdf0e10cSrcweir		ExecMethod = ExecIdx ;
89cdf0e10cSrcweir		StateMethod = GetIdxState ;
90cdf0e10cSrcweir	]
91cdf0e10cSrcweir	FN_INSERT_MULTI_TOX // status(final|play)
92cdf0e10cSrcweir	[
93cdf0e10cSrcweir		ExecMethod = ExecIdx ;
94cdf0e10cSrcweir		StateMethod = GetIdxState ;
95cdf0e10cSrcweir	]
96cdf0e10cSrcweir	FN_REMOVE_CUR_TOX
97cdf0e10cSrcweir	[
98cdf0e10cSrcweir		ExecMethod = ExecIdx ;
99cdf0e10cSrcweir		StateMethod = GetIdxState ;
100cdf0e10cSrcweir	]
101cdf0e10cSrcweir	FN_IDX_MARK_TO_IDX // status(final|play)
102cdf0e10cSrcweir	[
103cdf0e10cSrcweir		ExecMethod = ExecIdx ;
104cdf0e10cSrcweir	]
105cdf0e10cSrcweir
106cdf0e10cSrcweir	/*-----------------24.01.97 08.01-------------------
107cdf0e10cSrcweir	Absatzeinstellungen
108cdf0e10cSrcweir--------------------------------------------------*/
109cdf0e10cSrcweir
110cdf0e10cSrcweir	/*-----------------24.01.97 08.01-------------------
111cdf0e10cSrcweir	Ende Absatzeinstellungen
112cdf0e10cSrcweir--------------------------------------------------*/
113cdf0e10cSrcweir
114cdf0e10cSrcweir}
115cdf0e10cSrcweir
116cdf0e10cSrcweirshell SwTextShell : SwBaseShell
117cdf0e10cSrcweir{
118cdf0e10cSrcweir	import Text[Automation];
119cdf0e10cSrcweir}
120cdf0e10cSrcweir
121