INTEGRATION: CWS tbe11 (1.17.58); FILE MERGED

2004/07/15 17:49:51 tbe 1.17.58.2: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer
2004/06/21 11:23:45 tbe 1.17.58.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only
This commit is contained in:
Kurt Zenker 2004-07-23 11:01:45 +00:00
parent 861266f519
commit 2561146358

View file

@ -2,9 +2,9 @@
*
* $RCSfile: baside2.hxx,v $
*
* $Revision: 1.18 $
* $Revision: 1.19 $
*
* last change: $Author: rt $ $Date: 2004-07-23 10:11:09 $
* last change: $Author: kz $ $Date: 2004-07-23 12:01:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -396,7 +396,7 @@ class ModulWindow: public IDEBaseWindow
friend class BasicIDEShell;
private:
StarBASICRef xBasic;
short nValid;
ComplexEditorWindow aXEditorWindow;
BasicStatus aStatus;
@ -425,8 +425,8 @@ protected:
public:
TYPEINFO();
ModulWindow( ModulWindowLayout* pParent, StarBASIC* pBasic,
SfxObjectShell* pShell, String aLibName, String aName, ::rtl::OUString& aModule );
ModulWindow( ModulWindowLayout* pParent, SfxObjectShell* pShell, String aLibName,
String aName, ::rtl::OUString& aModule );
~ModulWindow();
@ -437,11 +437,13 @@ public:
virtual BOOL CanClose();
virtual void PrintData( Printer* pPrinter );
virtual String GetTitle();
virtual String CreateSbxDescription();
virtual BasicEntryDescriptor CreateEntryDescriptor();
virtual BOOL AllowUndo();
virtual void SetReadOnly( BOOL bReadOnly );
virtual BOOL IsReadOnly();
StarBASIC* GetBasic() { return xBasic; }
SbModule* GetSbModule() { return xModule; }
void SetSbModule( SbModule* pModule ) { xModule = pModule; }
String GetSbModuleName();