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);
1689 SdrPathObj::SdrPathObj(SdrObjKind eNewKind, const basegfx::B2DPolyPolygon& rPathPoly) in SdrPathObj() argument1690 : maPathPolygon(rPathPoly), in SdrPathObj()2806 void SdrPathObj::NbcSetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly) in NbcSetPathPoly() argument2808 if(GetPathPoly() != rPathPoly) in NbcSetPathPoly()2810 maPathPolygon=rPathPoly; in NbcSetPathPoly()2816 void SdrPathObj::SetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly) in SetPathPoly() argument2818 if(GetPathPoly() != rPathPoly) in SetPathPoly()2821 NbcSetPathPoly(rPathPoly); in SetPathPoly()
Completed in 18 milliseconds