Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx564 long nYScrl = GetYScroll() / 2; in GetPageScrollUpOffset() local
565 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() local
581 rOff = aVisArea.GetHeight() - nYScrl; in GetPageScrollDownOffset()
586 ( aVisArea.Bottom() - nYScrl )) in GetPageScrollDownOffset()
587 rOff -= nYScrl; in GetPageScrollDownOffset()

Completed in 13 milliseconds