Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1260 OSectionView* OViewsWindow::getSectionRelativeToPosition(const OSectionView* _pSection,Point& _rPnt) in getSectionRelativeToPosition() argument
1273 if ( _rPnt.Y() < 0 ) in getSectionRelativeToPosition()
1277 for (; nCount && (_rPnt.Y() < 0); --nCount) in getSectionRelativeToPosition()
1281 _rPnt.Y() += nHeight; in getSectionRelativeToPosition()
1282 if ( (nCount -1) > 0 && (_rPnt.Y() < 0) ) in getSectionRelativeToPosition()
1296 if ( (_rPnt.Y() - nHeight) < 0 ) in getSectionRelativeToPosition()
1298 _rPnt.Y() -= nHeight; in getSectionRelativeToPosition()
/trunk/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx323 OSectionView* getSectionRelativeToPosition(const OSectionView* _pSection,Point& _rPnt);

Completed in 17 milliseconds