Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.hxx178 class SchXMLTableRowContext : public SvXMLImportContext class
185 SchXMLTableRowContext( SchXMLImportHelper& rImpHelper,
189 virtual ~SchXMLTableRowContext();
H A DSchXMLTableContext.cxx352 … pContext = new SchXMLTableRowContext( mrImportHelper, GetImport(), rLocalName, mrTable ); in CreateChildContext()
635 pContext = new SchXMLTableRowContext( mrImportHelper, GetImport(), rLocalName, mrTable ); in CreateChildContext()
649 SchXMLTableRowContext::SchXMLTableRowContext( in SchXMLTableRowContext() function in SchXMLTableRowContext
667 SchXMLTableRowContext::~SchXMLTableRowContext() in ~SchXMLTableRowContext()
671 SvXMLImportContext* SchXMLTableRowContext::CreateChildContext( in CreateChildContext()