Lines Matching refs:mp3DView
52 mp3DView(0), in Svx3DPreviewControl()
68 mp3DView(0), in Svx3DPreviewControl()
82 delete mp3DView; in ~Svx3DPreviewControl()
102 mp3DView = new E3dView( mpModel, this ); in Construct()
103 mp3DView->SetBufferedOutputAllowed(true); in Construct()
104 mp3DView->SetBufferedOverlayAllowed(true); in Construct()
107 mpScene = new E3dPolyScene(mp3DView->Get3DDefaultAttributes()); in Construct()
122 double fDefaultCamPosZ = mp3DView->GetDefaultCamPosZ(); in Construct()
125 double fDefaultCamFocal = mp3DView->GetDefaultCamFocal(); in Construct()
151 SdrPageView* pPageView = mp3DView->ShowSdrPage( mpFmPage ); in Construct()
152 mp3DView->hideMarkHandles(); in Construct()
155 mp3DView->MarkObj( mpScene, pPageView ); in Construct()
175 mp3DView->CompleteRedraw(this, Region(rRect)); in Paint()
215 mp3DView->Get3DDefaultAttributes(), in SetObjectType()
224 mp3DView->Get3DDefaultAttributes(), in SetObjectType()
318 mp3DView->SetPageVisible(false); in Construct2()
319 mp3DView->SetApplicationBackgroundColor(aDialogColor); in Construct2()
320 mp3DView->SetApplicationDocumentColor(aDialogColor); in Construct2()
327 mp3DView->Get3DDefaultAttributes(), in Construct2()
350 mp3DView->Get3DDefaultAttributes(), in Construct2()
365 mp3DView->Get3DDefaultAttributes(), in Construct2()
390 double fDefaultCamPosZ = mp3DView->GetDefaultCamPosZ(); in Construct2()
393 double fDefaultCamFocal = mp3DView->GetDefaultCamFocal(); in Construct2()
428 mp3DView->Get3DDefaultAttributes(), in ConstructLightObjects()