Home
last modified time | relevance | path

Searched refs:mp3DView (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx52 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()
[all …]
/trunk/main/svx/inc/svx/
H A Ddlgctl3d.hxx54 E3dView* mp3DView; member in Svx3DPreviewControl