Searched refs:rXPoly (Results 1 – 3 of 3) sorted by relevance
1059 const XPolygon& rXPoly = aPathPolygon[(sal_uInt16)rDrag.GetHdl()->GetPolyNum()]; in getSpecialDragComment() local1060 sal_uInt16 nPntAnz((sal_uInt16)rXPoly.GetPointCount()); in getSpecialDragComment()1071 if(rXPoly.IsControl(nPntNum + 1)) in getSpecialDragComment()1076 aNow -= rXPoly[nRef]; in getSpecialDragComment()1114 if(bPt1 && rXPoly.IsControl(nPt1)) in getSpecialDragComment()1117 if(bPt2 && rXPoly.IsControl(nPt2)) in getSpecialDragComment()1123 aPt -= rXPoly[nPt1]; in getSpecialDragComment()1144 aPt -= rXPoly[nPt2]; in getSpecialDragComment()1309 XPolygon& rXPoly=aPathPolygon[aPathPolygon.Count()-1]; in MovCreate() local1326 pU->nBezierStartPoint=rXPoly.GetPointCount(); in MovCreate()[all …]
82 XPolygon( const XPolygon& rXPoly );98 void Insert( sal_uInt16 nPos, const XPolygon& rXPoly );106 XPolygon& operator=( const XPolygon& rXPoly );107 sal_Bool operator==( const XPolygon& rXPoly ) const;108 sal_Bool operator!=( const XPolygon& rXPoly ) const;160 XPolyPolygon( const XPolygon& rXPoly );166 void Insert( const XPolygon& rXPoly,168 void Insert( const XPolyPolygon& rXPoly,171 XPolygon Replace( const XPolygon& rXPoly, sal_uInt16 nPos );
296 XPolygon::XPolygon( const XPolygon& rXPoly ) in XPolygon() argument299 pImpXPolygon = rXPoly.pImpXPolygon; in XPolygon()591 void XPolygon::Insert( sal_uInt16 nPos, const XPolygon& rXPoly ) in Insert() argument596 sal_uInt16 nPoints = rXPoly.GetPointCount(); in Insert()601 rXPoly.pImpXPolygon->pPointAry, in Insert()604 rXPoly.pImpXPolygon->pFlagAry, in Insert()763 XPolygon& XPolygon::operator=( const XPolygon& rXPoly ) in operator =() argument767 rXPoly.pImpXPolygon->nRefCount++; in operator =()774 pImpXPolygon = rXPoly.pImpXPolygon; in operator =()788 sal_Bool XPolygon::operator==( const XPolygon& rXPoly ) const in operator ==()[all …]