Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dfrmpaint.cxx441 SwRepaint *pRepaint = GetPara()->GetRepaint(); in Paint() local
445pRepaint->Chg( ( GetUpper()->Frm() ).Pos() + ( GetUpper()->Prt() ).Pos(), ( GetUpper()->Prt() ).SS… in Paint()
447 if( pRepaint->GetOfst() ) in Paint()
448 pRepaint->Left( pRepaint->GetOfst() ); in Paint()
450 l = pRepaint->GetRightOfst(); in Paint()
451 if( l && ( pRepaint->GetOfst() || l > pRepaint->Right() ) ) in Paint()
452 pRepaint->Right( l ); in Paint()
453 pRepaint->SetOfst( 0 ); in Paint()
454 aRet = *pRepaint; in Paint()
H A Dtxtfrm.cxx2570 SwRepaint *pRepaint = GetPara()->GetRepaint(); in ChgThisLines() local
2571 pRepaint->Bottom( Max( pRepaint->Bottom(), in ChgThisLines()