Lines Matching refs:rLocalName

69 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co…
88 …ImportContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, const uno::Refe… in CreateChildContext() argument
91 if(XML_NAMESPACE_OFFICE == nPrefix && IsXMLToken( rLocalName, XML_BODY ) ) in CreateChildContext()
93 pContext = new SvxXMLTextImportContext( GetImport(), nPrefix, rLocalName, xAttrList, mxText ); in CreateChildContext()
95 else if( XML_NAMESPACE_OFFICE == nPrefix && IsXMLToken( rLocalName, XML_AUTOMATIC_STYLES ) ) in CreateChildContext()
97 pContext = new SvXMLStylesContext( GetImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
103 …pContext = GetImport().GetTextImport()->CreateTextChildContext( GetImport(), nPrefix, rLocalName, … in CreateChildContext()
107 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
126 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co…
243 …portComponent::CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, const uno::Refe… in CreateChildContext() argument
246 …(XML_NAMESPACE_OFFICE == nPrefix && ( IsXMLToken( rLocalName, XML_DOCUMENT ) || IsXMLToken( rLocal… in CreateChildContext()
248 pContext = new SvxXMLTextImportContext(*this, nPrefix, rLocalName, xAttrList, mxText ); in CreateChildContext()
252 pContext = SvXMLImport::CreateContext(nPrefix, rLocalName, xAttrList); in CreateChildContext()