summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-30 15:55:58 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-30 19:18:41 -0500
commit54ebe3df4a4c24dec7c38487a7da387fee266321 (patch)
tree25c8b4762b0ec75678abd0b91319e39f76a82b5c /sc/inc/column.hxx
parentimport/export new Excel 2013 ODF functions, fdo#60032 (diff)
downloadcore-54ebe3df4a4c24dec7c38487a7da387fee266321.tar.gz
core-54ebe3df4a4c24dec7c38487a7da387fee266321.zip
bnc#615317: Recompile cells with #NAME! for English function name option.
When the option for using English function name changes, we should re-compile all cells with #NAME! as the error may have been caused by unresolved function name which may be fixed after the option change. Change-Id: Id340ce9b5db3ed368b98e814861be5c3f96df071
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index f4370a98356a..f6dff3bec784 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -251,6 +251,8 @@ public:
void CompileAll();
void CompileXML( ScProgress& rProgress );
+ bool CompileErrorCells(sal_uInt16 nErrCode);
+
void ResetChanged( SCROW nStartRow, SCROW nEndRow );
bool UpdateReference( UpdateRefMode eUpdateRefMode, SCCOL nCol1, SCROW nRow1, SCTAB nTab1,