Home
last modified time | relevance | path

Searched refs:ScXMLMapContext (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx276 class ScXMLMapContext : public SvXMLImportContext class
283 ScXMLMapContext(
287 virtual ~ScXMLMapContext();
294 ScXMLMapContext::ScXMLMapContext(SvXMLImport& rImport, sal_uInt16 nPrfx, in ScXMLMapContext() function in ScXMLMapContext
319 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 49 milliseconds