Lines Matching refs:rReportSection

1048         OReportSection& rReportSection = (*aIter)->getReportSection();  in BegDragObj_createInvisibleObjectAtPosition()  local
1049 rReportSection.getPage()->setSpecialMode(); in BegDragObj_createInvisibleObjectAtPosition()
1050 OSectionView& rView = rReportSection.getSectionView(); in BegDragObj_createInvisibleObjectAtPosition()
1065 rReportSection.getPage()->InsertObject(pNewObj); in BegDragObj_createInvisibleObjectAtPosition()
1074 …const long nSectionHeight = rReportSection.PixelToLogic(rReportSection.GetOutputSizePixel()).Heigh… in BegDragObj_createInvisibleObjectAtPosition()
1098 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj() local
1099 OSectionView* pView = &rReportSection.getSectionView(); in BegDragObj()
1102 …const long nSectionHeight = rReportSection.PixelToLogic(rReportSection.GetOutputSizePixel()).Heigh… in BegDragObj()
1119 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj() local
1121 OSectionView& rView = rReportSection.getSectionView(); in BegDragObj()
1157 …const long nSectionHeight = rReportSection.PixelToLogic(rReportSection.GetOutputSizePixel()).Heigh… in BegDragObj()
1184 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj() local
1205 if ( &rReportSection.getSectionView() != _pSection ) in BegDragObj()
1207 const SdrHdlList& rHdlList = rReportSection.getSectionView().GetHdlList(); in BegDragObj()
1212rReportSection.getSectionView().BegDragObj(aNewPos, (OutputDevice*)NULL, pHdl, nDrgLog, NULL); in BegDragObj()
1214 …const long nSectionHeight = rReportSection.PixelToLogic(rReportSection.GetOutputSizePixel()).Heigh… in BegDragObj()
1237 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegMarkObj() local
1238 if ( &rReportSection.getSectionView() == _pSection ) in BegMarkObj()
1245 …const long nSectionHeight = rReportSection.PixelToLogic(rReportSection.GetOutputSizePixel()).Heigh… in BegMarkObj()
1252 rReportSection.getSectionView().BegMarkObj ( aNewPos ); in BegMarkObj()
1253 … nLastSectionHeight = rReportSection.PixelToLogic(rReportSection.GetOutputSizePixel()).Height(); in BegMarkObj()
1268 OReportSection& rReportSection = (*aIter)->getReportSection(); in getSectionRelativeToPosition() local
1269 if ( &rReportSection.getSectionView() == _pSection) in getSectionRelativeToPosition()
1279 OReportSection& rReportSection = (*aIter)->getReportSection(); in getSectionRelativeToPosition() local
1280 …const sal_Int32 nHeight = rReportSection.PixelToLogic(rReportSection.GetOutputSizePixel()).Height(… in getSectionRelativeToPosition()
1294 OReportSection& rReportSection = (*aIter)->getReportSection(); in getSectionRelativeToPosition() local
1295 … const long nHeight = rReportSection.PixelToLogic(rReportSection.GetOutputSizePixel()).Height(); in getSectionRelativeToPosition()
1316 OReportSection& rReportSection = (*aIter)->getReportSection(); in EndDragObj_removeInvisibleObjects() local
1317 rReportSection.getPage()->resetSpecialMode(); in EndDragObj_removeInvisibleObjects()
1345 OReportSection& rReportSection = (*aIter)->getReportSection(); in EndDragObj() local
1346 if ( pInSection != &rReportSection.getSectionView() ) in EndDragObj()
1348 rReportSection.getSectionView().BrkAction(); in EndDragObj()
1349 rReportSection.Copy(aAllreadyCopiedObjects,true); in EndDragObj()
1456 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction() local
1457 if ( &rReportSection.getSectionView() == _pSection ) in MovAction()
1459 … const long nSectionHeight = (*aIter)->PixelToLogic(rReportSection.GetOutputSizePixel()).Height(); in MovAction()
1469 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction() local
1470 OSectionView& rView = rReportSection.getSectionView(); in MovAction()
1494 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction() local
1495 SdrHdl* pCurrentHdl = rReportSection.getSectionView().GetDragHdl(); in MovAction()
1501 rReportSection.getSectionView().MovAction ( aRealMousePos ); in MovAction()
1513 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction()
1514 OSectionView& rView = rReportSection.getSectionView(); in MovAction()
1609 OReportSection& rReportSection = (*aIter)->getReportSection(); in handleKey() local
1622 if ( rReportSection.getSectionView().AreObjectsMarked() ) in handleKey()
1627 const Size aPixelSize = rReportSection.PixelToLogic( Size( 1, 1 ) ); in handleKey()
1638 OSectionView& rView = rReportSection.getSectionView(); in handleKey()
1683 … SdrObject* pOverlapped = isOver(aMarkRect,*rReportSection.getPage(),rView); in handleKey()
1720 pOverlapped = isOver(aMarkRect,*rReportSection.getPage(),rView); in handleKey()
1732 rView.MakeVisible( rView.GetAllMarkedRect(), rReportSection); in handleKey()
1789 if ( !(bCheck && isOver(aNewRect,*rReportSection.getPage(),rView)) ) in handleKey()
1802 rView.MakeVisible( aVisRect, rReportSection); in handleKey()