Searched refs:aTodayDate (Results 1 – 1 of 1) sorted by relevance
909 Date aTodayDate( maCurDate ); in ImplDrawDate() local911 aTodayDate.SetDate( nToday ); in ImplDrawDate()913 aTodayDate = Date(); in ImplDrawDate()914 if ( (nDay == aTodayDate.GetDay()) && in ImplDrawDate()915 (nMonth == aTodayDate.GetMonth()) && in ImplDrawDate()916 (nYear == aTodayDate.GetYear()) ) in ImplDrawDate()
Completed in 28 milliseconds