Lines Matching refs:SbxObject
343 SbxObjectRef xValObj = (SbxObject*)refVal->GetObject(); in checkUnoStructCopy()
351 SbxObjectRef xVarObj = (SbxObject*)refVar->GetObject(); in checkUnoStructCopy()
355 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,(SbxObject*)xVarObj); in checkUnoStructCopy()
423 SbxObject* m_pObjParent;
432 SbxObject* pObjParent, SbModule* pClassModule ) in DimAsNewRecoverItem()
494 SbxVariableRef refObjVal = PTR_CAST(SbxObject,pObjVarObj); in StepSET_Impl()
546 SbxObject* pObj = NULL; in StepSET_Impl()
549 pObj = PTR_CAST(SbxObject,(SbxVariable*)refVar); in StepSET_Impl()
556 pObj = PTR_CAST(SbxObject,pObjVarObj); in StepSET_Impl()
603 if( !refVar->ISA(SbxObject) ) in StepSET_Impl()
639 SbxObject* pValObj = PTR_CAST(SbxObject,pValObjBase); in StepSET_Impl()