Searched refs:ScXMLMapContext (Results 1 – 1 of 1) sorted by relevance
276 class ScXMLMapContext : public SvXMLImportContext class283 ScXMLMapContext(287 virtual ~ScXMLMapContext();294 ScXMLMapContext::ScXMLMapContext(SvXMLImport& rImport, sal_uInt16 nPrfx, in ScXMLMapContext() function in ScXMLMapContext319 ScXMLMapContext::~ScXMLMapContext() in ~ScXMLMapContext()491 pContext = new ScXMLMapContext(GetImport(), nPrefix, rLocalName, xAttrList); in CreateChildContext()494 aMap.sCondition = ((ScXMLMapContext*)pContext)->GetCondition(); in CreateChildContext()495 aMap.sApplyStyle = ((ScXMLMapContext*)pContext)->GetApplyStyle(); in CreateChildContext()496 aMap.sBaseCell = ((ScXMLMapContext*)pContext)->GetBaseCell(); in CreateChildContext()
Completed in 12 milliseconds