diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 13:58:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 13:58:16 +0000 |
commit | bc6c7fe2d5e3a93cd9e075d1fdfd8824dc9bb503 (patch) | |
tree | a9beb49de100e8857e359a3fd766953ae709ef29 /sc/inc/compiler.hxx | |
parent | e0189cc342a349ca573ca505907b2e2c0914daed (diff) |
INTEGRATION: CWS dr27 (1.22.6); FILE MERGED
2004/11/04 15:36:33 dr 1.22.6.1: #110618# #i3724# #i25653# new formula export, step 20: unsupported functions
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r-- | sc/inc/compiler.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index 0739ade1aa9a..75fdf2edf378 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: compiler.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: rt $ $Date: 2004-10-22 07:56:48 $ + * last change: $Author: rt $ $Date: 2004-11-09 14:58:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -363,6 +363,8 @@ public: BOOL CompileTokenArray(); short GetNumFormatType() { return nNumFmt; } + static const String& GetStringFromOpCode( OpCode eOpCode, bool bEnglish = false ); + ScToken* CreateStringFromToken( String& rFormula, ScToken* pToken, BOOL bAllowArrAdvance = FALSE ); ScToken* CreateStringFromToken( rtl::OUStringBuffer& rBuffer, ScToken* pToken, |