Lines Matching refs:aPrt
104 aPrt( pF->Prt() ), in SwFrmNotify()
224 (aPrt.*fnRect->fnGetWidth)() != (pFrm->Prt().*fnRect->fnGetWidth)(); in ~SwFrmNotify()
226 (aPrt.*fnRect->fnGetHeight)()!=(pFrm->Prt().*fnRect->fnGetHeight)(); in ~SwFrmNotify()
244 const sal_Bool bPrtP = POS_DIFF( aPrt, pFrm->Prt() ); in ~SwFrmNotify()
482 if ( pLay->Prt().SSize() != aPrt.SSize() ) in ~SwLayNotify()
492 if( nNew != (aPrt.*fnRect->fnGetHeight)() ) in ~SwLayNotify()
495 != (aPrt.*fnRect->fnGetWidth)() ) in ~SwLayNotify()
525 bLow = pLay->Prt().Width() != aPrt.Width(); in ~SwLayNotify()
531 bLow = pLay->Prt().Width() != aPrt.Width(); in ~SwLayNotify()
537 pLay->ChgLowersProp( aPrt.SSize() ); in ~SwLayNotify()
546 if ( (pLay->Prt().Height() > aPrt.Height() || in ~SwLayNotify()
547 pLay->Prt().Width() > aPrt.Width()) && in ~SwLayNotify()
562 pLay->InvaPercentLowers( pLay->Prt().Height() - aPrt.Height() ); in ~SwLayNotify()
579 const sal_Bool bPrtPos = POS_DIFF( aPrt, pLay->Prt() ); in ~SwLayNotify()
683 ::Notify( pFly, pOldPage, aFrmAndSpace, &aPrt ); in ~SwFlyNotify()
701 const bool bPrtChgd = aPrt != pFly->Prt(); in ~SwFlyNotify()
890 ( aPrt.SSize().Width() != 0 && in ~SwCntntNotify()
891 aPrt.SSize().Height() != 0 ) && in ~SwCntntNotify()
892 aPrt.SSize() != pCnt->Prt().SSize(); in ~SwCntntNotify()