diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-08-17 09:00:19 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-08-17 09:00:19 +0000 |
commit | 14d86536efc037379f8a64546dc2a645da81e782 (patch) | |
tree | 995325244d841c3d551c99645672599bc6327af7 /scaddins/source/analysis/analysishelper.hxx | |
parent | e37f472aa5ca28c51cb298cea3cbef6bbb218514 (diff) |
#87384# corrected COUPDAYSNC, COUPDAYS, COUPNUM
Diffstat (limited to 'scaddins/source/analysis/analysishelper.hxx')
-rw-r--r-- | scaddins/source/analysis/analysishelper.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx index 1f7c944fee2f..2df1e0103c2a 100644 --- a/scaddins/source/analysis/analysishelper.hxx +++ b/scaddins/source/analysis/analysishelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: analysishelper.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: gt $ $Date: 2001-08-17 07:22:24 $ + * last change: $Author: dr $ $Date: 2001-08-17 10:00:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -182,7 +182,7 @@ double GetCouppcd( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int3 sal_Int32 nBase ) THROWDEF_RTE_IAE; double GetCoupncd( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE; -double GetCoupdaysbs( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, +double GetCoupdaybs( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE; double GetCoupdaysnc( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE; @@ -230,7 +230,7 @@ public: inline void SubYears( sal_uInt16 nSubYears ); sal_Int32 GetDate( sal_Int32 nNullDate ) const; - sal_Int32 GetDiff( const ScAddInDate& rFrom ) const; + static sal_Int32 GetDiff( const ScAddInDate& rFrom, const ScAddInDate& rTo ); sal_Bool operator<( const ScAddInDate& rCmp ) const; inline sal_Bool operator<=( const ScAddInDate& rCmp ) const { return !(rCmp < *this); } |