Lines Matching refs:maCurDate
250 SetFirstDate( maCurDate ); in ImplInit()
251 ImplCalendarSelectDate( mpSelectTable, maCurDate, sal_True ); in ImplInit()
289 maAnchorDate( maCurDate ), in Calendar()
305 maAnchorDate( maCurDate ), in Calendar()
823 if ( (nDay == maCurDate.GetDay()) && in ImplDrawDate()
824 (nMonth == maCurDate.GetMonth()) && in ImplDrawDate()
825 (nYear == maCurDate.GetYear()) ) in ImplDrawDate()
909 Date aTodayDate( maCurDate ); in ImplDrawDate()
1263 Date aOldDate = maCurDate; in ImplMouseSelect()
1271 maCurDate = aTempDate; in ImplMouseSelect()
1332 if ( aTempDate < maCurDate ) in ImplMouseSelect()
1340 if ( aTempDate != maCurDate ) in ImplMouseSelect()
1342 maCurDate = aTempDate; in ImplMouseSelect()
1344 ImplCalendarSelectDate( mpSelectTable, maCurDate, sal_True ); in ImplMouseSelect()
1349 if ( (maCurDate != aOldDate) || bNewSel ) in ImplMouseSelect()
1363 if ( HasFocus() || !bNewSel || !mpSelectTable->Get( maCurDate.GetDate() ) ) in ImplMouseSelect()
1364 ImplUpdateDate( maCurDate ); in ImplMouseSelect()
1491 Date aTempDate = maCurDate; in ImplTracking()
1533 Date aOldDate = maCurDate; in ImplEndTracking()
1534 maCurDate = maOldCurDate; in ImplEndTracking()
1541 if ( HasFocus() || !mpSelectTable->Get( maCurDate.GetDate() ) ) in ImplEndTracking()
1542 ImplUpdateDate( maCurDate ); in ImplEndTracking()
1565 (!bCancel && ((maCurDate != maOldCurDate) || (*mpOldSelectTable != *mpSelectTable))) ) in ImplEndTracking()
1599 Date aTempDate = maCurDate; in MouseButtonDown()
1630 maOldCurDate = maCurDate; in MouseButtonDown()
1692 Date aNewDate = maCurDate; in KeyInput()
1740 sal_Bool bDateSel = IsDateSelected( maCurDate ); in KeyInput()
1741 SelectDate( maCurDate, !bDateSel ); in KeyInput()
1758 if ( aNewDate != maCurDate ) in KeyInput()
1817 ImplUpdateDate( maCurDate ); in GetFocus()
1843 Date aDate = maCurDate; in RequestHelp()
1916 Date aTempDate = maCurDate; in Command()
2117 if ( maCurDate != rNewDate ) in SetCurDate()
2120 Date aOldDate = maCurDate; in SetCurDate()
2121 maCurDate = rNewDate; in SetCurDate()
2122 maAnchorDate = maCurDate; in SetCurDate()
2127 ImplCalendarSelectDate( mpSelectTable, maCurDate, sal_True ); in SetCurDate()
2133 if ( mbFormat || (maCurDate < GetFirstMonth()) ) in SetCurDate()
2134 SetFirstDate( maCurDate ); in SetCurDate()
2135 else if ( maCurDate > GetLastMonth() ) in SetCurDate()
2138 long nDateOff = maCurDate-aTempDate; in SetCurDate()
2154 SetFirstDate( maCurDate ); in SetCurDate()
2162 ImplUpdateDate( maCurDate ); in SetCurDate()
2233 Date aDate = maCurDate; in GetDate()
2513 Date aTempDate = maCurDate; in ShowDropPos()
2566 maOldCurDate = maCurDate; in StartSelection()