|
LibreOffice Module xmloff (master) 1
|
With this class you can export a <chart:chart> element containing its data as <table:table> element or without internal table. More...
#include <SchXMLExportHelper.hxx>
Public Member Functions | |
| SchXMLExportHelper (SvXMLExport &rExport, SvXMLAutoStylePoolP &rASPool) | |
| virtual | ~SchXMLExportHelper () override |
| const OUString & | getChartCLSID () const |
| returns the string corresponding to the current FileFormat CLSID for Chart More... | |
| void | SetSourceShellID (const OUString &rShellID) |
| void | SetDestinationShellID (const OUString &rShellID) |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Private Member Functions | |
| SchXMLExportHelper (SchXMLExportHelper const &)=delete | |
| SchXMLExportHelper & | operator= (SchXMLExportHelper const &)=delete |
Private Attributes | |
| std::unique_ptr< SchXMLExportHelper_Impl > | m_pImpl |
Friends | |
| class | SchXMLExport |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| static void * | operator new (std::size_t nSize) |
| static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
| static void | operator delete (void *pPtr) |
| static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
With this class you can export a <chart:chart> element containing its data as <table:table> element or without internal table.
In the latter case you have to provide a table address mapper if the cell addressing set at the document is not in XML format.
Definition at line 38 of file SchXMLExportHelper.hxx.
| SchXMLExportHelper::SchXMLExportHelper | ( | SvXMLExport & | rExport, |
| SvXMLAutoStylePoolP & | rASPool | ||
| ) |
Definition at line 1020 of file SchXMLExport.cxx.
References m_pImpl.
|
overridevirtual |
Definition at line 1025 of file SchXMLExport.cxx.
|
privatedelete |
| const OUString & SchXMLExportHelper::getChartCLSID | ( | ) | const |
returns the string corresponding to the current FileFormat CLSID for Chart
Definition at line 1029 of file SchXMLExport.cxx.
References m_pImpl.
|
privatedelete |
| void SchXMLExportHelper::SetDestinationShellID | ( | const OUString & | rShellID | ) |
Definition at line 1039 of file SchXMLExport.cxx.
References m_pImpl.
| void SchXMLExportHelper::SetSourceShellID | ( | const OUString & | rShellID | ) |
Definition at line 1034 of file SchXMLExport.cxx.
References m_pImpl.
|
friend |
Definition at line 57 of file SchXMLExportHelper.hxx.
|
private |
Definition at line 56 of file SchXMLExportHelper.hxx.
Referenced by getChartCLSID(), SetDestinationShellID(), and SetSourceShellID().