Lines Matching refs:rPt

142 	Point& rPt=ImpGetLineVersatzPoint(eLineCode);  in ImpSetLineVersatz()  local
143 if (ImpIsHorzLine(eLineCode,rXP)) rPt.Y()=nVal; in ImpSetLineVersatz()
144 else rPt.X()=nVal; in ImpSetLineVersatz()
149 const Point& rPt=ImpGetLineVersatzPoint(eLineCode); in ImpGetLineVersatz() local
150 if (ImpIsHorzLine(eLineCode,rXP)) return rPt.Y(); in ImpGetLineVersatz()
151 else return rPt.X(); in ImpGetLineVersatz()
524 void SdrEdgeObj::ImpSetTailPoint(FASTBOOL bTail1, const Point& rPt) in ImpSetTailPoint() argument
528 (*pEdgeTrack)[0]=rPt; in ImpSetTailPoint()
529 (*pEdgeTrack)[1]=rPt; in ImpSetTailPoint()
531 if (!bTail1) (*pEdgeTrack)[1]=rPt; in ImpSetTailPoint()
532 else { (*pEdgeTrack)[1]=(*pEdgeTrack)[0]; (*pEdgeTrack)[0]=rPt; } in ImpSetTailPoint()
534 if (!bTail1) (*pEdgeTrack)[sal_uInt16(nPtAnz-1)]=rPt; in ImpSetTailPoint()
535 else (*pEdgeTrack)[0]=rPt; in ImpSetTailPoint()
612 sal_uInt16 SdrEdgeObj::ImpCalcEscAngle(SdrObject* pObj, const Point& rPt) const in ImpCalcEscAngle()
616 long dxl=rPt.X()-aR.Left(); in ImpCalcEscAngle()
617 long dyo=rPt.Y()-aR.Top(); in ImpCalcEscAngle()
618 long dxr=aR.Right()-rPt.X(); in ImpCalcEscAngle()
619 long dyu=aR.Bottom()-rPt.Y(); in ImpCalcEscAngle()
2091 FASTBOOL SdrEdgeObj::ImpFindConnector(const Point& rPt, const SdrPageView& rPV, SdrObjConnection& r… in ImpFindConnector() argument
2103 Rectangle aMouseRect(rPt,rPt); in ImpFindConnector()
2181 sal_uIntPtr nDist=(sal_uIntPtr)Abs(aConPos.X()-rPt.X())+(sal_uIntPtr)Abs(aConPos.Y()-rPt.Y()); in ImpFindConnector()
2197 SdrObjectPrimitiveHit(*pObj, rPt, nBoundHitTol, rPV, &rVisLayer, false)) in ImpFindConnector()
2209 Rectangle aMouseRect2(rPt,rPt); in ImpFindConnector()
2501 void SdrEdgeObj::SetTailPoint( sal_Bool bTail, const Point& rPt ) in SetTailPoint() argument
2503 ImpSetTailPoint( bTail, rPt ); in SetTailPoint()