Home
last modified time | relevance | path

Searched refs:GetDaysInYear (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx490 sal_Int32 GetDaysInYear( sal_Int32 nNullDate, sal_Int32 nDate, sal_Int32 nMode ) THROWDEF_RTE_IAE in GetDaysInYear() function
1408 return static_cast< double >( GetDaysInYear( 0, 0, nBase ) ) / nFreq; in GetCoupdays()
H A Danalysishelper.hxx85 sal_Int32 GetDaysInYear( sal_Int32 nNullDate, sal_Int32 nDate, sal_Int32 nMode ) THROWDEF_RTE_IAE;
/trunk/main/tools/source/datetime/
H A Dtdate.cxx255 short nDaysInYear = (short)GetDaysInYear(); in GetWeekOfYear()
/trunk/main/tools/inc/tools/
H A Ddate.hxx76 sal_uInt16 GetDaysInYear() const { return (IsLeapYear()) ? 366 : 365; } in GetDaysInYear() function in Date

Completed in 39 milliseconds