Searched refs:mpVScrollBar (Results 1 – 5 of 5) sorted by relevance
35 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()173 if( mbVScroll ) aOutSize.Width() -= mpVScrollBar->GetSizePixel().Width(); in ImplInitScrollBars()177 mpVScrollBar->SetRangeMax( maMinSize.Height() ); in ImplInitScrollBars()178 mpVScrollBar->SetVisibleSize( aOutSize.Height() ); in ImplInitScrollBars()179 mpVScrollBar->SetPageSize( 16 ); in ImplInitScrollBars()222 mpVScrollBar->SetPosSizePixel( aVPos, Size( nSBWidth, maInnerSize.Height() ) ); in ImplResizeControls()223 mpVScrollBar->Show(); in ImplResizeControls()[all …]
111 ScrollBar* mpVScrollBar; member in ImpSvMEdit176 ScrollBar* GetVScrollBar() { return mpVScrollBar; } in GetVScrollBar()183 ,mpVScrollBar(NULL) in ImpSvMEdit()196 const sal_Bool bHaveVScroll = (NULL != mpVScrollBar); in ImpUpdateSrollBarVis()219 delete mpVScrollBar; in ImpUpdateSrollBarVis()220 mpVScrollBar = bNeedVScroll ? new ScrollBar( pSvMultiLineEdit, WB_VSCROLL|WB_DRAG ) : NULL; in ImpUpdateSrollBarVis()224 mpVScrollBar->Show(); in ImpUpdateSrollBarVis()225 mpVScrollBar->SetScrollHdl( LINK( this, ImpSvMEdit, ScrollHdl ) ); in ImpUpdateSrollBarVis()295 delete mpVScrollBar; in ~ImpSvMEdit()301 if ( mpVScrollBar ) in ImpSetScrollBarRanges()[all …]
2263 mpVScrollBar = new ScrollBar( this, WB_VSCROLL | WB_DRAG ); in ImplListBox()2268 mpVScrollBar->SetScrollHdl( aLink ); in ImplListBox()2287 delete mpVScrollBar; in ~ImplListBox()2301 mpVScrollBar->SetThumbPos( 0 ); in Clear()2409 if( nSet > mpVScrollBar->GetRangeMax() ) in IMPL_LINK()2410 mpVScrollBar->SetRangeMax( GetEntryList()->GetEntryCount() ); in IMPL_LINK()2411 mpVScrollBar->SetThumbPos( GetTopEntry() ); in IMPL_LINK()2425 if( pSB == mpVScrollBar ) in IMPL_LINK()2470 nWidth -= mpVScrollBar->GetSizePixel().Width(); in ImplCheckScrollBars()2526 mpVScrollBar->SetRangeMax( nEntries ); in ImplInitScrollBars()[all …]
36 ScrollBar* mpVScrollBar; member in sd::DialogListBox
406 ScrollBar* mpVScrollBar; member in ImplListBox