Searched refs:spnDaysInMonthL (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/oox/source/dump/ |
H A D | dumperbase.cxx | 2748 static const sal_Int64 spnDaysInMonthL[] = { 31, 29, 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 31 milliseconds