Home
last modified time | relevance | path

Searched refs:nDaysInMonth (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/svtools/source/control/
H A Dcalendar.cxx542 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()
[all …]
/AOO42X/main/vcl/source/control/
H A Dfield2.cxx1493 sal_uInt16 nDaysInMonth = rDate.GetDaysInMonth(); in ImplDateIncrementMonth() local
1494 if ( rDate.GetDay() > nDaysInMonth ) in ImplDateIncrementMonth()
1495 rDate.SetDay( nDaysInMonth ); in ImplDateIncrementMonth()