summaryrefslogtreecommitdiff
path: root/sw/sdi/wdrwbase.sdi
blob: 5ceadf58a86ba289dbfa0f5cb768b3ee83320ef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/*-----------------------------------------------------------------------

    $Workfile:   wdrwbase.sdi  $

    $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wdrwbase.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $

    Beschreibung:   WebDrawBaseShell

    (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg

------------------------------------------------------------------------*/

interface WebDrawBase : BaseTextDrawBase
[
    Automation = FALSE;
]
{
    import BaseTextSelection;
}


shell SwWebDrawBaseShell: SwBaseShell
{
        import WebDrawBase[Automation];

    SID_OBJECT_ALIGN
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
    ]
}

/*------------------------------------------------------------------------

    $Log: not supported by cvs2svn $
    Revision 1.6  2000/02/01 09:45:00  os
    #72282# SwWebBaseShell removed

    Revision 1.5  1998/11/12 16:28:52  MA
    #58677# Disable Flag


      Rev 1.4   12 Nov 1998 17:28:52   MA
   #58677# Disable Flag

      Rev 1.3   03 Sep 1997 16:51:40   MBA
   Neue Shell

      Rev 1.2   28 Aug 1997 12:37:14   MBA
   Neue Interface-Namen

      Rev 1.1   12 Feb 1997 19:00:52   MA
   unnoetige Texte

      Rev 1.0   23 Jan 1997 14:43:06   OS
   Initial revision.

------------------------------------------------------------------------*/