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.cxx1687 SdrPathObj::SdrPathObj(SdrObjKind eNewKind, const basegfx::B2DPolyPolygon& rPathPoly) in SdrPathObj() argument
1688 : maPathPolygon(rPathPoly), in SdrPathObj()
2804 void SdrPathObj::NbcSetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly) in NbcSetPathPoly() argument
2806 if(GetPathPoly() != rPathPoly) in NbcSetPathPoly()
2808 maPathPolygon=rPathPoly; in NbcSetPathPoly()
2814 void SdrPathObj::SetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly) in SetPathPoly() argument
2816 if(GetPathPoly() != rPathPoly) in SetPathPoly()
2819 NbcSetPathPoly(rPathPoly); in SetPathPoly()