Home
last modified time | relevance | path

Searched refs:aCurDate (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A DFDateFunctions.cxx263 Date aCurDate; in operate() local
264 return ::com::sun::star::util::Date(aCurDate.GetDay(),aCurDate.GetMonth(),aCurDate.GetYear()); in operate()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx1841 Date aCurDate( nDay, nMonth, nYear ); in implDateSerial() local
1859 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()
/trunk/main/svtools/workben/
H A Dsvdem.cxx614 Date aCurDate = aCalendar.GetCurDate(); in MyCalendar() local
625 aCalendar.SetFirstDate( Date( 1, 1, aCurDate.GetYear() ) ); in MyCalendar()

Completed in 33 milliseconds