Searched refs:pRtl (Results 1 – 3 of 3) sorted by relevance
62 SbxObjectRef pRtl; // Runtime Library member in StarBASIC142 SbxObject* GetRtl() { return pRtl; } in GetRtl()204 SbxObjectRef getRTL( void ) { return pRtl; } in getRTL()
931 pRtl = new SbiStdObject( String( RTL_CONSTASCII_USTRINGPARAM(RTLNAME) ), this ); in StarBASIC()1331 pRes = pRtl; in Find()1334 pRes = ((SbiStdObject*) (SbxObject*) pRtl)->Find( rName, t ); in Find()
636 PushVar( FindElement( rBasic.pRtl, nOp1, nOp2, SbERR_PROC_UNDEFINED, sal_False ) ); in StepRTL()