Home
last modified time | relevance | path

Searched refs:rPathPoly (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsvdopath.hxx88 SdrPathObj(SdrObjKind eNewKind, const basegfx::B2DPolyPolygon& rPathPoly);
157 void SetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly);
158 void NbcSetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly);
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1689 SdrPathObj::SdrPathObj(SdrObjKind eNewKind, const basegfx::B2DPolyPolygon& rPathPoly) in SdrPathObj() argument
1690 : maPathPolygon(rPathPoly), in SdrPathObj()
2806 void SdrPathObj::NbcSetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly) in NbcSetPathPoly() argument
2808 if(GetPathPoly() != rPathPoly) in NbcSetPathPoly()
2810 maPathPolygon=rPathPoly; in NbcSetPathPoly()
2816 void SdrPathObj::SetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly) in SetPathPoly() argument
2818 if(GetPathPoly() != rPathPoly) in SetPathPoly()
2821 NbcSetPathPoly(rPathPoly); in SetPathPoly()

Completed in 33 milliseconds