Lines Matching refs:nWeekDay
535 sal_uInt16 nWeekDay; in ImplFormat() local
538 nWeekDay = (sal_uInt16)aTempDate.GetDayOfWeek(); in ImplFormat()
539 nWeekDay = (nWeekDay+(7-(sal_uInt16)eStartDay)) % 7; in ImplFormat()
540 maFirstDate -= (sal_uLong)nWeekDay; in ImplFormat()
541 mnDayCount = nWeekDay; in ImplFormat()
554 nWeekDay = (sal_uInt16)aTempDate2.GetDayOfWeek(); in ImplFormat()
555 nWeekDay = (nWeekDay+(7-(sal_uInt16)eStartDay)) % 7; in ImplFormat()
556 mnDayCount += 42-nDaysInMonth-nWeekDay; in ImplFormat()
691 sal_uInt16 nWeekDay = (sal_uInt16)rDate.GetDayOfWeek(); in ImplHitTest() local
692 nWeekDay = (nWeekDay+(7-(sal_uInt16)eStartDay)) % 7; in ImplHitTest()
693 sal_uInt16 nDayCount = 42-nDaysInMonth-nWeekDay; in ImplHitTest()
1171 sal_uInt16 nWeekDay = (sal_uInt16)aDate.GetDayOfWeek(); in ImplDraw() local
1172 nWeekDay = (nWeekDay+(7-(sal_uInt16)eStartDay)) % 7; in ImplDraw()
1173 sal_uInt16 nDayCount = 42-nDaysInMonth-nWeekDay; in ImplDraw()
2273 sal_uInt16 nWeekDay = (sal_uInt16)aLastDate.GetDayOfWeek(); in GetDateRect() local
2274 nWeekDay = (nWeekDay+(7-(sal_uInt16)ImplGetWeekStart())) % 7; in GetDateRect()
2275 aLastDate -= nWeekDay; in GetDateRect()