Lines Matching refs:XMLAnimationsEffectContext
380 class XMLAnimationsEffectContext : public SvXMLImportContext class
402 XMLAnimationsEffectContext( SvXMLImport& rImport,
407 virtual ~XMLAnimationsEffectContext();
417 XMLAnimationsEffectContext* mpParent;
422 …ing& rLocalName, const Reference< XAttributeList >& xAttrList, XMLAnimationsEffectContext* pParent…
428 …ing& rLocalName, const Reference< XAttributeList >& xAttrList, XMLAnimationsEffectContext* pParent… in XMLAnimationsSoundContext()
464 TYPEINIT1( XMLAnimationsEffectContext, SvXMLImportContext );
466 XMLAnimationsEffectContext::XMLAnimationsEffectContext( SvXMLImport& rImport, sal_uInt16 nPrfx, co… in XMLAnimationsEffectContext() function in XMLAnimationsEffectContext
561 XMLAnimationsEffectContext::~XMLAnimationsEffectContext() in ~XMLAnimationsEffectContext()
565 SvXMLImportContext * XMLAnimationsEffectContext::CreateChildContext( sal_uInt16 nPrefix, const OUSt… in CreateChildContext()
570 void XMLAnimationsEffectContext::EndElement() in EndElement()
690 return new XMLAnimationsEffectContext( GetImport(), nPrefix, rLocalName, xAttrList, mpImpl ); in CreateChildContext()