Home
last modified time | relevance | path

Searched refs:DaysToDate (Results 1 – 6 of 6) sorted by relevance

/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx618 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 Dtdate.cxx98 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 Ddfa.cl165 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 Danalysishelper.cxx196 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 Danalysis.cxx626 DaysToDate( nDate, nDay, nMonth, nYear ); in getWeeknum()
640 DaysToDate( nDate, nDay, nMonth, nYear ); in getEomonth()
H A Danalysishelper.hxx65 void DaysToDate( sal_Int32 nDays, sal_uInt16& rDay, sal_uInt16& rMonth, sal_uInt16& rYear ) thro…

Completed in 52 milliseconds