Lines Matching refs:aXPolyList
1512 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()
1636 pImpXPolyPolygon->aXPolyList.Insert( in XPolyPolygon()
1692 pImpXPolyPolygon->aXPolyList.Insert( pXPoly, nPos ); in Insert()
1712 pImpXPolyPolygon->aXPolyList.Insert(pXPoly, nPos); in Insert()
1731 XPolygon* pTmpXPoly = pImpXPolyPolygon->aXPolyList.Remove( nPos ); in Remove()
1752 XPolygon* pTmpXPoly = pImpXPolyPolygon->aXPolyList.Replace( pXPoly, nPos ); in Replace()
1771 return *(pImpXPolyPolygon->aXPolyList.GetObject( nPos )); in GetObject()
1794 XPolygon* pXPoly = pImpXPolyPolygon->aXPolyList.First(); in Clear()
1798 pXPoly = pImpXPolyPolygon->aXPolyList.Next(); in Clear()
1800 pImpXPolyPolygon->aXPolyList.Clear(); in Clear()
1817 return (sal_uInt16)(pImpXPolyPolygon->aXPolyList.Count()); in Count()
1841 XPolygon* pXPoly = pImpXPolyPolygon->aXPolyList.First(); in Move()
1845 pXPoly = pImpXPolyPolygon->aXPolyList.Next(); in Move()
1861 sal_uInt16 nXPoly = (sal_uInt16)pImpXPolyPolygon->aXPolyList.Count(); in GetBoundRect()
1866 const XPolygon* pXPoly = pImpXPolyPolygon->aXPolyList.GetObject( n ); in GetBoundRect()
1887 return *(pImpXPolyPolygon->aXPolyList.GetObject( nPos )); in operator []()
1962 pImpXPolyPolygon->aXPolyList.GetObject(i)->Translate(rTrans); in Translate()
1981 pImpXPolyPolygon->aXPolyList.GetObject(i)->Rotate(rCenter, fSin, fCos); in Rotate()
1996 pImpXPolyPolygon->aXPolyList.GetObject(i)->Rotate20(); in Rotate20()
2038 pImpXPolyPolygon->aXPolyList.GetObject(i)->Scale(fSx, fSy); in Scale()
2057 pImpXPolyPolygon->aXPolyList.GetObject(i)->SlantX(nYRef, fSin, fCos); in SlantX()
2076 pImpXPolyPolygon->aXPolyList.GetObject(i)->SlantY(nXRef, fSin, fCos); in SlantY()
2101 pImpXPolyPolygon->aXPolyList.GetObject(i)->Distort(rRefRect, in Distort()