Searched refs:nDaysInMonth (Results 1 – 2 of 2) sorted by relevance
542 sal_uInt16 nDaysInMonth; in ImplFormat() local546 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() local667 for ( nDay = 1; nDay <= nDaysInMonth; nDay++ ) in ImplHitTest()693 sal_uInt16 nDayCount = 42-nDaysInMonth-nWeekDay; in ImplHitTest()[all …]
1493 sal_uInt16 nDaysInMonth = rDate.GetDaysInMonth(); in ImplDateIncrementMonth() local1494 if ( rDate.GetDay() > nDaysInMonth ) in ImplDateIncrementMonth()1495 rDate.SetDay( nDaysInMonth ); in ImplDateIncrementMonth()