Searched refs:bPrune (Results 1 – 2 of 2) sorted by relevance
121 inline SwCntntFrm* SwCntntFrm::GetNextCntntFrm( bool bPrune ) const in GetNextCntntFrm()123 if ( bPrune && !GetPrev() ) in GetNextCntntFrm()125 else if ( bPrune || !(GetNext() && GetNext()->IsCntntFrm())) in GetNextCntntFrm()
1539 bool bPrune; in CalcLowers() local1616 bPrune = !bAll && ( (*fnRect->fnYDiff)((pCnt->Frm().*fnRect->fnGetTop)(), nBottom) > 0 ); in CalcLowers()1617 pCnt = pCnt->GetNextCntntFrm( bPrune ); in CalcLowers()
Completed in 90 milliseconds