Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/inc/
H A Dcntfrm.hxx121 inline SwCntntFrm* SwCntntFrm::GetNextCntntFrm( bool bPrune ) const in GetNextCntntFrm()
123 if ( bPrune && !GetPrev() ) in GetNextCntntFrm()
125 else if ( bPrune || !(GetNext() && GetNext()->IsCntntFrm())) in GetNextCntntFrm()
/aoo4110/main/sw/source/core/layout/
H A Dtabfrm.cxx1539 bool bPrune; in CalcLowers() local
1616 bPrune = !bAll && ( (*fnRect->fnYDiff)((pCnt->Frm().*fnRect->fnGetTop)(), nBottom) > 0 ); in CalcLowers()
1617 pCnt = pCnt->GetNextCntntFrm( bPrune ); in CalcLowers()

Completed in 39 milliseconds