Lines Matching refs:AnimationsImport
1304 class AnimationsImport: public SvXMLImport, public XAnimationNodeSupplier class
1307 AnimationsImport( const Reference< XMultiServiceFactory > & rSMgr );
1308 ~AnimationsImport() throw ();
1329 AnimationsImport::AnimationsImport( const Reference< XMultiServiceFactory > & rSMgr ) in AnimationsImport() function in xmloff::AnimationsImport
1352 AnimationsImport::~AnimationsImport() throw () in ~AnimationsImport()
1357 Any SAL_CALL AnimationsImport::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface()
1369 void SAL_CALL AnimationsImport::acquire() throw () in acquire()
1374 void SAL_CALL AnimationsImport::release() throw () in release()
1379 SvXMLImportContext *AnimationsImport::CreateContext(sal_uInt16 nPrefix, const OUString& rLocalName,… in CreateContext()
1396 Reference< XAnimationNode > SAL_CALL AnimationsImport::getAnimationNode() throw (RuntimeException) in getAnimationNode()
1496 return (cppu::OWeakObject*)new xmloff::AnimationsImport( rSMgr ); in AnimationsImport_createInstance()
1503 OUString SAL_CALL AnimationsImport::getImplementationName() throw(RuntimeException) in getImplementationName()
1508 sal_Bool SAL_CALL AnimationsImport::supportsService( const OUString& ServiceName ) throw(RuntimeExc… in supportsService()
1513 Sequence< OUString > SAL_CALL AnimationsImport::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()