Searched refs:maHScroll (Results 1 – 2 of 2) sorted by relevance
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()155 maHScroll.Show(); in InitControls()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()[all …]
57 ScrollBar maHScroll; /// Horizontal scroll bar. member in ScCsvTableBox
Completed in 10 milliseconds