Lines Matching refs:nPrefix

84 	virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
118 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
149 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
177 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
200 SvXMLImportContext *ScXMLContentValidationsContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
208 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
211 pContext = new ScXMLContentValidationContext( GetScImport(), nPrefix, rLName, xAttrList); in CreateChildContext()
216 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
242 sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLContentValidationContext() local
246 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLContentValidationContext()
285 SvXMLImportContext *ScXMLContentValidationContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
293 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
296 pContext = new ScXMLHelpMessageContext( GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
299 pContext = new ScXMLErrorMessageContext( GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
302 pContext = new ScXMLErrorMacroContext( GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
305 pContext = new XMLEventsImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
311 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
510 sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLHelpMessageContext() local
514 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLHelpMessageContext()
530 SvXMLImportContext *ScXMLHelpMessageContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
538 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
545 pContext = new ScXMLContentContext( GetScImport(), nPrefix, rLName, xAttrList, sMessage); in CreateChildContext()
551 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
581 sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLErrorMessageContext() local
585 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLErrorMessageContext()
604 SvXMLImportContext *ScXMLErrorMessageContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
612 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
619 pContext = new ScXMLContentContext( GetScImport(), nPrefix, rLName, xAttrList, sMessage); in CreateChildContext()
625 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
652 sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLErrorMacroContext() local
656 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLErrorMacroContext()
672 SvXMLImportContext *ScXMLErrorMacroContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
679 if ((nPrefix == XML_NAMESPACE_SCRIPT) && IsXMLToken(rLName, XML_EVENTS)) in CreateChildContext()
681 pContext = new XMLEventsImportContext(GetImport(), nPrefix, rLName); in CreateChildContext()
684 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()