summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-23 11:01:45 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-23 11:01:45 +0000
commit256114635844471bd5dfa8dff0d0e43bfa7c398e (patch)
tree9ae3308cec52b0678dd8ddda5d48192ac86ea8d0 /basctl/source
parent861266f519b5f0ba9cfc79520f493f2ab48dc87f (diff)
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
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/basicide/baside2.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx
index 1b05370de880..62d4947ef206 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -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();