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.cxx446 SwRepaint *pRepaint = GetPara()->GetRepaint(); in Paint() local
450pRepaint->Chg( ( GetUpper()->Frm() ).Pos() + ( GetUpper()->Prt() ).Pos(), ( GetUpper()->Prt() ).SS… in Paint()
452 if( pRepaint->GetOfst() ) in Paint()
453 pRepaint->Left( pRepaint->GetOfst() ); in Paint()
455 l = pRepaint->GetRightOfst(); in Paint()
456 if( l && ( pRepaint->GetOfst() || l > pRepaint->Right() ) ) in Paint()
457 pRepaint->Right( l ); in Paint()
458 pRepaint->SetOfst( 0 ); in Paint()
459 aRet = *pRepaint; in Paint()
H A Dtxtfrm.cxx2570 SwRepaint *pRepaint = GetPara()->GetRepaint(); in ChgThisLines() local
2571 pRepaint->Bottom( Max( pRepaint->Bottom(), in ChgThisLines()

Completed in 23 milliseconds