Lines Matching refs:p1
56 void SdrGlueEditView::ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc, sal_Bool bConst, const void* p1, c… in ImpDoMarkedGluePoints() argument
84 (*pDoFunc)(rGP,pObj,p1,p2,p3,p4,p5); in ImpDoMarkedGluePoints()
326 void SdrGlueEditView::ImpTransformMarkedGluePoints(PGlueTrFunc pTrFunc, const void* p1, const void*… in ImpTransformMarkedGluePoints() argument
347 (*pTrFunc)(aPos,p1,p2,p3,p4,p5); in ImpTransformMarkedGluePoints()
361 static void ImpMove(Point& rPt, const void* p1, const void* /*p2*/, const void* /*p3*/, const void*… in ImpMove() argument
363 rPt.X()+=((const Size*)p1)->Width(); in ImpMove()
364 rPt.Y()+=((const Size*)p1)->Height(); in ImpMove()
381 static void ImpResize(Point& rPt, const void* p1, const void* p2, const void* p3, const void* /*p4*… in ImpResize() argument
383 ResizePoint(rPt,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize()
400 static void ImpRotate(Point& rPt, const void* p1, const void* /*p2*/, const void* p3, const void* p… in ImpRotate() argument
402 RotatePoint(rPt,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate()