summaryrefslogtreecommitdiff
path: root/sc/inc/colorscale.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-14 01:24:33 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-14 01:32:22 +0200
commit1885266f274575327cdeee9852945a3e91f32f15 (patch)
tree3d3495b94ac883030206ca84fa681dcec2a15a8f /sc/inc/colorscale.hxx
parent65457cbaf0acbfb1925c21f2d03ffec8e20e84bd (diff)
implement dumper for new cond format test
Change-Id: I2a7f0cf20fa54cbcafcb30d8b8834fd1adf3821d
Diffstat (limited to 'sc/inc/colorscale.hxx')
-rw-r--r--sc/inc/colorscale.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index 8e7938547d68..942f60455303 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -223,6 +223,10 @@ public:
const_iterator end() const;
size_t size() const;
+
+#if DUMP_FORMAT_INFO
+ virtual void dumpInfo() const;
+#endif
};
class SC_DLLPUBLIC ScDataBarFormat : public ScColorFormat
@@ -243,6 +247,10 @@ public:
const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
virtual condformat::ScFormatEntryType GetType() const;
+
+#if DUMP_FORMAT_INFO
+ virtual void dumpInfo() const;
+#endif
private:
double getMin(double nMin, double nMax) const;
double getMax(double nMin, double nMax) const;