summaryrefslogtreecommitdiffstats
path: root/sc/inc/addincol.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2001-02-13 13:38:15 +0000
committergt <gt@openoffice.org>2001-02-13 13:38:15 +0000
commit8d329ea88da2570b5043285b43e05f4ce2cfd14d (patch)
tree0de3b701d1c757b372c4ca42c419fe1e232a65e0 /sc/inc/addincol.hxx
parentsim.lib removed (diff)
downloadcore-8d329ea88da2570b5043285b43e05f4ce2cfd14d.tar.gz
core-8d329ea88da2570b5043285b43e05f4ce2cfd14d.zip
Excel <-> Calc AddIn translation
Diffstat (limited to 'sc/inc/addincol.hxx')
-rw-r--r--sc/inc/addincol.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/inc/addincol.hxx b/sc/inc/addincol.hxx
index 33291d05b54f..b555e1f44d47 100644
--- a/sc/inc/addincol.hxx
+++ b/sc/inc/addincol.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: addincol.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:47 $
+ * last change: $Author: gt $ $Date: 2001-02-13 14:37:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,6 +83,9 @@
#include <com/sun/star/container/XNameAccess.hpp>
#endif
+#ifndef _LANG_HXX
+#include <tools/lang.hxx>
+#endif
class String;
class SfxObjectShell;
@@ -130,6 +133,10 @@ public:
long GetFuncCount();
BOOL FillFunctionDesc( long nFunc, ScFuncDesc& rDesc );
+
+ BOOL GetExcelName( const String& rCalcName, LanguageType eDestLang, String& rRetExcelName );
+ BOOL GetCalcName( const String& rExcelName, String& rRetCalcName );
+ // both leave rRet... unchanged, if no matching name is found
};