Lines Matching refs:mpView

113 				mpView->Get3DDefaultAttributes(),  in ImpCreateBasic3DShape()
122 mpView->Get3DDefaultAttributes(), in ImpCreateBasic3DShape()
138 …p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape()
165 …p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape()
176 …p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape()
202 … p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape()
226 … p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape()
250 … p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape()
272 aCamera.SetPosition(::basegfx::B3DPoint(0.0, 0.0, mpView->GetDefaultCamPosZ() + fDeepth / 2)); in ImpPrepareBasic3DShape()
273 aCamera.SetFocalLength(mpView->GetDefaultCamFocal()); in ImpPrepareBasic3DShape()
329 if ( rMEvt.IsLeft() && !mpView->IsAction() ) in MouseButtonDown()
342 E3dScene* pScene = mpView->SetCurrent3DObj(p3DObj); in MouseButtonDown()
346 bReturn = mpView->BegCreatePreparedObject(aPnt, nDrgLog, pScene); in MouseButtonDown()
348 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonDown()
386 if ( mpView->IsCreateObj() && rMEvt.IsLeft() ) in MouseButtonUp()
389 mpView->EndCreateObj(SDRCREATE_FORCEEND); in MouseButtonUp()
423 mpView->SetCurrentObj(OBJ_NONE); in Activate()
461 E3dScene* pScene = new E3dPolyScene(mpView->Get3DDefaultAttributes()); in CreateDefaultObject()
470 double fDefaultCamPosZ = mpView->GetDefaultCamPosZ(); in CreateDefaultObject()
473 aCam.SetFocalLength(mpView->GetDefaultCamFocal()); in CreateDefaultObject()
474 …aCam.SetDefaults(::basegfx::B3DPoint(0.0, 0.0, fDefaultCamPosZ), aLookAt, mpView->GetDefaultCamFoc… in CreateDefaultObject()