Home
last modified time | relevance | path

Searched refs:aLastDate (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/control/
H A Dcalendar.cxx563 Date aLastDate = GetLastDate(); in ImplFormat() local
564 if ( (maOldFormatLastDate != aLastDate) || in ImplFormat()
568 maOldFormatLastDate = aLastDate; in ImplFormat()
2270 Date aLastDate = GetLastMonth(); in GetDateRect() local
2271 if ( rDate > aLastDate ) in GetDateRect()
2273 sal_uInt16 nWeekDay = (sal_uInt16)aLastDate.GetDayOfWeek(); in GetDateRect()
2275 aLastDate -= nWeekDay; in GetDateRect()
2276 aRect = GetDateRect( aLastDate ); in GetDateRect()
2277 nDaysOff = rDate-aLastDate; in GetDateRect()
2281 if ( aLastDate == rDate ) in GetDateRect()
[all …]
/trunk/main/sc/source/ui/miscdlgs/
H A Dhighred.cxx277 Date aLastDate( aFilterCtr.GetLastDate() ); in IMPL_LINK() local
280 aChangeViewSet.SetTheLastDateTime( DateTime( aLastDate, aLastTime ) ); in IMPL_LINK()

Completed in 29 milliseconds