Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dunitconverter.cxx214 const sal_Int32* pnDaysInMonth = spnDaysInMonth; in calcDateTimeFromSerial() local
215 … while( *pnDaysInMonth >= nDays ) { ++aDateTime.Month; nDays -= *pnDaysInMonth; ++pnDaysInMonth; } in calcDateTimeFromSerial()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2749 const sal_Int64* pnDaysInMonth = bLeap ? spnDaysInMonthL : spnDaysInMonth; in dumpFileTime() local
2752 while( nDaysInYear >= *pnDaysInMonth ) in dumpFileTime()
2754 nDaysInYear -= *pnDaysInMonth++; in dumpFileTime()

Completed in 34 milliseconds