Searched refs:ScXMLNamedExpressionsContext (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/filter/xml/ |
H A D | xmlnexpi.cxx | 47 ScXMLNamedExpressionsContext::ScXMLNamedExpressionsContext( ScXMLImport& rImport, in ScXMLNamedExpressionsContext() function in ScXMLNamedExpressionsContext 73 ScXMLNamedExpressionsContext::~ScXMLNamedExpressionsContext() in ~ScXMLNamedExpressionsContext() 78 SvXMLImportContext *ScXMLNamedExpressionsContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() 108 void ScXMLNamedExpressionsContext::EndElement() in EndElement()
|
H A D | xmlnexpi.hxx | 32 class ScXMLNamedExpressionsContext : public SvXMLImportContext class 39 ScXMLNamedExpressionsContext( ScXMLImport& rImport, sal_uInt16 nPrfx, 44 virtual ~ScXMLNamedExpressionsContext();
|
H A D | xmlbodyi.cxx | 193 pContext = new ScXMLNamedExpressionsContext ( GetScImport(), nPrefix, rLocalName, in CreateChildContext() 195 static_cast<ScXMLNamedExpressionsContext*>(pContext)->SetScope( MAXTABCOUNT );//workbookname in CreateChildContext()
|
H A D | xmltabi.cxx | 331 …pContext = new ScXMLNamedExpressionsContext ( GetScImport(), nPrefix, rLName, xAttrList );//worksh… in CreateChildContext() 332 static_cast<ScXMLNamedExpressionsContext*>(pContext)->SetScope( nCurrentSheet ); in CreateChildContext()
|
Completed in 19 milliseconds