summaryrefslogtreecommitdiffstats
path: root/include/formula
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2020-03-31 01:14:36 +0200
committerEike Rathke <erack@redhat.com>2020-03-31 02:55:44 +0200
commit456f093975ce4e4266eb12b62590eaaba6f2de88 (patch)
treecb951f31682faa1a398ff434192bbfdaad847d1e /include/formula
parentelementary & Sifr updates (diff)
downloadcore-456f093975ce4e4266eb12b62590eaaba6f2de88.tar.gz
core-456f093975ce4e4266eb12b62590eaaba6f2de88.zip
Resolves: tdf#131372 Write "error cell" formula to OOXML
Change-Id: Iedbe0912ff28e6203bec0104c59b1102cf97daf9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91382 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/FormulaCompiler.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/formula/FormulaCompiler.hxx b/include/formula/FormulaCompiler.hxx
index a2c6f6f3d9c0..185dd7a04ada 100644
--- a/include/formula/FormulaCompiler.hxx
+++ b/include/formula/FormulaCompiler.hxx
@@ -221,6 +221,7 @@ public:
OpCode GetEnglishOpCode( const OUString& rName ) const;
FormulaError GetErrorConstant( const OUString& rName ) const;
+ void AppendErrorConstant( OUStringBuffer& rBuffer, FormulaError nError ) const;
void EnableJumpCommandReorder( bool bEnable );
void EnableStopOnError( bool bEnable );
@@ -305,8 +306,6 @@ protected:
virtual void CreateStringFromIndex( OUStringBuffer& rBuffer, const FormulaToken* pToken ) const;
virtual void LocalizeString( OUString& rName ) const; // modify rName - input: exact name
- void AppendErrorConstant( OUStringBuffer& rBuffer, FormulaError nError ) const;
-
bool GetToken();
OpCode NextToken();
void PutCode( FormulaTokenRef& );