Lines Matching refs:maVScroll
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()
158 maVScroll.SetPosSizePixel( nDataWidth, 0, nScrollBarSize, nDataHeight ); in InitControls()
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()
423 else if( pScrollBar == &maVScroll ) in IMPL_LINK()