Home
last modified time | relevance | path

Searched refs:GetRtl (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/basic/source/classes/
H A Dsbxmod.cxx960 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()
/AOO41X/main/basic/inc/basic/
H A Dsbstar.hxx142 SbxObject* GetRtl() { return pRtl; } in GetRtl() function in StarBASIC
/AOO41X/main/sc/source/ui/vba/
H A Dvbaapplication.cxx439 …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()
/AOO41X/main/basic/source/comp/
H A Dparser.cxx165 SbxVariable* pVar = GetBasic()->GetRtl()->Find( rSym, SbxCLASS_DONTCARE ); in CheckRTLForSym()