Lines Matching refs:pLay

1107 static const SwFrm *lcl_FindFirstInvaCntnt( const SwLayoutFrm *pLay, long nBottom,  in lcl_FindFirstInvaCntnt()  argument
1111 pLay->ContainsCntnt(); in lcl_FindFirstInvaCntnt()
1147 if ( !pLay->IsAnLower( pCnt ) ) in lcl_FindFirstInvaCntnt()
1417 sal_Bool SwLayAction::FormatLayout( SwLayoutFrm *pLay, sal_Bool bAddRect ) in FormatLayout() argument
1428 if ( !pLay->IsValid() || pLay->IsCompletePaint() ) in FormatLayout()
1430 if ( pLay->GetPrev() && !pLay->GetPrev()->IsValid() ) in FormatLayout()
1431 pLay->GetPrev()->SetCompletePaint(); in FormatLayout()
1433 SwRect aOldRect( pLay->Frm() ); in FormatLayout()
1434 pLay->Calc(); in FormatLayout()
1435 if ( aOldRect != pLay->Frm() ) in FormatLayout()
1439 if ( pLay->IsPageBodyFrm() && in FormatLayout()
1440 pLay->Frm().Pos() == aOldRect.Pos() && in FormatLayout()
1441 pLay->Lower() ) in FormatLayout()
1443 const ViewShell *pSh = pLay->getRootFrm()->GetCurrShell(); in FormatLayout()
1446 !( pLay->IsCompletePaint() && pLay->FindPageFrm()->FindFtnCont() ) ) in FormatLayout()
1450 if ( !bNoPaint && IsPaint() && bAddRect && (pLay->IsCompletePaint() || bChanged) ) in FormatLayout()
1452 SwRect aPaint( pLay->Frm() ); in FormatLayout()
1455 if ( pLay->IsPageFrm() ) in FormatLayout()
1457 SwPageFrm* pPageFrm = static_cast<SwPageFrm*>(pLay); in FormatLayout()
1486 sal_Bool bPageInBrowseMode = pLay->IsPageFrm(); in FormatLayout()
1489 const ViewShell *pSh = pLay->getRootFrm()->GetCurrShell(); in FormatLayout()
1497 if ( pLay->IsCompletePaint() ) in FormatLayout()
1524 aFrmAtCompletePaint = pLay->Frm(); in FormatLayout()
1529 if ( pLay->IsPageFrm() ) in FormatLayout()
1533 const bool bPrev = bLeftToRightViewLayout ? pLay->GetPrev() : pLay->GetNext(); in FormatLayout()
1534 const bool bNext = bLeftToRightViewLayout ? pLay->GetNext() : pLay->GetPrev(); in FormatLayout()
1539 SwRect aSpaceToPrevPage( pLay->Frm() ); in FormatLayout()
1543 aSpaceToPrevPage.Bottom( pLay->Frm().Top() ); in FormatLayout()
1547 aSpaceToPrevPage = pLay->Frm(); in FormatLayout()
1551 aSpaceToPrevPage.Right( pLay->Frm().Left() ); in FormatLayout()
1557 SwRect aSpaceToNextPage( pLay->Frm() ); in FormatLayout()
1559 aSpaceToNextPage.Top( pLay->Frm().Bottom() ); in FormatLayout()
1563 aSpaceToNextPage = pLay->Frm(); in FormatLayout()
1565 aSpaceToNextPage.Left( pLay->Frm().Right() ); in FormatLayout()
1570 pLay->ResetCompletePaint(); in FormatLayout()
1574 !pLay->GetNext() && pLay->IsRetoucheFrm() && pLay->IsRetouche() ) in FormatLayout()
1577 SWRECTFN( pLay ); in FormatLayout()
1578 SwRect aRect( pLay->GetUpper()->PaintArea() ); in FormatLayout()
1579 (aRect.*fnRect->fnSetTop)( (pLay->*fnRect->fnGetPrtBottom)() ); in FormatLayout()
1581 pLay->ResetRetouche(); in FormatLayout()
1594 if ( pLay->IsFtnFrm() ) //Hat keine LayFrms als Lower. in FormatLayout()
1597 SwFrm *pLow = pLay->Lower(); in FormatLayout()
1599 while ( pLow && pLow->GetUpper() == pLay ) in FormatLayout()
1622 ( pLay->Frm().Width() > aFrmAtCompletePaint.Width() || in FormatLayout()
1623 pLay->Frm().Height() > aFrmAtCompletePaint.Height() ) in FormatLayout()
1626 pImp->GetShell()->AddPaintRect( pLay->Frm() ); in FormatLayout()