Lines Matching refs:rLName
60 XMLScriptChildContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const ::rtl::OUString& rLName,
73 …text::XMLScriptChildContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const ::rtl::OUString& rLName, in XMLScriptChildContext() argument
75 :SvXMLImportContext( rImport, nPrfx, rLName ) in XMLScriptChildContext()
121 XMLScriptContext::XMLScriptContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, in XMLScriptContext() argument
123 :SvXMLImportContext( rImport, nPrfx, rLName ) in XMLScriptContext()
137 sal_uInt16 nPrefix, const OUString& rLName, in CreateChildContext() argument
144 if ( IsXMLToken( rLName, XML_EVENT_LISTENERS ) ) in CreateChildContext()
147 pContext = new XMLEventsImportContext( GetImport(), nPrefix, rLName, xSupplier ); in CreateChildContext()
149 else if ( IsXMLToken( rLName, XML_SCRIPT ) ) in CreateChildContext()
166 … pContext = new XMLScriptChildContext( GetImport(), nPrefix, rLName, m_xModel, aLanguage ); in CreateChildContext()
173 pContext = SvXMLImportContext::CreateChildContext( nPrefix, rLName, xAttrList); in CreateChildContext()