Home
last modified time | relevance | path

Searched refs:GetDiffDate360 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx67 sal_Int32 GetDiffDate360(
71 inline sal_Int32 GetDiffDate360( constREFXPS& xOpt, sal_Int32 nDate1, sal_Int32 nDate2, sal_Bool…
72 sal_Int32 GetDiffDate360( sal_Int32 nNullDate, sal_Int32 nDate1, sal_Int32 nDate2, sal_Bo…
612 inline sal_Int32 GetDiffDate360( constREFXPS& xOpt, sal_Int32 nDate1, sal_Int32 nDate2, sal_Bool bU… in GetDiffDate360() function
614 return GetDiffDate360( GetNullDate( xOpt ), nDate1, nDate2, bUSAMethod ); in GetDiffDate360()
H A Dfinancial.cxx357 sal_Int32 nDiff = GetDiffDate360( xOpt, nSettle, nMat, sal_True ); in getTbilleq()
388 sal_Int32 nDiff = GetDiffDate360( xOpt, nSettle, nMat, sal_True ); in getTbillyield()
H A Danalysishelper.cxx271 sal_Int32 GetDiffDate360( in GetDiffDate360() function
303 sal_Int32 GetDiffDate360( sal_Int32 nNullDate, sal_Int32 nDate1, sal_Int32 nDate2, sal_Bool bUSAMet… in GetDiffDate360() function
313 …return GetDiffDate360( nDay1, nMonth1, nYear1, IsLeapYear( nYear1 ), nDay2, nMonth2, nYear2, bUSAM… in GetDiffDate360()
366 nDayDiff = GetDiffDate360( nDay1, nMonth1, nYear1, IsLeapYear( nYear1 ), in GetDiffParam()