Lines Matching refs:nThumbPos
628 sal_Int32 nThumbPos = m_aVScroll.GetThumbPos(); in UpdatePlayGround() local
631 sal_uInt16 nEnd = (sal_uInt16)(nThumbPos + nLines); in UpdatePlayGround()
637 for ( sal_uInt16 i = (sal_uInt16)nThumbPos; i <= nEnd; ++i ) in UpdatePlayGround()
804 sal_Int32 nThumbPos = m_aVScroll.GetThumbPos(); in ShowEntry() local
806 if (_nPos < nThumbPos) in ShowEntry()
811 if (_nPos >= nThumbPos + nLines) in ShowEntry()
827 sal_Int32 nThumbPos = _nNewThumbPos; in MoveThumbTo() local
832 sal_uInt16 nEnd = (sal_uInt16)(nThumbPos + nLines); in MoveThumbTo()
844 PositionLine((sal_uInt16)nThumbPos); in MoveThumbTo()
864 sal_Int32 nThumbPos = m_aVScroll.GetThumbPos(); in IMPL_LINK() local
867 m_nYOffset = -nThumbPos * m_nRowHeight; in IMPL_LINK()
869 sal_uInt16 nEnd = (sal_uInt16)(nThumbPos + CalcVisibleLines()); in IMPL_LINK()
880 PositionLine((sal_uInt16)nThumbPos); in IMPL_LINK()