Searched refs:aCurDate (Results 1 – 3 of 3) sorted by relevance
263 Date aCurDate; in operate() local264 return ::com::sun::star::util::Date(aCurDate.GetDay(),aCurDate.GetMonth(),aCurDate.GetYear()); in operate()
1841 Date aCurDate( nDay, nMonth, nYear ); in implDateSerial() local1859 aCurDate = Date( 1, (( nMonth % 12 ) > 0 ) ? ( nMonth % 12 ) : 12 + ( nMonth % 12 ), nYear ); in implDateSerial()1871 aCurDate.SetYear( aCurDate.GetYear() + nYearAdj ); in implDateSerial()1877 if( ( nDay < 1 ) || ( nDay > aCurDate.GetDaysInMonth() ) ) in implDateSerial()1878 aCurDate += nDay - 1; in implDateSerial()1880 aCurDate.SetDay( nDay ); in implDateSerial()1883 long nDiffDays = GetDayDiff( aCurDate ); in implDateSerial()
614 Date aCurDate = aCalendar.GetCurDate(); in MyCalendar() local625 aCalendar.SetFirstDate( Date( 1, 1, aCurDate.GetYear() ) ); in MyCalendar()
Completed in 35 milliseconds