Searched refs:aRefDate (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/basic/source/runtime/ |
H A D | methods.cxx | 128 Date aRefDate( 1,1,1900 ); in GetDayDiff() local 130 if ( aRefDate > rDate ) in GetDayDiff() 132 nDiffDays = (long)(aRefDate - rDate); in GetDayDiff() 136 nDiffDays = (long)(rDate - aRefDate); in GetDayDiff() 1808 Date aRefDate( 1, 1, 1900 ); in implGetDateDay() local 1809 aRefDate += (sal_uIntPtr)aDate; in implGetDateDay() 1817 Date aRefDate( 1,1,1900 ); in implGetDateMonth() local 1820 aRefDate += nDays; in implGetDateMonth() 1827 Date aRefDate( 1,1,1900 ); in implGetDateYear() local 1830 aRefDate += nDays; in implGetDateYear() [all …]
|
H A D | methods1.cxx | 1870 Date aRefDate( 1,1,1900 ); in implGetWeekDay() local 1873 aRefDate += nDays; in implGetWeekDay() 1874 DayOfWeek aDay = aRefDate.GetDayOfWeek(); in implGetWeekDay()
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbaapplicationbase.cxx | 85 Date aRefDate( 1,1,1900 ); in GetNow() local 86 long nDiffDays = (long)(aDateNow - aRefDate); in GetNow()
|
Completed in 27 milliseconds