Searched refs:maVScroll (Results 1 – 2 of 2) sorted by relevance
54 maVScroll( this, WB_VERT | WB_DRAG ), in ScCsvTableBox()109 maVScroll.SetLineSize( 1 ); in Init()118 maVScroll.SetScrollHdl( aLink ); in Init()122 maVScroll.SetEndScrollHdl( aLink ); in Init()160 maVScroll.Show(); in InitControls()162 bool bScrBox = maHScroll.IsVisible() && maVScroll.IsVisible(); in InitControls()182 maVScroll.SetRange( Range( 0, GetLineCount() + 1 ) ); in InitVScrollBar()183 maVScroll.SetVisibleSize( GetVisLineCount() ); in InitVScrollBar()184 maVScroll.SetPageSize( GetVisLineCount() - 2 ); in InitVScrollBar()185 maVScroll.SetThumbPos( GetFirstVisLine() ); in InitVScrollBar()[all …]
58 ScrollBar maVScroll; /// Vertical scroll bar. member in ScCsvTableBox
Completed in 12 milliseconds