Searched refs:SVGActionWriter (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/filter/source/svg/ |
| H A D | svgwriter.cxx | 391 SVGActionWriter::SVGActionWriter( SVGExport& rExport, SVGFontExport& rFontExport ) : in SVGActionWriter() function in SVGActionWriter 405 SVGActionWriter::~SVGActionWriter() in ~SVGActionWriter() 413 long SVGActionWriter::ImplMap( sal_Int32 nVal ) const in ImplMap() 422 Point& SVGActionWriter::ImplMap( const Point& rPt, Point& rDstPt ) const in ImplMap() 429 Size& SVGActionWriter::ImplMap( const Size& rSz, Size& rDstSz ) const in ImplMap() 436 Rectangle& SVGActionWriter::ImplMap( const Rectangle& rRect, Rectangle& rDstRect ) const in ImplMap() 447 Polygon& SVGActionWriter::ImplMap( const Polygon& rPoly, Polygon& rDstPoly ) const in ImplMap() 462 PolyPolygon& SVGActionWriter::ImplMap( const PolyPolygon& rPolyPoly, PolyPolygon& rDstPolyPoly ) co… in ImplMap() 478 ::rtl::OUString SVGActionWriter::GetPathString( const PolyPolygon& rPolyPoly, sal_Bool bLine ) in GetPathString() 545 void SVGActionWriter::ImplWriteLine( const Point& rPt1, const Point& rPt2, in ImplWriteLine() [all …]
|
| H A D | svgwriter.hxx | 102 class SVGActionWriter; 174 class SVGActionWriter class 228 SVGActionWriter( SVGExport& rExport, SVGFontExport& rFontExport ); 229 virtual ~SVGActionWriter();
|
| H A D | svgfilter.hxx | 212 class SVGActionWriter; 237 SVGActionWriter* mpSVGWriter;
|
| H A D | svgfontexport.cxx | 238 …mrExport.AddAttribute( XML_NAMESPACE_NONE, "d", SVGActionWriter::GetPathString( aMissingGlyphPolyP… in implEmbedFont() 279 const ::rtl::OUString aPathString( SVGActionWriter::GetPathString( aPolyPoly, sal_False ) ); in implEmbedGlyph()
|
| H A D | svgexport.cxx | 340 mpSVGWriter = new SVGActionWriter( *mpSVGExport, *mpSVGFontExport ); in implExport() 1350 SVGActionWriter aWriter( *this, aSVGFontExport ); in writeMtf()
|