Lines Matching refs:rView

688         OSectionView& rView = (*aIter)->getReportSection().getSectionView();  in collectRectangles()  local
689 if ( rView.AreObjectsMarked() ) in collectRectangles()
691 rView.SortMarkedObjects(); in collectRectangles()
692 const sal_uInt32 nCount = rView.GetMarkedObjectCount(); in collectRectangles()
695 const SdrMark* pM = rView.GetSdrMarkByIndex(i); in collectRectangles()
698 …SortRectangles.insert(TRectangleMap::value_type(aObjRect,TRectangleMap::mapped_type(pObj,&rView))); in collectRectangles()
1004 OSectionView& rView( _rhs->getReportSection().getSectionView() ); in operator ()() local
1008 rView.EndDragObj( m_bCopy ); in operator ()()
1011 if ( rView.IsAction() ) in operator ()()
1012 rView.EndAction ( ); in operator ()()
1015 rView.MovAction ( m_aPoint ); in operator ()()
1018 rView.BegMarkObj ( m_aPoint ); in operator ()()
1021 rView.ForceMarkedToAnotherPage(); in operator ()()
1024 if ( rView.IsAction() ) in operator ()()
1025 rView.BrkAction ( ); in operator ()()
1050 OSectionView& rView = rReportSection.getSectionView(); in BegDragObj_createInvisibleObjectAtPosition() local
1052 if ( &rView != &_rSection ) in BegDragObj_createInvisibleObjectAtPosition()
1064 sal_Bool bChanged = rView.GetModel()->IsChanged(); in BegDragObj_createInvisibleObjectAtPosition()
1066 rView.GetModel()->SetChanged(bChanged); in BegDragObj_createInvisibleObjectAtPosition()
1071 rView.MarkObj( pNewObj, rView.GetSdrPageView() ); in BegDragObj_createInvisibleObjectAtPosition()
1121 OSectionView& rView = rReportSection.getSectionView(); in BegDragObj() local
1123 if ( rView.AreObjectsMarked() ) in BegDragObj()
1125 const sal_uInt32 nCount = rView.GetMarkedObjectCount(); in BegDragObj()
1128 const SdrMark* pM = rView.GetSdrMarkByIndex(i); in BegDragObj()
1140 BegDragObj_createInvisibleObjectAtPosition(aRect, rView); in BegDragObj()
1153 Rectangle aClipRect = rView.GetWorkArea(); in BegDragObj()
1155 rView.SetWorkArea( aClipRect ); in BegDragObj()
1470 OSectionView& rView = rReportSection.getSectionView(); in MovAction() local
1475 Rectangle aClipRect = rView.GetWorkArea(); in MovAction()
1479 rView.SetWorkArea( aClipRect ); in MovAction()
1483 Rectangle aClipRect = rView.GetWorkArea(); in MovAction()
1485 rView.SetWorkArea( aClipRect ); in MovAction()
1514 OSectionView& rView = rReportSection.getSectionView(); in MovAction()
1515 if ( rView.AreObjectsMarked() ) in MovAction()
1517 rView.SortMarkedObjects(); in MovAction()
1518 const sal_uInt32 nCount = rView.GetMarkedObjectCount(); in MovAction()
1521 const SdrMark* pM = rView.GetSdrMarkByIndex(i); in MovAction()
1638 OSectionView& rView = rReportSection.getSectionView(); in handleKey() local
1639 const SdrHdlList& rHdlList = rView.GetHdlList(); in handleKey()
1645 if ( rView.IsMoveAllowed() ) in handleKey()
1648 Rectangle rWorkArea = rView.GetWorkArea(); in handleKey()
1655 Rectangle aMarkRect( rView.GetMarkedObjRect() ); in handleKey()
1673 const SdrMarkList& rMarkList = rView.GetMarkedObjectList(); in handleKey()
1683 … SdrObject* pOverlapped = isOver(aMarkRect,*rReportSection.getPage(),rView); in handleKey()
1720 pOverlapped = isOver(aMarkRect,*rReportSection.getPage(),rView); in handleKey()
1731 rView.MoveAllMarked( Size( nX, nY ) ); in handleKey()
1732 rView.MakeVisible( rView.GetAllMarkedRect(), rReportSection); in handleKey()
1743 const SdrDragStat& rDragStat = rView.GetDragStat(); in handleKey()
1746 rView.BegDragObj( aStartPoint, 0, pHdl, 0 ); in handleKey()
1748 if ( rView.IsDragObj() ) in handleKey()
1751 const sal_Bool bWasSnapEnabled = rView.IsSnapEnabled(); in handleKey()
1757 rView.SetSnapEnabled( sal_False ); in handleKey()
1761 const SdrMarkList& rMarkList = rView.GetMarkedObjectList(); in handleKey()
1789 if ( !(bCheck && isOver(aNewRect,*rReportSection.getPage(),rView)) ) in handleKey()
1790 rView.MovAction(aEndPoint); in handleKey()
1791 rView.EndDragObj(); in handleKey()
1797 rView.SetSnapEnabled( bWasSnapEnabled ); in handleKey()
1802 rView.MakeVisible( aVisRect, rReportSection); in handleKey()
1805 rView.AdjustMarkHdl(); in handleKey()