Lines Matching refs:aTempDate

112 		Date aTempDate = aStartDate;  in ImplCalendarSelectDateRange()  local
114 aEndDate = aTempDate; in ImplCalendarSelectDateRange()
153 Date aTempDate = aStartDate; in ImplCalendarUnSelectDateRange() local
155 aEndDate = aTempDate; in ImplCalendarUnSelectDateRange()
536 Date aTempDate = GetFirstMonth(); in ImplFormat() local
537 maFirstDate = aTempDate; in ImplFormat()
538 nWeekDay = (sal_uInt16)aTempDate.GetDayOfWeek(); in ImplFormat()
546 nDaysInMonth = aTempDate.GetDaysInMonth(); in ImplFormat()
548 aTempDate += nDaysInMonth; in ImplFormat()
550 Date aTempDate2 = aTempDate; in ImplFormat()
653 Date aTempDate = rDate; in ImplHitTest() local
654 aTempDate -= nDayIndex; in ImplHitTest()
661 rDate = aTempDate; in ImplHitTest()
694 Date aTempDate = rDate; in ImplHitTest() local
695 aTempDate += nDaysInMonth; in ImplHitTest()
707 rDate = aTempDate; in ImplHitTest()
1145 Date aTempDate = aDate; in ImplDraw() local
1146 aTempDate -= nDayIndex; in ImplDraw()
1150 ImplDrawDate( nDeltaX, nDayY, nDay+aTempDate.GetDay(), in ImplDraw()
1151 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw()
1174 Date aTempDate = aDate; in ImplDraw() local
1175 aTempDate += nDaysInMonth; in ImplDraw()
1180 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw()
1236 Date aTempDate( nKey ); in ImplUpdateSelection() local
1237 ImplUpdateDate( aTempDate ); in ImplUpdateSelection()
1249 Date aTempDate( nKey ); in ImplUpdateSelection() local
1250 ImplUpdateDate( aTempDate ); in ImplUpdateSelection()
1264 Date aTempDate = rDate; in ImplMouseSelect() local
1267 aTempDate--; in ImplMouseSelect()
1271 maCurDate = aTempDate; in ImplMouseSelect()
1272 mbSelLeft = aTempDate < maAnchorDate; in ImplMouseSelect()
1278 … ImplCalendarUnSelectDateRange( mpSelectTable, mpRestoreSelectTable, Date( 1, 1, 0 ), aTempDate ); in ImplMouseSelect()
1284 …ImplCalendarUnSelectDateRange( mpSelectTable, mpRestoreSelectTable, aTempDate, Date( 31, 12, 9999 … in ImplMouseSelect()
1286 ImplCalendarSelectDateRange( mpSelectTable, aTempDate, maAnchorDate, !mbUnSel ); in ImplMouseSelect()
1296 ImplCalendarSelectDateRange( mpSelectTable, Date( 1, 1, 0 ), aTempDate, sal_False ); in ImplMouseSelect()
1302 ImplCalendarSelectDateRange( mpSelectTable, aTempDate, Date( 31, 12, 9999 ), sal_False ); in ImplMouseSelect()
1305 ImplCalendarSelectDateRange( mpSelectTable, aTempDate, maAnchorDate, sal_True ); in ImplMouseSelect()
1309 maAnchorDate = aTempDate; in ImplMouseSelect()
1310 if ( IsDateSelected( aTempDate ) ) in ImplMouseSelect()
1313 ImplCalendarSelectDate( mpSelectTable, aTempDate, sal_False ); in ImplMouseSelect()
1317 ImplCalendarSelectDate( mpSelectTable, aTempDate, sal_True ); in ImplMouseSelect()
1322 maAnchorDate = aTempDate; in ImplMouseSelect()
1324 ImplCalendarSelectDate( mpSelectTable, aTempDate, sal_True ); in ImplMouseSelect()
1332 if ( aTempDate < maCurDate ) in ImplMouseSelect()
1337 aTempDate = maOldCurDate; in ImplMouseSelect()
1339 maAnchorDate = aTempDate; in ImplMouseSelect()
1340 if ( aTempDate != maCurDate ) in ImplMouseSelect()
1342 maCurDate = aTempDate; in ImplMouseSelect()
1491 Date aTempDate = maCurDate; in ImplTracking() local
1492 sal_uInt16 nHitTest = ImplHitTest( rPos, aTempDate ); in ImplTracking()
1507 ImplMouseSelect( aTempDate, nHitTest, sal_True, sal_False, sal_False ); in ImplTracking()
1599 Date aTempDate = maCurDate; in MouseButtonDown() local
1600 sal_uInt16 nHitTest = ImplHitTest( rMEvt.GetPosPixel(), aTempDate ); in MouseButtonDown()
1604 ImplShowMenu( rMEvt.GetPosPixel(), aTempDate ); in MouseButtonDown()
1644 ImplMouseSelect( aTempDate, nHitTest, sal_False, rMEvt.IsShift(), rMEvt.IsMod1() ); in MouseButtonDown()
1725 Date aTempDate = aNewDate; in KeyInput() local
1726 aTempDate -= aNewDate.GetDay()+1; in KeyInput()
1727 aNewDate -= aTempDate.GetDaysInMonth(); in KeyInput()
1916 Date aTempDate = maCurDate; in Command() local
1917 sal_uInt16 nHitTest = ImplHitTest( rCEvt.GetMousePosPixel(), aTempDate ); in Command()
1920 ImplShowMenu( rCEvt.GetMousePosPixel(), aTempDate ); in Command()
2137 Date aTempDate = GetLastMonth(); in SetCurDate() local
2138 long nDateOff = maCurDate-aTempDate; in SetCurDate()
2143 aTempDate++; in SetCurDate()
2144 while ( nDateOff > aTempDate.GetDaysInMonth() ) in SetCurDate()
2147 long nDaysInMonth = aTempDate.GetDaysInMonth(); in SetCurDate()
2148 aTempDate += nDaysInMonth; in SetCurDate()
2513 Date aTempDate = maCurDate; in ShowDropPos() local
2514 mnDragScrollHitTest = ImplHitTest( rPos, aTempDate ); in ShowDropPos()
2528 if ( !mbDropPos || (aTempDate != maDropDate) ) in ShowDropPos()
2532 maDropDate = aTempDate; in ShowDropPos()