Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dunitconverter.cxx212 static const sal_Int32 spnDaysInMonth[] = { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in calcDateTimeFromSerial() local
214 const sal_Int32* pnDaysInMonth = spnDaysInMonth; in calcDateTimeFromSerial()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2747 static const sal_Int64 spnDaysInMonth[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in dumpFileTime() local
2749 const sal_Int64* pnDaysInMonth = bLeap ? spnDaysInMonthL : spnDaysInMonth; in dumpFileTime()

Completed in 43 milliseconds