xref: /aoo41x/main/sw/sdi/wdrwbase.sdi (revision ee093554)
11daf921aSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
31daf921aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
41daf921aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
51daf921aSAndrew Rist * distributed with this work for additional information
61daf921aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
71daf921aSAndrew Rist * to you under the Apache License, Version 2.0 (the
81daf921aSAndrew Rist * "License"); you may not use this file except in compliance
91daf921aSAndrew Rist * with the License.  You may obtain a copy of the License at
101daf921aSAndrew Rist *
111daf921aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
121daf921aSAndrew Rist *
131daf921aSAndrew Rist * Unless required by applicable law or agreed to in writing,
141daf921aSAndrew Rist * software distributed under the License is distributed on an
151daf921aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
161daf921aSAndrew Rist * KIND, either express or implied.  See the License for the
171daf921aSAndrew Rist * specific language governing permissions and limitations
181daf921aSAndrew Rist * under the License.
191daf921aSAndrew Rist *
201daf921aSAndrew Rist *************************************************************/
21cdf0e10cSrcweir
22cdf0e10cSrcweirinterface WebDrawBase : BaseTextDrawBase
23cdf0e10cSrcweir[
24cdf0e10cSrcweir	Automation = FALSE;
25cdf0e10cSrcweir]
26cdf0e10cSrcweir{
27cdf0e10cSrcweir	import BaseTextSelection;
28cdf0e10cSrcweir}
29cdf0e10cSrcweir
30cdf0e10cSrcweir
31cdf0e10cSrcweirshell SwWebDrawBaseShell: SwBaseShell
32cdf0e10cSrcweir{
33cdf0e10cSrcweir		import WebDrawBase[Automation];
34*ee093554SAndre Fischer        import Sidebar;
35cdf0e10cSrcweir
36cdf0e10cSrcweir	SID_OBJECT_ALIGN
37cdf0e10cSrcweir	[
38cdf0e10cSrcweir		ExecMethod = Execute ;
39cdf0e10cSrcweir		StateMethod = GetState ;
40cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
41cdf0e10cSrcweir	]
42cdf0e10cSrcweir}
43cdf0e10cSrcweir
44cdf0e10cSrcweir
45