Searched refs:nDateYear (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | docoptio.cxx | 262 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()
|
/aoo42x/main/vcl/source/control/ |
H A D | field2.cxx | 2034 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 51 milliseconds