Lines Matching refs:pFly

241 		SwFlyFrm *pFly = ((SwVirtFlyDrawObj*)pO)->GetFlyFrm();  in PaintWithoutFlys()  local
243 if ( pFly == pSelfFly || !rRect.IsOver( pFly->Frm() ) ) in PaintWithoutFlys()
246 if ( pSelfFly && pSelfFly->IsLowerOf( pFly ) ) in PaintWithoutFlys()
249 if ( pFly->GetVirtDrawObj()->GetLayer() == pIDDMA->GetHellId() ) in PaintWithoutFlys()
263 const sal_Bool bLowerOfSelf = pFly->IsLowerOf( pSelfFly ); in PaintWithoutFlys()
264 if ( !bLowerOfSelf && !pFly->GetFmt()->GetOpaque().GetValue() ) in PaintWithoutFlys()
275 if ( pFly->Lower() && in PaintWithoutFlys()
276 pFly->Lower()->IsNoTxtFrm() && in PaintWithoutFlys()
277 ( ((SwNoTxtFrm*)pFly->Lower())->IsTransparent() || in PaintWithoutFlys()
278 pFly->GetFmt()->GetSurround().IsContour() ) in PaintWithoutFlys()
287 if ( pFly->IsBackgroundTransparent() || in PaintWithoutFlys()
288 pFly->IsShadowTransparent() ) in PaintWithoutFlys()
293 aTmp -= pFly->Frm(); in PaintWithoutFlys()
1128 const SwFlyFrm* pFly = static_cast<const SwFlyFrm*>(pObj); in lcl_FindFirstInvaCntnt() local
1129 if ( pFly->IsFlyInCntFrm() ) in lcl_FindFirstInvaCntnt()
1131 if ( ((SwFlyInCntFrm*)pFly)->IsInvalid() || in lcl_FindFirstInvaCntnt()
1132 pFly->IsCompletePaint() ) in lcl_FindFirstInvaCntnt()
1134 if ( pFly->Frm().Top() <= nBottom ) in lcl_FindFirstInvaCntnt()
1135 return pFly; in lcl_FindFirstInvaCntnt()
1137 const SwFrm *pFrm = lcl_FindFirstInvaCntnt( pFly, nBottom, 0 ); in lcl_FindFirstInvaCntnt()
1164 const SwFlyFrm* pFly = static_cast<const SwFlyFrm*>(pObj); in lcl_FindFirstInvaObj() local
1165 if ( pFly->Frm().Top() <= _nBottom ) in lcl_FindFirstInvaObj()
1167 if ( pFly->IsInvalid() || pFly->IsCompletePaint() ) in lcl_FindFirstInvaObj()
1168 return pFly; in lcl_FindFirstInvaObj()
1171 if ( 0 != (pTmp = lcl_FindFirstInvaCntnt( pFly, _nBottom, 0 )) && in lcl_FindFirstInvaObj()
1173 return pFly; in lcl_FindFirstInvaObj()
1631 sal_Bool SwLayAction::FormatLayoutFly( SwFlyFrm* pFly ) in FormatLayoutFly() argument
1640 if ( !pFly->IsValid() || pFly->IsCompletePaint() || pFly->IsInvalid() ) in FormatLayoutFly()
1643 const SwRect aOldRect( pFly->Frm() ); in FormatLayoutFly()
1644 pFly->Calc(); in FormatLayoutFly()
1645 bChanged = aOldRect != pFly->Frm(); in FormatLayoutFly()
1647 if ( IsPaint() && (pFly->IsCompletePaint() || bChanged) && in FormatLayoutFly()
1648 pFly->Frm().Top() > 0 && pFly->Frm().Left() > 0 ) in FormatLayoutFly()
1649 pImp->GetShell()->AddPaintRect( pFly->Frm() ); in FormatLayoutFly()
1652 pFly->Invalidate(); in FormatLayoutFly()
1654 pFly->Validate(); in FormatLayoutFly()
1664 pFly->ResetCompletePaint(); in FormatLayoutFly()
1672 SwFrm *pLow = pFly->Lower(); in FormatLayoutFly()
2080 sal_Bool SwLayAction::_FormatFlyCntnt( const SwFlyFrm *pFly ) in _FormatFlyCntnt() argument
2082 const SwCntntFrm *pCntnt = pFly->ContainsCntnt(); in _FormatFlyCntnt()
2100 pCntnt = pFly->ContainsCntnt(); in _FormatFlyCntnt()
2118 if ( !pFly->IsFlyInCntFrm() ) in _FormatFlyCntnt()
2246 SwFlyFrm* pFly = static_cast<SwFlyFrm*>(pObj); in _DoIdleJob() local
2247 if ( pFly->IsFlyInCntFrm() ) in _DoIdleJob()
2249 const SwCntntFrm *pC = pFly->ContainsCntnt(); in _DoIdleJob()
2325 const SwFlyFrm *pFly = static_cast<const SwFlyFrm*>(pObj); in DoIdleJob() local
2326 const SwCntntFrm *pC = pFly->ContainsCntnt(); in DoIdleJob()