Searched refs:nThumbPos (Results 1 – 15 of 15) sorted by relevance
628 sal_Int32 nThumbPos = m_aVScroll.GetThumbPos(); in UpdatePlayGround() local631 sal_uInt16 nEnd = (sal_uInt16)(nThumbPos + nLines); in UpdatePlayGround()804 sal_Int32 nThumbPos = m_aVScroll.GetThumbPos(); in ShowEntry() local806 if (_nPos < nThumbPos) in ShowEntry()811 if (_nPos >= nThumbPos + nLines) in ShowEntry()827 sal_Int32 nThumbPos = _nNewThumbPos; in MoveThumbTo() local832 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() local867 m_nYOffset = -nThumbPos * m_nRowHeight; in IMPL_LINK()[all …]
406 long nThumbPos = GetVScroll()->GetThumbPos(); in MoveSelection() local410 if ( ( nThumbPos + nVisibleSize + 1 ) < (long)( nLastSelPos + 3 ) ) in MoveSelection()412 else if((nThumbPos+nVisibleSize+1) >= (nFirstVisible)) in MoveSelection()
841 long nThumbPos=aVScroll.GetThumbPos(); in UpdatePlayGround() local852 nStart=(sal_uInt16)(nThumbPos+nLines+1-nDelta); in UpdatePlayGround()853 nEnd=(sal_uInt16)(nThumbPos+nLines); in UpdatePlayGround()858 nStart=(sal_uInt16)nThumbPos; in UpdatePlayGround()859 nEnd=(sal_uInt16)(nThumbPos-nDelta); in UpdatePlayGround()860 aPEnd.Y()=(nThumbPos-nDelta)*nRowHeight;; in UpdatePlayGround()1048 long nThumbPos=aVScroll.GetThumbPos(); in IMPL_LINK() local1053 for(long i=nThumbPos-nDelta; i<nThumbPos+nLines-nDelta;i++) in IMPL_LINK()1055 if(i>=nThumbPos && i<=nThumbPos+nLines) in IMPL_LINK()
334 …long nThumbPos = pScrollBar->GetThumbPos() + ( ( nX != 0 ) ? nX : nY ) * pScrollBar->GetLineSize(); in KeyInput() local335 if ( nThumbPos < nRangeMin ) in KeyInput()336 nThumbPos = nRangeMin; in KeyInput()337 if ( nThumbPos > nRangeMax ) in KeyInput()338 nThumbPos = nRangeMax; in KeyInput()339 pScrollBar->SetThumbPos( nThumbPos ); in KeyInput()
240 long nThumbPos = m_CTRL_LEFT.GetVScroll()->GetThumbPos(); in IMPL_LINK() local243 if(pButton == &m_ibColumn_down && (nThumbPos+nVisibleSize+1) < nPos) in IMPL_LINK()270 long nThumbPos = m_CTRL_RIGHT.GetVScroll()->GetThumbPos(); in IMPL_LINK() local273 if(pButton == &m_ibColumn_down_right && (nThumbPos+nVisibleSize+1) < nPos) in IMPL_LINK()
1515 long nThumbPos = aVScroll.GetThumbPos(); in IMPL_LINK() local1519 nThumbPos +=2; in IMPL_LINK()1524 nThumbPos -= 2; in IMPL_LINK()1525 if(nThumbPos < 0) in IMPL_LINK()1526 nThumbPos = 0; in IMPL_LINK()1528 aVScroll.SetThumbPos(nThumbPos); in IMPL_LINK()
485 long nThumbPos = aVerSBar.GetThumbPos(); in KeyUp() local487 if( nThumbPos < nDelta ) in KeyUp()488 nDelta = nThumbPos; in KeyUp()497 aVerSBar.SetThumbPos( nThumbPos - nDelta ); in KeyUp()519 long nThumbPos = aVerSBar.GetThumbPos(); in KeyDown() local523 long nTmp = nThumbPos+nVisibleSize; in KeyDown()534 aVerSBar.SetThumbPos( nThumbPos+nDelta ); in KeyDown()
887 long nThumbPos = pScrollBar->GetThumbPos(); in IMPL_LINK() local888 if( nThumbPos >= 0 ) in IMPL_LINK()890 size_t nNewFirstVisIndex = static_cast< size_t >( nThumbPos * mnLineSize ); in IMPL_LINK()
946 long nThumbPos = pVerScroll->GetThumbPos(); in DoScroll() local996 if( nThumbPos==0 || nMaxVertPos<0 ) in DoScroll()1012 if( (abs(nVPage+nThumbPos-nRangeMax)<10) || nMaxVertPos<0 ) in DoScroll()
910 long nThumbPos = m_pScrollBar->GetThumbPos(); in Notify() local912 m_pScrollBar->DoScroll( nThumbPos + m_nStdHeight ); in Notify()914 m_pScrollBar->DoScroll( nThumbPos - m_nStdHeight ); in Notify()
126 sal_Int16 nThumbPos = ReadShortRes(); in ImplLoadRes() local134 SetThumbPos( nThumbPos ); in ImplLoadRes()
182 sal_Int16 nThumbPos = ReadShortRes(); in ImplLoadRes() local191 SetThumbPos( nThumbPos ); in ImplLoadRes()
1164 sal_Int32 static GetZoomValueFromThumbPos( sal_Int32 nThumbPos ) in GetZoomValueFromThumbPos() argument1167 if ( nThumbPos <= 50 ) in GetZoomValueFromThumbPos()1168 nProz = nThumbPos * 2; // so a range of 50 represents 100% in GetZoomValueFromThumbPos()1170 nProz = ( ( nThumbPos - 50 ) * 60 ) + 100; // we want to scale up to 3000% in GetZoomValueFromThumbPos()
111 void SetThumbPos( long nThumbPos );
129 void SetThumbPos( long nThumbPos );
Completed in 274 milliseconds