Lines Matching refs:ScaDate
929 class ScaDate class
958 ScaDate();
967 ScaDate( sal_Int32 nNullDate, sal_Int32 nDate, sal_Int32 nBase );
968 ScaDate( const ScaDate& rCopy );
969 ScaDate& operator=( const ScaDate& rCopy );
987 …static sal_Int32 getDiff( const ScaDate& rFrom, const ScaDate& rTo ) throw( CSS::lang::…
989 sal_Bool operator<( const ScaDate& rCmp ) const;
990 inline sal_Bool operator<=( const ScaDate& rCmp ) const { return !(rCmp < *this); } in operator <=()
991 inline sal_Bool operator>( const ScaDate& rCmp ) const { return rCmp < *this; } in operator >()
992 inline sal_Bool operator>=( const ScaDate& rCmp ) const { return !(*this < rCmp); } in operator >=()
995 inline sal_uInt16 ScaDate::getDaysInMonth() const in getDaysInMonth()
1000 inline sal_uInt16 ScaDate::getDaysInMonth( sal_uInt16 _nMon ) const in getDaysInMonth()
1005 inline void ScaDate::setYear( sal_uInt16 nNewYear ) in setYear()
1011 inline void ScaDate::addYears( sal_Int32 nYearCount ) throw( CSS::lang::IllegalArgumentException ) in addYears()