Lines Matching refs:GetMonth
824 (nMonth == maCurDate.GetMonth()) && in ImplDrawDate()
915 (nMonth == aTodayDate.GetMonth()) && in ImplDrawDate()
1041 nMonth = aDate.GetMonth(); in ImplDraw()
1151 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw()
1180 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw()
1216 rDate.GetDay(), rDate.GetMonth(), rDate.GetYear(), in ImplUpdateDate()
1439 if ( aOldFirstDate.GetMonth() < rDate.GetMonth() ) in ImplShowMenu()
1440 nMonthOff += rDate.GetMonth()-aOldFirstDate.GetMonth(); in ImplShowMenu()
1442 nMonthOff -= aOldFirstDate.GetMonth()-rDate.GetMonth(); in ImplShowMenu()
1861 pInfo = mpDateTable->Get( Date( aDate.GetDay(), aDate.GetMonth(), 0 ).GetDate() ); in RequestHelp()
1880 sal_uInt16 nMonth = aDate.GetMonth(); in RequestHelp()
2174 maFirstDate = Date( 1, rNewFirstDate.GetMonth(), rNewFirstDate.GetYear() ); in SetFirstDate()
2186 if ( maFirstDate.GetMonth() == 12 ) in GetFirstMonth()
2189 return Date( 1, maFirstDate.GetMonth()+1, maFirstDate.GetYear() ); in GetFirstMonth()
2309 if ( (aDate.GetMonth() == rDate.GetMonth()) && in GetDateRect()