Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx138 const sal_Bool bAbsP = POS_DIFF( aFrm, pFrm->Frm() ); in ~SwFrmNotify()
260 const sal_Bool bPrtP = POS_DIFF( aPrt, pFrm->Prt() ); in ~SwFrmNotify()
595 const sal_Bool bPrtPos = POS_DIFF( aPrt, pLay->Prt() ); in ~SwLayNotify()
596 const sal_Bool bPos = bPrtPos || POS_DIFF( aFrm, pLay->Frm() ); in ~SwLayNotify()
715 const bool bPosChgd = POS_DIFF( aFrm, pFly->Frm() ); in ~SwFlyNotify()
832 if ( pCnt->IsInTab() && ( POS_DIFF( pCnt->Frm(), aFrm ) || in ~SwCntntNotify()
1025 if ( pCnt->IsTxtFrm() && POS_DIFF( aFrm, pCnt->Frm() ) ) in ~SwCntntNotify()
/trunk/main/sw/source/core/inc/
H A Dframe.hxx255 #define POS_DIFF( aFrm1, aFrm2 ) \ macro

Completed in 32 milliseconds