Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dfly.cxx558 SwFrm *pInva = pMaster->FindLastLower(); in ChainFrames() local
561 while ( pInva ) in ChainFrames()
563 if( (pInva->Frm().*fnRect->fnBottomDist)( nBottom ) <= 0 ) in ChainFrames()
565 pInva->InvalidateSize(); in ChainFrames()
566 pInva->Prepare( PREP_CLEAR ); in ChainFrames()
567 pInva = pInva->FindPrev(); in ChainFrames()
570 pInva = 0; in ChainFrames()

Completed in 27 milliseconds