/aoo41x/main/tools/source/datetime/ |
H A D | tdate.cxx | 184 sal_uIntPtr nYear = GetYear(); in SetDay() 194 sal_uIntPtr nYear = GetYear(); in SetMonth() 232 short n1WDay = (short)Date( 1, 1, GetYear() ).GetDayOfWeek(); in GetWeekOfYear() 269 Date aLastDatePrevYear( 31, 12, GetYear()-1 ); in GetWeekOfYear() 285 if ( Date( 1, 1, GetYear()-1 ).IsLeapYear() ) in GetWeekOfYear() 322 return DaysInMonth( GetMonth(), GetYear() ); in GetDaysInMonth() 329 sal_uInt16 nYear = GetYear(); in IsLeapYear() 339 sal_uInt16 nYear = GetYear(); in IsValid() 365 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in operator +=() 486 rDate1.GetYear() ); in operator -() [all …]
|
H A D | datetime.cxx | 386 sal_Int64 nYears = GetYear() - 1601; in GetWin32FileDateTime()
|
/aoo41x/main/i18npool/source/calendar/ |
H A D | calendar_jewish.cxx | 192 sal_Int32 GetYear() { return year; } in GetYear() function in HebrewDate 251 int GetYear() { return year; } in GetYear() function in GregorianDate 264 fieldValue[CalendarFieldIndex::ERA] = hd.GetYear() <= 0 ? 0 : 1; in mapFromGregorian() 267 …ieldValue[CalendarFieldIndex::YEAR] = (sal_Int16)(hd.GetYear() <= 0 ? 1 - hd.GetYear() : hd.GetYea… in mapFromGregorian() 281 fieldSetValue[CalendarFieldIndex::ERA] = gd.GetYear() <= 0 ? 0 : 1; in mapToGregorian() 284 …dSetValue[CalendarFieldIndex::YEAR] = (sal_Int16)(gd.GetYear() <= 0 ? 1 - gd.GetYear() : gd.GetYea… in mapToGregorian()
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | DateHelper.cxx | 39 return rD1.GetYear() == rD2.GetYear(); in IsInSameYear() 43 return (rD1.GetYear() == rD2.GetYear()) in IsInSameMonth() 58 + ( aD1.GetYear() - aD2.GetYear() )*12 ); in GetMonthsBetweenDates() 66 long nNewYear = rD.GetYear() + nMonth/12; in GetDateSomeMonthsAway() 81 const long nFutureYear (rD.GetYear()+nYearDistance); in GetDateSomeYearsAway()
|
H A D | DateScaling.cxx | 88 fResult = aDate.GetYear(); in doScaling()
|
/aoo41x/main/svtools/source/control/ |
H A D | calendar.cxx | 573 sal_uInt16 nNewFirstYear = maFirstDate.GetYear(); in ImplFormat() 574 sal_uInt16 nNewLastYear = GetLastDate().GetYear(); in ImplFormat() 825 (nYear == maCurDate.GetYear()) ) in ImplDrawDate() 916 (nYear == aTodayDate.GetYear()) ) in ImplDrawDate() 1042 nYear = aDate.GetYear(); in ImplDraw() 1151 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw() 1180 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw() 1433 sal_uInt16 nYear = rDate.GetYear()-1; in ImplShowMenu() 1438 nMonthOff = (rDate.GetYear()-aOldFirstDate.GetYear())*12; in ImplShowMenu() 2187 return Date( 1, 1, maFirstDate.GetYear()+1 ); in GetFirstMonth() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 574 if ( aDateTime.GetYear() != TIMESTAMP_INVALID_DATETIME.GetYear() ) in ImplLoad() 576 maDateTime.Year = aDateTime.GetYear(); in ImplLoad() 601 && aDateTimeUtc.GetYear() != TIMESTAMP_INVALID_DATETIME.GetYear() ) { in ImplSave()
|
H A D | objcont.cxx | 220 now.GetYear() ) ); in UpdateDocInfoForSave() 1124 now.GetYear() ) ); in ResetFromTemplate()
|
/aoo41x/main/unotools/source/misc/ |
H A D | datetime.cxx | 56 _rOut.Year = _rDate.GetYear(); in typeConvert() 68 _rOut.Year = _rDateTime.GetYear(); in typeConvert()
|
/aoo41x/main/vcl/source/control/ |
H A D | field2.cxx | 1251 nYear = Date().GetYear(); in ImplDateGetValue() 1374 sal_uInt16 nYear = rDate.GetYear(); in ImplGetDateAsText() 1387 sal_uInt16 nYear = rDate.GetYear(); in ImplGetDateAsText() 1448 if ( (rDate.GetDay() != 31) || (rDate.GetMonth() != 12) || (rDate.GetYear() != 9999) ) in ImplDateIncrementDay() 1453 if ( (rDate.GetDay() != 1 ) || (rDate.GetMonth() != 1) || (rDate.GetYear() != 0) ) in ImplDateIncrementDay() 1465 sal_uInt16 nYear = rDate.GetYear(); in ImplDateIncrementMonth() 1504 sal_uInt16 nYear = rDate.GetYear(); in ImplDateIncrementYear() 2034 sal_uInt16 nDateYear = rDate.GetYear(); in ExpandCentury()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dptabdat.cxx | 87 case 0: nRet = aDate.GetYear(); break; in GetDatePart() 99 case 0: nRet = aDate.GetYear(); break; //!... in GetDatePart()
|
H A D | table4.cxx | 245 long nYDiff = aDate2.GetYear() - (long) aDate1.GetYear(); in FillAnalyse() 276 nYDiff = aDate2.GetYear() - (long) aDate1.GetYear(); in FillAnalyse() 1223 long nYear = aDate.GetYear(); in IncDate() 1261 long nYear = aDate.GetYear(); in IncDate()
|
H A D | dpgroup.cxx | 368 sal_Int32 year = static_cast<sal_Int32>(date.GetYear()); in match() 386 Date yearStart(1, 1, date.GetYear()); in match() 511 nResult = aDate.GetYear(); in lcl_GetDatePartValue() 521 Date aYearStart( 1, 1, aDate.GetYear() ); in lcl_GetDatePartValue()
|
/aoo41x/main/tools/source/fsys/ |
H A D | fstat.cxx | 341 aTime.wYear = aNewDate.GetYear(); in SetDateTime() 390 aNewDate.year = rNewDateTime.GetYear() - 1980; in SetDateTime()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FDateFunctions.cxx | 264 return ::com::sun::star::util::Date(aCurDate.GetDay(),aCurDate.GetMonth(),aCurDate.GetYear()); in operate() 283 aCurTime.GetDay(),aCurTime.GetMonth(),aCurTime.GetYear()); in operate()
|
/aoo41x/main/framework/source/fwi/classes/ |
H A D | converter.cxx | 243 sBuffer.append( (sal_Int32)aSource.GetYear() ); in convert_DateTime2String() 258 sal_Int32 nYear = aSource.GetYear(); in convert_DateTime2ISO8601()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 717 if(aStartDate.GetYear()!=aEndDate.GetYear()) in ExecuteEdit() 720 fTempDate=aEndDate.GetYear()-aStartDate.GetYear(); in ExecuteEdit()
|
/aoo41x/main/xmloff/source/forms/handler/ |
H A D | vcl_date_handler.cxx | 68 aDateTime.Year = aVCLDate.GetYear(); in getAttributeValue()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 268 aTmplDate.GetMonth(), aTmplDate.GetYear()); in SplitDoc() 619 aTmplDate.GetMonth(), aTmplDate.GetYear()); in SplitDoc()
|
/aoo41x/main/tools/inc/tools/ |
H A D | date.hxx | 66 sal_uInt16 GetYear() const { return (sal_uInt16)(nDate / 10000); } in GetYear() function in Date
|
/aoo41x/main/chart2/source/tools/ |
H A D | NumberFormatterWrapper.cxx | 135 nYear = pDate->GetYear(); in getFormattedString()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | chgviset.cxx | 165 aLastDateTime.SetYear( aLastDateTime.GetYear() + 100 ); in AdjustDateMode()
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 373 … ::com::sun::star::util::Date aDateStruct( aDate.GetDay(), aDate.GetMonth(), aDate.GetYear() ); in lcl_SetValue() 430 aDateTime.Year = aDate.GetYear(); in lcl_SetValue()
|
/aoo41x/main/svl/source/items/ |
H A D | dateitem.cxx | 206 aDateTime.GetYear() ); in QueryValue()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | flddat.cxx | 261 DateTimeValue.Year = aDateTime.GetYear(); in QueryValue()
|