Searched defs:aDaysInMonth (Results 1 – 6 of 6) sorted by relevance
/trunk/main/tools/source/datetime/ |
H A D | tdate.cxx | 52 static sal_uInt16 aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30, variable
|
/trunk/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 180 static sal_Int32 aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30, variable
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DBTypeConversion.java | 34 private static int aDaysInMonth[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; field in DBTypeConversion
|
/trunk/main/sfx2/source/doc/ |
H A D | objuno.cxx | 127 static sal_uInt16 aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30, variable
|
/trunk/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 574 static sal_uInt16 aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30, in DaysInMonth() local
|
/trunk/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 158 static const sal_uInt16 aDaysInMonth[] = { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in DaysInMonth() local
|
Completed in 93 milliseconds