Searched refs:mpVerScrollBar (Results 1 – 2 of 2) sorted by relevance
52 mpHorScrollBar = mpVerScrollBar = 0; in DBG_NAME()80 if ( !mpVerScrollBar ) in ensureScrollBars()82 mpVerScrollBar = new ScrollBar( GetWindow() , WB_VERT ); in ensureScrollBars()83 mpVerScrollBar->SetLineSize( 4 ); in ensureScrollBars()84 mpVerScrollBar->SetPageSize( 15 ); in ensureScrollBars()85 mpVerScrollBar->Show(); in ensureScrollBars()86 mpVerScrollBar->SetScrollHdl( LINK( this, VCLXScroller, ScrollHdl ) ); in ensureScrollBars()110 mpVerScrollBar->SetRangeMin( 0 ); in allocateArea()111 mpVerScrollBar->SetRangeMax( SAL_MAX( maChildRequisition.Height - rArea.Height, 0 ) ); in allocateArea()114 int thumbY = mpVerScrollBar->GetThumbPos(); in allocateArea()[all …]
77 ScrollBar *mpHorScrollBar, *mpVerScrollBar; member in layoutimpl::VCLXScroller