Searched refs:nFirstPer (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/scaddins/source/analysis/ |
H A D | financial.cxx | 31 double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, double fRestVal, in getAmordegrc() argument 34 if( nDate > nFirstPer || fRate <= 0.0 || fRestVal > fCost ) in getAmordegrc() 37 …double fRet = GetAmordegrc( GetNullDate( xOpt ), fCost, nDate, nFirstPer, fRestVal, fPer, fRate, g… in getAmordegrc() 43 double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, double fRestVal, in getAmorlinc() argument 46 if( nDate > nFirstPer || fRate <= 0.0 || fRestVal > fCost ) in getAmorlinc() 49 …double fRet = GetAmorlinc( GetNullDate( xOpt ), fCost, nDate, nFirstPer, fRestVal, fPer, fRate, ge… in getAmorlinc()
|
H A D | analysis.hxx | 203 …L getAmordegrc( constREFXPS&, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, double fRestVal… 204 …LL getAmorlinc( constREFXPS&, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, double fRestVal…
|
H A D | analysishelper.hxx | 104 double GetAmordegrc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, 106 double GetAmorlinc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer,
|
H A D | analysishelper.cxx | 892 double GetAmordegrc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, in GetAmordegrc() argument 912 …double fNRate = ::rtl::math::round( GetYearFrac( nNullDate, nDate, nFirstPer, nBase ) * fRate * f… in GetAmordegrc() 940 double GetAmorlinc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, in GetAmorlinc() argument 949 double f0Rate = GetYearFrac( nNullDate, nDate, nFirstPer, nBase ) * fRate * fCost; in GetAmorlinc()
|
Completed in 43 milliseconds