summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-07-18 18:02:58 +0200
committerEike Rathke <erack@redhat.com>2018-07-18 21:41:43 +0200
commitd2e5283f0caeb87e316040e2db1aade8cc408f62 (patch)
tree3661cc39e500de5d6cb3ef94849d1f242589e1f6 /sc/inc/formulacell.hxx
parentef86b2e7a08ea25c434db85087d094f030f762cc (diff)
Related: tdf#118735 WEBSERVICE preserve the hybrid string result, if possible
Possible only for constant literal URI arguments, as otherwise we wouldn't know whether the hybrid string result actually matches the call, and possible only for the very first recalc as the hybrid string result will be replaced by the calculated result. However, executing an initial recalc is necessary to add the (then determined and maybe calculated) URI to the link manager after having loaded a document. Change-Id: I67738c13ecce54b43ebb52ea8a8282aebee5f03a Reviewed-on: https://gerrit.libreoffice.org/57696 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'sc/inc/formulacell.hxx')
-rw-r--r--sc/inc/formulacell.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 34c578076d97..8091a00198f5 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -402,6 +402,8 @@ public:
svl::SharedString GetResultString() const;
+ bool HasHybridStringResult() const;
+
/* Sets the shared code array to error state in addition to the cell result */
void SetErrCode( FormulaError n );