Home
last modified time | relevance | path

Searched refs:mpVScrollBar (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dilstbox.cxx2268 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 …]
/trunk/main/vcl/inc/
H A Dilstbox.hxx406 ScrollBar* mpVScrollBar; member in ImplListBox
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx183 ,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 …]
/trunk/main/sd/source/ui/inc/
H A DDialogListBox.hxx36 ScrollBar* mpVScrollBar; member in sd::DialogListBox
/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx35 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 …]

Completed in 44 milliseconds