Searched refs:nEndPer (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/scaddins/source/analysis/ |
H A D | financial.cxx | 127 sal_Int32 nStartPer, sal_Int32 nEndPer, sal_Int32 nPayType ) THROWDEF_RTE_IAE in getCumprinc() argument 131 …if( nStartPer < 1 || nEndPer < nStartPer || fRate <= 0.0 || nEndPer > nNumPeriods || nNumPeriods … in getCumprinc() 140 sal_uInt32 nEnd = sal_uInt32( nEndPer ); in getCumprinc() 165 sal_Int32 nStartPer, sal_Int32 nEndPer, sal_Int32 nPayType ) THROWDEF_RTE_IAE in getCumipmt() argument 169 …if( nStartPer < 1 || nEndPer < nStartPer || fRate <= 0.0 || nEndPer > nNumPeriods || nNumPeriods … in getCumipmt() 178 sal_uInt32 nEnd = sal_uInt32( nEndPer ); in getCumipmt()
|
H A D | analysis.hxx | 211 …Rate, sal_Int32 nNumPeriods, double fVal, sal_Int32 nStartPer, sal_Int32 nEndPer, sal_Int32 nPayTy… 212 …Rate, sal_Int32 nNumPeriods, double fVal, sal_Int32 nStartPer, sal_Int32 nEndPer, sal_Int32 nPayTy…
|
Completed in 22 milliseconds