Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dstep0.cxx491 SbxBase* pObjVarObj = refVal->GetObject(); in StepSET_Impl() local
492 if( pObjVarObj ) in StepSET_Impl()
494 SbxVariableRef refObjVal = PTR_CAST(SbxObject,pObjVarObj); in StepSET_Impl()
555 SbxBase* pObjVarObj = refVar->GetObject(); in StepSET_Impl() local
556 pObj = PTR_CAST(SbxObject,pObjVarObj); in StepSET_Impl()
H A Dmethods1.cxx136 SbxBase* pObjVarObj = ((SbxVariable*)pObjVar)->GetObject(); in RTLFUNC() local
137 pObj = PTR_CAST(SbxObject,pObjVarObj); in RTLFUNC()
928 SbxBase* pObjVarObj = ((SbxVariable*)pObjVar)->GetObject(); in RTLFUNC() local
929 pObj = PTR_CAST(SbxObject,pObjVarObj); in RTLFUNC()
H A Dstep2.cxx683 SbxBase* pObjVarObj = pObjVar->GetObject(); in StepELEM() local
684 pObj = PTR_CAST(SbxObject,pObjVarObj); in StepELEM()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx149 SbxBase* pObjVarObj = pRef->GetObject(); in getDefaultProp() local
150 pObj = PTR_CAST(SbxObject,pObjVarObj); in getDefaultProp()

Completed in 230 milliseconds