Lines Matching refs:Imp
95 #define MINMOVE ((sal_uInt16)GetOut()->PixelToLogic(Size(Imp()->GetDrawView()->GetMarkHdlSizePixel(…
100 pLst = pSh->HasDrawView() ? &pSh->Imp()->GetDrawView()->GetMarkedObjectList():0; in GetFlyFromMarked()
133 pSh->SetCrsr( pSh->Imp()->GetDrawView()->GetAllMarkedRect().TopLeft(), sal_True); in lcl_GrabCursor()
144 SwDrawView *pDView = Imp()->GetDrawView(); in SelectObj()
208 pDView->MarkObj( pObj, Imp()->GetPageView() ); in SelectObj()
228 pDView->MarkObj( pTmpObj, Imp()->GetPageView(), bAddSelect, bEnterGroup ); in SelectObj()
287 if( !Imp()->GetDrawView() || in MoveAnchor()
288 0 == (pMrkList = &Imp()->GetDrawView()->GetMarkedObjectList()) || in MoveAnchor()
538 if( Imp()->GetDrawView() != NULL ) in _GetMarkList()
539 pMarkList = &Imp()->GetDrawView()->GetMarkedObjectList(); in _GetMarkList()
603 (!Imp()->GetDrawView()->GetMarkedObjectList().GetMarkCount() || in ScrollTo()
604 Imp()->IsDragPossible( rPt )) ) in ScrollTo()
619 if ( Imp()->HasDrawView() ) in SetDragMode()
620 Imp()->GetDrawView()->SetDragMode( (SdrDragMode)eDragMode ); in SetDragMode()
631 SdrView *pView = Imp()->GetDrawView(); in BeginDrag()
650 ASSERT( Imp()->HasDrawView(), "Drag without DrawView?" ); in Drag()
651 if ( Imp()->GetDrawView()->IsDragObj() ) in Drag()
654 Imp()->GetDrawView()->MovDragObj( *pPt ); in Drag()
655 Imp()->GetDrawView()->ShowDragAnchor(); in Drag()
670 ASSERT( Imp()->HasDrawView(), "EndDrag without DrawView?" ); in EndDrag()
671 SdrView *pView = Imp()->GetDrawView(); in EndDrag()
720 ASSERT( Imp()->HasDrawView(), "BreakDrag without DrawView?" ); in BreakDrag()
721 if ( Imp()->GetDrawView()->IsDragObj() ) in BreakDrag()
722 Imp()->GetDrawView()->BrkDragObj(); in BreakDrag()
736 if ( Imp()->HasDrawView() ) in SelFlyGrabCrsr()
738 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in SelFlyGrabCrsr()
860 ASSERT( Imp()->HasDrawView(), "SelectionToTop without DrawView?" ); in SelectionToTop()
861 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in SelectionToTop()
870 Imp()->GetDrawView()->PutMarkedToTop(); in SelectionToTop()
872 Imp()->GetDrawView()->MovMarkedToTop(); in SelectionToTop()
880 ASSERT( Imp()->HasDrawView(), "SelectionToBottom without DrawView?" ); in SelectionToBottom()
881 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in SelectionToBottom()
890 Imp()->GetDrawView()->PutMarkedToBtm(); in SelectionToBottom()
892 Imp()->GetDrawView()->MovMarkedToBtm(); in SelectionToBottom()
909 if ( Imp()->HasDrawView() ) in GetLayerId()
911 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in GetLayerId()
944 if ( Imp()->HasDrawView() ) in ChangeOpaque()
946 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in ChangeOpaque()
999 if ( IsFrmSelected() || !Imp()->HasDrawView() ) in IsObjSelected()
1002 return sal_uInt16( Imp()->GetDrawView()->GetMarkedObjectList().GetMarkCount() ); in IsObjSelected()
1007 if ( !Imp()->HasDrawView() ) in IsFrmSelected()
1010 return 0 != ::GetFlyFromMarked( &Imp()->GetDrawView()->GetMarkedObjectList(), in IsFrmSelected()
1016 if ( IsFrmSelected() || !Imp()->HasDrawView() ) in IsObjSelected()
1019 return Imp()->GetDrawView() in IsObjSelected()
1027 const SdrMarkList& aMarkList = Imp()->GetDrawView()->GetMarkedObjectList(); in IsObjSameLevelWithMarked()
1054 ASSERT( Imp()->HasDrawView() && Imp()->GetDrawView()->IsTextEdit(), in EndTextEdit()
1058 SdrView *pView = Imp()->GetDrawView(); in EndTextEdit()
1080 pView->MarkObj( pObj, Imp()->GetPageView() ); in EndTextEdit()
1087 Imp()->GetPageView() ); in EndTextEdit()
1108 if( Imp()->HasDrawView() ) in IsInsideSelectedObj()
1110 SwDrawView *pDView = Imp()->GetDrawView(); in IsInsideSelectedObj()
1131 if( Imp()->HasDrawView() ) in IsObjSelectable()
1132 return Imp()->GetDrawView()->PickSomething( rPt, MINMOVE ); in IsObjSelectable()
1135 SwDrawView *pDView = Imp()->GetDrawView(); in IsObjSelectable()
1156 SwDrawView *pDrawView = Imp()->GetDrawView(); in ShouldObjectBeSelected()
1300 if( !Imp()->HasDrawView() ) in GetBestObject()
1320 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in GetBestObject()
1321 SdrPageView* pPV = Imp()->GetDrawView()->GetSdrPageView(); in GetBestObject()
1511 if ( !Imp()->HasDrawView() ) in BeginCreate()
1512 Imp()->MakeDrawView(); in BeginCreate()
1516 Imp()->GetDrawView()->SetCurrentObj( eSdrObjectKind ); in BeginCreate()
1518 bRet = Imp()->GetDrawView()->BegCreateCaptionObj( in BeginCreate()
1522 bRet = Imp()->GetDrawView()->BegCreateObj( rPos, GetOut() ); in BeginCreate()
1536 if ( !Imp()->HasDrawView() ) in BeginCreate()
1537 Imp()->MakeDrawView(); in BeginCreate()
1541 Imp()->GetDrawView()->SetCurrentObj( eSdrObjectKind, eObjInventor ); in BeginCreate()
1542 bRet = Imp()->GetDrawView()->BegCreateObj( rPos, GetOut() ); in BeginCreate()
1557 ASSERT( Imp()->HasDrawView(), "MoveCreate without DrawView?" ); in MoveCreate()
1561 Imp()->GetDrawView()->MovCreateObj( rPos ); in MoveCreate()
1577 ASSERT( Imp()->HasDrawView(), "EndCreate without DrawView?" ); in EndCreate()
1578 if( !Imp()->GetDrawView()->IsGroupEntered() ) in EndCreate()
1582 sal_Bool bCreate = Imp()->GetDrawView()->EndCreateObj( in EndCreate()
1603 ASSERT( Imp()->GetDrawView()->GetMarkedObjectList().GetMarkCount() == 1, in ImpEndCreate()
1606 SdrObject& rSdrObj = *Imp()->GetDrawView()->GetMarkedObjectList().GetMark(0)->GetMarkedSdrObj(); in ImpEndCreate()
1612 Imp()->GetDrawView()->DeleteMarked(); in ImpEndCreate()
1613 Imp()->GetDrawView()->UnmarkAll(); in ImpEndCreate()
1632 Imp()->GetDrawView()->UnmarkAll(); in ImpEndCreate()
1923 Imp()->GetDrawView()->MarkObj( pMarkObj, Imp()->GetPageView(), in ImpEndCreate()
1928 Imp()->GetDrawView()->MarkObj( &rSdrObj, Imp()->GetPageView(), in ImpEndCreate()
1951 ASSERT( Imp()->HasDrawView(), "BreakCreate without DrawView?" ); in BreakCreate()
1952 Imp()->GetDrawView()->BrkCreateObj(); in BreakCreate()
1964 return Imp()->HasDrawView() ? Imp()->GetDrawView()->IsCreateObj() : sal_False; in IsDrawCreate()
1975 if ( !Imp()->HasDrawView() ) in BeginMark()
1976 Imp()->MakeDrawView(); in BeginMark()
1980 SwDrawView* pDView = Imp()->GetDrawView(); in BeginMark()
1999 ASSERT( Imp()->HasDrawView(), "MoveMark without DrawView?" ); in MoveMark()
2004 SwDrawView* pDView = Imp()->GetDrawView(); in MoveMark()
2025 ASSERT( Imp()->HasDrawView(), "EndMark without DrawView?" ); in EndMark()
2027 if (Imp()->GetDrawView()->IsMarkObj()) in EndMark()
2029 bRet = Imp()->GetDrawView()->EndMarkObj(); in EndMark()
2034 SwDrawView* pDView = Imp()->GetDrawView(); in EndMark()
2073 if (Imp()->GetDrawView()->IsMarkPoints()) in EndMark()
2074 bRet = Imp()->GetDrawView()->EndMarkPoints(); in EndMark()
2089 ASSERT( Imp()->HasDrawView(), "BreakMark without DrawView?" ); in BreakMark()
2090 Imp()->GetDrawView()->BrkMarkObj(); in BreakMark()
2102 if ( Imp()->HasDrawView() ) in GetAnchorId()
2104 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in GetAnchorId()
2137 ASSERT( Imp()->HasDrawView(), "ChgAnchor without DrawView?" ); in ChgAnchor()
2138 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in ChgAnchor()
2145 Imp()->GetDrawView()->UnmarkAll(); in ChgAnchor()
2161 ASSERT( Imp()->HasDrawView(), "DelSelectedObj(), no DrawView available" ); in DelSelectedObj()
2162 if ( Imp()->HasDrawView() ) in DelSelectedObj()
2165 Imp()->GetDrawView()->DeleteMarked(); in DelSelectedObj()
2183 if ( Imp()->HasDrawView() ) in GetObjSize()
2185 if ( Imp()->GetDrawView()->IsAction() ) in GetObjSize()
2186 Imp()->GetDrawView()->TakeActionRect( aRect ); in GetObjSize()
2188 aRect = Imp()->GetDrawView()->GetAllMarkedRect(); in GetObjSize()
2195 const SdrView *pView = Imp()->GetDrawView(); in GetAnchorObjDiff()
2199 if ( Imp()->GetDrawView()->IsAction() ) in GetAnchorObjDiff()
2200 Imp()->GetDrawView()->TakeActionRect( aRect ); in GetAnchorObjDiff()
2202 aRect = Imp()->GetDrawView()->GetAllMarkedRect(); in GetAnchorObjDiff()
2224 ASSERT( Imp()->GetDrawView(), "GetObjAbsPos() without DrawView?" ); in GetObjAbsPos()
2225 return Imp()->GetDrawView()->GetDragStat().GetActionRect().TopLeft(); in GetObjAbsPos()
2240 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in IsGroupSelected()
2272 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in IsGroupAllowed()
2354 GetDoc()->GroupSelection( *Imp()->GetDrawView() ); in GroupSelection()
2377 GetDoc()->UnGroupSelection( *Imp()->GetDrawView() ); in UnGroupSelection()
2392 SdrView *pView = Imp()->GetDrawView(); in MirrorSelection()
2469 if ( Imp()->HasDrawView() && in MakeSelVisible()
2470 Imp()->GetDrawView()->GetMarkedObjectList().GetMarkCount() ) in MakeSelVisible()
2473 MakeVisible( Imp()->GetDrawView()->GetAllMarkedRect() ); in MakeSelVisible()
2485 if( Imp()->HasDrawView() ) in IsSelObjProtected()
2487 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in IsSelObjProtected()
2549 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in GetObjAttr()
2580 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in SetObjAttr()
2602 … SdrObject *pO = Imp()->GetDrawView()->GetMarkedObjectList().GetMark(0)->GetMarkedSdrObj(); in IsAlignPossible()
2608 return Imp()->GetDrawView()->IsAlignPossible(); in IsAlignPossible()
2619 const SdrMarkList &rMrkList = Imp()->GetDrawView()->GetMarkedObjectList(); in CheckUnboundObjects()
2642 Imp()->GetDrawView()->GetCurrentObjInventor() == SdrInventor ? in CheckUnboundObjects()
2643 Imp()->GetDrawView()->GetCurrentObjIdentifier() : 0xFFFF; in CheckUnboundObjects()
2703 if( Imp()->HasDrawView() ) in Chainable()
2707 SwDrawView *pDView = (SwDrawView*)Imp()->GetDrawView(); in Chainable()
2740 SwDrawView *pDView = (SwDrawView*)Imp()->GetDrawView(); in Chain()
3052 ASSERT( Imp()->GetDrawView(), "wrong usage of SwFEShell::GetShapeBackgrd - no draw view!"); in GetShapeBackgrd()
3053 if( Imp()->GetDrawView() ) in GetShapeBackgrd()
3056 const SdrMarkList* pMrkList = &Imp()->GetDrawView()->GetMarkedObjectList(); in GetShapeBackgrd()
3104 ASSERT( Imp()->GetDrawView(), "wrong usage of SwFEShell::GetShapeBackgrd - no draw view!"); in IsShapeDefaultHoriTextDirR2L()
3105 if( Imp()->GetDrawView() ) in IsShapeDefaultHoriTextDirR2L()
3108 const SdrMarkList* pMrkList = &Imp()->GetDrawView()->GetMarkedObjectList(); in IsShapeDefaultHoriTextDirR2L()