Searched refs:aRefDate (Results 1 – 3 of 3) sorted by relevance
/aoo4110/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() 1793 Date aRefDate( 1, 1, 1900 ); in implGetDateDay() local 1794 aRefDate += (sal_uIntPtr)aDate; in implGetDateDay() 1802 Date aRefDate( 1,1,1900 ); in implGetDateMonth() local 1805 aRefDate += nDays; in implGetDateMonth() 1812 Date aRefDate( 1,1,1900 ); in implGetDateYear() local 1815 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()
|
/aoo4110/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 99 milliseconds