Lines Matching refs:fnRect
140 (aFrm.*fnRect->fnGetWidth)() != (pFrm->Frm().*fnRect->fnGetWidth)(); in ~SwFrmNotify()
142 (aFrm.*fnRect->fnGetHeight)()!=(pFrm->Frm().*fnRect->fnGetHeight)(); in ~SwFrmNotify()
182 long nOldHeight = (aFrm.*fnRect->fnGetHeight)(); in ~SwFrmNotify()
183 long nNewHeight = (pFrm->Frm().*fnRect->fnGetHeight)(); in ~SwFrmNotify()
209 (aFrm.*fnRect->fnTopDist)( (pFrm->Frm().*fnRect->fnGetTop)() ) > 0 ) in ~SwFrmNotify()
226 (aPrt.*fnRect->fnGetWidth)() != (pFrm->Prt().*fnRect->fnGetWidth)(); in ~SwFrmNotify()
228 (aPrt.*fnRect->fnGetHeight)()!=(pFrm->Prt().*fnRect->fnGetHeight)(); in ~SwFrmNotify()
507 long nNew = (pLay->Prt().*fnRect->fnGetHeight)(); in ~SwLayNotify()
508 if( nNew != (aPrt.*fnRect->fnGetHeight)() ) in ~SwLayNotify()
510 if( (pLay->Prt().*fnRect->fnGetWidth)() in ~SwLayNotify()
511 != (aPrt.*fnRect->fnGetWidth)() ) in ~SwLayNotify()
528 (pLay->Lower()->Frm().*fnRect->fnGetHeight)() in ~SwLayNotify()
529 != (pLay->Prt().*fnRect->fnGetHeight)(); in ~SwLayNotify()
890 const bool bFirst = (aFrm.*fnRect->fnGetWidth)() == 0; in ~SwCntntNotify()
1240 (_rNewFrm.Frm().*fnRect->fnSetPos)( (_rLayFrm.Frm().*fnRect->fnGetPos)() ); in lcl_SetPos()
2676 nGrowVal += (pSav->Frm().*fnRect->fnGetHeight)(); in RestoreCntnt()