Searched refs:aTempDate (Results 1 – 4 of 4) sorted by relevance
114 aEndDate = aTempDate; in ImplCalendarSelectDateRange()155 aEndDate = aTempDate; in ImplCalendarUnSelectDateRange()537 maFirstDate = aTempDate; in ImplFormat()661 rDate = aTempDate; in ImplHitTest()1151 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw()1180 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw()1264 Date aTempDate = rDate; in ImplMouseSelect() local1267 aTempDate--; in ImplMouseSelect()1271 maCurDate = aTempDate; in ImplMouseSelect()1342 maCurDate = aTempDate; in ImplMouseSelect()[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()
Completed in 368 milliseconds