Home
last modified time | relevance | path

Searched refs:rPO (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx131 …ImpSdrPathDragData(const SdrPathObj& rPO, const SdrHdl& rHdl, sal_Bool bMuPoDr, const SdrDragStat&…
132 void ResetPoly(const SdrPathObj& rPO);
136 ImpSdrPathDragData::ImpSdrPathDragData(const SdrPathObj& rPO, const SdrHdl& rHdl, sal_Bool bMuPoDr,… in ImpSdrPathDragData() argument
139 maOrig(rPO.GetPathPoly()), in ImpSdrPathDragData()
165 bClosed=rPO.IsClosed(); // geschlossenes Objekt? in ImpSdrPathDragData()
168 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ImpSdrPathDragData()
211 ResetPoly(rPO); in ImpSdrPathDragData()
216 void ImpSdrPathDragData::ResetPoly(const SdrPathObj& rPO) in ResetPoly() argument
218 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ResetPoly()