From 7b0b5cdfeed656b279bc32cd929630d5fc25878b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 18 Sep 2000 16:15:01 +0000 Subject: initial import --- sw/sdi/drwbassh.sdi | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 sw/sdi/drwbassh.sdi (limited to 'sw/sdi/drwbassh.sdi') diff --git a/sw/sdi/drwbassh.sdi b/sw/sdi/drwbassh.sdi new file mode 100644 index 000000000000..433db34f4b06 --- /dev/null +++ b/sw/sdi/drwbassh.sdi @@ -0,0 +1,60 @@ +/*----------------------------------------------------------------------- + + $Workfile: drwbassh.sdi $ + + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/drwbassh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $ + + Beschreibung: IDL - File SwDrawBaseShell + + (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg + +------------------------------------------------------------------------*/ + +interface TextDrawBase : BaseTextDrawBase +[ + Automation = FALSE; +] +{ + import TextSelection; +} + +shell SwDrawBaseShell: SwBaseShell +{ + import TextDrawBase[Automation]; + + SID_OBJECT_ALIGN + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] +} + +/*------------------------------------------------------------------------ + + $Log: not supported by cvs2svn $ + Revision 1.6 1998/11/12 16:28:34 MA + #58677# Disable Flag + + + Rev 1.5 12 Nov 1998 17:28:34 MA + #58677# Disable Flag + + Rev 1.4 28 Aug 1997 12:56:24 MBA + Neue Interface-Namen + + Rev 1.3 13 Feb 1997 12:44:46 MA + unnoetige Texte entfernt + + Rev 1.2 23 Jan 1997 14:39:02 OS + Ableitung von _DrawBase + + Rev 1.1 23 Jan 1997 10:49:24 OM + Neue Shells: Control- und DrawBaseShell + + Rev 1.0 22 Jan 1997 11:18:06 OM + Initial revision. + +------------------------------------------------------------------------*/ + + -- cgit