Searched refs:rMonth (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/tools/source/datetime/ |
H A D | tdate.cxx | 99 sal_uInt16& rDay, sal_uInt16& rMonth, sal_uInt16& rYear ) in DaysToDate() argument 131 rMonth = 1; in DaysToDate() 132 while ( (sal_uIntPtr)nTempDays > DaysInMonth( rMonth, rYear ) ) in DaysToDate() 134 nTempDays -= DaysInMonth( rMonth, rYear ); in DaysToDate() 135 rMonth++; in DaysToDate()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 227 …static void implBuildFromRelative( sal_Int32 nDays, sal_uInt16& rDay, sal_uInt16& rMonth, sal_uInt… in implBuildFromRelative() argument 259 rMonth = 1; in implBuildFromRelative() 260 while ( nTempDays > implDaysInMonth( rMonth, rYear ) ) in implBuildFromRelative() 262 nTempDays -= implDaysInMonth( rMonth, rYear ); in implBuildFromRelative() 263 rMonth++; in implBuildFromRelative()
|
/aoo42x/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 619 sal_uInt16& rDay, sal_uInt16& rMonth, sal_uInt16& rYear ) in DaysToDate() argument 655 rMonth = 1; in DaysToDate() 656 while ( (sal_Int32)nTempDays > DaysInMonth( rMonth, rYear ) ) in DaysToDate() 658 nTempDays -= DaysInMonth( rMonth, rYear ); in DaysToDate() 659 rMonth++; in DaysToDate()
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 196 void DaysToDate( sal_Int32 nDays, sal_uInt16& rDay, sal_uInt16& rMonth, sal_uInt16& rYear ) in DaysToDate() argument 232 rMonth = 1; in DaysToDate() 233 while ( (sal_Int32)nTempDays > DaysInMonth( rMonth, rYear ) ) in DaysToDate() 235 nTempDays -= DaysInMonth( rMonth, rYear ); in DaysToDate() 236 rMonth++; in DaysToDate()
|
H A D | analysishelper.hxx | 65 void DaysToDate( sal_Int32 nDays, sal_uInt16& rDay, sal_uInt16& rMonth, sal_uInt16& rYear ) thro…
|
Completed in 117 milliseconds