Lines Matching refs:mpVScrollBar
35 mpVScrollBar = new ScrollBar( this, WB_VSCROLL | WB_DRAG ); in DialogListBox()
40 mpVScrollBar->SetScrollHdl( aLink ); in DialogListBox()
53 delete mpVScrollBar; in ~DialogListBox()
133 nWidth -= mpVScrollBar->GetSizePixel().Width(); in ImplCheckScrollBars()
173 if( mbVScroll ) aOutSize.Width() -= mpVScrollBar->GetSizePixel().Width(); in ImplInitScrollBars()
177 mpVScrollBar->SetRangeMax( maMinSize.Height() ); in ImplInitScrollBars()
178 mpVScrollBar->SetVisibleSize( aOutSize.Height() ); in ImplInitScrollBars()
179 mpVScrollBar->SetPageSize( 16 ); in ImplInitScrollBars()
222 mpVScrollBar->SetPosSizePixel( aVPos, Size( nSBWidth, maInnerSize.Height() ) ); in ImplResizeControls()
223 mpVScrollBar->Show(); in ImplResizeControls()
227 mpVScrollBar->Hide(); in ImplResizeControls()
260 nOffset = mpVScrollBar->GetThumbPos(); in ImplResizeChild()
286 mpVScrollBar->Enable( IsEnabled() ); in StateChanged()
328 nDone = HandleScrollCommand( rCEvt, mpHScrollBar, mpVScrollBar ); in Notify()