Searched refs:spnDaysInMonth (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/oox/source/xls/ |
H A D | unitconverter.cxx | 212 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()
|
/aoo41x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 2747 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 34 milliseconds