19#ifndef INCLUDED_XMLOFF_SCHXMLEXPORTHELPER_HXX
20#define INCLUDED_XMLOFF_SCHXMLEXPORTHELPER_HXX
24#include <rtl/ustring.hxx>
46 const OUString& getChartCLSID()
const;
48 void SetSourceShellID(
const OUString& rShellID);
49 void SetDestinationShellID(
const OUString& rShellID);
56 std::unique_ptr<SchXMLExportHelper_Impl>
m_pImpl;
With this class you can export a <chart:chart> element containing its data as <table:table> element o...
std::unique_ptr< SchXMLExportHelper_Impl > m_pImpl
SchXMLExportHelper(SchXMLExportHelper const &)=delete
SchXMLExportHelper & operator=(SchXMLExportHelper const &)=delete