Searched refs:rPathPoly (Results 1 – 2 of 2) sorted by relevance
88 SdrPathObj(SdrObjKind eNewKind, const basegfx::B2DPolyPolygon& rPathPoly);157 void SetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly);158 void NbcSetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly);
1687 SdrPathObj::SdrPathObj(SdrObjKind eNewKind, const basegfx::B2DPolyPolygon& rPathPoly) in SdrPathObj() argument1688 : maPathPolygon(rPathPoly), in SdrPathObj()2804 void SdrPathObj::NbcSetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly) in NbcSetPathPoly() argument2806 if(GetPathPoly() != rPathPoly) in NbcSetPathPoly()2808 maPathPolygon=rPathPoly; in NbcSetPathPoly()2814 void SdrPathObj::SetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly) in SetPathPoly() argument2816 if(GetPathPoly() != rPathPoly) in SetPathPoly()2819 NbcSetPathPoly(rPathPoly); in SetPathPoly()