Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/uiview/
H A Dviewmdi.cxx310 SwScrollbar** ppScrollbar = bHori ? &pHScrollbar : &pVScrollbar; in _CreateScrollbar() local
312 ASSERT( !*ppScrollbar, "vorher abpruefen!" ) in _CreateScrollbar()
317 *ppScrollbar = new SwScrollbar( pMDI, bHori ); in _CreateScrollbar()
320 (*ppScrollbar)->SetScrollHdl( LINK( this, SwView, EndScrollHdl )); in _CreateScrollbar()
322 (*ppScrollbar)->SetScrollHdl( LINK( this, SwView, ScrollHdl )); in _CreateScrollbar()
323 (*ppScrollbar)->SetEndScrollHdl( LINK( this, SwView, EndScrollHdl )); in _CreateScrollbar()
325 (*ppScrollbar)->EnableDrag( sal_True ); in _CreateScrollbar()
332 if ( !bShowAtResize && (*ppScrollbar)) in _CreateScrollbar()
333 (*ppScrollbar)->ExtendedShow(); in _CreateScrollbar()
H A Dpview.cxx1426 SwScrollbar** ppScrollbar = bHori ? &pHScrollbar : &pVScrollbar; in _CreateScrollbar() local
1428 ASSERT( !*ppScrollbar, "vorher abpruefen!" ) in _CreateScrollbar()
1444 *ppScrollbar = new SwScrollbar( pMDI, bHori ); in _CreateScrollbar()
1447 (*ppScrollbar)->EnableDrag( sal_True ); in _CreateScrollbar()
1448 (*ppScrollbar)->SetEndScrollHdl( LINK( this, SwPagePreView, EndScrollHdl )); in _CreateScrollbar()
1451 (*ppScrollbar)->SetScrollHdl( LINK( this, SwPagePreView, ScrollHdl )); in _CreateScrollbar()
1454 (*ppScrollbar)->ExtendedShow(); in _CreateScrollbar()

Completed in 32 milliseconds