Searched refs:GetMaxPosOffset (Results 1 – 5 of 5) sorted by relevance
95 … { maData.mnPosOffset = Max( Min( nPos, GetMaxPosOffset() ), sal_Int32( 0 ) ); } in ImplSetPosOffset()
349 sal_Int32 GetMaxPosOffset() const;
201 sal_Int32 ScCsvControl::GetMaxPosOffset() const in GetMaxPosOffset() function in ScCsvControl
276 sal_Int32 nScroll = (GetFirstVisPos() < GetMaxPosOffset()) ? CSV_SCROLL_DIST : 0; in GetNoScrollPos()
189 sal_Int32 nScroll = (GetFirstVisPos() < GetMaxPosOffset()) ? CSV_SCROLL_DIST : 0; in GetNoScrollCol()
Completed in 39 milliseconds