Lines Matching refs:Frm

156     if ( !Frm().IsInside( aPoint ) )  in GetCrsrOfst()
158 aPoint.X() = Max( aPoint.X(), Frm().Left() ); in GetCrsrOfst()
159 aPoint.X() = Min( aPoint.X(), Frm().Right() ); in GetCrsrOfst()
160 aPoint.Y() = Max( aPoint.Y(), Frm().Top() ); in GetCrsrOfst()
161 aPoint.Y() = Min( aPoint.Y(), Frm().Bottom() ); in GetCrsrOfst()
275 if( pPage->Frm().Top() < nBottom ) in FillSelection()
277 if( pPage->Frm().Bottom() > rRect.Top() ) in FillSelection()
315 rPoint.X() > Frm().Right() && in GetCrsrOfst()
316 rPoint.Y() > Frm().Bottom() ) in GetCrsrOfst()
387 if ( pFrm->Frm().IsInside( rPoint ) ) in GetCrsrOfst()
444 sal_Bool bInside = Frm().IsInside( rPoint ) && Lower(), in GetCrsrOfst()
462 if ( pFly && pFly->Frm().IsInside( rPoint ) && in GetCrsrOfst()
463 Frm().IsInside( pFly->Frm() ) ) in GetCrsrOfst()
481 if ( pFrm->Frm().IsInside( rPoint ) ) in GetCrsrOfst()
660 SwRect aRect( pStart->Frm() ); in lcl_UpDown()
677 nX = (pCell->Frm().*fnRect->fnGetLeft)() + in lcl_UpDown()
678 (pCell->Frm().*fnRect->fnGetWidth)() / 2; in lcl_UpDown()
685 nX += (pTable->Frm().*fnRect->fnGetLeft)() - in lcl_UpDown()
686 (pStTab->Frm().*fnRect->fnGetLeft)(); in lcl_UpDown()
791 nX += pTab->Frm().Left() - pTable->Frm().Left(); in lcl_UpDown()
802 long nTmpTop = (pCell->Frm().*fnRect->fnGetTop)(); in lcl_UpDown()
814 long nTmpTop = (pCnt->Frm().*fnRect->fnGetTop)(); in lcl_UpDown()
825 if ( pCell && pCell->Frm().IsInside( aInsideCell ) ) in lcl_UpDown()
830 if ( !pCnt->Frm().IsInside( aInsideCnt ) ) in lcl_UpDown()
838 else if ( pCnt->Frm().IsInside( aInsideCnt ) ) in lcl_UpDown()
961 rPt = pCntnt->Frm().Pos(); in SetCurrPage()
1127 if( rPt.Y() >= pUp->Frm().Top() && rPt.Y() <= pUp->Frm().Bottom() ) in lcl_Inside()
1132 return pUp->Frm().IsInside( rPt ) ? pUp : NULL; in lcl_Inside()
1169 if ( ( bCalc || pCntnt->Frm().Width() ) && in GetCntntPos()
1310 aPoint.Y() = pActual->Frm().Top() + pActual->Prt().Top(); in GetCntntPos()
1311 aPoint.X() = pActual->Frm().Left() + in GetCntntPos()
1320 aPoint.Y() = pActual->Frm().Top() + pActual->Prt().Bottom(); in GetCntntPos()
1321 aPoint.X() = pActual->Frm().Left() + in GetCntntPos()
1330 const SwRect aRect( pActual->Frm().Pos() + pActual->Prt().Pos(), in GetCntntPos()
1407 else if ( aCntFrm.Top() > Frm().Bottom() ) in GetCntntPosition()
1417 const SwRect aRect( pAct->Frm().Pos() + pAct->Prt().Pos(), pAct->Prt().SSize() ); in GetCntntPosition()
1490 while( pPage->GetNext() && pPage->Frm().Bottom() < rPoint.Y() ) in GetNextPrevCntntPos()
1505 while ( rPoint.Y() < pCnt->Frm().Top() && pPage->GetPrev() ) in GetNextPrevCntntPos()
1522 if ( rPoint.Y() < pCnt->Frm().Top() && !lcl_IsInRepeatedHeadline( pCnt ) ) in GetNextPrevCntntPos()
1547 if( pNxt->Frm().Top() > rPoint.Y() && in GetNextPrevCntntPos()
1549 ( !pTFrm || pNxt->Frm().Left() > rPoint.X() )) in GetNextPrevCntntPos()
1552 return pNxt->Frm().Pos(); in GetNextPrevCntntPos()
1585 return pPage->Frm().Pos(); in GetPagePos()
1910 if ( pRow->Frm().IsOver( pUnion->GetUnion() ) ) in MakeTblCrsrs()
2015 Frm() ); in CalcFrmRects()
2421 lLeft = ( pStartFrm->Frm().*fnRect->fnGetLeft )() + in CalcFrmRects()
2423 lRight = ( pStartFrm->Frm().*fnRect->fnGetLeft )() + in CalcFrmRects()
2605 Sub( aRegion, pFly->Frm() ); in CalcFrmRects()