Searched refs:fCost (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 | analysishelper.cxx | 892 double GetAmordegrc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, in GetAmordegrc() argument 913 fCost -= fNRate; in GetAmordegrc() 914 double fRest = fCost - fRestVal; // Anschaffungskosten - Restwert - Summe aller Abschreibungen in GetAmordegrc() 918 fNRate = ::rtl::math::round( fRate * fCost, 0 ); in GetAmordegrc() 927 return ::rtl::math::round( fCost * 0.5, 0 ); in GetAmordegrc() 933 fCost -= fNRate; in GetAmordegrc() 940 double GetAmorlinc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, in GetAmorlinc() argument 947 double fOneRate = fCost * fRate; in GetAmorlinc() 948 double fCostDelta = fCost - fRestVal; in GetAmorlinc() 949 double f0Rate = GetYearFrac( nNullDate, nDate, nFirstPer, nBase ) * fRate * fCost; in GetAmorlinc() [all …]
|
H A D | analysis.hxx | 203 …virtual double SAL_CALL getAmordegrc( constREFXPS&, double fCost, sal_Int32 nDate, sal_Int32 nFir… 204 …virtual double SAL_CALL getAmorlinc( constREFXPS&, double fCost, sal_Int32 nDate, sal_Int32 nFirs…
|
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,
|
Completed in 52 milliseconds