Searched refs:E3dView (Results 1 – 16 of 16) sorted by relevance
/aoo41x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 78 TYPEINIT1(E3dView, SdrView); 89 const E3dView& mrView; 238 E3dView::E3dView(SdrModel* pModel, OutputDevice* pOut) : in E3dView() function in E3dView 1361 sal_Bool E3dView::HasMarkedScene() in HasMarkedScene() 1372 E3dScene* E3dView::GetMarkedScene() in GetMarkedScene() 1441 void E3dView::Start3DCreation() in Start3DCreation() 1634 E3dView::~E3dView () in ~E3dView() 1659 void E3dView::InitView () in InitView() 1724 void E3dView::Break3DObj() in Break3DObj() 1773 void E3dView::MergeScenes () in MergeScenes() [all …]
|
H A D | view3d1.cxx | 57 void E3dView::ConvertMarkedToPolyObj(sal_Bool bLineToArea) in ConvertMarkedToPolyObj() 117 SfxItemSet E3dView::Get3DAttributes(E3dScene* pInScene, sal_Bool /*bOnly3DAttr*/) const in Get3DAttributes() 178 void E3dView::Set3DAttributes( const SfxItemSet& rAttr, E3dScene* pInScene, sal_Bool bReplaceAll) in Set3DAttributes() 217 double E3dView::GetDefaultCamPosZ() in GetDefaultCamPosZ() 222 double E3dView::GetDefaultCamFocal() in GetDefaultCamFocal()
|
H A D | dragmt3d.cxx | 389 if(getSdrDragView().ISA(E3dView)) in MoveSdrDrag() 391 const MouseEvent& rLastMouse = ((E3dView&)getSdrDragView()).GetMouseEvent(); in MoveSdrDrag() 581 if(getSdrDragView().ISA(E3dView)) in MoveSdrDrag() 583 const MouseEvent& rLastMouse = ((E3dView&)getSdrDragView()).GetMouseEvent(); in MoveSdrDrag()
|
H A D | e3dundo.cxx | 111 E3dView* p3dView, in E3dAttributesUndoAction()
|
/aoo41x/main/svx/source/form/ |
H A D | fmview.cxx | 90 TYPEINIT1(FmFormView, E3dView); 94 :E3dView(pModel,pOut) in FmFormView() 172 E3dView::MarkListHasChanged(); in MarkListHasChanged() 216 E3dView::AddWindowToPaintView(pNewWin); in AddWindowToPaintView() 235 E3dView::DeleteWindowFromPaintView(pNewWin); in DeleteWindowFromPaintView() 335 SdrPageView* pPV = E3dView::ShowSdrPage(pPage); in ShowSdrPage() 382 E3dView::HideSdrPage(); in HideSdrPage() 388 return E3dView::GetMarkedObjModel(); in GetMarkedObjModel() 394 return E3dView::Paste(rMod, rPos, pLst, nOptions); in Paste() 497 E3dView::EndCompleteRedraw( rPaintWindow, bPaintFormLayer ); in EndCompleteRedraw() [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmview.hxx | 55 class SVX_DLLPUBLIC FmFormView : public E3dView 110 using E3dView::Paste; 144 …void SetMoveOutside( bool _bMoveOutside, ImplAccess ) { E3dView::SetMoveOutside( _bMoveOutside ); } in SetMoveOutside() 158 using E3dView::SetMoveOutside;
|
H A D | e3dundo.hxx | 32 class E3dView; 98 E3dView* pView; 106 E3dAttributesUndoAction( SdrModel &rModel, E3dView* pView,
|
H A D | view3d.hxx | 48 class SVX_DLLPUBLIC E3dView : public SdrView class 88 E3dView(SdrModel* pModel, OutputDevice* pOut = 0L); 89 virtual ~E3dView();
|
H A D | dlgctl3d.hxx | 38 class E3dView; 54 E3dView* mp3DView;
|
H A D | float3d.hxx | 60 class E3dView; 208 E3dView* p3DView;
|
/aoo41x/main/chart2/source/controller/drawinglayer/ |
H A D | DrawViewWrapper.cxx | 154 : E3dView(pSdrModel, pOut) in DrawViewWrapper() 300 this->E3dView::CompleteRedraw( pOut, rReg ); in CompleteRedraw() 348 SfxItemSet aGeoSet( E3dView::GetGeoAttrFromMarked() ); in getPositionAndSizeItemSetFromMarkedObject() 393 E3dView::Notify(rBC, rHint); in Notify()
|
/aoo41x/main/svx/inc/ |
H A D | dragmt3d.hxx | 94 E3dView& Get3DView() { return (E3dView&)getSdrDragView(); } in Get3DView()
|
/aoo41x/main/chart2/source/controller/inc/ |
H A D | DrawViewWrapper.hxx | 49 class DrawViewWrapper : public E3dView
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdcrtv.cxx | 691 sal_Bool bDidInsert = ((E3dView*)this)->ImpCloneAll3DObjectsToDestScene( in EndCreateObj()
|
/aoo41x/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 102 mp3DView = new E3dView( mpModel, this ); in Construct()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 745 E3dView* pView = new E3dView( pModel, &aVDev ); in GetBitmap()
|
Completed in 120 milliseconds