Lines Matching refs:aVerSBar

56 	aVerSBar( pLBView, WB_DRAG | WB_VSCROLL ),  in SvImpLBox()
75 aVerSBar.SetScrollHdl( LINK( this, SvImpLBox, ScrollUpDownHdl ) ); in SvImpLBox()
78 aVerSBar.SetEndScrollHdl( LINK( this, SvImpLBox, EndScrollHdl ) ); in SvImpLBox()
79 aVerSBar.SetRange( Range(0,0) ); in SvImpLBox()
80 aVerSBar.Hide(); in SvImpLBox()
86 nVerSBarWidth = (short)aVerSBar.GetSizePixel().Width(); in SvImpLBox()
274 aVerSBar.Hide(); in Clear()
275 aVerSBar.SetThumbPos( 0 ); in Clear()
277 aVerSBar.SetRange( aRange ); in Clear()
297 if( !aHorSBar.IsVisible() && !aVerSBar.IsVisible() ) in Clear()
314 aVerSBar.SetVisibleSize( nNextVerVisSize ); in IMPL_LINK_INLINE_START()
476 if( !aVerSBar.IsVisible() ) in KeyUp()
481 nDelta = aVerSBar.GetPageSize(); in KeyUp()
485 long nThumbPos = aVerSBar.GetThumbPos(); in KeyUp()
497 aVerSBar.SetThumbPos( nThumbPos - nDelta ); in KeyUp()
510 if( !aVerSBar.IsVisible() ) in KeyDown()
515 nDelta = aVerSBar.GetPageSize(); in KeyDown()
519 long nThumbPos = aVerSBar.GetThumbPos(); in KeyDown()
520 long nVisibleSize = aVerSBar.GetVisibleSize(); in KeyDown()
521 long nRange = aVerSBar.GetRange().Len(); in KeyDown()
534 aVerSBar.SetThumbPos( nThumbPos+nDelta ); in KeyDown()
713 aVerSBar.SetRange( Range(0, pView->GetVisibleCount()-1 ) ); in UpdateAll()
906 aVerSBar.SetThumbPos( 0 ); in Paint()
1020 aVerSBar.SetThumbPos( (long)(pView->GetVisiblePos( pStartEntry )) ); in MakeVisible()
1212 aVerSBar.SetPosSizePixel( aVerPos, aVerSize ); in PositionScrollBars()
1308 if( nTemp != aVerSBar.GetVisibleSize() ) in AdjustScrollBars()
1312 aVerSBar.SetPageSize( nTemp - 1 ); in AdjustScrollBars()
1313 aVerSBar.SetVisibleSize( nTemp ); in AdjustScrollBars()
1346 aVerSBar.Show(); in AdjustScrollBars()
1348 aVerSBar.Hide(); in AdjustScrollBars()
1385 if( aVerSBar.IsVisible()) in Resize()
1386 aVerSBar.Invalidate(); in Resize()
1395 sal_uInt16 nTempThumb = (sal_uInt16)aVerSBar.GetThumbPos(); in FillView()
1425 aVerSBar.SetThumbPos( nThumb ); in FillView()
1444 if( !aVerSBar.IsVisible() ) in ShowVerSBar()
1449 aVerSBar.Update(); in ShowVerSBar()
1454 if( aVerSBar.IsVisible() ) in ShowVerSBar()
1505 aVerSBar.SetThumbPos( nEntryPos ); in SyncVerThumb()
1508 aVerSBar.SetThumbPos( 0 ); in SyncVerThumb()
1575 aVerSBar.SetRange( Range(0, pView->GetVisibleCount()-1 ) ); in EntryExpanded()
1598 long nOldThumbPos = aVerSBar.GetThumbPos(); in EntryCollapsed()
1600 aVerSBar.SetRange( Range(0, nVisList-1) ); in EntryCollapsed()
1601 long nNewThumbPos = aVerSBar.GetThumbPos(); in EntryCollapsed()
1771 aVerSBar.SetThumbPos( pView->GetVisiblePos( pStartEntry )); in RemovingEntry()
1798 aVerSBar.SetRange( Range(0, pView->GetVisibleCount()-1 ) ); in EntryRemoved()
1802 aVerSBar.SetThumbPos( pView->GetVisiblePos( pStartEntry) ); in EntryRemoved()
1868 aVerSBar.SetRange( Range(0, pView->GetVisibleCount()-1)); in EntryMoved()
1959 aVerSBar.SetRange( Range(0, pView->GetVisibleCount()-1)); in EntryInserted()
2258 sal_uInt16 nDelta = (sal_uInt16)aVerSBar.GetPageSize(); in KeyInput()
3128 && pView->HandleScrollCommand( rCEvt, &aHorSBar, &aVerSBar ) ) in Command()