summaryrefslogtreecommitdiffstats
path: root/include/formula
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-05-14 11:31:33 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-05-14 13:15:11 -0400
commita921d38ad4ee087355945b9a544d1957987f308f (patch)
tree800f7490741c7f7bb7ca06915b32d33338a12fea /include/formula
parentUse "stop on error" concept rather than "ignore error if true". (diff)
downloadcore-a921d38ad4ee087355945b9a544d1957987f308f.tar.gz
core-a921d38ad4ee087355945b9a544d1957987f308f.zip
No more SetCompileForFAP(). Use respective flag setting methods instead.
Change-Id: Ib2256ebac8a7e63e7e24fb35d13d47b811bd8e19
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/FormulaCompiler.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/formula/FormulaCompiler.hxx b/include/formula/FormulaCompiler.hxx
index ec1aba3782b1..81277c9ee4bb 100644
--- a/include/formula/FormulaCompiler.hxx
+++ b/include/formula/FormulaCompiler.hxx
@@ -227,7 +227,8 @@ public:
sal_uInt16 GetErrorConstant( const OUString& rName ) const;
- void SetCompileForFAP( bool bVal );
+ void EnableJumpCommandReorder( bool bEnable );
+ void EnableStopOnError( bool bEnable );
static bool IsOpCodeVolatile( OpCode eOp );
static bool IsOpCodeJumpCommand( OpCode eOp );