Home
last modified time | relevance | path

Searched refs:getDiff (Results 1 – 2 of 2) sorted by relevance

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1363 return ScaDate::getDiff( aDate, aSettle ); in GetCoupdaybs()
1379 return ScaDate::getDiff( aSettle, aDate ); in GetCoupdaysnc()
1398 return ScaDate::getDiff( aDate, aNextDate ); in GetCoupdays()
2777 sal_Int32 ScaDate::getDiff( const ScaDate& rFrom, const ScaDate& rTo ) in getDiff() function in ScaDate
2780 return getDiff( rTo, rFrom ); in getDiff()
H A Danalysishelper.hxx978 static sal_Int32 getDiff( const ScaDate& rFrom, const ScaDate& rTo );