Searched refs:SchXMLTableContext (Results 1 – 5 of 5) sorted by relevance
303 SchXMLTableContext::SchXMLTableContext( SchXMLImportHelper& rImpHelper, in SchXMLTableContext() function in SchXMLTableContext319 SchXMLTableContext::~SchXMLTableContext() in ~SchXMLTableContext()323 SvXMLImportContext *SchXMLTableContext::CreateChildContext( in CreateChildContext()362 void SchXMLTableContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement()389 void SchXMLTableContext::EndElement() in EndElement()473 void SchXMLTableContext::setRowPermutation( const uno::Sequence< sal_Int32 > & rPermutation ) in setRowPermutation()485 void SchXMLTableContext::setColumnPermutation( const uno::Sequence< sal_Int32 > & rPermutation ) in setColumnPermutation()
49 class SchXMLTableContext : public SvXMLImportContext class61 SchXMLTableContext( SchXMLImportHelper& rImpHelper,65 virtual ~SchXMLTableContext();
42 $(SLO)$/SchXMLTableContext.obj \
1074 SchXMLTableContext * pTableContext = in CreateChildContext()1075 new SchXMLTableContext( mrImportHelper, GetImport(), rLocalName, maTable ); in CreateChildContext()
76 xmloff/source/chart/SchXMLTableContext \