Lines Matching refs:maHScroll
53 maHScroll( this, WB_HORZ | WB_DRAG ), in ScCsvTableBox()
107 maHScroll.EnableRTL( false ); // #107812# RTL in Init()
108 maHScroll.SetLineSize( 1 ); in Init()
117 maHScroll.SetScrollHdl( aLink ); in Init()
121 maHScroll.SetEndScrollHdl( aLink ); in Init()
153 maHScroll.SetPosSizePixel( 0, nDataHeight, nDataWidth, nScrollBarSize ); in InitControls()
155 maHScroll.Show(); in InitControls()
162 bool bScrBox = maHScroll.IsVisible() && maVScroll.IsVisible(); in InitControls()
174 maHScroll.SetRange( Range( 0, GetPosCount() + 2 ) ); in InitHScrollBar()
175 maHScroll.SetVisibleSize( GetVisPosCount() ); in InitHScrollBar()
176 maHScroll.SetPageSize( GetVisPosCount() * 3 / 4 ); in InitHScrollBar()
177 maHScroll.SetThumbPos( GetFirstVisPos() ); in InitHScrollBar()
421 if( pScrollBar == &maHScroll ) in IMPL_LINK()
433 if( pScrollBar == &maHScroll ) in IMPL_LINK()