Home
last modified time | relevance | path

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

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx893 double fRestVal, double fPer, double fRate, sal_Int32 nBase ) THROWDEF_RTE_IAE in GetAmordegrc() argument
914 double fRest = fCost - fRestVal; // Anschaffungskosten - Restwert - Summe aller Abschreibungen in GetAmordegrc()
941 double fRestVal, double fPer, double fRate, sal_Int32 nBase ) THROWDEF_RTE_IAE in GetAmorlinc() argument
948 double fCostDelta = fCost - fRestVal; in GetAmorlinc()
950 sal_uInt32 nNumOfFullPeriods = sal_uInt32( ( fCost - fRestVal - f0Rate) / fOneRate ); in GetAmorlinc()
H A Danalysis.hxx203 …onstREFXPS&, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, double fRestVal, double fPer, dou…
204 …onstREFXPS&, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, double fRestVal, double fPer, dou…
H A Danalysishelper.hxx105 double fRestVal, double fPer, double fRate, sal_Int32 nBase ) THROWDEF_RTE_IAE;
107 double fRestVal, double fPer, double fRate, sal_Int32 nBase ) THROWDEF_RTE_IAE;
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 46 milliseconds