Searched refs:pLastFrm (Results 1 – 2 of 2) sorted by relevance
227 for( SwTxtFrm* pLastFrm = aIter.First(); pLastFrm; pLastFrm = aIter.Next() ) in GetDropSize() local230 if ( !pLastFrm->IsFollow() ) in GetDropSize()233 if( !pLastFrm->HasPara() ) in GetDropSize()234 pLastFrm->GetFormatted(); in GetDropSize()236 if ( !pLastFrm->IsEmpty() ) in GetDropSize()238 const SwParaPortion* pPara = pLastFrm->GetPara(); in GetDropSize()
150 const SwFrm* pLastFrm = pPrevFrm; in ShouldBwdMoved() local154 pLastFrm = static_cast<const SwSectionFrm*>(pPrevFrm)->FindLastCntnt(); in ShouldBwdMoved()155 if ( pLastFrm && in ShouldBwdMoved()156 pLastFrm->FindTabFrm() != pPrevFrm->FindTabFrm() ) in ShouldBwdMoved()158 pLastFrm = pLastFrm->FindTabFrm(); in ShouldBwdMoved()162 if ( pLastFrm ) in ShouldBwdMoved()164 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pLastFrm ); in ShouldBwdMoved()
Completed in 22 milliseconds