Home
last modified time | relevance | path

Searched refs:aTempDate (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svtools/source/control/
H A Dcalendar.cxx112 Date aTempDate = aStartDate; in ImplCalendarSelectDateRange() local
114 aEndDate = aTempDate; in ImplCalendarSelectDateRange()
153 Date aTempDate = aStartDate; in ImplCalendarUnSelectDateRange() local
155 aEndDate = aTempDate; in ImplCalendarUnSelectDateRange()
536 Date aTempDate = GetFirstMonth(); in ImplFormat() local
537 maFirstDate = aTempDate; in ImplFormat()
538 nWeekDay = (sal_uInt16)aTempDate.GetDayOfWeek(); in ImplFormat()
546 nDaysInMonth = aTempDate.GetDaysInMonth(); in ImplFormat()
548 aTempDate += nDaysInMonth; in ImplFormat()
550 Date aTempDate2 = aTempDate; in ImplFormat()
[all …]
/AOO41X/main/editeng/source/uno/
H A Dunofield.cxx220 Date aTempDate( nDate ); in getDate() local
222 aDate.Day = aTempDate.GetDay(); in getDate()
223 aDate.Month = aTempDate.GetMonth(); in getDate()
224 aDate.Year = aTempDate.GetYear(); in getDate()
/AOO41X/main/vcl/source/control/
H A Dfield2.cxx1323 Date aTempDate = aDate; in ImplDateReformat() local
1324 if ( aTempDate > GetMax() ) in ImplDateReformat()
1325 aTempDate = GetMax(); in ImplDateReformat()
1326 else if ( aTempDate < GetMin() ) in ImplDateReformat()
1327 aTempDate = GetMin(); in ImplDateReformat()
1329 if ( GetErrorHdl().IsSet() && (aDate != aTempDate) ) in ImplDateReformat()
1331 maCorrectedDate = aTempDate; in ImplDateReformat()
1341 rOutStr = ImplGetDateAsText( aTempDate, rSettings ); in ImplDateReformat()
/AOO41X/main/xmloff/source/core/
H A Dxmluconv.cxx1160 …const Date aTempDate((sal_uInt16)aDateTime.Day, (sal_uInt16)aDateTime.Month, (sal_uInt16)aDateTime… in convertDateTime() local
1161 const sal_Int32 nTage = aTempDate - aTmpNullDate; in convertDateTime()