Lines Matching refs:SbxBase
284 SbxBase* SbiRuntime::FindElementExtern( const String& rName ) in FindElementExtern()
413 SbxBaseRef pObj = (SbxBase*)p->GetObject(); in SetupArgs()
416 SbUnoObject* pUnoObj = (SbUnoObject*)(SbxBase*)pObj; in SetupArgs()
490 SbxBase* pElemObj = pElem->GetObject(); in CheckArray()
526 SbxBaseRef pObj = (SbxBase*)pElem->GetObject(); in CheckArray()
531 SbUnoObject* pUnoObj = (SbUnoObject*)(SbxBase*)pObj; in CheckArray()
614 BasicCollection* pCol = (BasicCollection*)(SbxBase*)pObj; in CheckArray()
683 SbxBase* pObjVarObj = pObjVar->GetObject(); in StepELEM()
946 SbxObject *pObj = SbxBase::CreateObject( aClass ); in StepCREATE()
1000 SbxBaseRef xObj = (SbxBase*)refVar->GetObject(); in StepDCREATE_IMPL()
1010 SbxBase* pObj = (SbxBase*)xObj; in StepDCREATE_IMPL()
1034 SbxObject *pClassObj = SbxBase::CreateObject( aClass ); in StepDCREATE_IMPL()