Searched refs:bUSAMethod (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/scaddins/source/analysis/ |
| H A D | analysishelper.hxx | 70 sal_Bool bUSAMethod ); 71 …32 GetDiffDate360( constREFXPS& xOpt, sal_Int32 nDate1, sal_Int32 nDate2, sal_Bool bUSAMethod ); 72 … GetDiffDate360( sal_Int32 nNullDate, sal_Int32 nDate1, sal_Int32 nDate2, sal_Bool bUSAMethod ); 621 …_Int32 GetDiffDate360( constREFXPS& xOpt, sal_Int32 nDate1, sal_Int32 nDate2, sal_Bool bUSAMethod ) in GetDiffDate360() argument 623 return GetDiffDate360( GetNullDate( xOpt ), nDate1, nDate2, bUSAMethod ); in GetDiffDate360()
|
| H A D | analysishelper.cxx | 275 sal_Bool bUSAMethod ) in GetDiffDate360() argument 279 else if( bUSAMethod && ( nMonth1 == 2 && ( nDay1 == 29 || ( nDay1 == 28 && !bLeapYear1 ) ) ) ) in GetDiffDate360() 284 if( bUSAMethod && nDay1 != 30 ) in GetDiffDate360() 304 …nt32 GetDiffDate360( sal_Int32 nNullDate, sal_Int32 nDate1, sal_Int32 nDate2, sal_Bool bUSAMethod ) in GetDiffDate360() argument 314 …GetDiffDate360( nDay1, nMonth1, nYear1, IsLeapYear( nYear1 ), nDay2, nMonth2, nYear2, bUSAMethod ); in GetDiffDate360()
|