Searched refs:rScroll (Results 1 – 2 of 2) sorted by relevance
352 rScroll.SetRange( Range( -nRangeMax, 0 ) ); in SetScrollBar()353 rScroll.SetVisibleSize( nVisible ); in SetScrollBar()354 rScroll.SetThumbPos( -nPos - nVisible ); in SetScrollBar()358 rScroll.SetRange( Range( 0, nRangeMax ) ); in SetScrollBar()359 rScroll.SetVisibleSize( nVisible ); in SetScrollBar()360 rScroll.SetThumbPos( nPos ); in SetScrollBar()368 return -rScroll.GetThumbPos() - rScroll.GetVisibleSize(); in GetScrollBarPos()370 return rScroll.GetThumbPos(); in GetScrollBarPos()380 nOldPos = rScroll.GetThumbPos(); in lcl_UpdateBar()381 rScroll.SetPageSize( static_cast<long>(nSize) ); in lcl_UpdateBar()[all …]
195 …static void SetScrollBar( ScrollBar& rScroll, long nRangeMax, long nVisible, long nPos, sal_Bool …196 static long GetScrollBarPos( ScrollBar& rScroll, sal_Bool bLayoutRTL );
Completed in 23 milliseconds