Home
last modified time | relevance | path

Searched refs:nDateMonth (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()
292 if (pValues[nProp] >>= nIntVal) nDateMonth = (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()
376 pValues[nProp] <<= (sal_Int32) nDateMonth; in IMPL_LINK()

Completed in 21 milliseconds