Home
last modified time | relevance | path

Searched refs:SVGActionWriter (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/filter/source/svg/
H A Dsvgwriter.cxx391 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()
447 Polygon& SVGActionWriter::ImplMap( const Polygon& rPoly, Polygon& rDstPoly ) const in ImplMap()
545 void SVGActionWriter::ImplWriteLine( const Point& rPt1, const Point& rPt2, in ImplWriteLine()
788 void SVGActionWriter::ImplWriteText( const Point& rPos, const String& rText, in ImplWriteText()
993 void SVGActionWriter::ImplWriteBmp( const BitmapEx& rBmpEx, in ImplWriteBmp()
1139 void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf, in ImplWriteActions()
[all …]
H A Dsvgwriter.hxx102 class SVGActionWriter;
174 class SVGActionWriter class
228 SVGActionWriter( SVGExport& rExport, SVGFontExport& rFontExport );
229 virtual ~SVGActionWriter();
H A Dsvgfilter.hxx212 class SVGActionWriter;
237 SVGActionWriter* mpSVGWriter;
H A Dsvgfontexport.cxx238 …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 Dsvgexport.cxx340 mpSVGWriter = new SVGActionWriter( *mpSVGExport, *mpSVGFontExport ); in implExport()
1350 SVGActionWriter aWriter( *this, aSVGFontExport ); in writeMtf()

Completed in 42 milliseconds