Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx203 const SwRect &rCharRect = pWrtShell->GetCharRect(); in _SetZoom() local
204 if ( rCharRect.Top() > GetVisArea().Bottom() || in _SetZoom()
205 rCharRect.Bottom() < aPos.Y() ) in _SetZoom()
206 aPos.Y() = rCharRect.Top() - rCharRect.Height(); in _SetZoom()