Home
last modified time | relevance | path

Searched refs:rOff (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/source/ui/uiview/
H A Dviewport.cxx560 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 …]
/aoo4110/main/i18npool/source/search/
H A Dtextsearch.cxx201 sal_Int32 FindPosInSeq_Impl( const Sequence <sal_Int32>& rOff, sal_Int32 nPos ) in FindPosInSeq_Impl() argument
203 sal_Int32 nRet = 0, nEnd = rOff.getLength(); in FindPosInSeq_Impl()
204 while( nRet < nEnd && nPos > rOff[ nRet ] ) ++nRet; in FindPosInSeq_Impl()
/aoo4110/main/sw/source/ui/inc/
H A Dview.hxx315 SW_DLLPRIVATE sal_Bool GetPageScrollUpOffset(SwTwips& rOff) const;
316 SW_DLLPRIVATE sal_Bool GetPageScrollDownOffset(SwTwips& rOff) const;
/aoo4110/main/oox/source/token/
H A Dtokens.txt4078 rOff

Completed in 45 milliseconds