Home
last modified time | relevance | path

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

/trunk/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.cxx1424 SwScrollbar** ppScrollbar = bHori ? &pHScrollbar : &pVScrollbar; in _CreateScrollbar() local
1426 ASSERT( !*ppScrollbar, "vorher abpruefen!" ) in _CreateScrollbar()
1442 *ppScrollbar = new SwScrollbar( pMDI, bHori ); in _CreateScrollbar()
1445 (*ppScrollbar)->EnableDrag( sal_True ); in _CreateScrollbar()
1446 (*ppScrollbar)->SetEndScrollHdl( LINK( this, SwPagePreView, EndScrollHdl )); in _CreateScrollbar()
1449 (*ppScrollbar)->SetScrollHdl( LINK( this, SwPagePreView, ScrollHdl )); in _CreateScrollbar()
1452 (*ppScrollbar)->ExtendedShow(); in _CreateScrollbar()

Completed in 50 milliseconds