Lines Matching refs:rPath
134 SvtGraphicStroke::SvtGraphicStroke( const Polygon& rPath, in SvtGraphicStroke() argument
143 maPath( rPath ), in SvtGraphicStroke()
155 void SvtGraphicStroke::getPath( Polygon& rPath ) const in getPath()
157 rPath = maPath; in getPath()
160 void SvtGraphicStroke::getStartArrow( PolyPolygon& rPath ) const in getStartArrow()
162 rPath = maStartArrow; in getStartArrow()
165 void SvtGraphicStroke::getEndArrow( PolyPolygon& rPath ) const in getEndArrow()
167 rPath = maEndArrow; in getEndArrow()
386 SvtGraphicFill::SvtGraphicFill( const PolyPolygon& rPath, in SvtGraphicFill() argument
400 maPath( rPath ), in SvtGraphicFill()
417 void SvtGraphicFill::getPath( PolyPolygon& rPath ) const in getPath()
419 rPath = maPath; in getPath()
628 void SvtGraphicFill::setPath( const PolyPolygon& rPath ) in setPath() argument
630 maPath = rPath; in setPath()