Searched refs:nMonthOff (Results 1 – 1 of 1) sorted by relevance
1431 sal_uInt16 nMonthOff; in ImplShowMenu() local1438 nMonthOff = (rDate.GetYear()-aOldFirstDate.GetYear())*12; in ImplShowMenu()1440 nMonthOff += rDate.GetMonth()-aOldFirstDate.GetMonth(); in ImplShowMenu()1442 nMonthOff -= aOldFirstDate.GetMonth()-rDate.GetMonth(); in ImplShowMenu()1471 sal_uInt16 nTempMonthOff = nMonthOff % 12; in ImplShowMenu()1472 sal_uInt16 nTempYearOff = nMonthOff / 12; in ImplShowMenu()
Completed in 28 milliseconds