Lines Matching refs:mpVScrollBar
2263 mpVScrollBar = new ScrollBar( this, WB_VSCROLL | WB_DRAG ); in ImplListBox()
2268 mpVScrollBar->SetScrollHdl( aLink ); in ImplListBox()
2287 delete mpVScrollBar; in ~ImplListBox()
2301 mpVScrollBar->SetThumbPos( 0 ); in Clear()
2409 if( nSet > mpVScrollBar->GetRangeMax() ) in IMPL_LINK()
2410 mpVScrollBar->SetRangeMax( GetEntryList()->GetEntryCount() ); in IMPL_LINK()
2411 mpVScrollBar->SetThumbPos( GetTopEntry() ); in IMPL_LINK()
2425 if( pSB == mpVScrollBar ) in IMPL_LINK()
2470 nWidth -= mpVScrollBar->GetSizePixel().Width(); in ImplCheckScrollBars()
2526 mpVScrollBar->SetRangeMax( nEntries ); in ImplInitScrollBars()
2527 mpVScrollBar->SetVisibleSize( nVisEntries ); in ImplInitScrollBars()
2528 mpVScrollBar->SetPageSize( nVisEntries - 1 ); in ImplInitScrollBars()
2580 mpVScrollBar->SetPosSizePixel( aVPos, Size( nSBWidth, aInnerSz.Height() ) ); in ImplResizeControls()
2581 mpVScrollBar->Show(); in ImplResizeControls()
2585 mpVScrollBar->Hide(); in ImplResizeControls()
2624 mpVScrollBar->Enable( IsEnabled() ); in StateChanged()
2649 mpVScrollBar->EnableRTL( IsRTLEnabled() ); in StateChanged()
2683 nDone = HandleScrollCommand( rCEvt, mpHScrollBar, mpVScrollBar ); in Notify()