Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx885 basegfx::B2DPolyPolygon aTempPolyPolygon(aPathPolygon.getB2DPolyPolygon()); in endPathDrag() local
888 …if(PolyPolygonEditor::GetRelativePolyPoint(aTempPolyPolygon, rDrag.GetHdl()->GetSourceHdlNum(), nP… in endPathDrag()
890 basegfx::B2DPolygon aCandidate(aTempPolyPolygon.getB2DPolygon(nPoly)); in endPathDrag()
895 aTempPolyPolygon.remove(nPoly); in endPathDrag()
899 aTempPolyPolygon.setB2DPolygon(nPoly, aCandidate); in endPathDrag()
903 aPathPolygon = XPolyPolygon(aTempPolyPolygon); in endPathDrag()

Completed in 25 milliseconds