summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorBenjamin Ni <benjaminniri@hotmail.com>2015-06-22 21:54:53 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-06-29 07:48:16 +0200
commitec97496525f82ffaf7eea65eb76462100fa66092 (patch)
treeb1fd4b6bcf7d566faf0b655224140b5cabfe15a1 /sc/inc
parent55ac455f2a06ef45edcd8a8a151f5ff9e39f22c5 (diff)
Subformula evaluation in formula wizard tree
Change-Id: If4f6a608f261621e2e1ba40b36d71d39a137a453
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/simpleformulacalc.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/simpleformulacalc.hxx b/sc/inc/simpleformulacalc.hxx
index 4d4e96291b77..33ad37bf4119 100644
--- a/sc/inc/simpleformulacalc.hxx
+++ b/sc/inc/simpleformulacalc.hxx
@@ -30,6 +30,10 @@ private:
ScAddress maAddr;
ScDocument* mpDoc;
ScFormulaResult maResult;
+ const OUString maFormula;
+ formula::FormulaGrammar::Grammar maGram;
+ bool bIsMatrix;
+ OUString maMatrixFormulaResult;
public:
ScSimpleFormulaCalculator(ScDocument* pDoc, const ScAddress& rAddr,