Home
last modified time | relevance | path

Searched refs:aDaysInMonth (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sc/addin/datefunc/
H A Ddfa.cl80 static USHORT aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30,
110 return aDaysInMonth[nMonth-1];
114 return aDaysInMonth[nMonth-1] + 1;
116 return aDaysInMonth[nMonth-1];
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx158 static const sal_uInt16 aDaysInMonth[] = { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in DaysInMonth() local
159 return aDaysInMonth[ nMonth ]; in DaysInMonth()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx574 static sal_uInt16 aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30, in DaysInMonth() local
578 return aDaysInMonth[nMonth-1]; in DaysInMonth()
582 return aDaysInMonth[nMonth-1] + 1; in DaysInMonth()
584 return aDaysInMonth[nMonth-1]; in DaysInMonth()
/trunk/main/tools/source/datetime/
H A Dtdate.cxx52 static sal_uInt16 aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30, variable
72 return aDaysInMonth[nMonth-1]; in DaysInMonth()
76 return aDaysInMonth[nMonth-1] + 1; in DaysInMonth()
78 return aDaysInMonth[nMonth-1]; in DaysInMonth()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx127 static sal_uInt16 aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30, variable
133 return aDaysInMonth[nMonth-1]; in DaysInMonth()
138 return aDaysInMonth[nMonth-1] + 1; in DaysInMonth()
140 return aDaysInMonth[nMonth-1]; in DaysInMonth()
/trunk/main/connectivity/source/commontools/
H A Ddbconversion.cxx180 static sal_Int32 aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30, variable
199 return aDaysInMonth[_nMonth-1]; in implDaysInMonth()
203 return aDaysInMonth[_nMonth-1] + 1; in implDaysInMonth()
205 return aDaysInMonth[_nMonth-1]; in implDaysInMonth()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java34 private static int aDaysInMonth[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; field in DBTypeConversion
156 return aDaysInMonth[_nMonth-1]; in implDaysInMonth()
159 return aDaysInMonth[_nMonth-1] + 1; in implDaysInMonth()
161 return aDaysInMonth[_nMonth-1]; in implDaysInMonth()

Completed in 53 milliseconds