Searched refs:GetLastVisPos (Results 1 – 5 of 5) sorted by relevance
187 else if( nNewPos > GetLastVisPos() - CSV_SCROLL_DIST - 1L ) in GetNoScrollCol()190 nNewPos = GetLastVisPos() - nScroll - 1; in GetNoScrollCol()393 return GetColumnFromPos( Min( GetLastVisPos(), GetPosCount() ) - 1 ); in GetLastVisColumn()404 (GetColumnPos( nColIndex ) < GetLastVisPos()) && in IsVisibleColumn()416 return ((GetFirstVisPos() <= nPos) && (nPos <= GetLastVisPos())) ? in GetColumnFromX()653 else if( nPosEnd + CSV_SCROLL_DIST >= GetLastVisPos() ) in MoveCursor()1143 sal_Int32 nLastVisPos = ::std::min( GetColumnPos( nColIndex + 1 ), GetLastVisPos() ); in ImplDrawColumnBackgr()
274 else if( nNewPos > GetLastVisPos() - CSV_SCROLL_DIST - 1L ) in GetNoScrollPos()277 nNewPos = Min( nNewPos, GetLastVisPos() - nScroll - sal_Int32( 1 ) ); in GetNoScrollPos()640 sal_uInt32 nLast = maSplits.UpperBound( GetLastVisPos() ); in ImplDrawRulerDev()
213 return IsValidSplitPos( nPos ) && (GetFirstVisPos() <= nPos) && (nPos <= GetLastVisPos()); in IsVisibleSplitPos()
194 else if( nPos + CSV_SCROLL_DIST >= GetLastVisPos() ) in MakePosVisible()
347 … inline sal_Int32 GetLastVisPos() const { return GetFirstVisPos() + GetVisPosCount(); } in GetLastVisPos() function in ScCsvControl
Completed in 1124 milliseconds