From 74f6a413e0d8121a8e6ed33b51df4b39b5e23431 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 19 May 2004 07:03:03 +0000 Subject: INTEGRATION: CWS scriptingf4 (1.15.22); FILE MERGED 2004/03/24 13:11:59 dfoster 1.15.22.1: #i26923# Implmentation of the Script Organizer spec. --- basctl/source/basicide/moduldlg.hxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx index 0f0d5fa2e199..68a92f29ebb1 100644 --- a/basctl/source/basicide/moduldlg.hxx +++ b/basctl/source/basicide/moduldlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: moduldlg.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2003-11-05 12:39:53 $ + * last change: $Author: rt $ $Date: 2004-05-19 08:03:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,6 +102,7 @@ class StarBASIC; #define NEWOBJECTMODE_LIB 1 #define NEWOBJECTMODE_MOD 2 #define NEWOBJECTMODE_DLG 3 +#define NEWOBJECTMODE_METH 4 class NewObjectDialog : public ModalDialog { @@ -215,7 +216,7 @@ private: TabControl aTabCtrl; public: - OrganizeDialog( Window* pParent ); + OrganizeDialog( Window* pParent, INT16 tabId ); ~OrganizeDialog(); void SetCurrentModule( const String& rMacroDescr ); @@ -257,7 +258,7 @@ protected: virtual void DeactivatePage(); public: - ObjectPage( Window* pParent ); + ObjectPage( Window* pParent, USHORT nMode ); void SetCurrentModule( const String& rMacroDescr ) { aCurEntryDescr = rMacroDescr; ImplMarkCurrentModule(); } void SetTabDlg( TabDialog* p ) { pTabDlg = p;} -- cgit v1.2.3