Searched refs:nNumPeriods (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/scaddins/source/analysis/ |
| H A D | financial.cxx | 126 double SAL_CALL AnalysisAddIn::getCumprinc( double fRate, sal_Int32 nNumPeriods, double fVal, in getCumprinc() argument 131 …tartPer < 1 || nEndPer < nStartPer || fRate <= 0.0 || nEndPer > nNumPeriods || nNumPeriods <= 0 || in getCumprinc() 135 fRmz = GetRmz( fRate, nNumPeriods, fVal, 0.0, nPayType ); in getCumprinc() 164 double SAL_CALL AnalysisAddIn::getCumipmt( double fRate, sal_Int32 nNumPeriods, double fVal, in getCumipmt() argument 169 …tartPer < 1 || nEndPer < nStartPer || fRate <= 0.0 || nEndPer > nNumPeriods || nNumPeriods <= 0 || in getCumipmt() 173 fRmz = GetRmz( fRate, nNumPeriods, fVal, 0.0, nPayType ); in getCumipmt()
|
| H A D | analysis.hxx | 211 …virtual double SAL_CALL getCumprinc( double fRate, sal_Int32 nNumPeriods, double fVal, sal_Int… 212 …virtual double SAL_CALL getCumipmt( double fRate, sal_Int32 nNumPeriods, double fVal, sal_Int3…
|