Home
last modified time | relevance | path

Searched refs:rScroll (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sc/source/ui/view/
H A Dtabview4.cxx341 void ScTabView::SetScrollBar( ScrollBar& rScroll, long nRangeMax, long nVisible, long nPos, sal_Boo… in SetScrollBar() argument
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()
365 long ScTabView::GetScrollBarPos( ScrollBar& rScroll, sal_Bool bLayoutRTL ) in GetScrollBarPos() argument
368 return -rScroll.GetThumbPos() - rScroll.GetVisibleSize(); in GetScrollBarPos()
370 return rScroll.GetThumbPos(); in GetScrollBarPos()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dtabview.hxx195 …static void SetScrollBar( ScrollBar& rScroll, long nRangeMax, long nVisible, long nPos, sal_Bo…
196 static long GetScrollBarPos( ScrollBar& rScroll, sal_Bool bLayoutRTL );