diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:15:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:15:01 +0000 |
commit | 7b0b5cdfeed656b279bc32cd929630d5fc25878b (patch) | |
tree | 5b89fb8497d7329d26c43f109bb014c54ffb0e8c /sw/sdi/wdrwbase.sdi | |
parent | d791366863cf9659a01b171ce0e727bfe2f28cdf (diff) |
initial import
Diffstat (limited to 'sw/sdi/wdrwbase.sdi')
-rw-r--r-- | sw/sdi/wdrwbase.sdi | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/sw/sdi/wdrwbase.sdi b/sw/sdi/wdrwbase.sdi new file mode 100644 index 000000000000..5ceadf58a86b --- /dev/null +++ b/sw/sdi/wdrwbase.sdi @@ -0,0 +1,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. + +------------------------------------------------------------------------*/ + |