Searched refs:nDaysInMonth (Results 1 – 2 of 2) sorted by relevance
542 sal_uInt16 nDaysInMonth; in ImplFormat() local547 mnDayCount += nDaysInMonth; in ImplFormat()548 aTempDate += nDaysInMonth; in ImplFormat()553 aTempDate2 -= nDaysInMonth-1; in ImplFormat()695 aTempDate += nDaysInMonth; in ImplHitTest()723 rDate += nDaysInMonth; in ImplHitTest()1175 aTempDate += nDaysInMonth; in ImplDraw()1193 aDate += nDaysInMonth; in ImplDraw()2148 aTempDate += nDaysInMonth; in SetCurDate()2149 nDateOff -= nDaysInMonth; in SetCurDate()[all …]
1493 sal_uInt16 nDaysInMonth = rDate.GetDaysInMonth(); in ImplDateIncrementMonth() local1494 if ( rDate.GetDay() > nDaysInMonth ) in ImplDateIncrementMonth()1495 rDate.SetDay( nDaysInMonth ); in ImplDateIncrementMonth()
Completed in 38 milliseconds