Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dfrmform.cxx945 rRepaint.Width(1); in CalcPreps()
1214 rRepaint.Left( rRepaint.Left() - nChg ); in FormatAdjust()
1215 rRepaint.Width( rRepaint.Width() - nChg ); in FormatAdjust()
1334 rRepaint.Top( nBottom ); in FormatLine()
1335 rRepaint.Height( 0 ); in FormatLine()
1378 if( rRepaint.GetOfst() || rRepaint.GetRightOfst() < nRght ) in FormatLine()
1386 rRepaint.Bottom( rRepaint.Bottom() + 40 ); in FormatLine()
1512 rRepaint.SetOfst( 0 ); in _Format()
1516 rRepaint.Width( rRepaint.Width() + pPara->GetHangingMargin() ); in _Format()
1520 rRepaint.Width(1); in _Format()
[all …]
H A Dfrmpaint.cxx661 SwRepaint &rRepaint = *(pPara->GetRepaint()); in Paint() local
666 if( rRepaint.GetOfst() ) in Paint()
670 rRepaint.SetOfst( 0 ); in Paint()
737 if( rRepaint.HasArea() ) in Paint()
738 rRepaint.Clear(); in Paint()
H A Ditradj.cxx905 SwRepaint &rRepaint = *GetInfo().GetParaPortion()->GetRepaint(); in CalcDropRepaint() local
906 if( rRepaint.Top() > Y() ) in CalcDropRepaint()
907 rRepaint.Top( Y() ); in CalcDropRepaint()
911 if( rRepaint.Bottom() < nBottom ) in CalcDropRepaint()
912 rRepaint.Bottom( nBottom ); in CalcDropRepaint()

Completed in 31 milliseconds