Lines Matching refs:aVScroll
673 aVScroll(this,WB_VSCROLL|WB_REPEAT|WB_DRAG), in SvListBoxForProperties()
691 aVScroll.Hide(); in SvListBoxForProperties()
692 aVScroll.SetScrollHdl( in SvListBoxForProperties()
701 aVScroll(this,WB_VSCROLL|WB_REPEAT|WB_DRAG), in SvListBoxForProperties()
713 aVScroll.Hide(); in SvListBoxForProperties()
714 aVScroll.SetScrollHdl( LINK( this, SvListBoxForProperties, ScrollHdl ) ); in SvListBoxForProperties()
751 if(aVScroll.IsVisible()) in Resize()
754 aVScrollSize=aVScroll.GetSizePixel(); in Resize()
758 aVScroll.SetPosPixel(aPos); in Resize()
759 aVScroll.SetSizePixel(aVScrollSize); in Resize()
785 aVScroll.SetPageSize(nLines-1); in UpdateVScroll()
786 aVScroll.SetVisibleSize(nLines-1); in UpdateVScroll()
787 aVScroll.SetRange(Range(0,PLineArray.Count()-1)); in UpdateVScroll()
790 aVScroll.Hide(); in UpdateVScroll()
794 sal_Bool bFlag=aVScroll.IsVisible(); in UpdateVScroll()
795 aVScroll.Show(); in UpdateVScroll()
841 long nThumbPos=aVScroll.GetThumbPos(); in UpdatePlayGround()
842 long nLines=aVScroll.GetPageSize(); in UpdatePlayGround()
843 long nDelta=aVScroll.GetDelta(); in UpdatePlayGround()
1044 long nDelta=aVScroll.GetDelta(); in IMPL_LINK()
1045 nYOffset=-aVScroll.GetThumbPos()*nRowHeight; in IMPL_LINK()
1048 long nThumbPos=aVScroll.GetThumbPos(); in IMPL_LINK()
1049 long nLines=aVScroll.GetPageSize(); in IMPL_LINK()