Searched refs:pObjVarObj (Results 1 – 4 of 4) sorted by relevance
491 SbxBase* pObjVarObj = refVal->GetObject(); in StepSET_Impl() local492 if( pObjVarObj ) in StepSET_Impl()494 SbxVariableRef refObjVal = PTR_CAST(SbxObject,pObjVarObj); in StepSET_Impl()555 SbxBase* pObjVarObj = refVar->GetObject(); in StepSET_Impl() local556 pObj = PTR_CAST(SbxObject,pObjVarObj); in StepSET_Impl()
136 SbxBase* pObjVarObj = ((SbxVariable*)pObjVar)->GetObject(); in RTLFUNC() local137 pObj = PTR_CAST(SbxObject,pObjVarObj); in RTLFUNC()928 SbxBase* pObjVarObj = ((SbxVariable*)pObjVar)->GetObject(); in RTLFUNC() local929 pObj = PTR_CAST(SbxObject,pObjVarObj); in RTLFUNC()
683 SbxBase* pObjVarObj = pObjVar->GetObject(); in StepELEM() local684 pObj = PTR_CAST(SbxObject,pObjVarObj); in StepELEM()
149 SbxBase* pObjVarObj = pRef->GetObject(); in getDefaultProp() local150 pObj = PTR_CAST(SbxObject,pObjVarObj); in getDefaultProp()
Completed in 190 milliseconds