Searched refs:nDayIndex (Results 1 – 1 of 1) sorted by relevance
649 sal_uInt16 nDayIndex = (sal_uInt16)rDate.GetDayOfWeek(); in ImplHitTest() local650 nDayIndex = (nDayIndex+(7-(sal_uInt16)eStartDay)) % 7; in ImplHitTest()654 aTempDate -= nDayIndex; in ImplHitTest()655 for ( nDay = 0; nDay < nDayIndex; nDay++ ) in ImplHitTest()671 rDate += nDayIndex; in ImplHitTest()674 nOffX = nDayX + (nDayIndex*mnDayWidth); in ImplHitTest()681 if ( nDayIndex == 6 ) in ImplHitTest()683 nDayIndex = 0; in ImplHitTest()687 nDayIndex++; in ImplHitTest()700 rDate += nDayIndex; in ImplHitTest()[all …]