Searched refs:_pSection (Results 1 – 2 of 2) sorted by relevance
/trunk/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 1086 void OViewsWindow::BegDragObj(const Point& _aPnt, SdrHdl* _pHdl,const OSectionView* _pSection) in BegDragObj() argument 1100 if (pView == _pSection) in BegDragObj() 1205 if ( &rReportSection.getSectionView() != _pSection ) in BegDragObj() 1227 void OViewsWindow::BegMarkObj(const Point& _aPnt,const OSectionView* _pSection) in BegMarkObj() argument 1238 if ( &rReportSection.getSectionView() == _pSection ) in BegMarkObj() 1269 if ( &rReportSection.getSectionView() == _pSection) in getSectionRelativeToPosition() 1327 OSectionView* pInSection = getSectionRelativeToPosition(_pSection, aNewPos); in EndDragObj() 1329 (_pSection && ( _pSection->IsDragResize() == false ) ) && /* Not in resize mode */ in EndDragObj() 1330 _pSection != pInSection) in EndDragObj() 1443 SdrHdl* pHdl = _pSection->GetDragHdl(); in MovAction() [all …]
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | ViewsWindow.hxx | 298 void BegMarkObj(const Point& _aPnt,const OSectionView* _pSection); 307 void BegDragObj(const Point& _aPnt, SdrHdl* _pHdl,const OSectionView* _pSection); 308 … void EndDragObj(sal_Bool _bDragIntoNewSection,const OSectionView* _pSection,const Point& _aPnt); 323 OSectionView* getSectionRelativeToPosition(const OSectionView* _pSection,Point& _rPnt); 325 …void MovAction(const Point& rPnt,const OSectionView* _pSection,bool _bMove /*= true */, bool _bCon…
|
Completed in 22 milliseconds