Lines Matching refs:aPnt
62 Point aPnt; in GetHdl() local
65 case 0: aPnt=aRect.TopLeft(); eKind=HDL_UPLFT; break; // Oben links in GetHdl()
66 case 1: aPnt=aRect.TopCenter(); eKind=HDL_UPPER; break; // Oben in GetHdl()
67 case 2: aPnt=aRect.TopRight(); eKind=HDL_UPRGT; break; // Oben rechts in GetHdl()
68 case 3: aPnt=aRect.LeftCenter(); eKind=HDL_LEFT ; break; // Links in GetHdl()
69 case 4: aPnt=aRect.RightCenter(); eKind=HDL_RIGHT; break; // Rechts in GetHdl()
70 case 5: aPnt=aRect.BottomLeft(); eKind=HDL_LWLFT; break; // Unten links in GetHdl()
71 case 6: aPnt=aRect.BottomCenter(); eKind=HDL_LOWER; break; // Unten in GetHdl()
72 case 7: aPnt=aRect.BottomRight(); eKind=HDL_LWRGT; break; // Unten rechts in GetHdl()
74 if (aGeo.nShearWink!=0) ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan); in GetHdl()
75 if (aGeo.nDrehWink!=0) RotatePoint(aPnt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetHdl()
77 pH=new SdrHdl(aPnt,eKind); in GetHdl()