Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/source/awt/
H A Dvclxscroller.cxx52 mpHorScrollBar = mpVerScrollBar = 0; in DBG_NAME()
88 if ( !mpHorScrollBar ) in ensureScrollBars()
90 mpHorScrollBar = new ScrollBar( GetWindow() , WB_HORZ ); in ensureScrollBars()
91 mpHorScrollBar->SetLineSize( 4 ); in ensureScrollBars()
92 mpHorScrollBar->SetPageSize( 15 ); in ensureScrollBars()
93 mpHorScrollBar->Show(); in ensureScrollBars()
94 mpHorScrollBar->SetScrollHdl( LINK( this, VCLXScroller, ScrollHdl ) ); in ensureScrollBars()
108 mpHorScrollBar->SetRangeMin( 0 ); in allocateArea()
109 mpHorScrollBar->SetRangeMax( SAL_MAX( maChildRequisition.Width - rArea.Width, 0 ) ); in allocateArea()
113 int thumbX = mpHorScrollBar->GetThumbPos(); in allocateArea()
[all …]
H A Dvclxscroller.hxx77 ScrollBar *mpHorScrollBar, *mpVerScrollBar; member in layoutimpl::VCLXScroller