Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx227 for( SwTxtFrm* pLastFrm = aIter.First(); pLastFrm; pLastFrm = aIter.Next() ) in GetDropSize() local
230 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()
/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx150 const SwFrm* pLastFrm = pPrevFrm; in ShouldBwdMoved() local
154 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 31 milliseconds