Lines Matching refs:aRect

848 	SwRect aRect( pCurrFrm->Frm().Pos() + pCurrFrm->Prt().Pos(),  in IsAnyFrm()  local
851 const sal_Bool bRet = ForEach( aRect, NULL, sal_False ); in IsAnyFrm()
870 SwRect aRect( rRect ); in IsAnyObj() local
871 if ( aRect.IsEmpty() ) in IsAnyObj()
872 aRect = SwRect( pCurrFrm->Frm().Pos() + pCurrFrm->Prt().Pos(), in IsAnyObj()
886 if( pObj->GetObjRect().Left() > aRect.Right() ) in IsAnyObj()
890 if( mpCurrAnchoredObj != pObj && aBound.IsOver( aRect ) ) in IsAnyObj()
920 SwRect aRect( rInf.GetPos(), rInf.GetSize() ); in DrawTextOpaque() local
935 aRect.Width( aRect.Width() + nSpaceCnt * rInf.GetSpace() ); in DrawTextOpaque()
938 aRect.Width( aRect.Width() - nTmpLen * rInf.GetSpace() ); in DrawTextOpaque()
944 aRect.Intersection( aClipRect ); in DrawTextOpaque()
947 SwRegionRects aRegion( aRect ); in DrawTextOpaque()
1447 SwRect aRect; in InitAnchoredObjList() local
1450 aRect = pCurrFrm->Prt(); in InitAnchoredObjList()
1451 aRect += pCurrFrm->Frm().Pos(); in InitAnchoredObjList()
1455 aRect = pCurrFrm->Frm(); in InitAnchoredObjList()
1460 const long nRight = (aRect.*fnRect->fnGetRight)() - 1; in InitAnchoredObjList()
1461 const long nLeft = (aRect.*fnRect->fnGetLeft)() + 1; in InitAnchoredObjList()
1506 (*fnRect->fnYDiff)( (aRect.*fnRect->fnGetTop)(), in InitAnchoredObjList()
1948 Rectangle aRect = pObj->GetObjRectWithSpaces().SVRect(); in ShowContour() local
1949 pOut->DrawRect( aRect ); in ShowContour()
1981 SwRect aRect( pAnchoredObj->GetObjRectWithSpaces() ); in ForEach() local
1986 if( (aRect.*fnRect->fnGetLeft)() > (rRect.*fnRect->fnGetRight)() ) in ForEach()
1989 if ( mpCurrAnchoredObj != pAnchoredObj && aRect.IsOver( rRect ) ) in ForEach()
2009 || aRect.Top() == WEIT_WECH ) in ForEach()
2383 const SwRect aRect( pAnchoredObj->GetObjRectWithSpaces() ); in _GetSurroundForTextWrap() local
2384 long nFlyLeft = (aRect.*fnRect->fnGetLeft)(); in _GetSurroundForTextWrap()
2385 long nFlyRight = (aRect.*fnRect->fnGetRight)(); in _GetSurroundForTextWrap()