Lines Matching refs:pContext

117 	SvXMLImportContext *pContext(0);  in CreateChildContext()  local
124 pContext = new ScXMLAndContext( GetScImport(), nPrefix, in CreateChildContext()
130 pContext = new ScXMLOrContext( GetScImport(), nPrefix, in CreateChildContext()
136 pContext = new ScXMLConditionContext( GetScImport(), nPrefix, in CreateChildContext()
142 if( !pContext ) in CreateChildContext()
143 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
145 return pContext; in CreateChildContext()
186 SvXMLImportContext *pContext(0); in CreateChildContext() local
198 pContext = new ScXMLConditionContext( GetScImport(), nPrefix, in CreateChildContext()
204 if( !pContext ) in CreateChildContext()
205 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
207 return pContext; in CreateChildContext()
236 SvXMLImportContext *pContext(0); in CreateChildContext() local
243 pContext = new ScXMLAndContext( GetScImport(), nPrefix, in CreateChildContext()
249 pContext = new ScXMLConditionContext( GetScImport(), nPrefix, in CreateChildContext()
255 if( !pContext ) in CreateChildContext()
256 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
258 return pContext; in CreateChildContext()
481 SvXMLImportContext *pContext(0); in CreateChildContext() local
488 pContext = new ScXMLDPAndContext( GetScImport(), nPrefix, in CreateChildContext()
494 pContext = new ScXMLDPOrContext( GetScImport(), nPrefix, in CreateChildContext()
500 pContext = new ScXMLDPConditionContext( GetScImport(), nPrefix, in CreateChildContext()
506 if( !pContext ) in CreateChildContext()
507 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
509 return pContext; in CreateChildContext()
562 SvXMLImportContext *pContext(0); in CreateChildContext() local
574 pContext = new ScXMLDPConditionContext( GetScImport(), nPrefix, in CreateChildContext()
580 if( !pContext ) in CreateChildContext()
581 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
583 return pContext; in CreateChildContext()
612 SvXMLImportContext *pContext(0); in CreateChildContext() local
619 pContext = new ScXMLDPAndContext( GetScImport(), nPrefix, in CreateChildContext()
625 pContext = new ScXMLDPConditionContext( GetScImport(), nPrefix, in CreateChildContext()
631 if( !pContext ) in CreateChildContext()
632 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
634 return pContext; in CreateChildContext()