Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dcalendar.cxx114 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() local
1267 aTempDate--; in ImplMouseSelect()
1271 maCurDate = aTempDate; in ImplMouseSelect()
1342 maCurDate = aTempDate; in ImplMouseSelect()
[all …]
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 66 milliseconds