Home
last modified time | relevance | path

Searched refs:SVGExport (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/filter/source/svg/
H A Dsvgwriter.hxx103 class SVGExport;
113 SVGExport& mrExport;
125 SVGAttributeWriter( SVGExport& rExport, SVGFontExport& rFontExport );
171 class SVGExport;
180 SVGExport& mrExport;
228 SVGActionWriter( SVGExport& rExport, SVGFontExport& rFontExport );
H A Dsvgfilter.hxx111 class SVGExport : public SvXMLExport class
128SVGExport( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > …
132 virtual ~SVGExport();
165 SVGExport();
235 SVGExport* mpSVGExport;
H A Dsvgexport.cxx52 SVGExport::SVGExport( in SVGExport() function in SVGExport
95 SVGExport::~SVGExport() in ~SVGExport()
102 void SVGExport::pushClip( const ::basegfx::B2DPolyPolygon& rPolyPoly ) in pushClip()
109 void SVGExport::popClip() in popClip()
117 sal_Bool SVGExport::hasClip() const in hasClip()
124 const ::basegfx::B2DPolyPolygon* SVGExport::getCurClip() const in getCurClip()
298 mpSVGExport = new SVGExport( xServiceFactory, xDocHandler, maFilterData ); in implExport()
1310 void SVGExport::writeMtf( const GDIMetaFile& rMtf ) in writeMtf()
H A Dsvgfontexport.hxx46 SVGExport& mrExport;
58 SVGFontExport( SVGExport& rExport, const ::std::vector< ObjectRepresentation >& rObjects );
H A Dsvgwriter.cxx109 SVGAttributeWriter::SVGAttributeWriter( SVGExport& rExport, SVGFontExport& rFontExport ) : in SVGAttributeWriter()
391 SVGActionWriter::SVGActionWriter( SVGExport& rExport, SVGFontExport& rFontExport ) : in SVGActionWriter()
2005 SVGExport* pWriter = new SVGExport( mxFact, xDocumentHandler, maFilterData ); in write()
H A Dsvgfontexport.cxx36 SVGFontExport::SVGFontExport( SVGExport& rExport, const ::std::vector< ObjectRepresentation >& rObj… in SVGFontExport()

Completed in 43 milliseconds