Home
last modified time | relevance | path

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

/aoo4110/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()
110 mpVerScrollBar->SetRangeMin( 0 ); in allocateArea()
114 int thumbY = mpVerScrollBar->GetThumbPos(); in allocateArea()
115 int thumbWidth = mpVerScrollBar->GetSizePixel().getWidth(); in allocateArea()
135 assert( mpHorScrollBar && mpVerScrollBar ); in getMinimumSize()
[all …]
H A Dvclxscroller.hxx77 ScrollBar *mpHorScrollBar, *mpVerScrollBar; member in layoutimpl::VCLXScroller

Completed in 22 milliseconds