summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xecontent.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-26 18:19:50 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-26 23:22:15 +0100
commit80904d027f5a7adb0fec7da99536f8cc02bdd2d9 (patch)
tree7021c1556129eeb65ccf3ca01f5bcc57e1bda34e /sc/source/filter/inc/xecontent.hxx
parent179b568a82e1506dced0d2f94c607f7bee2459fe (diff)
implement OOXML export for date cond formats
Change-Id: I0485edfb6571ff9db9e52b54099a24c92f566dc9
Diffstat (limited to 'sc/source/filter/inc/xecontent.hxx')
-rw-r--r--sc/source/filter/inc/xecontent.hxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/sc/source/filter/inc/xecontent.hxx b/sc/source/filter/inc/xecontent.hxx
index 7e94df92c52b..7b1015af3db7 100644
--- a/sc/source/filter/inc/xecontent.hxx
+++ b/sc/source/filter/inc/xecontent.hxx
@@ -191,6 +191,19 @@ private:
XclExpCFImplPtr mxImpl;
};
+class XclExpDateFormat : public XclExpRecord, protected XclExpRoot
+{
+public:
+ explicit XclExpDateFormat( const XclExpRoot& rRoot, const ScCondDateFormatEntry& rFormatEntry, sal_Int32 nPriority );
+ virtual ~XclExpDateFormat();
+
+ virtual void SaveXml( XclExpXmlStream& rStrm );
+
+private:
+ const ScCondDateFormatEntry& mrFormatEntry;
+ sal_Int32 mnPriority;
+};
+
class XclExpCfvo : public XclExpRecord, protected XclExpRoot
{
public: