Lines Matching refs:nDaysInMonth
542 sal_uInt16 nDaysInMonth; in ImplFormat() local
546 nDaysInMonth = aTempDate.GetDaysInMonth(); in ImplFormat()
547 mnDayCount += nDaysInMonth; in ImplFormat()
548 aTempDate += nDaysInMonth; in ImplFormat()
552 nDaysInMonth = aTempDate2.GetDaysInMonth(); in ImplFormat()
553 aTempDate2 -= nDaysInMonth-1; in ImplFormat()
556 mnDayCount += 42-nDaysInMonth-nWeekDay; in ImplFormat()
635 sal_uInt16 nDaysInMonth = rDate.GetDaysInMonth(); in ImplHitTest() local
667 for ( nDay = 1; nDay <= nDaysInMonth; nDay++ ) in ImplHitTest()
693 sal_uInt16 nDayCount = 42-nDaysInMonth-nWeekDay; in ImplHitTest()
695 aTempDate += nDaysInMonth; in ImplHitTest()
723 rDate += nDaysInMonth; in ImplHitTest()
1132 sal_uInt16 nDaysInMonth = aDate.GetDaysInMonth(); in ImplDraw() local
1155 for ( nDay = 1; nDay <= nDaysInMonth; nDay++ ) in ImplDraw()
1173 sal_uInt16 nDayCount = 42-nDaysInMonth-nWeekDay; in ImplDraw()
1175 aTempDate += nDaysInMonth; in ImplDraw()
1193 aDate += nDaysInMonth; in ImplDraw()
2147 long nDaysInMonth = aTempDate.GetDaysInMonth(); in SetCurDate() local
2148 aTempDate += nDaysInMonth; in SetCurDate()
2149 nDateOff -= nDaysInMonth; in SetCurDate()
2306 sal_uInt16 nDaysInMonth = aDate.GetDaysInMonth(); in GetDateRect() local
2316 for ( sal_uInt16 nDay = 1; nDay <= nDaysInMonth; nDay++ ) in GetDateRect()
2336 aDate += nDaysInMonth; in GetDateRect()