Lines Matching refs:Frm
243 if ( pFly == pSelfFly || !rRect.IsOver( pFly->Frm() ) ) in PaintWithoutFlys()
293 aTmp -= pFly->Frm(); in PaintWithoutFlys()
335 long nNewHeight = (pCnt->Frm().*fnRect->fnGetHeight)(); in PaintCntnt()
858 while( pPg && pPg->Frm().Bottom() < rVis.Top() ) in InternalAction()
869 while ( pPg && ( pPg->Frm().Top() < nBottom || in InternalAction()
989 const long nOldBottom = pCnt->Frm().Top() + pCnt->Prt().Bottom(); in _TurboAction()
991 if ( pCnt->Frm().Bottom() < aOldRect.Bottom() ) in _TurboAction()
1004 pImp->GetShell()->AddPaintRect( pCnt->Frm() ); in _TurboAction()
1077 (pFrm->IsCompletePaint() && ( pFrm->Frm().Top() < nBottom ) ) in lcl_IsInvaLay()
1116 if ( pCnt->Frm().Top() <= nBottom ) in lcl_FindFirstInvaCntnt()
1134 if ( pFly->Frm().Top() <= nBottom ) in lcl_FindFirstInvaCntnt()
1138 if ( pFrm && pFrm->Frm().Bottom() <= nBottom ) in lcl_FindFirstInvaCntnt()
1144 if ( pCnt->Frm().Top() > nBottom && !pCnt->IsInTab() ) in lcl_FindFirstInvaCntnt()
1165 if ( pFly->Frm().Top() <= _nBottom ) in lcl_FindFirstInvaObj()
1172 pTmp->Frm().Top() <= _nBottom ) in lcl_FindFirstInvaObj()
1221 if ( (prPage->Frm().Top() >= rVis.Bottom()) || in IsShortCut()
1222 (prPage->Frm().Left()>= rVis.Right()) ) in IsShortCut()
1268 (pLst->Frm().Top() >= rVis.Bottom() || in IsShortCut()
1269 pLst->Frm().Left()>= rVis.Right()) ) in IsShortCut()
1393 pFrm->Frm().Top() <= nBottom ) in IsShortCut()
1399 pFrm->Frm().Top() <= nBottom ) in IsShortCut()
1433 SwRect aOldRect( pLay->Frm() ); in FormatLayout()
1435 if ( aOldRect != pLay->Frm() ) in FormatLayout()
1440 pLay->Frm().Pos() == aOldRect.Pos() && in FormatLayout()
1452 SwRect aPaint( pLay->Frm() ); in FormatLayout()
1524 aFrmAtCompletePaint = pLay->Frm(); 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()
1622 ( pLay->Frm().Width() > aFrmAtCompletePaint.Width() || in FormatLayout()
1623 pLay->Frm().Height() > aFrmAtCompletePaint.Height() ) in FormatLayout()
1626 pImp->GetShell()->AddPaintRect( pLay->Frm() ); in FormatLayout()
1643 const SwRect aOldRect( pFly->Frm() ); in FormatLayoutFly()
1645 bChanged = aOldRect != pFly->Frm(); in FormatLayoutFly()
1648 pFly->Frm().Top() > 0 && pFly->Frm().Left() > 0 ) in FormatLayoutFly()
1649 pImp->GetShell()->AddPaintRect( pFly->Frm() ); in FormatLayoutFly()
1715 const SwRect aOldRect( pTab->Frm() ); in FormatLayoutTab()
1718 if ( aOldRect != pTab->Frm() ) in FormatLayoutTab()
1729 ( pTab->Frm().SSize() != pTab->Prt().SSize() || in FormatLayoutTab()
1732 pTab->Frm().HasArea() in FormatLayoutTab()
1741 aMarginRect = pTab->Frm(); in FormatLayoutTab()
1748 aMarginRect = pTab->Frm(); in FormatLayoutTab()
1756 aMarginRect = pTab->Frm(); in FormatLayoutTab()
1763 aMarginRect = pTab->Frm(); in FormatLayoutTab()
1809 (bPainted || !pImp->GetShell()->VisArea().IsOver( pTab->Frm())) ) in FormatLayoutTab()
1896 pImp->GetShell()->AddPaintRect( pCntnt->Frm() ); in FormatCntnt()
1956 pCntnt->Frm().Top() > pImp->GetShell()->VisArea().Bottom()) in FormatCntnt()
1988 pImp->GetShell()->AddPaintRect( pCntnt->Frm() ); in FormatCntnt()
1994 PaintCntnt( pCntnt, pPage, pCntnt->Frm(), pCntnt->Frm().Bottom()); in FormatCntnt()
2003 pCntnt->Frm().Top() > pImp->GetShell()->VisArea().Bottom()) in FormatCntnt()
2053 if( (*fnRect->fnYDiff)( (pCntnt->Frm().*fnRect->fnGetBottom)(), in _FormatCntnt()
2063 PaintCntnt( pCntnt, pPage, pCntnt->Frm(), in _FormatCntnt()
2064 (pCntnt->Frm().*fnRect->fnGetBottom)() ); in _FormatCntnt()
2111 pImp->GetShell()->AddPaintRect( pCntnt->Frm() ); in _FormatFlyCntnt()
2353 !pPage->Frm().IsOver( pImp->GetShell()->VisArea())) in DoIdleJob()