Home
last modified time | relevance | path

Searched refs:rSettle (Results 1 – 1 of 1) sorted by path

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1310 void lcl_GetCouppcd( ScaDate& rDate, const ScaDate& rSettle, const ScaDate& rMat, sal_Int32 nFreq ) in lcl_GetCouppcd() argument
1314 rDate.setYear( rSettle.getYear() ); in lcl_GetCouppcd()
1315 if( rDate < rSettle ) in lcl_GetCouppcd()
1317 while( rDate > rSettle ) in lcl_GetCouppcd()
1335 void lcl_GetCoupncd( ScaDate& rDate, const ScaDate& rSettle, const ScaDate& rMat, sal_Int32 nFreq ) in lcl_GetCoupncd() argument
1339 rDate.setYear( rSettle.getYear() ); in lcl_GetCoupncd()
1340 if( rDate > rSettle ) in lcl_GetCoupncd()
1342 while( rDate <= rSettle ) in lcl_GetCoupncd()

Completed in 24 milliseconds