Home
last modified time | relevance | path

Searched refs:_pSection (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx298 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…
/AOO41X/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1086 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()
1260 OSectionView* OViewsWindow::getSectionRelativeToPosition(const OSectionView* _pSection,Point& _rPnt) in getSectionRelativeToPosition() argument
1269 if ( &rReportSection.getSectionView() == _pSection) in getSectionRelativeToPosition()
1321 void OViewsWindow::EndDragObj(sal_Bool _bControlKeyPressed, const OSectionView* _pSection,const Poi… in EndDragObj() argument
1327 OSectionView* pInSection = getSectionRelativeToPosition(_pSection, aNewPos); in EndDragObj()
1329 (_pSection && ( _pSection->IsDragResize() == false ) ) && /* Not in resize mode */ in EndDragObj()
[all …]