diff options
author | Benjamin Ni <benjaminniri@hotmail.com> | 2015-07-27 19:59:28 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-27 20:02:09 +0200 |
commit | 774085dbe5c332f2be757f5f6a0324280dd72651 (patch) | |
tree | eae207b9b570f02409e29c11ed873d22f6951488 /sc/inc/simpleformulacalc.hxx | |
parent | f82d89f35207fc1cfc00ad5cd914b74c55c3e3d2 (diff) |
tdf#92548, limit number of characters shown in formula wizard
Change-Id: I5c322140d40e1ec31e8664a6f731e57b9b3defdb
Diffstat (limited to 'sc/inc/simpleformulacalc.hxx')
-rw-r--r-- | sc/inc/simpleformulacalc.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/simpleformulacalc.hxx b/sc/inc/simpleformulacalc.hxx index 2d20f6d30e5c..f12e26165eba 100644 --- a/sc/inc/simpleformulacalc.hxx +++ b/sc/inc/simpleformulacalc.hxx @@ -33,6 +33,7 @@ private: formula::FormulaGrammar::Grammar maGram; bool bIsMatrix; OUString maMatrixFormulaResult; + bool mbLimitString; public: ScSimpleFormulaCalculator(ScDocument* pDoc, const ScAddress& rAddr, @@ -50,6 +51,8 @@ public: bool HasColRowName(); ScTokenArray* GetCode(); + + void SetLimitString(bool bLimitString); }; #endif |