Home
last modified time | relevance | path

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

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx2872 sal_uInt16 nLastDay = ::DaysInMonth( nMonth, nYear ); in setDay() local
2873 nDay = bLastDay ? nLastDay : Min( nOrigDay, nLastDay ); in setDay()
2930 sal_uInt16 nLastDay = ::DaysInMonth( nMonth, nYear ); in getDate() local
2931 sal_uInt16 nRealDay = (bLastDayMode && bLastDay) ? nLastDay : Min( nLastDay, nOrigDay ); in getDate()

Completed in 44 milliseconds