Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/control/
H A Dcalendar.cxx1428 Date aOldFirstDate = GetFirstMonth(); in ImplShowMenu() local
1438 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 35 milliseconds