Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Ddocoptio.cxx262 sal_uInt16 nDateDay, nDateMonth, nDateYear; in ScDocCfg() local
263 GetDate( nDateDay, nDateMonth, nDateYear ); in ScDocCfg()
295 if (pValues[nProp] >>= nIntVal) nDateYear = (sal_uInt16) nIntVal; in ScDocCfg()
322 SetDate( nDateDay, nDateMonth, nDateYear ); in ScDocCfg()
356 sal_uInt16 nDateDay, nDateMonth, nDateYear; in IMPL_LINK() local
357 GetDate( nDateDay, nDateMonth, nDateYear ); in IMPL_LINK()
379 pValues[nProp] <<= (sal_Int32) nDateYear; in IMPL_LINK()
/trunk/main/vcl/source/control/
H A Dfield2.cxx2034 sal_uInt16 nDateYear = rDate.GetYear(); in ExpandCentury() local
2035 if ( nDateYear < 100 ) in ExpandCentury()
2038 if ( nDateYear < (nTwoDigitYearStart % 100) ) in ExpandCentury()
2040 rDate.SetYear( nDateYear + (nCentury*100) ); in ExpandCentury()

Completed in 28 milliseconds