Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dporfly.cxx243 SwRect aRepaintRect( rInf.GetPaintRect() ); in Paint() local
246 rInf.GetTxtFrm()->SwitchLTRtoRTL( aRepaintRect ); in Paint()
249 rInf.GetTxtFrm()->SwitchHorizontalToVertical( aRepaintRect ); in Paint()
252 GetFlyFrm()->Frm().IsOver( aRepaintRect )) && in Paint()
258 aRect._Intersection( aRepaintRect ); in Paint()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2390 SwRect aRepaintRect( aStart, aEnd ); in PaintLines() local
2396 aRepaintRect.Height( 2 * nRepaintRectSize ); in PaintLines()
2397 aRepaintRect.Pos().Y() -= nRepaintRectSize; in PaintLines()
2401 aRepaintRect.Width( 2 * nRepaintRectSize ); in PaintLines()
2402 aRepaintRect.Pos().X() -= nRepaintRectSize; in PaintLines()
2405 if ( rRect.IsOver( aRepaintRect ) ) in PaintLines()

Completed in 60 milliseconds