Home
last modified time | relevance | path

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

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx945 inline sal_uInt16 getDaysInMonth() const;
947 inline sal_uInt16 getDaysInMonth( sal_uInt16 _nMon ) const;
995 inline sal_uInt16 ScaDate::getDaysInMonth() const in getDaysInMonth() function in ScaDate
997 return getDaysInMonth( nMonth ); in getDaysInMonth()
1000 inline sal_uInt16 ScaDate::getDaysInMonth( sal_uInt16 _nMon ) const in getDaysInMonth() function in ScaDate
H A Danalysishelper.cxx2888 nRet += getDaysInMonth( nMonthIx ); in getDaysInMonthRange()
2967 nDiff = aFrom.getDaysInMonth() - aFrom.nDay + 1; in getDiff()
/trunk/main/scaddins/source/datefunc/
H A Ddateadd.idl75 long getDaysInMonth(
H A Ddatefunc.hxx400 virtual sal_Int32 SAL_CALL getDaysInMonth(
H A Ddatefunc.cxx875 sal_Int32 SAL_CALL ScaDateAddIn::getDaysInMonth( in getDaysInMonth() function in ScaDateAddIn

Completed in 47 milliseconds