Lines Matching refs:rLocalName

92 …SdXMLEventContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const Refer…
95 …virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, c…
128 …XMLEventSoundContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const Re…
134 …ventSoundContext( SvXMLImport& rImp, sal_uInt16 nPrfx, const OUString& rLocalName, const Reference… in XMLEventSoundContext() argument
135 : SvXMLImportContext( rImp, nPrfx, rLocalName ), mpParent( pParent ) in XMLEventSoundContext()
137 if( mpParent && nPrfx == XML_NAMESPACE_PRESENTATION && IsXMLToken( rLocalName, XML_SOUND ) ) in XMLEventSoundContext()
173 …XMLEventContext( SvXMLImport& rImp, sal_uInt16 nPrfx, const OUString& rLocalName, const Referenc… in SdXMLEventContext() argument
174 : SvXMLImportContext(rImp, nPrfx, rLocalName), in SdXMLEventContext()
188 if( nPrfx == XML_NAMESPACE_PRESENTATION && IsXMLToken( rLocalName, XML_EVENT_LISTENER ) ) in SdXMLEventContext()
192 else if( nPrfx == XML_NAMESPACE_SCRIPT && IsXMLToken( rLocalName, XML_EVENT_LISTENER ) ) in SdXMLEventContext()
318 …LEventContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference… in CreateChildContext() argument
320 return new XMLEventSoundContext( GetImport(), nPrefix, rLocalName, xAttrList, this ); in CreateChildContext()
557 …ntsContext::SdXMLEventsContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, in SdXMLEventsContext() argument
559 : SvXMLImportContext(rImport, nPrfx, rLocalName), mxShape( rxShape ) in SdXMLEventsContext()
567 …text * SdXMLEventsContext::CreateChildContext( sal_uInt16 nPrfx, const ::rtl::OUString& rLocalName, in CreateChildContext() argument
570 return new SdXMLEventContext( GetImport(), nPrfx, rLocalName, xAttrList, mxShape ); in CreateChildContext()