summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/condformatbuffer.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-11 06:38:57 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-11 06:38:57 +0200
commitfc48c494347124dffddccca7d75707a22ca65f75 (patch)
tree561c61d94233bbf292aab9f58afca24303b85973 /sc/source/filter/inc/condformatbuffer.hxx
parentcaa7f3f564cbf2ee695e806916041b2694710b6b (diff)
import formulas for color scales from xlsx
Change-Id: If19c6486c95cab0106bf04a4ec68359f7a4ed220
Diffstat (limited to 'sc/source/filter/inc/condformatbuffer.hxx')
-rw-r--r--sc/source/filter/inc/condformatbuffer.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/inc/condformatbuffer.hxx b/sc/source/filter/inc/condformatbuffer.hxx
index 7eb634291f6e..b8b2d653fb41 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -84,6 +84,7 @@ struct ColorScaleRuleModelEntry
bool mbMin;
bool mbMax;
bool mbPercent;
+ rtl::OUString maFormula;
ColorScaleRuleModelEntry():
maColor(),
@@ -101,7 +102,7 @@ public:
void importCfvo( const AttributeList& rAttribs );
void importColor( const AttributeList& rAttribs );
- void AddEntries( ScColorScaleFormat* pFormat );
+ void AddEntries( ScColorScaleFormat* pFormat, ScDocument* pDoc, const ScAddress& rAddr );
private:
const CondFormat& mrCondFormat;