Searched refs:aDaysInMonth (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/tools/source/datetime/ |
H A D | tdate.cxx | 52 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()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 180 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()
|
/aoo4110/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 574 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()
|
/aoo4110/main/sc/addin/datefunc/ |
H A D | dfa.cl | 80 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];
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objuno.cxx | 127 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()
|
/aoo4110/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 159 return aDaysInMonth[ nMonth ]; in DaysInMonth()
|
Completed in 43 milliseconds