Lines Matching refs:GetFirstVisPos
182 if( nNewPos < GetFirstVisPos() + CSV_SCROLL_DIST ) in GetNoScrollCol()
184 sal_Int32 nScroll = (GetFirstVisPos() > 0) ? CSV_SCROLL_DIST : 0; in GetNoScrollCol()
185 nNewPos = GetFirstVisPos() + nScroll; in GetNoScrollCol()
189 sal_Int32 nScroll = (GetFirstVisPos() < GetMaxPosOffset()) ? CSV_SCROLL_DIST : 0; in GetNoScrollCol()
388 return GetColumnFromPos( GetFirstVisPos() ); in GetFirstVisColumn()
405 (GetFirstVisPos() < GetColumnPos( nColIndex + 1 )); in IsVisibleColumn()
415 sal_Int32 nPos = (nX - GetFirstX()) / GetCharWidth() + GetFirstVisPos(); in GetColumnFromX()
416 return ((GetFirstVisPos() <= nPos) && (nPos <= GetLastVisPos())) ? in GetColumnFromX()
651 if( nPosBeg - CSV_SCROLL_DIST + 1 <= GetFirstVisPos() ) in MoveCursor()
866 … sal_Int32 nPos = (rMEvt.GetPosPixel().X() - GetFirstX()) / GetCharWidth() + GetFirstVisPos(); in Tracking()
1142 sal_Int32 nFirstVisPos = ::std::max( GetColumnPos( nColIndex ), GetFirstVisPos() ); in ImplDrawColumnBackgr()
1263 sal_Int32 nPos = GetFirstVisPos(); in ImplDrawHorzScrolled()