Home
last modified time | relevance | path

Searched refs:POS_DIFF (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/layout/
H A Dfrmtool.cxx136 const sal_Bool bAbsP = POS_DIFF( aFrm, pFrm->Frm() ); in ~SwFrmNotify()
244 const sal_Bool bPrtP = POS_DIFF( aPrt, pFrm->Prt() ); in ~SwFrmNotify()
579 const sal_Bool bPrtPos = POS_DIFF( aPrt, pLay->Prt() ); in ~SwLayNotify()
580 const sal_Bool bPos = bPrtPos || POS_DIFF( aFrm, pLay->Frm() ); in ~SwLayNotify()
699 const bool bPosChgd = POS_DIFF( aFrm, pFly->Frm() ); in ~SwFlyNotify()
816 if ( pCnt->IsInTab() && ( POS_DIFF( pCnt->Frm(), aFrm ) || in ~SwCntntNotify()
1009 if ( pCnt->IsTxtFrm() && POS_DIFF( aFrm, pCnt->Frm() ) ) in ~SwCntntNotify()
/aoo41x/main/sw/source/core/inc/
H A Dframe.hxx254 #define POS_DIFF( aFrm1, aFrm2 ) \ macro

Completed in 35 milliseconds