Searched refs:aTempDate (Results 1 – 4 of 4) sorted by relevance
112 Date aTempDate = aStartDate; in ImplCalendarSelectDateRange() local114 aEndDate = aTempDate; in ImplCalendarSelectDateRange()153 Date aTempDate = aStartDate; in ImplCalendarUnSelectDateRange() local155 aEndDate = aTempDate; in ImplCalendarUnSelectDateRange()536 Date aTempDate = GetFirstMonth(); in ImplFormat() local537 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 …]
220 Date aTempDate( nDate ); in getDate() local222 aDate.Day = aTempDate.GetDay(); in getDate()223 aDate.Month = aTempDate.GetMonth(); in getDate()224 aDate.Year = aTempDate.GetYear(); in getDate()
1323 Date aTempDate = aDate; in ImplDateReformat() local1324 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()
1160 …const Date aTempDate((sal_uInt16)aDateTime.Day, (sal_uInt16)aDateTime.Month, (sal_uInt16)aDateTime… in convertDateTime() local1161 const sal_Int32 nTage = aTempDate - aTmpNullDate; in convertDateTime()