Lines Matching refs:nPrefix

70 		sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName(  in ScXMLFilterContext()  local
74 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLFilterContext()
112 SvXMLImportContext *ScXMLFilterContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
120 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
124 pContext = new ScXMLAndContext( GetScImport(), nPrefix, in CreateChildContext()
130 pContext = new ScXMLOrContext( GetScImport(), nPrefix, in CreateChildContext()
136 pContext = new ScXMLConditionContext( GetScImport(), nPrefix, in CreateChildContext()
143 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
181 SvXMLImportContext *ScXMLAndContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
189 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
198 pContext = new ScXMLConditionContext( GetScImport(), nPrefix, in CreateChildContext()
205 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
231 SvXMLImportContext *ScXMLOrContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
239 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
243 pContext = new ScXMLAndContext( GetScImport(), nPrefix, in CreateChildContext()
249 pContext = new ScXMLConditionContext( GetScImport(), nPrefix, in CreateChildContext()
256 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
284 sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLConditionContext() local
288 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLConditionContext()
323 SvXMLImportContext *ScXMLConditionContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
328 return new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
434 sal_uInt16 nPrefix(GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLDPFilterContext() local
438 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLDPFilterContext()
476 SvXMLImportContext *ScXMLDPFilterContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
484 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
488 pContext = new ScXMLDPAndContext( GetScImport(), nPrefix, in CreateChildContext()
494 pContext = new ScXMLDPOrContext( GetScImport(), nPrefix, in CreateChildContext()
500 pContext = new ScXMLDPConditionContext( GetScImport(), nPrefix, in CreateChildContext()
507 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
557 SvXMLImportContext *ScXMLDPAndContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
565 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
574 pContext = new ScXMLDPConditionContext( GetScImport(), nPrefix, in CreateChildContext()
581 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
607 SvXMLImportContext *ScXMLDPOrContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
615 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
619 pContext = new ScXMLDPAndContext( GetScImport(), nPrefix, in CreateChildContext()
625 pContext = new ScXMLDPConditionContext( GetScImport(), nPrefix, in CreateChildContext()
632 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
660 sal_uInt16 nPrefix(GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLDPConditionContext() local
664 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLDPConditionContext()
699 SvXMLImportContext *ScXMLDPConditionContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument
704 return new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()