Lines Matching refs:nRowHeight
686 nRowHeight=(sal_uInt16)aListBox.GetSizePixel().Height(); in SvListBoxForProperties()
708 nRowHeight=(sal_uInt16)aListBox.GetSizePixel().Height(); in SvListBoxForProperties()
776 if(nRowHeight!=0) in CalcVisibleLines()
777 nResult=(sal_uInt16) aSize.Height()/nRowHeight; in CalcVisibleLines()
812 aSize.Height()=nRowHeight; in UpdatePosNSize()
825 aSize.Height()=nRowHeight; in UpdatePosNSize()
832 aPos.Y()+=nRowHeight; in UpdatePosNSize()
854 aPos.Y()=(nLines+1-nDelta)*nRowHeight; in UpdatePlayGround()
860 aPEnd.Y()=(nThumbPos-nDelta)*nRowHeight;; in UpdatePlayGround()
863 aSize.Height()=nRowHeight; in UpdatePlayGround()
865 nDelta=-nDelta*nRowHeight; in UpdatePlayGround()
874 aPos.Y()+=nRowHeight; in UpdatePlayGround()
1045 nYOffset=-aVScroll.GetThumbPos()*nRowHeight; in IMPL_LINK()