Searched refs:GetRtl (Results 1 – 4 of 4) sorted by relevance
960 SbxVariable* pVar = pBasic->GetRtl()->Find( aName, SbxCLASS_METHOD ); in ClearUnoObjectsInRTL_Impl_Rek()966 pVar = pBasic->GetRtl()->Find( aName2, SbxCLASS_METHOD ); in ClearUnoObjectsInRTL_Impl_Rek()972 pVar = pBasic->GetRtl()->Find( aName3, SbxCLASS_METHOD ); in ClearUnoObjectsInRTL_Impl_Rek()978 pVar = pBasic->GetRtl()->Find( aName4, SbxCLASS_METHOD ); in ClearUnoObjectsInRTL_Impl_Rek()
142 SbxObject* GetRtl() { return pRtl; } in GetRtl() function in StarBASIC
439 …SbMethod* pMeth = (SbMethod*)pBasic->GetRtl()->Find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("W… in wait()1114 …SbMethod* pMeth = (SbMethod*)pBasic->GetRtl()->Find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("F… in Caller()
165 SbxVariable* pVar = GetBasic()->GetRtl()->Find( rSym, SbxCLASS_DONTCARE ); in CheckRTLForSym()