Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/xoutdev/
H A D_xpoly.cxx1512 aXPolyList( rImpXPolyPoly.aXPolyList ) in ImpXPolyPolygon()
1517 XPolygon* pXPoly = aXPolyList.First(); in ImpXPolyPolygon()
1520 aXPolyList.Replace( new XPolygon( *(aXPolyList.GetCurObject()) ) ); in ImpXPolyPolygon()
1521 pXPoly = aXPolyList.Next(); in ImpXPolyPolygon()
1538 XPolygon* pXPoly = aXPolyList.First(); in ~ImpXPolyPolygon()
1542 pXPoly = aXPolyList.Next(); in ~ImpXPolyPolygon()
1558 sal_uInt16 nAnz=(sal_uInt16)aXPolyList.Count(); in operator ==()
1559 const XPolygonList& rCmpList=rImpXPolyPoly.aXPolyList; in operator ==()
1564 bEq= *aXPolyList.GetObject(i) == *rCmpList.GetObject(i); in operator ==()
1600 pImpXPolyPolygon->aXPolyList.Insert( new XPolygon( rXPoly ) ); in XPolyPolygon()
[all …]
/AOO41X/main/svx/inc/
H A Dxpolyimp.hxx87 XPolygonList aXPolyList; member in ImpXPolyPolygon
91 aXPolyList( 1024, nInitSize, nResize ) in ImpXPolyPolygon()