xref: /trunk/main/sw/sdi/wtextsh.sdi (revision 5702f3daf73a77061dd855684838a1068b9192f6)
1*1daf921aSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*1daf921aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*1daf921aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*1daf921aSAndrew Rist * distributed with this work for additional information
6*1daf921aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*1daf921aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*1daf921aSAndrew Rist * "License"); you may not use this file except in compliance
9*1daf921aSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*1daf921aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*1daf921aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*1daf921aSAndrew Rist * software distributed under the License is distributed on an
15*1daf921aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*1daf921aSAndrew Rist * KIND, either express or implied.  See the License for the
17*1daf921aSAndrew Rist * specific language governing permissions and limitations
18*1daf921aSAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*1daf921aSAndrew Rist *************************************************************/
21cdf0e10cSrcweir
22cdf0e10cSrcweirinterface WebText : BaseText
23cdf0e10cSrcweir[
24cdf0e10cSrcweir    uuid = "B47F0DE5-1E1F-11d1-89CA-008029E4B0B1";
25cdf0e10cSrcweir]
26cdf0e10cSrcweir{
27cdf0e10cSrcweir    FN_INSERT_FRAME_INTERACT_NOCOL
28cdf0e10cSrcweir    [
29cdf0e10cSrcweir        ExecMethod = ExecInsert ;
30cdf0e10cSrcweir        StateMethod = StateInsert ;
31cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
32cdf0e10cSrcweir        Cachable ;
33cdf0e10cSrcweir    ]
34cdf0e10cSrcweir    // hier sollen die Slots eingefuegt werden, die n u r vom StarWriter/WEB
35cdf0e10cSrcweir    // unterstuetzt werden
36cdf0e10cSrcweir    import TextSelection;
37cdf0e10cSrcweir}
38cdf0e10cSrcweir
39cdf0e10cSrcweirshell SwWebTextShell : SwBaseShell
40cdf0e10cSrcweir{
41cdf0e10cSrcweir    import WebText[Automation];
42cdf0e10cSrcweir}
43