summaryrefslogtreecommitdiff
path: root/sc/inc/formularesult.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/formularesult.hxx')
-rw-r--r--sc/inc/formularesult.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/formularesult.hxx b/sc/inc/formularesult.hxx
index 581d9a4bba3d..44aab47acd44 100644
--- a/sc/inc/formularesult.hxx
+++ b/sc/inc/formularesult.hxx
@@ -62,6 +62,7 @@ class ScFormulaResult
const formula::FormulaToken* mpToken; // if not, result token obtained from interpreter
};
bool mbToken :1; // whether content of union is a token
+ bool mbNoneRefCnt :1; // if token was added when using RefCntPolicy::None
bool mbEmpty :1; // empty cell result
bool mbEmptyDisplayedAsString :1; // only if mbEmpty
// If set it implies that the result is a simple double (in mfValue) and no error
@@ -208,6 +209,8 @@ public:
/** Get the ScMatrixFormulaCellToken* if token is of that type, else NULL.
Shouldn't be used externally except by ScFormulaCell::SetMatColsRows(). */
ScMatrixFormulaCellToken* GetMatrixFormulaCellTokenNonConst();
+
+ void HandleStuffAfterParallelCalculation();
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */