Lines Matching refs:E3dScene
143 E3dScene* pScene = ((E3dObject*)GetOwnerObj())->GetScene(); in InsertObject()
158 E3dScene* pScene = ((E3dObject*)GetOwnerObj())->GetScene(); in NbcRemoveObject()
175 E3dScene* pScene = ((E3dObject*)GetOwnerObj())->GetScene(); in RemoveObject()
415 E3dScene* pScene = GetScene(); in NbcResize()
469 E3dScene* pScene = GetScene(); in NbcMove()
632 E3dScene* E3dObject::GetScene() const in GetScene()
1035 E3dScene* pRootScene = fillViewInformation3DForCompoundObject(aViewInfo3D, *this); in TakeXorPoly()
1071 E3dScene* pRootScene = fillViewInformation3DForCompoundObject(aViewInfo3D, *this); in AddToHdlList()
1141 E3dScene* pRootScene = fillViewInformation3DForCompoundObject(aViewInfo3D, *this); in RecalcSnapRect()
1248 E3dScene* pRootScene = fillViewInformation3DForCompoundObject(aViewInfo3D, *this); in TransformToScreenCoor()
1262 sal_Bool E3dCompoundObject::IsAOrdNumRemapCandidate(E3dScene*& prScene) const in IsAOrdNumRemapCandidate()
1266 && GetObjList()->GetOwnerObj()->ISA(E3dScene)) in IsAOrdNumRemapCandidate()
1268 prScene = (E3dScene*)GetObjList()->GetOwnerObj(); in IsAOrdNumRemapCandidate()