Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dfly.cxx578 SwFrm *pInva = pMaster->FindLastLower(); in ChainFrames() local
581 while ( pInva ) in ChainFrames()
583 if( (pInva->Frm().*fnRect->fnBottomDist)( nBottom ) <= 0 ) in ChainFrames()
585 pInva->InvalidateSize(); in ChainFrames()
586 pInva->Prepare( PREP_CLEAR ); in ChainFrames()
587 pInva = pInva->FindPrev(); in ChainFrames()
590 pInva = 0; in ChainFrames()

Completed in 25 milliseconds