Lines Matching refs:pFrm
76 SwFrm* pFrm = frm.Lower(); in lcl_CalcContentHeight() local
80 pFrm = frm.Lower(); in lcl_CalcContentHeight()
81 while ( pFrm ) in lcl_CalcContentHeight()
85 nTmp = pFrm->Frm().Height(); in lcl_CalcContentHeight()
87 if( pFrm->IsTxtFrm() && ((SwTxtFrm*)pFrm)->IsUndersized() ) in lcl_CalcContentHeight()
89 nTmp = ((SwTxtFrm*)pFrm)->GetParHeight() in lcl_CalcContentHeight()
90 - pFrm->Prt().Height(); in lcl_CalcContentHeight()
94 else if( pFrm->IsSctFrm() && ((SwSectionFrm*)pFrm)->IsUndersized() ) in lcl_CalcContentHeight()
96 nTmp = ((SwSectionFrm*)pFrm)->Undersize(); in lcl_CalcContentHeight()
99 pFrm = pFrm->GetNext(); in lcl_CalcContentHeight()
265 SwFrm* pFrm = Lower(); in FormatSize() local
267 if ( pFrm && in FormatSize()
270 pFrm->_InvalidatePos(); in FormatSize()
274 while( pFrm ) in FormatSize()
276 pFrm->Calc(); in FormatSize()
282 ASSERT( StackHack::IsLocked() || !pFrm->IsTxtFrm() || in FormatSize()
283 pFrm->IsValid() || in FormatSize()
284 static_cast<SwTxtFrm*>(pFrm)->IsJoinLocked(), in FormatSize()
286 if ( pFrm->IsTxtFrm() && pFrm->IsValid() ) in FormatSize()
288 if ( !SwObjectFormatter::FormatObjsAtFrm( *pFrm, in FormatSize()
289 *(pFrm->FindPageFrm()) ) ) in FormatSize()
292 pFrm = Lower(); in FormatSize()
297 pFrm = pFrm->GetNext(); in FormatSize()
300 pFrm = Lower(); in FormatSize()
302 while ( pFrm ) in FormatSize()
304 nRemaining += pFrm->Frm().Height(); in FormatSize()
306 if( pFrm->IsTxtFrm() && in FormatSize()
307 ((SwTxtFrm*)pFrm)->IsUndersized() ) in FormatSize()
309 nRemaining += ((SwTxtFrm*)pFrm)->GetParHeight() in FormatSize()
310 - pFrm->Prt().Height(); in FormatSize()
311 else if( pFrm->IsSctFrm() && in FormatSize()
312 ((SwSectionFrm*)pFrm)->IsUndersized() ) in FormatSize()
313 nRemaining += ((SwSectionFrm*)pFrm)->Undersize(); in FormatSize()
314 pFrm = pFrm->GetNext(); in FormatSize()
348 pFrm = Lower(); in FormatSize()
350 while ( pFrm ) in FormatSize()
352 if( pFrm->IsTxtFrm()) in FormatSize()
354 SwTxtFrm * pTmpFrm = (SwTxtFrm*) pFrm; in FormatSize()
363 else if (pFrm->IsSctFrm()) in FormatSize()
366 (SwSectionFrm*) pFrm; in FormatSize()
373 pFrm = pFrm->GetNext(); in FormatSize()
682 void DelFlys( SwLayoutFrm *pFrm, SwPageFrm *pPage ) in DelFlys() argument
692 if ( pFrm->IsAnLower( pFlyFrm ) ) in DelFlys()