Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.hxx138 class SchXMLTableColumnContext : public SvXMLImportContext class
145 SchXMLTableColumnContext( SchXMLImportHelper& rImpHelper,
149 virtual ~SchXMLTableColumnContext();
H A DSchXMLTableContext.cxx342 … pContext = new SchXMLTableColumnContext( mrImportHelper, GetImport(), rLocalName, mrTable ); in CreateChildContext()
531 pContext = new SchXMLTableColumnContext( mrImportHelper, GetImport(), rLocalName, mrTable ); in CreateChildContext()
543 SchXMLTableColumnContext::SchXMLTableColumnContext( in SchXMLTableColumnContext() function in SchXMLTableColumnContext
554 void SchXMLTableColumnContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAtt… in StartElement()
599 SchXMLTableColumnContext::~SchXMLTableColumnContext() in ~SchXMLTableColumnContext()