Lines Matching refs:pContext

142 	SvXMLImportContext *pContext = 0;  in CreateChildContext()  local
165pContext = new ScXMLTrackedChangesContext( GetScImport(), nPrefix, rLocalName, xAttrList, pChangeT… in CreateChildContext()
169 pContext = new ScXMLCalculationSettingsContext( GetScImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
173 pContext = new ScXMLContentValidationsContext( GetScImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
176 pContext = new ScXMLLabelRangesContext( GetScImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
183 pContext = new ScXMLEmptyContext(GetScImport(), nPrefix, rLocalName); in CreateChildContext()
187 pContext = new ScXMLTableContext( GetScImport(),nPrefix, rLocalName, in CreateChildContext()
193 pContext = new ScXMLNamedExpressionsContext ( GetScImport(), nPrefix, rLocalName, in CreateChildContext()
195 static_cast<ScXMLNamedExpressionsContext*>(pContext)->SetScope( MAXTABCOUNT );//workbookname in CreateChildContext()
198 pContext = new ScXMLDatabaseRangesContext ( GetScImport(), nPrefix, rLocalName, in CreateChildContext()
202 pContext = new ScXMLDatabaseRangeContext ( GetScImport(), nPrefix, rLocalName, in CreateChildContext()
206 pContext = new ScXMLDataPilotTablesContext ( GetScImport(), nPrefix, rLocalName, in CreateChildContext()
210 pContext = new ScXMLConsolidationContext ( GetScImport(), nPrefix, rLocalName, in CreateChildContext()
214 pContext = new ScXMLDDELinksContext ( GetScImport(), nPrefix, rLocalName, in CreateChildContext()
219 if( !pContext ) in CreateChildContext()
220 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
222 return pContext; in CreateChildContext()
258 …SvXMLImportContext *pContext = new ScXMLCalculationSettingsContext( GetScImport(), XML_NAMESPACE_T… in EndElement() local
259 pContext->EndElement(); in EndElement()