Home
last modified time | relevance | path

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

/trunk/main/tools/source/datetime/
H A Dtdate.cxx447 Date aOldDate = *this; in operator ++() local
449 return aOldDate; in operator ++()
456 Date aOldDate = *this; in operator --() local
458 return aOldDate; in operator --()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx1263 Date aOldDate = maCurDate; in ImplMouseSelect() local
1343 ImplCalendarSelectDate( mpSelectTable, aOldDate, sal_False ); in ImplMouseSelect()
1349 if ( (maCurDate != aOldDate) || bNewSel ) in ImplMouseSelect()
1360 if ( !bNewSel || !pOldSel->Get( aOldDate.GetDate() ) ) in ImplMouseSelect()
1361 ImplUpdateDate( aOldDate ); in ImplMouseSelect()
1533 Date aOldDate = maCurDate; in ImplEndTracking() local
1538 if ( !pOldSel->Get( aOldDate.GetDate() ) ) in ImplEndTracking()
1539 ImplUpdateDate( aOldDate ); in ImplEndTracking()
2120 Date aOldDate = maCurDate; in SetCurDate() local
2126 ImplCalendarSelectDate( mpSelectTable, aOldDate, sal_False ); in SetCurDate()
[all …]

Completed in 21 milliseconds