Home
last modified time | relevance | path

Searched refs:mpVerScrollBar (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/toolkit/source/awt/
H A Dvclxscroller.cxx52 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 …]
H A Dvclxscroller.hxx77 ScrollBar *mpHorScrollBar, *mpVerScrollBar; member in layoutimpl::VCLXScroller