Lines Matching refs:m_aVertScroll
2325 m_aVertScroll ( this, ResId( SB_VERTICAL, *rResId.GetResMgr() ) ), in CustomPropertiesControl()
2332 m_aVertScroll.EnableDrag(); in CustomPropertiesControl()
2333 m_aVertScroll.Show(); in CustomPropertiesControl()
2335 m_aHeaderBar.SetPosSizePixel( Point(), Size( nWidth, m_aVertScroll.GetPosPixel().Y() ) ); in CustomPropertiesControl()
2349 m_aPropertiesWin.InitControls( &m_aHeaderBar, &m_aVertScroll ); in CustomPropertiesControl()
2352 m_aVertScroll.SetRangeMin( 0 ); in CustomPropertiesControl()
2355 m_aVertScroll.SetRangeMax( nVisibleEntries ); in CustomPropertiesControl()
2356 m_aVertScroll.SetPageSize( nVisibleEntries - 1 ); in CustomPropertiesControl()
2357 m_aVertScroll.SetVisibleSize( nVisibleEntries ); in CustomPropertiesControl()
2361 aPos = m_aVertScroll.GetPosPixel(); in CustomPropertiesControl()
2362 aSize = m_aVertScroll.GetSizePixel(); in CustomPropertiesControl()
2365 m_aVertScroll.SetScrollHdl( aScrollLink ); in CustomPropertiesControl()
2388 m_aVertScroll.SetRangeMax( m_aPropertiesWin.GetVisibleLineCount() + 1 ); in IMPL_LINK()
2390 m_aVertScroll.DoScrollAction ( SCROLL_LINEUP ); in IMPL_LINK()
2397 m_aVertScroll.SetRangeMax( m_aPropertiesWin.GetVisibleLineCount() + 1 ); in AddLine()
2399 m_aVertScroll.DoScroll( m_aPropertiesWin.GetVisibleLineCount() + 1 ); in AddLine()