Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/svdraw/
H A Dsvdopath.cxx2060 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in AddToHdlList() local
2061 sal_uInt16 nPolyCount=aOldPathPolygon.Count(); in AddToHdlList()
2066 const XPolygon& rXPoly=aOldPathPolygon.GetObject(i); in AddToHdlList()
2088 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in GetPlusHdlCount() local
2093 if(nPolyNum < aOldPathPolygon.Count()) in GetPlusHdlCount()
2095 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdlCount()
2119 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in GetPlusHdl() local
2124 if (nPolyNum<aOldPathPolygon.Count()) in GetPlusHdl()
2126 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdl()