Lines Matching refs:nPrefix

65 		sal_uInt16 nPrefix,  in CreateContext()  argument
71 if( XML_NAMESPACE_BLOCKLIST == nPrefix && in CreateContext()
73 pContext = new SvXMLWordListContext( *this, nPrefix, rLocalName, xAttrList ); in CreateContext()
75 pContext = SvXMLImport::CreateContext( nPrefix, rLocalName, xAttrList ); in CreateContext()
81 sal_uInt16 nPrefix, in SvXMLWordListContext() argument
85 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SvXMLWordListContext()
91 sal_uInt16 nPrefix, in CreateChildContext() argument
97 if (nPrefix == XML_NAMESPACE_BLOCKLIST && in CreateChildContext()
99 pContext = new SvXMLWordContext (rLocalRef, nPrefix, rLocalName, xAttrList); in CreateChildContext()
101 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext()
110 sal_uInt16 nPrefix, in SvXMLWordContext() argument
114 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SvXMLWordContext()
182 sal_uInt16 nPrefix, in CreateContext() argument
188 if( XML_NAMESPACE_BLOCKLIST==nPrefix && in CreateContext()
190 pContext = new SvXMLExceptionListContext( *this, nPrefix, rLocalName, xAttrList ); in CreateContext()
192 pContext = SvXMLImport::CreateContext( nPrefix, rLocalName, xAttrList ); in CreateContext()
198 sal_uInt16 nPrefix, in SvXMLExceptionListContext() argument
202 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SvXMLExceptionListContext()
208 sal_uInt16 nPrefix, in CreateChildContext() argument
214 if (nPrefix == XML_NAMESPACE_BLOCKLIST && in CreateChildContext()
216 pContext = new SvXMLExceptionContext (rLocalRef, nPrefix, rLocalName, xAttrList); in CreateChildContext()
218 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext()
227 sal_uInt16 nPrefix, in SvXMLExceptionContext() argument
231 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SvXMLExceptionContext()