Lines Matching refs:ImplB2DPolygon
616 class ImplB2DPolygon class
643 const_cast< ImplB2DPolygon* >(this)->mpBufferedData.reset(new ImplBufferedData); in getDefaultAdaptiveSubdivision()
653 const_cast< ImplB2DPolygon* >(this)->mpBufferedData.reset(new ImplBufferedData); in getB2DRange()
659 ImplB2DPolygon() in ImplB2DPolygon() function in ImplB2DPolygon
666 ImplB2DPolygon(const ImplB2DPolygon& rToBeCopied) in ImplB2DPolygon() function in ImplB2DPolygon
679 ImplB2DPolygon(const ImplB2DPolygon& rToBeCopied, sal_uInt32 nIndex, sal_uInt32 nCount) in ImplB2DPolygon() function in ImplB2DPolygon
695 ImplB2DPolygon& operator=( const ImplB2DPolygon& rToBeCopied ) in operator =()
728 bool operator==(const ImplB2DPolygon& rCandidate) const in operator ==()
915 void insert(sal_uInt32 nIndex, const ImplB2DPolygon& rSource) in insert()
1210 : mpPolygon(ImplB2DPolygon(*rPolygon.mpPolygon, nIndex, nCount)) in B2DPolygon()
1542 ImplB2DPolygon aTempPoly(*rPoly.mpPolygon, nIndex2, nCount); in insert()
1564 ImplB2DPolygon aTempPoly(*rPoly.mpPolygon, nIndex, nCount); in append()