Home
last modified time | relevance | path

Searched refs:nFirstPer (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx892 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()
H A Danalysis.hxx203 …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 Danalysishelper.hxx104 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 Dfinancial.cxx31 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()

Completed in 68 milliseconds