Searched refs:rCharRect (Results 1 – 1 of 1) sorted by relevance
208 const SwRect &rCharRect = pWrtShell->GetCharRect(); in _SetZoom() local209 if ( rCharRect.Top() > GetVisArea().Bottom() || in _SetZoom()210 rCharRect.Bottom() < aPos.Y() ) in _SetZoom()211 aPos.Y() = rCharRect.Top() - rCharRect.Height(); in _SetZoom()
Completed in 9 milliseconds