Lines Matching refs:PTR_CAST
319 SbxArray* pArr = PTR_CAST(SbxArray, pObj); in operator =()
361 SbxVariable *pThisVar = PTR_CAST(SbxVariable, this); in ~SbxValue()
392 SbxVariable *pThisVar = PTR_CAST(SbxVariable, this); in Clear()
446 SbxObject* pObj = PTR_CAST(SbxObject,p->aData.pObj); in TheRealValue()
478 SbxArray* pArray = PTR_CAST(SbxArray,p->aData.pObj); in TheRealValue()
483 SbxVariable* pVar = PTR_CAST(SbxVariable,p); in TheRealValue()
489 SbxDimArray* pDimArray = PTR_CAST(SbxDimArray,p->aData.pObj); in TheRealValue()
498 SbxValue* pVal = PTR_CAST(SbxValue,p->aData.pObj); in TheRealValue()
775 SbxVariable *pThisVar = PTR_CAST(SbxVariable, this); in GET()
1064 SbxVariable *pThisVar = PTR_CAST(SbxVariable, this); in SetType()
1810 if( PTR_CAST(SbxValue,aData.pObj) != this ) in StoreData()