Lines Matching refs:aPt

408 		Point aPt(rDrag.GetNow());  in applySpecialDrag()  local
411 RotatePoint(aPt,aRect.TopLeft(),-aGeo.nSin,aGeo.nCos); in applySpecialDrag()
413 sal_Int32 nRad(aPt.X() - aRect.Left()); in applySpecialDrag()
445 Point aPt(rDrag.GetNow()); in getSpecialDragComment() local
449 RotatePoint(aPt, aRect.TopLeft(), -aGeo.nSin, aGeo.nCos); in getSpecialDragComment()
451 sal_Int32 nRad(aPt.X() - aRect.Left()); in getSpecialDragComment()
542 Point aPt; in GetVertexGluePoint() local
544 case 0: aPt=aRect.TopCenter(); aPt.Y()-=nWdt; break; in GetVertexGluePoint()
545 case 1: aPt=aRect.RightCenter(); aPt.X()+=nWdt; break; in GetVertexGluePoint()
546 case 2: aPt=aRect.BottomCenter(); aPt.Y()+=nWdt; break; in GetVertexGluePoint()
547 case 3: aPt=aRect.LeftCenter(); aPt.X()-=nWdt; break; in GetVertexGluePoint()
549 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetVertexGluePoint()
550 if (aGeo.nDrehWink!=0) RotatePoint(aPt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetVertexGluePoint()
551 aPt-=GetSnapRect().Center(); in GetVertexGluePoint()
552 SdrGluePoint aGP(aPt); in GetVertexGluePoint()
568 Point aPt; in GetCornerGluePoint() local
570 case 0: aPt=aRect.TopLeft(); aPt.X()-=nWdt; aPt.Y()-=nWdt; break; in GetCornerGluePoint()
571 case 1: aPt=aRect.TopRight(); aPt.X()+=nWdt; aPt.Y()-=nWdt; break; in GetCornerGluePoint()
572 case 2: aPt=aRect.BottomRight(); aPt.X()+=nWdt; aPt.Y()+=nWdt; break; in GetCornerGluePoint()
573 case 3: aPt=aRect.BottomLeft(); aPt.X()-=nWdt; aPt.Y()+=nWdt; break; in GetCornerGluePoint()
575 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetCornerGluePoint()
576 if (aGeo.nDrehWink!=0) RotatePoint(aPt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetCornerGluePoint()
577 aPt-=GetSnapRect().Center(); in GetCornerGluePoint()
578 SdrGluePoint aGP(aPt); in GetCornerGluePoint()