Searched refs:GetVisPosCount (Results 1 – 4 of 4) sorted by relevance
175 maHScroll.SetVisibleSize( GetVisPosCount() ); in InitHScrollBar()176 maHScroll.SetPageSize( GetVisPosCount() * 3 / 4 ); in InitHScrollBar()195 Execute( CSVCMD_SETPOSOFFSET, nPos - GetVisPosCount() + CSV_SCROLL_DIST ); in MakePosVisible()
196 sal_Int32 ScCsvControl::GetVisPosCount() const in GetVisPosCount() function in ScCsvControl203 return Max( GetPosCount() - GetVisPosCount() + 2L, 0L ); in GetMaxPosOffset()
650 … sal_Int32 nMaxPos = Min( nPosEnd - GetVisPosCount() + CSV_SCROLL_DIST + sal_Int32( 1 ), nMinPos ); in MoveCursor()1266 if( Abs( nPos - nOldPos ) > GetVisPosCount() / 2 ) in ImplDrawHorzScrolled()1286 nFirstColIx = GetColumnFromPos( Min( nOldPos + GetVisPosCount(), GetPosCount() ) - 1 ); in ImplDrawHorzScrolled()1287 nLastColIx = GetColumnFromPos( Min( nPos + GetVisPosCount(), GetPosCount() ) - 1 ); in ImplDrawHorzScrolled()
343 sal_Int32 GetVisPosCount() const;347 … inline sal_Int32 GetLastVisPos() const { return GetFirstVisPos() + GetVisPosCount(); } in GetLastVisPos()
Completed in 25 milliseconds