Lines Matching refs:aVScrollBar
229 aVScrollBar(this, WB_VSCROLL), in SwAddressPreview()
232 aVScrollBar.SetScrollHdl(LINK(this, SwAddressPreview, ScrollHdl)); in SwAddressPreview()
234 Size aScrollSize(aVScrollBar.GetSizePixel()); in SwAddressPreview()
236 aVScrollBar.SetSizePixel(aScrollSize); in SwAddressPreview()
238 aVScrollBar.SetPosPixel(aSrollPos); in SwAddressPreview()
270 aVScrollBar.Show(sal_False); in SetAddress()
290 sal_uInt16 nStartRow = (sal_uInt16)aVScrollBar.GetThumbPos(); in SelectAddress()
292 aVScrollBar.SetThumbPos( nSelectRow ); in SelectAddress()
345 aVScrollBar.SetVisibleSize(pImpl->nRows); in UpdateScrollBar()
348 aVScrollBar.Show(pImpl->bEnableScrollBar && nResultingRows > pImpl->nRows); in UpdateScrollBar()
349 aVScrollBar.SetRange(Range(0, nResultingRows)); in UpdateScrollBar()
350 if(aVScrollBar.GetThumbPos() > nResultingRows) in UpdateScrollBar()
351 aVScrollBar.SetThumbPos(nResultingRows); in UpdateScrollBar()
371 if(aVScrollBar.IsVisible()) in Paint()
373 aSize.Width() -= aVScrollBar.GetSizePixel().Width(); in Paint()
374 nStartRow = (sal_uInt16)aVScrollBar.GetThumbPos(); in Paint()
414 if(aVScrollBar.IsVisible()) in MouseButtonDown()
416 nRow += (sal_uInt16)aVScrollBar.GetThumbPos(); in MouseButtonDown()