Searched refs:AnimationsExporter (Results 1 – 3 of 3) sorted by relevance
37 class AnimationsExporter : public UniRefBase class42 …AnimationsExporter( SvXMLExport& rExport, const ::com::sun::star::uno::Reference< ::com::sun::star…43 virtual ~AnimationsExporter();
1716 AnimationsExporter::AnimationsExporter( SvXMLExport& rExport, const Reference< XPropertySet >& xPag… in AnimationsExporter() function in xmloff::AnimationsExporter1721 AnimationsExporter::~AnimationsExporter() in ~AnimationsExporter()1726 void AnimationsExporter::prepare( Reference< XAnimationNode > xRootNode ) in prepare()1742 void AnimationsExporter::exportAnimations( Reference< XAnimationNode > xRootNode ) in exportAnimations()
1986 UniReference< xmloff::AnimationsExporter > xAnimationsExporter; in _ExportContent()2000 xAnimationsExporter = new xmloff::AnimationsExporter( *this, xProps ); in _ExportContent()
Completed in 41 milliseconds