/trunk/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 618 void DaysToDate( sal_Int32 nDays, in DaysToDate() function 764 DaysToDate( nDays1, nDay, nMonth, nYear ); in getDiffWeeks() 799 DaysToDate(nDays1,nDay1,nMonth1,nYear1); in getDiffMonths() 800 DaysToDate(nDays2,nDay2,nMonth2,nYear2); in getDiffMonths() 848 DaysToDate(nDays1,nDay1,nMonth1,nYear1); in getDiffYears() 849 DaysToDate(nDays2,nDay2,nMonth2,nYear2); in getDiffYears() 866 DaysToDate(nDays,nDay,nMonth,nYear); in getIsLeapYear() 883 DaysToDate(nDays,nDay,nMonth,nYear); in getDaysInMonth() 900 DaysToDate(nDays,nDay,nMonth,nYear); in getDaysInYear() 929 DaysToDate(nDays,nDay,nMonth,nYear); in getWeeksInYear()
|
/trunk/main/tools/source/datetime/ |
H A D | tdate.cxx | 98 static void DaysToDate( long nDays, in DaysToDate() function 309 DaysToDate( nTempDays, nDay, nMonth, nYear ); in GetWeekOfYear() 374 DaysToDate( nTempDays, nDay, nMonth, nYear ); in operator +=() 397 DaysToDate( nTempDays, nDay, nMonth, nYear ); in operator -=() 416 DaysToDate( nTempDays, nDay, nMonth, nYear ); in operator ++() 435 DaysToDate( nTempDays, nDay, nMonth, nYear ); in operator --()
|
/trunk/main/sc/addin/datefunc/ |
H A D | dfa.cl | 165 static void DaysToDate( long nDays, 280 DaysToDate(nDays1,&nDay,&nMonth,&nYear); 321 DaysToDate(nDays1,&nDay1,&nMonth1,&nYear1); 322 DaysToDate(nDays2,&nDay2,&nMonth2,&nYear2); 368 DaysToDate(nDays1,&nDay1,&nMonth1,&nYear1); 369 DaysToDate(nDays2,&nDay2,&nMonth2,&nYear2); 394 DaysToDate(nDays,&nDay,&nMonth,&nYear); 416 DaysToDate(nDays,&nDay,&nMonth,&nYear); 451 DaysToDate(nDays,&nDay,&nMonth,&nYear); 482 DaysToDate(nDays,&nDay,&nMonth,&nYear);
|
/trunk/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() function 311 DaysToDate( nDate1, nDay1, nMonth1, nYear1 ); in GetDiffDate360() 312 DaysToDate( nDate2, nDay2, nMonth2, nYear2 ); in GetDiffDate360() 354 DaysToDate( nDate1, nDay1, nMonth1, nYear1 ); in GetDiffParam() 355 DaysToDate( nDate2, nDay2, nMonth2, nYear2 ); in GetDiffParam() 433 DaysToDate( nStartDate, nD1, nM1, nY1 ); in GetDiffDate() 434 DaysToDate( nEndDate, nD2, nM2, nY2 ); in GetDiffDate() 457 DaysToDate( nStartDate + nNullDate, nD, nM, nY ); in GetDiffDate() 502 DaysToDate( nDate, nD, nM, nY ); in GetDaysInYear() 2824 DaysToDate( nNullDate + nDate, nOrigDay, nMonth, nYear ); in ScaDate()
|
H A D | analysis.cxx | 626 DaysToDate( nDate, nDay, nMonth, nYear ); in getWeeknum() 640 DaysToDate( nDate, nDay, nMonth, nYear ); in getEomonth()
|
H A D | analysishelper.hxx | 65 void DaysToDate( sal_Int32 nDays, sal_uInt16& rDay, sal_uInt16& rMonth, sal_uInt16& rYear ) thro…
|