Home
last modified time | relevance | path

Searched refs:SwDrawView (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sw/source/core/draw/
H A Ddview.cxx104 SwDrawView::SwDrawView( SwViewImp &rI, SdrModel *pMd, OutputDevice *pOutDev) : in SwDrawView() function in SwDrawView
133 sal_Bool SwDrawView::IsAntiAliasing() const in IsAntiAliasing()
200 SdrObject* SwDrawView::CheckSingleSdrObjectHit(const Point& rPnt, sal_uInt16 nTol, SdrObject* pObj,… in CheckSingleSdrObjectHit()
225 void SwDrawView::AddCustomHdl() in AddCustomHdl()
281 SdrObject* SwDrawView::GetMaxToTopObj( SdrObject* pObj ) const in GetMaxToTopObj()
337 SdrObject* SwDrawView::GetMaxToBtmObj(SdrObject* pObj) const in GetMaxToBtmObj()
392 sal_uInt32 SwDrawView::_GetMaxChildOrdNum( const SwFlyFrm& _rParentObj, in _GetMaxChildOrdNum()
430 void SwDrawView::_MoveRepeatedObjs( const SwAnchoredObject& _rMovedAnchoredObj, in _MoveRepeatedObjs()
514 void SwDrawView::ObjOrderChanged( SdrObject* pObj, sal_uLong nOldPos, in ObjOrderChanged()
753 sal_Bool SwDrawView::TakeDragLimit( SdrDragMode eMode, in TakeDragLimit()
[all …]
/trunk/main/sw/source/core/inc/
H A Dviewimp.hxx46 class SwDrawView;
78 SwDrawView *pDrawView; //Unsere DrawView
204 SwDrawView* GetDrawView() { return pDrawView; } in GetDrawView()
205 const SwDrawView* GetDrawView() const { return pDrawView; } in GetDrawView()
H A Ddview.hxx36 class SwDrawView : public FmFormView class
95 SwDrawView( SwViewImp &rI, SdrModel *pMd, OutputDevice* pOutDev=NULL );
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx141 SwDrawView *pDView = Imp()->GetDrawView(); in SelectObj()
1107 SwDrawView *pDView = Imp()->GetDrawView(); in IsInsideSelectedObj()
1132 SwDrawView *pDView = Imp()->GetDrawView(); in IsObjSelectable()
1153 SwDrawView *pDrawView = Imp()->GetDrawView(); in ShouldObjectBeSelected()
1977 SwDrawView* pDView = Imp()->GetDrawView(); in BeginMark()
2001 SwDrawView* pDView = Imp()->GetDrawView(); in MoveMark()
2031 SwDrawView* pDView = Imp()->GetDrawView(); in EndMark()
2704 SwDrawView *pDView = (SwDrawView*)Imp()->GetDrawView(); in Chainable()
2737 SwDrawView *pDView = (SwDrawView*)Imp()->GetDrawView(); in Chain()
H A Dfefly1.cxx1652 SwDrawView *pDView = (SwDrawView*)Imp()->GetDrawView(); in IsURLGrfAtPos()
1723 SwDrawView *pDView = (SwDrawView*)Imp()->GetDrawView(); in GetGrfAtPos()
1763 SwDrawView *pDView = (SwDrawView*)Imp()->GetDrawView(); in GetFmtFromObj()
1889 SwDrawView *pDView = (SwDrawView*)Imp()->GetDrawView(); in GetObjCntType()
H A Dfecopy.cxx312 SwDrawView *pDestDrwView = pDestShell->Imp()->GetDrawView(), in CopyDrawSel()
1022 SwDrawView *pDV = Imp()->GetDrawView(); in Paste()
1375 SwDrawView::ReplaceMarkedDrawVirtObjs( *pView ); in Paste()
H A Dfews.cxx516 SwDrawView *pDView = Imp()->GetDrawView(); in InsertLabel()
/trunk/main/sw/source/core/doc/
H A Ddocdraw.cxx219 SwDrawView::ReplaceMarkedDrawVirtObjs( rDrawView ); in GroupSelection()
336 SwDrawView::ReplaceMarkedDrawVirtObjs( rDrawView ); in UnGroupSelection()
444 sal_Bool SwDoc::DeleteSelection( SwDrawView& rDrawView ) in DeleteSelection()
/trunk/main/sw/source/core/view/
H A Dvnew.cxx419 SwDrawView* pDView = Imp()->GetDrawView(); in GetDrawViewWithValidMarkList()
H A Dviewimp.cxx314 pDrawView = new SwDrawView( *this, pIDDMA->GetDrawModel(), pOutDevForDrawView); in MakeDrawView()
H A Dviewsh.cxx2308 SwDrawView *pDView = Imp()->GetDrawView(); in ImplApplyViewOptions()
/trunk/main/sw/inc/
H A Ddoc.hxx130 class SwDrawView;
1870 sal_Bool DeleteSelection( SwDrawView& );
/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx500 ((SwDrawView*)pCrsrShell->GetDrawView())->SetAnimationEnabled( in _SetPosAndShow()