Lines Matching refs:Month
69 (int)rDate.Month, in toDateString()
91 Date aDate(_rDateTime.Day,_rDateTime.Month,_rDateTime.Year); in toDateTimeString()
105 aReturn.Month = (sal_uInt16)((_nVal / 100) % 100); in toDate()
126 (((sal_Int32)(rVal.Month%100))*100) + in toINT32()
158 …sal_Int32 nDate = ((sal_Int32)(rVal.Day%100)) + (((sal_Int32)(rVal.Month%100))*100) + (((sal_Int32… in toINT64()
220 for (sal_Int32 i = 1; i < _rDate.Month; ++i) in implRelativeToAbsoluteNull()
288 sal_Int64 nTime = toDays(Date(_rVal.Day, _rVal.Month, _rVal.Year), _rNullDate); in toDouble()
307 _rDate.Month = 12; in addDays()
313 _rDate.Month = 1; in addDays()
317 implBuildFromRelative( nTempDays, _rDate.Day, _rDate.Month, _rDate.Year ); in addDays()
328 _rDate.Month = 12; in subDays()
334 _rDate.Month = 1; in subDays()
338 implBuildFromRelative( nTempDays, _rDate.Day, _rDate.Month, _rDate.Year ); in subDays()
401 xRet.Month = aDate.Month; in toDateTime()
447 …e(aTime.HundredthSeconds,aTime.Seconds,aTime.Minutes,aTime.Hours,aDate.Day,aDate.Month,aDate.Year); in toDateTime()