Searched refs:nEndPer (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/scaddins/source/analysis/ |
| H A D | financial.cxx | 126 sal_Int32 nStartPer, sal_Int32 nEndPer, sal_Int32 nPayType ) in getCumprinc() argument 130 …if( nStartPer < 1 || nEndPer < nStartPer || fRate <= 0.0 || nEndPer > nNumPeriods || nNumPeriods … in getCumprinc() 139 sal_uInt32 nEnd = sal_uInt32( nEndPer ); in getCumprinc() 164 sal_Int32 nStartPer, sal_Int32 nEndPer, sal_Int32 nPayType ) in getCumipmt() argument 168 …if( nStartPer < 1 || nEndPer < nStartPer || fRate <= 0.0 || nEndPer > nNumPeriods || nNumPeriods … in getCumipmt() 177 sal_uInt32 nEnd = sal_uInt32( nEndPer ); in getCumipmt()
|
| H A D | analysis.hxx | 210 …Rate, sal_Int32 nNumPeriods, double fVal, sal_Int32 nStartPer, sal_Int32 nEndPer, sal_Int32 nPayTy… 211 …Rate, sal_Int32 nNumPeriods, double fVal, sal_Int32 nStartPer, sal_Int32 nEndPer, sal_Int32 nPayTy…
|