Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx53 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()
[all …]
/AOO42X/main/sc/source/ui/inc/
H A Dcsvtablebox.hxx57 ScrollBar maHScroll; /// Horizontal scroll bar. member in ScCsvTableBox