Lines Matching refs:ImpPathCreateUser

230 struct ImpPathCreateUser  : public SdrDragStatUserData  struct
262 ImpPathCreateUser(): nCircRadius(0),nCircStWink(0),nCircRelWink(0), in ImpPathCreateUser() argument
282 XPolygon ImpPathCreateUser::GetFormPoly() const in GetFormPoly() argument
292 FASTBOOL ImpPathCreateUser::CalcBezier(const Point& rP1, const Point& rP2, const Point& rDir, FASTB… in CalcBezier()
307 XPolygon ImpPathCreateUser::GetBezierPoly() const in GetBezierPoly()
317 FASTBOOL ImpPathCreateUser::CalcCircle(const Point& rP1, const Point& rP2, const Point& rDir, SdrVi… in CalcCircle()
365 XPolygon ImpPathCreateUser::GetCirclePoly() const in GetCirclePoly()
390 Point ImpPathCreateUser::CalcLine(const Point& aCsr, long nDirX, long nDirY, SdrView* pView) const in CalcLine()
412 FASTBOOL ImpPathCreateUser::CalcLine(const Point& rP1, const Point& rP2, const Point& rDir, SdrView… in CalcLine()
434 XPolygon ImpPathCreateUser::GetLinePoly() const in GetLinePoly()
442 FASTBOOL ImpPathCreateUser::CalcRect(const Point& rP1, const Point& rP2, const Point& rDir, SdrView… in CalcRect()
495 XPolygon ImpPathCreateUser::GetRectPoly() const in GetRectPoly()
953 ImpPathCreateUser* pU = (ImpPathCreateUser*)rDrag.GetUser(); in getSpecialDragComment()
1298 ImpPathCreateUser* pU=new ImpPathCreateUser; in BegCreate()
1307 ImpPathCreateUser* pU=(ImpPathCreateUser*)rStat.GetUser(); in MovCreate()
1414 ImpPathCreateUser* pU=(ImpPathCreateUser*)rStat.GetUser(); in EndCreate()
1530 ImpPathCreateUser* pU=(ImpPathCreateUser*)rStat.GetUser(); in BckCreate()
1570 ImpPathCreateUser* pU=(ImpPathCreateUser*)rStat.GetUser(); in BrkCreate()
1585 ImpPathCreateUser* pU = (ImpPathCreateUser*)rDrag.GetUser(); in TakeObjectPolyPolygon()
1627 ImpPathCreateUser* pU = (ImpPathCreateUser*)rDrag.GetUser(); in TakeDragPolyPolygon()