summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/analysis.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2001-06-21 11:00:59 +0000
committergt <gt@openoffice.org>2001-06-21 11:00:59 +0000
commit94e893d6e82dc3fd4aeddb458d9b5e3efecaea7e (patch)
tree46400924b4731974da6b7db87ca05a486d9d3406 /scaddins/source/analysis/analysis.hxx
parentdf8e8dd31ac418323d228cf0b151bbbfb1f534bb (diff)
#88596# get / reinitialize resource manager after setting locale
Diffstat (limited to 'scaddins/source/analysis/analysis.hxx')
-rw-r--r--scaddins/source/analysis/analysis.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/scaddins/source/analysis/analysis.hxx b/scaddins/source/analysis/analysis.hxx
index 9e4668fa00f8..527a2bc0c0f3 100644
--- a/scaddins/source/analysis/analysis.hxx
+++ b/scaddins/source/analysis/analysis.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: analysis.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: gt $ $Date: 2001-06-18 13:00:32 $
+ * last change: $Author: gt $ $Date: 2001-06-21 12:00:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,6 +93,7 @@ class AnalysisAddIn : public cppu::WeakImplHelper5<
{
private:
CSS::lang::Locale aFuncLoc;
+ CSS::lang::Locale* pDefLocales;
FuncDataList* pFD;
double* pFactDoubles;
ConvertDataList* pCDL;
@@ -101,6 +102,9 @@ private:
ResMgr& GetResMgr( void ) THROWDEF_RTE;
STRING GetDisplFuncStr( sal_uInt16 nFuncNum ) THROWDEF_RTE;
STRING GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) THROWDEF_RTE;
+ void InitDefLocales( void );
+ inline const CSS::lang::Locale& GetLocale( sal_uInt32 nInd );
+ void InitData( void );
public:
AnalysisAddIn();
virtual ~AnalysisAddIn();