Searched refs:rOff (Results 1 – 4 of 4) sorted by relevance
560 sal_Bool SwView::GetPageScrollUpOffset( SwTwips &rOff ) const in GetPageScrollUpOffset()565 rOff = -(aVisArea.GetHeight() - nYScrl); in GetPageScrollUpOffset()567 if( aVisArea.Top() - rOff < 0 ) in GetPageScrollUpOffset()568 rOff = rOff - aVisArea.Top(); in GetPageScrollUpOffset()570 rOff += nYScrl; in GetPageScrollUpOffset()575 sal_Bool SwView::GetPageScrollDownOffset( SwTwips &rOff ) const in GetPageScrollDownOffset()581 rOff = aVisArea.GetHeight() - nYScrl; in GetPageScrollDownOffset()583 if ( aVisArea.Top() + rOff > aDocSz.Height() ) in GetPageScrollDownOffset()584 rOff = aDocSz.Height() - aVisArea.Bottom(); in GetPageScrollDownOffset()587 rOff -= nYScrl; in GetPageScrollDownOffset()[all …]
201 sal_Int32 FindPosInSeq_Impl( const Sequence <sal_Int32>& rOff, sal_Int32 nPos ) in FindPosInSeq_Impl() argument203 sal_Int32 nRet = 0, nEnd = rOff.getLength(); in FindPosInSeq_Impl()204 while( nRet < nEnd && nPos > rOff[ nRet ] ) ++nRet; in FindPosInSeq_Impl()
315 SW_DLLPRIVATE sal_Bool GetPageScrollUpOffset(SwTwips& rOff) const;316 SW_DLLPRIVATE sal_Bool GetPageScrollDownOffset(SwTwips& rOff) const;
4078 rOff
Completed in 35 milliseconds