Searched refs:mpSVGWriter (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/filter/source/svg/ |
H A D | svgexport.cxx | 340 mpSVGWriter = new SVGActionWriter( *mpSVGExport, *mpSVGFontExport ); in implExport() 355 delete mpSVGWriter, mpSVGWriter = NULL; in implExport() 768 mpSVGWriter->WriteMetaFile( aNullPt, rMtf.GetPrefSize(), rMtf, SVGWRITER_WRITE_FILL ); in implExportPages() 915 … mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_FILL | SVGWRITER_WRITE_TEXT ); in implExportShape() 926 … mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_FILL ); in implExportShape() 927 … mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_TEXT ); in implExportShape() 933 …mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_FILL | SVGWRITER_WRITE_TEXT, &a… in implExportShape()
|
H A D | svgfilter.cxx | 52 mpSVGWriter( NULL ), in SVGFilter() 81 DBG_ASSERT( mpSVGWriter == NULL, "mpSVGWriter not destroyed" ); in ~SVGFilter()
|
H A D | svgfilter.hxx | 237 SVGActionWriter* mpSVGWriter; member in SVGFilter
|
Completed in 21 milliseconds