Lines Matching refs:aPoint

153     Point aPoint( rPoint );  in GetCrsrOfst()  local
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()
179 pFly->GetCrsrOfst( pPos, aPoint, pCMS ) ) in GetCrsrOfst()
196 if ( SwLayoutFrm::GetCrsrOfst( pPos, aPoint, pCMS ) ) in GetCrsrOfst()
205 … const SwCntntFrm *pCnt = GetCntntPos( aPoint, sal_False, sal_False, sal_False, pCMS, sal_False ); in GetCrsrOfst()
213 bRet = pCnt->GetCrsrOfst( pPos, aPoint, pCMS ); in GetCrsrOfst()
226 rPoint = aPoint; in GetCrsrOfst()
1160 Point aPoint = rPoint; in GetCntntPos() local
1189 aPoint = rPoint; in GetCntntPos()
1224 aPoint = aCntntPoint; 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()
1332 if ( aPoint.Y() < aRect.Top() ) in GetCntntPos()
1333 aPoint.Y() = aRect.Top(); in GetCntntPos()
1334 else if ( aPoint.Y() > aRect.Bottom() ) in GetCntntPos()
1335 aPoint.Y() = aRect.Bottom(); in GetCntntPos()
1336 if ( aPoint.X() < aRect.Left() ) in GetCntntPos()
1337 aPoint.X() = aRect.Left(); in GetCntntPos()
1338 else if ( aPoint.X() > aRect.Right() ) in GetCntntPos()
1339 aPoint.X() = aRect.Right(); in GetCntntPos()
1340 rPoint = aPoint; in GetCntntPos()
1386 Point aPoint( rPt ); in GetCntntPosition() local
1390 aPoint.Y() = aCntFrm.Top(); in GetCntntPosition()
1392 aPoint.Y() = aCntFrm.Bottom(); in GetCntntPosition()
1396 aPoint.X() = aCntFrm.Left(); in GetCntntPosition()
1398 aPoint.X() = aCntFrm.Right(); in GetCntntPosition()
1400 const sal_uLong nDiff = ::CalcDiff( aPoint, rPt ); in GetCntntPosition()
1403 aAct = aPoint; in GetCntntPosition()