Searched refs:XMLAnimationsExporter (Results 1 – 4 of 4) sorted by relevance
266 XMLAnimationsExporter::XMLAnimationsExporter( XMLShapeExport* pShapeExp ) in XMLAnimationsExporter() function in XMLAnimationsExporter272 XMLAnimationsExporter::~XMLAnimationsExporter() in ~XMLAnimationsExporter()278 void XMLAnimationsExporter::prepare( Reference< XShape > xShape, SvXMLExport& ) in prepare()310 void XMLAnimationsExporter::collect( Reference< XShape > xShape, SvXMLExport& rExport ) in collect()441 void XMLAnimationsExporter::exportAnimations( SvXMLExport& rExport ) in exportAnimations()
2007 …UniReference< XMLAnimationsExporter > xAnimExport = new XMLAnimationsExporter( GetShapeExport().ge… in _ExportContent()2040 UniReference< XMLAnimationsExporter > xAnimExport( GetShapeExport()->getAnimationsExporter() ); in _ExportContent()2425 …UniReference< XMLAnimationsExporter > xAnimExport = new XMLAnimationsExporter( GetShapeExport().ge… in _ExportAutoStyles()2489 UniReference< XMLAnimationsExporter > xAnimExport; in _ExportAutoStyles()
34 class XMLAnimationsExporter : public UniRefBase class39 XMLAnimationsExporter( XMLShapeExport* pShapeExp );40 virtual ~XMLAnimationsExporter();
168 UniReference< XMLAnimationsExporter > mxAnimationsExporter;300 …void setAnimationsExporter( UniReference< XMLAnimationsExporter > xAnimExport ) { mxAnimationsExpo… in setAnimationsExporter()303 …UniReference< XMLAnimationsExporter > getAnimationsExporter() const { return mxAnimationsExporter;… in getAnimationsExporter()
Completed in 19 milliseconds