xref: /aoo41x/main/sw/sdi/drwbassh.sdi (revision ee093554)
1a02241ffSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3a02241ffSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4a02241ffSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5a02241ffSAndrew Rist * distributed with this work for additional information
6a02241ffSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7a02241ffSAndrew Rist * to you under the Apache License, Version 2.0 (the
8a02241ffSAndrew Rist * "License"); you may not use this file except in compliance
9a02241ffSAndrew Rist * with the License.  You may obtain a copy of the License at
10a02241ffSAndrew Rist *
11a02241ffSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12a02241ffSAndrew Rist *
13a02241ffSAndrew Rist * Unless required by applicable law or agreed to in writing,
14a02241ffSAndrew Rist * software distributed under the License is distributed on an
15a02241ffSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16a02241ffSAndrew Rist * KIND, either express or implied.  See the License for the
17a02241ffSAndrew Rist * specific language governing permissions and limitations
18a02241ffSAndrew Rist * under the License.
19a02241ffSAndrew Rist *
20a02241ffSAndrew Rist *************************************************************/
21a02241ffSAndrew Rist
22a02241ffSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirinterface TextDrawBase : BaseTextDrawBase
25cdf0e10cSrcweir[
26cdf0e10cSrcweir	Automation = FALSE;
27cdf0e10cSrcweir]
28cdf0e10cSrcweir{
29cdf0e10cSrcweir	import TextSelection;
30cdf0e10cSrcweir}
31cdf0e10cSrcweir
32cdf0e10cSrcweirshell SwDrawBaseShell: SwBaseShell
33cdf0e10cSrcweir{
34cdf0e10cSrcweir		import TextDrawBase[Automation];
35*ee093554SAndre Fischer        import Sidebar;
36cdf0e10cSrcweir
37cdf0e10cSrcweir	SID_OBJECT_ALIGN
38cdf0e10cSrcweir	[
39cdf0e10cSrcweir		ExecMethod = Execute ;
40cdf0e10cSrcweir		StateMethod = GetState ;
41cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
42cdf0e10cSrcweir	]
43cdf0e10cSrcweir}
44cdf0e10cSrcweir
45