Home
last modified time | relevance | path

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

/AOO41X/main/scaddins/source/analysis/
H A Danalysishelper.cxx1310 void lcl_GetCouppcd( ScaDate& rDate, const ScaDate& rSettle, const ScaDate& rMat, sal_Int32 nFreq ) in lcl_GetCouppcd()
1327 ScaDate aDate; in GetCouppcd()
1328 …lcl_GetCouppcd( aDate, ScaDate( nNullDate, nSettle, nBase ), ScaDate( nNullDate, nMat, nBase ), nF… 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()
1353 …lcl_GetCoupncd( aDate, ScaDate( nNullDate, nSettle, nBase ), ScaDate( nNullDate, nMat, nBase ), nF… in GetCoupncd()
1366 ScaDate aSettle( nNullDate, nSettle, nBase ); in GetCoupdaybs()
1367 ScaDate aDate; in GetCoupdaybs()
1368 lcl_GetCouppcd( aDate, aSettle, ScaDate( nNullDate, nMat, nBase ), nFreq ); in GetCoupdaybs()
1369 return ScaDate::getDiff( aDate, aSettle ); in GetCoupdaybs()
[all …]
H A Danalysishelper.hxx929 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 >=()
[all …]
H A Danalysis.cxx615 ScaDate aDate( nNullDate, nStartDate, 5 ); in getEdate()