Lines Matching refs:E3dView
78 TYPEINIT1(E3dView, SdrView);
89 const E3dView& mrView;
101 Impl3DMirrorConstructOverlay(const E3dView& rView);
107 Impl3DMirrorConstructOverlay::Impl3DMirrorConstructOverlay(const E3dView& rView) in Impl3DMirrorConstructOverlay()
238 E3dView::E3dView(SdrModel* pModel, OutputDevice* pOut) : in E3dView() function in E3dView
251 void E3dView::DrawMarkedObj(OutputDevice& rOut) const in DrawMarkedObj()
347 SdrModel* E3dView::GetMarkedObjModel() const in GetMarkedObjModel()
411 SdrMarkList& rCurrentMarkList = ((E3dView*)this)->GetMarkedObjectListWriteAccess(); in GetMarkedObjModel()
424 ((E3dView*)this)->MarkObj(pScene, GetSdrPageView(), sal_False, sal_True); in GetMarkedObjModel()
473 sal_Bool E3dView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt32 nOpti… in Paste()
526 sal_Bool E3dView::ImpCloneAll3DObjectsToDestScene(E3dScene* pSrcScene, E3dScene* pDstScene, Point /… in ImpCloneAll3DObjectsToDestScene()
642 sal_Bool E3dView::IsConvertTo3DObjPossible() const in IsConvertTo3DObjPossible()
665 void E3dView::ImpIsConvertTo3DPossible(SdrObject* pObj, sal_Bool& rAny3D, in ImpIsConvertTo3DPossible()
697 void E3dView::ImpChangeSomeAttributesFor3DConversion(SdrObject* pObj) in ImpChangeSomeAttributesFor3DConversion()
722 void E3dView::ImpChangeSomeAttributesFor3DConversion2(SdrObject* pObj) in ImpChangeSomeAttributesFor3DConversion2()
744 void E3dView::ImpCreateSingle3DObjectFlat(E3dScene* pScene, SdrObject* pObj, sal_Bool bExtrude, dou… in ImpCreateSingle3DObjectFlat()
813 void E3dView::ImpCreate3DObject(E3dScene* pScene, SdrObject* pObj, sal_Bool bExtrude, double fDepth… in ImpCreate3DObject()
884 void E3dView::ConvertMarkedObjTo3D(sal_Bool bExtrude, basegfx::B2DPoint aPnt1, basegfx::B2DPoint aP… in ConvertMarkedObjTo3D()
1101 void E3dView::DoDepthArrange(E3dScene* pScene, double fDepth) in DoDepthArrange()
1246 sal_Bool E3dView::BegDragObj(const Point& rPnt, OutputDevice* pOut, in BegDragObj()
1361 sal_Bool E3dView::HasMarkedScene() in HasMarkedScene()
1372 E3dScene* E3dView::GetMarkedScene() in GetMarkedScene()
1389 E3dScene* E3dView::SetCurrent3DObj(E3dObject* p3DObj) in SetCurrent3DObj()
1418 void E3dView::InitScene(E3dScene* pScene, double fW, double fH, double fCamZ) in InitScene()
1441 void E3dView::Start3DCreation() in Start3DCreation()
1547 void E3dView::MovAction(const Point& rPnt) in MovAction()
1593 void E3dView::End3DCreation(sal_Bool bUseDefaultValuesForMirrorAxes) in End3DCreation()
1634 E3dView::~E3dView () in ~E3dView()
1644 void E3dView::ResetCreationActive () in ResetCreationActive()
1659 void E3dView::InitView () in InitView()
1685 sal_Bool E3dView::IsBreak3DObjPossible() const in IsBreak3DObjPossible()
1724 void E3dView::Break3DObj() in Break3DObj()
1742 void E3dView::BreakSingle3DObj(E3dObject* pObj) in BreakSingle3DObj()
1773 void E3dView::MergeScenes () in MergeScenes()
1890 void E3dView::CheckPossibilities() in CheckPossibilities()