Searched refs:ScaDate (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 1310 void lcl_GetCouppcd( ScaDate& rDate, const ScaDate& rSettle, const ScaDate& rMat, sal_Int32 nFreq ) in lcl_GetCouppcd() 1327 ScaDate aDate; in GetCouppcd() 1335 void lcl_GetCoupncd( ScaDate& rDate, const ScaDate& rSettle, const ScaDate& rMat, sal_Int32 nFreq ) in lcl_GetCoupncd() 1352 ScaDate aDate; in GetCoupncd() 1367 ScaDate aDate; in GetCoupdaybs() 1421 ScaDate aDate; in GetCoupnum() 2810 ScaDate::ScaDate() : in ScaDate() function in ScaDate 2832 ScaDate::ScaDate( const ScaDate& rCopy ) : in ScaDate() function in ScaDate 2844 ScaDate& ScaDate::operator=( const ScaDate& rCopy ) in operator =() 2935 sal_Int32 ScaDate::getDiff( const ScaDate& rFrom, const ScaDate& rTo ) throw( lang::IllegalArgument… in getDiff() [all …]
|
H A D | analysishelper.hxx | 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; 991 inline sal_Bool operator>( const ScaDate& rCmp ) const { return rCmp < *this; } in operator >() 995 inline sal_uInt16 ScaDate::getDaysInMonth() const in getDaysInMonth() 1000 inline sal_uInt16 ScaDate::getDaysInMonth( sal_uInt16 _nMon ) const in getDaysInMonth() [all …]
|
H A D | analysis.cxx | 615 ScaDate aDate( nNullDate, nStartDate, 5 ); in getEdate()
|
Completed in 62 milliseconds