Lines Matching refs:aVertScroll
240 aVertScroll(this, WB_VERT), in BibGeneralPage()
287 aVertScroll.SetScrollHdl( aScrollLnk ); in BibGeneralPage()
289 aVertScroll.SetLineSize(10); in BibGeneralPage()
291 aVertScroll.SetPageSize( in BibGeneralPage()
294 aVertScroll.Show(); in BibGeneralPage()
591 long nVertScrollWidth = aVertScroll.GetSizePixel().Width(); in AdjustScrollbars()
597 aVertScroll.Show(bVertVisible); in AdjustScrollbars()
611 aVertScroll.SetSizePixel(aVertSize); in AdjustScrollbars()
612 aVertScroll.SetRange( Range(0, aStdSize.Height())); in AdjustScrollbars()
613 aVertScroll.SetVisibleSize( aVertSize.Height() ); in AdjustScrollbars()
626 aVertScroll.SetPosSizePixel(aScrollPos, aScrollSize); in AdjustScrollbars()
639 ScrollHdl(&aVertScroll); in Resize()
731 sal_Bool bVertical = &aVertScroll == pScroll; in IMPL_LINK()
787 aVertScroll.SetThumbPos(aVertScroll.GetThumbPos() + nY); in focusGained()
788 ScrollHdl(&aVertScroll); in focusGained()
793 …aVertScroll.SetThumbPos(aVertScroll.GetThumbPos() + nY - aOutSize.Height()+ aFixedTexts[0]->GetSiz… in focusGained()
794 ScrollHdl(&aVertScroll); in focusGained()