Lines Matching refs:GetDrawView

92 #define MINMOVE ((sal_uInt16)GetOut()->PixelToLogic(Size(Imp()->GetDrawView()->GetMarkHdlSizePixel(…
97 pLst = pSh->HasDrawView() ? &pSh->Imp()->GetDrawView()->GetMarkedObjectList():0; in GetFlyFromMarked()
130 pSh->SetCrsr( pSh->Imp()->GetDrawView()->GetAllMarkedRect().TopLeft(), sal_True); in lcl_GrabCursor()
141 SwDrawView *pDView = Imp()->GetDrawView(); in SelectObj()
284 if( !Imp()->GetDrawView() || in MoveAnchor()
285 0 == (pMrkList = &Imp()->GetDrawView()->GetMarkedObjectList()) || in MoveAnchor()
535 if( Imp()->GetDrawView() != NULL ) in _GetMarkList()
536 pMarkList = &Imp()->GetDrawView()->GetMarkedObjectList(); in _GetMarkList()
600 (!Imp()->GetDrawView()->GetMarkedObjectList().GetMarkCount() || in ScrollTo()
617 Imp()->GetDrawView()->SetDragMode( (SdrDragMode)eDragMode ); in SetDragMode()
628 SdrView *pView = Imp()->GetDrawView(); in BeginDrag()
648 if ( Imp()->GetDrawView()->IsDragObj() ) in Drag()
651 Imp()->GetDrawView()->MovDragObj( *pPt ); in Drag()
652 Imp()->GetDrawView()->ShowDragAnchor(); in Drag()
668 SdrView *pView = Imp()->GetDrawView(); in EndDrag()
718 if ( Imp()->GetDrawView()->IsDragObj() ) in BreakDrag()
719 Imp()->GetDrawView()->BrkDragObj(); in BreakDrag()
735 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in SelFlyGrabCrsr()
858 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in SelectionToTop()
867 Imp()->GetDrawView()->PutMarkedToTop(); in SelectionToTop()
869 Imp()->GetDrawView()->MovMarkedToTop(); in SelectionToTop()
878 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in SelectionToBottom()
887 Imp()->GetDrawView()->PutMarkedToBtm(); in SelectionToBottom()
889 Imp()->GetDrawView()->MovMarkedToBtm(); in SelectionToBottom()
908 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in GetLayerId()
943 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in ChangeOpaque()
999 return sal_uInt16( Imp()->GetDrawView()->GetMarkedObjectList().GetMarkCount() ); in IsObjSelected()
1007 return 0 != ::GetFlyFromMarked( &Imp()->GetDrawView()->GetMarkedObjectList(), in IsFrmSelected()
1016 return Imp()->GetDrawView() in IsObjSelected()
1024 const SdrMarkList& aMarkList = Imp()->GetDrawView()->GetMarkedObjectList(); in IsObjSameLevelWithMarked()
1051 ASSERT( Imp()->HasDrawView() && Imp()->GetDrawView()->IsTextEdit(), in EndTextEdit()
1055 SdrView *pView = Imp()->GetDrawView(); in EndTextEdit()
1107 SwDrawView *pDView = Imp()->GetDrawView(); in IsInsideSelectedObj()
1129 return Imp()->GetDrawView()->PickSomething( rPt, MINMOVE ); in IsObjSelectable()
1132 SwDrawView *pDView = Imp()->GetDrawView(); in IsObjSelectable()
1153 SwDrawView *pDrawView = Imp()->GetDrawView(); in ShouldObjectBeSelected()
1317 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in GetBestObject()
1318 SdrPageView* pPV = Imp()->GetDrawView()->GetSdrPageView(); in GetBestObject()
1513 Imp()->GetDrawView()->SetCurrentObj( eSdrObjectKind ); in BeginCreate()
1515 bRet = Imp()->GetDrawView()->BegCreateCaptionObj( in BeginCreate()
1519 bRet = Imp()->GetDrawView()->BegCreateObj( rPos, GetOut() ); in BeginCreate()
1538 Imp()->GetDrawView()->SetCurrentObj( eSdrObjectKind, eObjInventor ); in BeginCreate()
1539 bRet = Imp()->GetDrawView()->BegCreateObj( rPos, GetOut() ); in BeginCreate()
1558 Imp()->GetDrawView()->MovCreateObj( rPos ); in MoveCreate()
1575 if( !Imp()->GetDrawView()->IsGroupEntered() ) in EndCreate()
1579 sal_Bool bCreate = Imp()->GetDrawView()->EndCreateObj( in EndCreate()
1600 ASSERT( Imp()->GetDrawView()->GetMarkedObjectList().GetMarkCount() == 1, in ImpEndCreate()
1603 SdrObject& rSdrObj = *Imp()->GetDrawView()->GetMarkedObjectList().GetMark(0)->GetMarkedSdrObj(); in ImpEndCreate()
1609 Imp()->GetDrawView()->DeleteMarked(); in ImpEndCreate()
1610 Imp()->GetDrawView()->UnmarkAll(); in ImpEndCreate()
1629 Imp()->GetDrawView()->UnmarkAll(); in ImpEndCreate()
1920 Imp()->GetDrawView()->MarkObj( pMarkObj, Imp()->GetPageView(), in ImpEndCreate()
1925 Imp()->GetDrawView()->MarkObj( &rSdrObj, Imp()->GetPageView(), in ImpEndCreate()
1949 Imp()->GetDrawView()->BrkCreateObj(); in BreakCreate()
1961 return Imp()->HasDrawView() ? Imp()->GetDrawView()->IsCreateObj() : sal_False; in IsDrawCreate()
1977 SwDrawView* pDView = Imp()->GetDrawView(); in BeginMark()
2001 SwDrawView* pDView = Imp()->GetDrawView(); in MoveMark()
2024 if (Imp()->GetDrawView()->IsMarkObj()) in EndMark()
2026 bRet = Imp()->GetDrawView()->EndMarkObj(); in EndMark()
2031 SwDrawView* pDView = Imp()->GetDrawView(); in EndMark()
2070 if (Imp()->GetDrawView()->IsMarkPoints()) in EndMark()
2071 bRet = Imp()->GetDrawView()->EndMarkPoints(); in EndMark()
2087 Imp()->GetDrawView()->BrkMarkObj(); in BreakMark()
2101 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in GetAnchorId()
2135 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in ChgAnchor()
2142 Imp()->GetDrawView()->UnmarkAll(); in ChgAnchor()
2162 Imp()->GetDrawView()->DeleteMarked(); in DelSelectedObj()
2182 if ( Imp()->GetDrawView()->IsAction() ) in GetObjSize()
2183 Imp()->GetDrawView()->TakeActionRect( aRect ); in GetObjSize()
2185 aRect = Imp()->GetDrawView()->GetAllMarkedRect(); in GetObjSize()
2192 const SdrView *pView = Imp()->GetDrawView(); in GetAnchorObjDiff()
2196 if ( Imp()->GetDrawView()->IsAction() ) in GetAnchorObjDiff()
2197 Imp()->GetDrawView()->TakeActionRect( aRect ); in GetAnchorObjDiff()
2199 aRect = Imp()->GetDrawView()->GetAllMarkedRect(); in GetAnchorObjDiff()
2221 ASSERT( Imp()->GetDrawView(), "GetObjAbsPos() without DrawView?" ); in GetObjAbsPos()
2222 return Imp()->GetDrawView()->GetDragStat().GetActionRect().TopLeft(); in GetObjAbsPos()
2237 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in IsGroupSelected()
2269 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in IsGroupAllowed()
2351 GetDoc()->GroupSelection( *Imp()->GetDrawView() ); in GroupSelection()
2374 GetDoc()->UnGroupSelection( *Imp()->GetDrawView() ); in UnGroupSelection()
2389 SdrView *pView = Imp()->GetDrawView(); in MirrorSelection()
2467 Imp()->GetDrawView()->GetMarkedObjectList().GetMarkCount() ) in MakeSelVisible()
2470 MakeVisible( Imp()->GetDrawView()->GetAllMarkedRect() ); in MakeSelVisible()
2484 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in IsSelObjProtected()
2546 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in GetObjAttr()
2577 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in SetObjAttr()
2599 SdrObject *pO = Imp()->GetDrawView()->GetMarkedObjectList().GetMark(0)->GetMarkedSdrObj(); in IsAlignPossible()
2605 return Imp()->GetDrawView()->IsAlignPossible(); in IsAlignPossible()
2616 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in CheckUnboundObjects()
2639 Imp()->GetDrawView()->GetCurrentObjInventor() == SdrInventor ? in CheckUnboundObjects()
2640 Imp()->GetDrawView()->GetCurrentObjIdentifier() : 0xFFFF; in CheckUnboundObjects()
2704 SwDrawView *pDView = (SwDrawView*)Imp()->GetDrawView(); in Chainable()
2737 SwDrawView *pDView = (SwDrawView*)Imp()->GetDrawView(); in Chain()
2792 pChainFrom = new SdrDropMarkerOverlay( *GetDrawView(), aStart, aEnd ); in SetChainMarker()
2805 pChainTo = new SdrDropMarkerOverlay( *GetDrawView(), aStart, aEnd ); in SetChainMarker()
2852 SdrView* pDrawView = GetDrawView(); in CreateDefaultShape()
3049 ASSERT( Imp()->GetDrawView(), "wrong usage of SwFEShell::GetShapeBackgrd - no draw view!"); in GetShapeBackgrd()
3050 if( Imp()->GetDrawView() ) in GetShapeBackgrd()
3053 const SdrMarkList* pMrkList = &Imp()->GetDrawView()->GetMarkedObjectList(); in GetShapeBackgrd()
3101 ASSERT( Imp()->GetDrawView(), "wrong usage of SwFEShell::GetShapeBackgrd - no draw view!"); in IsShapeDefaultHoriTextDirR2L()
3102 if( Imp()->GetDrawView() ) in IsShapeDefaultHoriTextDirR2L()
3105 const SdrMarkList* pMrkList = &Imp()->GetDrawView()->GetMarkedObjectList(); in IsShapeDefaultHoriTextDirR2L()