Searched refs:aOldFirstDate (Results 1 – 1 of 1) sorted by relevance
1428 Date aOldFirstDate = GetFirstMonth(); in ImplShowMenu() local1438 nMonthOff = (rDate.GetYear()-aOldFirstDate.GetYear())*12; in ImplShowMenu()1439 if ( aOldFirstDate.GetMonth() < rDate.GetMonth() ) in ImplShowMenu()1440 nMonthOff += rDate.GetMonth()-aOldFirstDate.GetMonth(); in ImplShowMenu()1442 nMonthOff -= aOldFirstDate.GetMonth()-rDate.GetMonth(); in ImplShowMenu()
Completed in 32 milliseconds