Home
last modified time | relevance | path

Searched refs:nDateDay (Results 1 – 1 of 1) 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()
289 if (pValues[nProp] >>= nIntVal) nDateDay = (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()
373 pValues[nProp] <<= (sal_Int32) nDateDay; in IMPL_LINK()

Completed in 6 milliseconds