summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportDataPilot.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei@openoffice.org>2009-06-19 02:56:29 +0000
committerKohei Yoshida <kohei@openoffice.org>2009-06-19 02:56:29 +0000
commit01414574680d3090b3b6631f2956469e023fb0bb (patch)
treec9ccc57308fadf4e8f997454ad5e8003c599db1b /sc/source/filter/xml/XMLExportDataPilot.hxx
parent621ea5f0e56231a7d5063e6d12cce8aab55af37c (diff)
Store custom display names with ods documents. Note that this relies on proposed
file format change that is not yet officially in the ODF spec.
Diffstat (limited to 'sc/source/filter/xml/XMLExportDataPilot.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportDataPilot.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/filter/xml/XMLExportDataPilot.hxx b/sc/source/filter/xml/XMLExportDataPilot.hxx
index fb78a59d616b..8bf884ab2fd6 100644
--- a/sc/source/filter/xml/XMLExportDataPilot.hxx
+++ b/sc/source/filter/xml/XMLExportDataPilot.hxx
@@ -34,6 +34,7 @@
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <rtl/ustring.hxx>
#include "global.hxx"
+#include "xmloff/xmltoken.hxx"
class ScXMLExport;
class ScDocument;
@@ -69,6 +70,8 @@ class ScXMLExportDataPilot
void WriteDimension(ScDPSaveDimension* pDim, const ScDPDimensionSaveData* pDimData);
void WriteDimensions(ScDPSaveData* pDPSave);
+ void WriteGrandTotal(::xmloff::token::XMLTokenEnum eOrient, bool bVisible, const ::rtl::OUString* pGrandTotal);
+
public:
ScXMLExportDataPilot(ScXMLExport& rExport);
~ScXMLExportDataPilot();