Lines Matching refs:Frm

105     aFrm( pF->Frm() ),  in SwFrmNotify()
138 const sal_Bool bAbsP = POS_DIFF( aFrm, pFrm->Frm() ); in ~SwFrmNotify()
140 (aFrm.*fnRect->fnGetWidth)() != (pFrm->Frm().*fnRect->fnGetWidth)(); in ~SwFrmNotify()
142 (aFrm.*fnRect->fnGetHeight)()!=(pFrm->Frm().*fnRect->fnGetHeight)(); in ~SwFrmNotify()
183 long nNewHeight = (pFrm->Frm().*fnRect->fnGetHeight)(); in ~SwFrmNotify()
209 (aFrm.*fnRect->fnTopDist)( (pFrm->Frm().*fnRect->fnGetTop)() ) > 0 ) in ~SwFrmNotify()
528 (pLay->Lower()->Frm().*fnRect->fnGetHeight)() in ~SwLayNotify()
539 bLow = pLay->Lower()->Frm().Height() != pLay->Prt().Height(); in ~SwLayNotify()
596 const sal_Bool bPos = bPrtPos || POS_DIFF( aFrm, pLay->Frm() ); in ~SwLayNotify()
597 const sal_Bool bSize = pLay->Frm().SSize() != aFrm.SSize(); in ~SwLayNotify()
715 const bool bPosChgd = POS_DIFF( aFrm, pFly->Frm() ); in ~SwFlyNotify()
716 const bool bFrmChgd = pFly->Frm().SSize() != aFrm.SSize(); in ~SwFlyNotify()
832 if ( pCnt->IsInTab() && ( POS_DIFF( pCnt->Frm(), aFrm ) || in ~SwCntntNotify()
833 pCnt->Frm().SSize() != aFrm.SSize())) in ~SwCntntNotify()
937 &pFly->Prt(), &pFly->Frm(), in ~SwCntntNotify()
952 if ( Frm().HasArea() && ((SwNoTxtFrm*)pCnt)->HasAnimation() ) in ~SwCntntNotify()
955 pSh->InvalidateWindows( Frm() ); in ~SwCntntNotify()
1025 if ( pCnt->IsTxtFrm() && POS_DIFF( aFrm, pCnt->Frm() ) ) in ~SwCntntNotify()
1240 (_rNewFrm.Frm().*fnRect->fnSetPos)( (_rLayFrm.Frm().*fnRect->fnGetPos)() ); in lcl_SetPos()
1244 _rNewFrm.Frm().Pos().X() -= 1; in lcl_SetPos()
1246 _rNewFrm.Frm().Pos().Y() += 1; in lcl_SetPos()
2676 nGrowVal += (pSav->Frm().*fnRect->fnGetHeight)(); in RestoreCntnt()
2940 if( rRect.IsOver( pFrm->Frm() ) ) in lcl_CheckFlowBack()
2943 else if( !pFrm->GetNext() && nBottom > pFrm->Frm().Bottom() ) in lcl_CheckFlowBack()
2960 aCntPrt.Pos() += pCnt->Frm().Pos(); in lcl_NotifyCntnt()
3063 ( pCell->Frm().IsOver( pObj->GetLastBoundRect() ) || in Notify_Background()
3064 pCell->Frm().IsOver( rRect ) ) ) in Notify_Background()
3078 if ( pTab->Frm().IsOver( pObj->GetLastBoundRect() ) || in Notify_Background()
3079 pTab->Frm().IsOver( rRect ) ) in Notify_Background()
3115 if ( pFly->Frm().Top() == WEIT_WECH ) in Notify_Background()
3132 pFly->Frm().Bottom() >= rRect.Top() && in Notify_Background()
3133 pFly->Frm().Top() <= rRect.Bottom() && in Notify_Background()
3134 pFly->Frm().Right() >= rRect.Left() && in Notify_Background()
3135 pFly->Frm().Left() <= rRect.Right() ) in Notify_Background()
3154 (pFly->Frm().Bottom() >= rRect.Top() && in Notify_Background()
3155 pFly->Frm().Top() <= rRect.Bottom()) ) in Notify_Background()
3187 if( !pFrm->Frm().IsInside( rPos ) ) in GetVirtualUpper()
3194 if( pTmp->Frm().IsInside( rPos ) ) in GetVirtualUpper()
3204 if( pTmp->Frm().IsInside( rPos ) ) in GetVirtualUpper()
3224 aPos = pFly->Frm().Pos(); in Is_Lower_Of()
3238 aPos = pFrm->Frm().Pos(); in Is_Lower_Of()
3280 Point aPos( pFrm->Frm().Pos() ); in IsFrmInSameKontext()
3301 long nLow = pLow->Frm().Height(); in lcl_CalcCellRstHeight()
3321 return pCell->Frm().Height() - nHeight; in lcl_CalcCellRstHeight()
3351 if ( !rRect.IsOver( pPage->Frm() ) ) in FindPage()
3437 pFlyFrm->Frm().Pos().X() == WEIT_WECH && in GetFrmOfModify()
3438 pFlyFrm->Frm().Pos().Y() == WEIT_WECH ) in GetFrmOfModify()
3461 WEIT_WECH == pTmpFrm->Frm().Pos().X() && in GetFrmOfModify()
3462 WEIT_WECH == pTmpFrm->Frm().Pos().Y() ) in GetFrmOfModify()
3463 aCalcRect = ((SwFlyFrm*)pTmpFrm)->GetAnchorFrm()->Frm(); in GetFrmOfModify()
3465 aCalcRect = pTmpFrm->Frm(); in GetFrmOfModify()
3513 aPrtWithoutHeaderFooter.Pos() += Frm().Pos(); in PrtWithoutHeaderAndFooter()
3523 pLowerFrm->Frm().Height() ); in PrtWithoutHeaderAndFooter()
3528 pLowerFrm->Frm().Height() ); in PrtWithoutHeaderAndFooter()