Lines Matching refs:aOldRect
988 const SwRect aOldRect( pCnt->UnionFrm( sal_True ) ); in _TurboAction() local
991 if ( pCnt->Frm().Bottom() < aOldRect.Bottom() ) in _TurboAction()
995 PaintCntnt( pCnt, pPage, aOldRect, nOldBottom ); in _TurboAction()
1433 SwRect aOldRect( pLay->Frm() ); in FormatLayout() local
1435 if ( aOldRect != pLay->Frm() ) in FormatLayout()
1440 pLay->Frm().Pos() == aOldRect.Pos() && in FormatLayout()
1506 SwRegionRects aRegion( aOldRect ); in FormatLayout()
1513 aRegion -= aOldRect; in FormatLayout()
1643 const SwRect aOldRect( pFly->Frm() ); in FormatLayoutFly() local
1645 bChanged = aOldRect != pFly->Frm(); in FormatLayoutFly()
1715 const SwRect aOldRect( pTab->Frm() ); in FormatLayoutTab() local
1718 if ( aOldRect != pTab->Frm() ) in FormatLayoutTab()
2048 const SwRect aOldRect( pCntnt->UnionFrm() ); in _FormatCntnt() local
2054 (aOldRect.*fnRect->fnGetBottom)() ) < 0 ) in _FormatCntnt()
2058 PaintCntnt( pCntnt, pCntnt->FindPageFrm(), aOldRect, nOldBottom); in _FormatCntnt()