Lines Matching refs:nPrefix

54 	virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
72 sal_uInt16 nPrefix, in CreateChildContext() argument
76 return new SchXMLBodyContext( mrImportHelper, GetImport(), nPrefix, in CreateChildContext()
84 sal_uInt16 nPrefix, in SchXMLDocContext() argument
86 SvXMLImportContext( rImport, nPrefix, rLName ), in SchXMLDocContext()
89 DBG_ASSERT( XML_NAMESPACE_OFFICE == nPrefix && in SchXMLDocContext()
103 sal_uInt16 nPrefix, in CreateChildContext() argument
111 switch( rTokenMap.Get( nPrefix, rLocalName )) in CreateChildContext()
123 pContext = new SvXMLStylesContext( GetImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
129 pContext = SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
133 pContext = new SchXMLBodyContext_Impl( mrImportHelper, GetImport(), nPrefix, rLocalName ); in CreateChildContext()
139 pContext = SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
182 sal_uInt16 nPrefix, in SchXMLBodyContext() argument
184 SvXMLImportContext( rImport, nPrefix, rLName ), in SchXMLBodyContext()
187 DBG_ASSERT( XML_NAMESPACE_OFFICE == nPrefix && in SchXMLBodyContext()
200 sal_uInt16 nPrefix, in CreateChildContext() argument
207 if( nPrefix == XML_NAMESPACE_CHART && in CreateChildContext()
211 nPrefix, rLocalName, in CreateChildContext()
215 else if(nPrefix == XML_NAMESPACE_TABLE && in CreateChildContext()
219 … pContext = new SchXMLCalculationSettingsContext ( GetImport(), nPrefix, rLocalName, xAttrList); in CreateChildContext()
223 pContext = SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()