Home
last modified time | relevance | path

Searched refs:pRtl (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/basic/inc/basic/
H A Dsbstar.hxx62 SbxObjectRef pRtl; // Runtime Library member in StarBASIC
142 SbxObject* GetRtl() { return pRtl; } in GetRtl()
204 SbxObjectRef getRTL( void ) { return pRtl; } in getRTL()
/AOO41X/main/basic/source/classes/
H A Dsb.cxx931 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()
/AOO41X/main/basic/source/runtime/
H A Dstep2.cxx636 PushVar( FindElement( rBasic.pRtl, nOp1, nOp2, SbERR_PROC_UNDEFINED, sal_False ) ); in StepRTL()