Lines Matching defs:ImpSdrPathDragData
97 struct ImpSdrPathDragData : public SdrDragStatUserData struct
99 XPolygon aXP; // Ausschnitt aud dem Originalpolygon
100 FASTBOOL bValid; // sal_False = zu wenig Punkte
101 FASTBOOL bClosed; // geschlossenes Objekt?
102 sal_uInt16 nPoly; // Nummer des Polygons im PolyPolygon
103 sal_uInt16 nPnt; // Punktnummer innerhalb des obigen Polygons
104 sal_uInt16 nPntAnz; // Punktanzahl des Polygons
105 sal_uInt16 nPntMax; // Maximaler Index
106 FASTBOOL bBegPnt; // Gedraggter Punkt ist der Anfangspunkt einer Polyline
107 FASTBOOL bEndPnt; // Gedraggter Punkt ist der Endpunkt einer Polyline
108 sal_uInt16 nPrevPnt; // Index des vorherigen Punkts
109 sal_uInt16 nNextPnt; // Index des naechsten Punkts
133 …ImpSdrPathDragData(const SdrPathObj& rPO, const SdrHdl& rHdl, sal_Bool bMuPoDr, const SdrDragStat&… argument
138 ImpSdrPathDragData::ImpSdrPathDragData(const SdrPathObj& rPO, const SdrHdl& rHdl, sal_Bool bMuPoDr,… in ImpSdrPathDragData() argument