Home
last modified time | relevance | path

Searched refs:SbiProcDef (Results 1 – 9 of 9) sorted by relevance

/trunk/main/basic/source/comp/
H A Dsymtbl.cxx150 SbiProcDef* SbiSymPool::AddProc( const String& rName ) in AddProc()
152 SbiProcDef* p = new SbiProcDef( pParser, rName ); in AddProc()
316 SbiProcDef* SbiSymDef::GetProcDef() in GetProcDef()
408 SbiProcDef::SbiProcDef( SbiParser* pParser, const String& rName, in SbiProcDef() function in SbiProcDef
429 SbiProcDef::~SbiProcDef() in ~SbiProcDef()
432 SbiProcDef* SbiProcDef::GetProcDef() in GetProcDef()
437 void SbiProcDef::SetType( SbxDataType t ) in SetType()
447 void SbiProcDef::Match( SbiProcDef* pOld ) in Match()
482 void SbiProcDef::setPropertyMode( PropertyMode ePropMode ) in setPropertyMode()
H A Ddim.cxx815 SbiProcDef* SbiParser::ProcDecl( sal_Bool bDecl ) in ProcDecl()
822 SbiProcDef* pDef = new SbiProcDef( this, aName, true ); in ProcDecl()
960 SbiProcDef* pDef = ProcDecl( sal_True ); in DefDeclare()
969 SbiProcDef* p = pOld->GetProcDef(); in DefDeclare()
1093 SbiProcDef* pDef = ProcDecl( sal_False ); in DefProc()
H A Dexprgen.cxx121 SbiProcDef* pProc = aVar.pDef->GetProcDef(); in Gen()
H A Dcodegen.cxx171 SbiProcDef* pProc = pDef->GetProcDef(); in Save()
H A Dparser.cxx171 SbiProcDef* pProc_ = aRtlSyms.AddProc( rSym ); in CheckRTLForSym()
H A Dexprtree.cxx146 SbiProcDef* pProc = pPool->AddProc( rName ); in AddSym()
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx33 class SbiProcDef; // Prozedur
72 friend class SbiProcDef;
95 SbiProcDef* AddProc( const String& );// Prozedur hinzufuegen
138 virtual SbiProcDef* GetProcDef();
189 class SbiProcDef : public SbiSymDef { // Prozedur-Definition (aus Basic): class
201 SbiProcDef( SbiParser*, const String&, sal_Bool bProcDecl=false );
202 virtual ~SbiProcDef();
203 virtual SbiProcDef* GetProcDef();
226 void Match( SbiProcDef* pForward );
229 SbiProcDef( const SbiProcDef& );
H A Dparser.hxx42 SbiProcDef* pProc; // aktuelle Prozedur
51 SbiProcDef* ProcDecl(sal_Bool bDecl);// Prozedur-Deklaration
H A Dexpr.hxx38 class SbiProcDef;
246 sal_Bool Test( const SbiProcDef& ); // Parameter-Checks

Completed in 87 milliseconds