Searched refs:nYScrl (Results 1 – 1 of 1) sorted by relevance
564 long nYScrl = GetYScroll() / 2; in GetPageScrollUpOffset() local565 rOff = -(aVisArea.GetHeight() - nYScrl); in GetPageScrollUpOffset()569 else if( GetWrtShell().GetCharRect().Top() < (aVisArea.Top() + nYScrl)) in GetPageScrollUpOffset()570 rOff += nYScrl; in GetPageScrollUpOffset()580 long nYScrl = GetYScroll() / 2; in GetPageScrollDownOffset() local581 rOff = aVisArea.GetHeight() - nYScrl; in GetPageScrollDownOffset()586 ( aVisArea.Bottom() - nYScrl )) in GetPageScrollDownOffset()587 rOff -= nYScrl; in GetPageScrollDownOffset()
Completed in 8 milliseconds