Lines Matching refs:aHScroll
169 aHScroll.EnableRTL( IsRTLEnabled() ); in StateChanged()
619 aHScroll.Show(); in Resize()
621 aHScroll.Hide(); in Resize()
625 if ( aHScroll.IsVisible() || ( nControlAreaWidth != USHRT_MAX ) ) in Resize()
685 DrawLine( Point( 0, aHScroll.GetPosPixel().Y() ), in Paint()
687 aHScroll.GetPosPixel().Y() ) ); in Paint()
1234 if ( aHScroll.IsVisible() ) in UpdateScrollbars()
1236 aHScroll.Hide(); in UpdateScrollbars()
1242 else if ( !aHScroll.IsVisible() ) in UpdateScrollbars()
1254 aHScroll.SetPosSizePixel( in UpdateScrollbars()
1275 aHScroll.SetVisibleSize( nVisibleHSize ); in UpdateScrollbars()
1276 aHScroll.SetRange( Range( 0, nRange )); in UpdateScrollbars()
1277 if ( bNeedsHScroll && !aHScroll.IsVisible() ) in UpdateScrollbars()
1278 aHScroll.Show(); in UpdateScrollbars()
1310 if (aHScroll.IsVisible() && pVScroll && pVScroll->IsVisible() ) in UpdateScrollbars()
1315 else if ( !aHScroll.IsVisible() && ( nControlAreaWidth != USHRT_MAX ) ) in UpdateScrollbars()
1326 Point( GetOutputSizePixel().Width() - nActualCorderWidth, aHScroll.GetPosPixel().Y() ), in UpdateScrollbars()
1451 if ( pBar == &aHScroll ) in IMPL_LINK()
1452 ScrollColumns( aHScroll.GetDelta() ); in IMPL_LINK()
2155 …return Rectangle(aRowBar.TopRight(), Size(aSize.A() - nX, aSize.B() - nY - aHScroll.GetSizePixel()… in calcTableRect()