Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2062 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in AddToHdlList() local
2063 sal_uInt16 nPolyCnt=aOldPathPolygon.Count(); in AddToHdlList()
2068 const XPolygon& rXPoly=aOldPathPolygon.GetObject(i); in AddToHdlList()
2090 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in GetPlusHdlCount() local
2095 if(nPolyNum < aOldPathPolygon.Count()) in GetPlusHdlCount()
2097 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdlCount()
2121 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in GetPlusHdl() local
2126 if (nPolyNum<aOldPathPolygon.Count()) in GetPlusHdl()
2128 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdl()

Completed in 30 milliseconds