Home
last modified time | relevance | path

Searched refs:GetObjects (Results 1 – 6 of 6) sorted by relevance

/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx2258 sal_Int16 nCount = mpLib->GetObjects()->Count(); in hasElements()
2261 SbxVariable* pVar = mpLib->GetObjects()->Get( nObj ); in hasElements()
2275 SbxVariable* pVar = mpLib->GetObjects()->Find( aName, SbxCLASS_DONTCARE ); in getByName()
2295 sal_Int16 nCount = mpLib->GetObjects()->Count(); in getElementNames()
2302 SbxVariable* pVar = mpLib->GetObjects()->Get( nObj ); in getElementNames()
2317 SbxVariable* pVar = mpLib->GetObjects()->Find( aName, SbxCLASS_DONTCARE ); in hasByName()
2355 SbxVariable* pVar = mpLib->GetObjects()->Find( Name, SbxCLASS_DONTCARE ); in removeByName()
/trunk/main/basic/source/classes/
H A Deventatt.cxx278 sal_Int16 nCount = xLibSearchBasic->GetObjects()->Count(); in firing_impl()
288 SbxVariable* pVar = xLibSearchBasic->GetObjects()->Get( nObj ); in firing_impl()
H A Dsb.cxx1463 for( sal_uInt16 i = 0; i < GetObjects()->Count(); i++ ) in ActivateObject()
1465 SbxObject* p = (SbxObject*) GetObjects()->Get( i ); in ActivateObject()
H A Dsbxmod.cxx938 SbxArray* pObjs = pObj->GetObjects(); in _SendHint()
983 SbxArray* pObjs = pBasic->GetObjects(); in ClearUnoObjectsInRTL_Impl_Rek()
/trunk/main/basic/inc/basic/
H A Dsbxobj.hxx104 SbxArray* GetObjects() { return pObjs; } in GetObjects() function in SbxObject
/trunk/main/basic/source/sbx/
H A Dsbxvar.cxx372 SbxArray *pChilds = p->GetObjects(); in SetParent()

Completed in 177 milliseconds