Lines Matching refs:SvtGraphicStroke

78 static ::rtl::OString dashToString( const SvtGraphicStroke::DashArray& rDashArray )  in dashToString()
121 SvtGraphicStroke::SvtGraphicStroke() : in SvtGraphicStroke() function in SvtGraphicStroke
134 SvtGraphicStroke::SvtGraphicStroke( const Polygon& rPath, in SvtGraphicStroke() function in SvtGraphicStroke
155 void SvtGraphicStroke::getPath( Polygon& rPath ) const in getPath()
160 void SvtGraphicStroke::getStartArrow( PolyPolygon& rPath ) const in getStartArrow()
165 void SvtGraphicStroke::getEndArrow( PolyPolygon& rPath ) const in getEndArrow()
170 double SvtGraphicStroke::getTransparency() const in getTransparency()
175 double SvtGraphicStroke::getStrokeWidth() const in getStrokeWidth()
180 SvtGraphicStroke::CapType SvtGraphicStroke::getCapType() const in getCapType()
185 SvtGraphicStroke::JoinType SvtGraphicStroke::getJoinType() const in getJoinType()
190 double SvtGraphicStroke::getMiterLimit() const in getMiterLimit()
195 void SvtGraphicStroke::getDashArray( DashArray& rDashArray ) const in getDashArray()
200 ::rtl::OString SvtGraphicStroke::toString() const in toString()
272 void SvtGraphicStroke::setPath( const Polygon& rPoly ) in setPath()
277 void SvtGraphicStroke::setStartArrow( const PolyPolygon& rPoly ) in setStartArrow()
282 void SvtGraphicStroke::setEndArrow( const PolyPolygon& rPoly ) in setEndArrow()
287 void SvtGraphicStroke::setTransparency( double fTrans ) in setTransparency()
292 void SvtGraphicStroke::setStrokeWidth( double fWidth ) in setStrokeWidth()
297 void SvtGraphicStroke::setCapType( CapType eType ) in setCapType()
302 void SvtGraphicStroke::setJoinType( JoinType eType ) in setJoinType()
307 void SvtGraphicStroke::setMiterLimit( double fMiterLimit ) in setMiterLimit()
312 void SvtGraphicStroke::setDashArray( const DashArray& rDashArray ) in setDashArray()
317 SvStream& operator<<( SvStream& rOStm, const SvtGraphicStroke& rClass ) in operator <<()
340 SvStream& operator>>( SvStream& rIStm, SvtGraphicStroke& rClass ) in operator >>()
351 rClass.maCapType = SvtGraphicStroke::CapType(nTmp); in operator >>()
353 rClass.maJoinType = SvtGraphicStroke::JoinType(nTmp); in operator >>()