summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/analysishelper.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-02 08:29:33 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-02 08:29:33 +0000
commitc32ba7ea1070613e25dc3f1f97ea8d2e3e59fac5 (patch)
tree6d492f95d8bfd4123afed603c2a8e064a52f3989 /scaddins/source/analysis/analysishelper.hxx
parentc019a87be0975e81c2727f208f33227265bf2a5b (diff)
INTEGRATION: CWS calc18 (1.24.32); FILE MERGED
2003/12/05 09:39:27 dr 1.24.32.2: RESYNC: (1.24-1.25); FILE MERGED 2003/11/10 11:45:31 dr 1.24.32.1: #i22280# BIN,DEC,OCT,HEX use doubles for limits now
Diffstat (limited to 'scaddins/source/analysis/analysishelper.hxx')
-rw-r--r--scaddins/source/analysis/analysishelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx
index df5d71d5621c..17a206064c32 100644
--- a/scaddins/source/analysis/analysishelper.hxx
+++ b/scaddins/source/analysis/analysishelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: analysishelper.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 18:17:39 $
+ * last change: $Author: rt $ $Date: 2004-03-02 09:29:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,8 +153,8 @@ double Gamma( double f );
double GammaN( double f, sal_uInt32 nIter );
double ConvertToDec( const STRING& rFromNum, sal_uInt16 nBaseFrom, sal_uInt16 nCharLim ) THROWDEF_RTE_IAE;
STRING ConvertFromDec(
- sal_Int64 nNum, sal_Int64 nMin, sal_Int64 nMax, sal_uInt16 nBase,
- sal_Int32 nPlaces, sal_Int32 nMaxPlaces ) THROWDEF_RTE_IAE;
+ double fNum, double fMin, double fMax, sal_uInt16 nBase,
+ sal_Int32 nPlaces, sal_Int32 nMaxPlaces, sal_Bool bUsePlaces ) THROWDEF_RTE_IAE;
double Erf( double fX );
sal_Bool ParseDouble( const sal_Unicode*& rpDoubleAsString, double& rReturn );
STRING GetString( double fNumber, sal_Bool bLeadingSign = sal_False, sal_uInt16 nMaxNumOfDigits = 15 );