Home
last modified time | relevance | path

Searched refs:mpHScrollBar (Results 1 – 5 of 5) sorted by path

/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx36 mpHScrollBar = new ScrollBar( this, WB_HSCROLL | WB_DRAG ); in DialogListBox()
41 mpHScrollBar->SetScrollHdl( aLink ); in DialogListBox()
52 delete mpHScrollBar; in ~DialogListBox()
184 mpHScrollBar->SetRangeMax( maMinSize.Width() ); in ImplInitScrollBars()
185 mpHScrollBar->SetVisibleSize( aOutSize.Width() ); in ImplInitScrollBars()
186 mpHScrollBar->SetPageSize( 16 ); in ImplInitScrollBars()
235 mpHScrollBar->Show(); in ImplResizeControls()
239 mpHScrollBar->Hide(); in ImplResizeControls()
253 nOffset = mpHScrollBar->GetThumbPos(); in ImplResizeChild()
285 mpHScrollBar->Enable( IsEnabled() ); in StateChanged()
[all …]
/trunk/main/sd/source/ui/inc/
H A DDialogListBox.hxx35 ScrollBar* mpHScrollBar; member in sd::DialogListBox
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx182 :mpHScrollBar(NULL) in ImpSvMEdit()
233 delete mpHScrollBar; in ImpUpdateSrollBarVis()
238 mpHScrollBar->Show(); in ImpUpdateSrollBarVis()
294 delete mpHScrollBar; in ~ImpSvMEdit()
306 if ( mpHScrollBar ) in ImpSetScrollBarRanges()
326 if ( mpHScrollBar ) in ImpInitScrollBars()
571 if ( mpHScrollBar ) in Notify()
590 if ( mpHScrollBar ) in Notify()
682 if ( mpHScrollBar ) in CalcMinimumSize()
709 if ( mpHScrollBar ) in CalcSize()
[all …]
/trunk/main/vcl/inc/
H A Dilstbox.hxx405 ScrollBar* mpHScrollBar; member in ImplListBox
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2264 mpHScrollBar = new ScrollBar( this, WB_HSCROLL | WB_DRAG ); in ImplListBox()
2269 mpHScrollBar->SetScrollHdl( aLink ); in ImplListBox()
2286 delete mpHScrollBar; in ~ImplListBox()
2302 mpHScrollBar->SetThumbPos( 0 ); in Clear()
2413 mpHScrollBar->SetThumbPos( GetLeftIndent() ); in IMPL_LINK()
2427 else if( pSB == mpHScrollBar ) in IMPL_LINK()
2535 mpHScrollBar->SetLineSize( HORZ_SCROLL ); in ImplInitScrollBars()
2595 mpHScrollBar->Show(); in ImplResizeControls()
2599 mpHScrollBar->Hide(); in ImplResizeControls()
2623 mpHScrollBar->Enable( IsEnabled() ); in StateChanged()
[all …]

Completed in 37 milliseconds