Searched refs:mpVScrollBar (Results 1 – 5 of 5) sorted by relevance
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()177 mpVScrollBar->SetRangeMax( maMinSize.Height() ); in ImplInitScrollBars()178 mpVScrollBar->SetVisibleSize( aOutSize.Height() ); in ImplInitScrollBars()179 mpVScrollBar->SetPageSize( 16 ); in ImplInitScrollBars()223 mpVScrollBar->Show(); in ImplResizeControls()227 mpVScrollBar->Hide(); in ImplResizeControls()260 nOffset = mpVScrollBar->GetThumbPos(); in ImplResizeChild()[all …]
183 ,mpVScrollBar(NULL) in ImpSvMEdit()219 delete mpVScrollBar; in ImpUpdateSrollBarVis()224 mpVScrollBar->Show(); in ImpUpdateSrollBarVis()295 delete mpVScrollBar; in ~ImpSvMEdit()301 if ( mpVScrollBar ) in ImpSetScrollBarRanges()333 if ( mpVScrollBar ) in ImpInitScrollBars()462 if ( mpVScrollBar ) in Resize()573 if ( mpVScrollBar ) in Notify()684 if ( mpVScrollBar ) in CalcMinimumSize()711 if ( mpVScrollBar ) in CalcSize()[all …]
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()2411 mpVScrollBar->SetThumbPos( GetTopEntry() ); in IMPL_LINK()2425 if( pSB == mpVScrollBar ) in IMPL_LINK()2526 mpVScrollBar->SetRangeMax( nEntries ); in ImplInitScrollBars()2527 mpVScrollBar->SetVisibleSize( nVisEntries ); in ImplInitScrollBars()2581 mpVScrollBar->Show(); in ImplResizeControls()2585 mpVScrollBar->Hide(); in ImplResizeControls()[all …]
36 ScrollBar* mpVScrollBar; member in sd::DialogListBox
406 ScrollBar* mpVScrollBar; member in ImplListBox
Completed in 44 milliseconds