Searched refs:GetBaseYear (Results 1 – 4 of 4) sorted by relevance
239 sal_uInt16 GetBaseYear() const;
325 sal_uInt16 XclRoot::GetBaseYear() const in GetBaseYear() function in XclRoot
181 …imit_cast< sal_uInt16, sal_uInt16 >( 12 * (aDateTime.GetYear() - rRoot.GetBaseYear()) + aDateTime.… in lclGetTimeValue()183 …return ::limit_cast< sal_uInt16, sal_uInt16 >( aDateTime.GetYear() - rRoot.GetBaseYear(), 0, SAL_M… in lclGetTimeValue()
172 …ast< sal_uInt16 >( 1 + nValue % 12 ), static_cast< sal_uInt16 >( rRoot.GetBaseYear() + nValue / 12… in lclGetSerialDay()174 …ot.GetDoubleFromDateTime( Date( 1, 1, static_cast< sal_uInt16 >( rRoot.GetBaseYear() + nValue ) ) … in lclGetSerialDay()
Completed in 57 milliseconds