Searched refs:nPayType (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 131 fVal <= 0.0 || ( nPayType != 0 && nPayType != 1 ) ) in getCumprinc() 134 fRmz = GetRmz( fRate, nNumPeriods, fVal, 0.0, nPayType ); in getCumprinc() 143 if( nPayType <= 0 ) in getCumprinc() 153 if( nPayType > 0 ) in getCumprinc() 164 sal_Int32 nStartPer, sal_Int32 nEndPer, sal_Int32 nPayType ) in getCumipmt() argument 169 fVal <= 0.0 || ( nPayType != 0 && nPayType != 1 ) ) in getCumipmt() 172 fRmz = GetRmz( fRate, nNumPeriods, fVal, 0.0, nPayType ); in getCumipmt() 181 if( nPayType <= 0 ) in getCumipmt() 189 if( nPayType > 0 ) in getCumipmt()
|
| H A D | analysis.hxx | 210 …, sal_Int32 nNumPeriods, double fVal, sal_Int32 nStartPer, sal_Int32 nEndPer, sal_Int32 nPayType ); 211 …, sal_Int32 nNumPeriods, double fVal, sal_Int32 nStartPer, sal_Int32 nEndPer, sal_Int32 nPayType );
|