Searched refs:xOpt (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/scaddins/source/analysis/ |
H A D | financial.cxx | 63 …double fRet = fVal * fRate * GetYearDiff( GetNullDate( xOpt ), nIssue, nSettle, getDateMode( xOpt,… in getAccrint() 76 …double fRet = fVal * fRate * GetYearDiff( GetNullDate( xOpt ), nIssue, nSettle, getDateMode( xOpt,… in getAccrintm() 97 …double fRet = ( 1.0 - fPrice / fRedemp ) / GetYearFrac( xOpt, nSettle, nMat, getDateMode( xOpt, rO… in getDisc() 109 …double fRet = GetDuration( GetNullDate( xOpt ), nSettle, nMat, fCoup, fYield, nFreq, getDateMode(… in getDuration() 232 sal_Int32 nNullDate = GetNullDate( xOpt ); in getPricemat() 606 double fRet = GetCoupncd( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupncd() 614 … double fRet = GetCoupdays( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupdays() 622 …double fRet = GetCoupdaysnc( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupdaysnc() 630 … double fRet = GetCoupdaybs( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupdaybs() 638 double fRet = GetCouppcd( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCouppcd() [all …]
|
H A D | analysis.hxx | 148 …virtual STRING SAL_CALL getBin2Oct( constREFXPS& xOpt, const STRING& aNum, const ANY& rPlaces … 150 …virtual STRING SAL_CALL getBin2Hex( constREFXPS& xOpt, const STRING& aNum, const ANY& rPlaces … 152 …virtual STRING SAL_CALL getOct2Bin( constREFXPS& xOpt, const STRING& aNum, const ANY& rPlaces … 154 …virtual STRING SAL_CALL getOct2Hex( constREFXPS& xOpt, const STRING& aNum, const ANY& rPlaces … 156 …virtual STRING SAL_CALL getDec2Bin( constREFXPS& xOpt, sal_Int32 fNum, const ANY& rPlaces ) TH… 157 …virtual STRING SAL_CALL getDec2Oct( constREFXPS& xOpt, sal_Int32 fNum, const ANY& rPlaces ) TH… 158 …virtual STRING SAL_CALL getDec2Hex( constREFXPS& xOpt, double fNum, const ANY& rPlaces ) THROW… 160 …virtual STRING SAL_CALL getHex2Bin( constREFXPS& xOpt, const STRING& aNum, const ANY& rPlaces … 162 …virtual STRING SAL_CALL getHex2Oct( constREFXPS& xOpt, const STRING& aNum, const ANY& rPlaces … 164 …virtual sal_Int32 SAL_CALL getDelta( constREFXPS& xOpt, double fNum1, const ANY& rNum2 ) THROWDEF… [all …]
|
H A D | analysis.cxx | 604 double SAL_CALL AnalysisAddIn::getYearfrac( constREFXPS& xOpt, in getYearfrac() argument 607 double fRet = GetYearFrac( xOpt, nStartDate, nEndDate, getDateMode( xOpt, rMode ) ); in getYearfrac() 614 sal_Int32 nNullDate = GetNullDate( xOpt ); in getEdate() 623 nDate += GetNullDate( xOpt ); in getWeeknum() 637 sal_Int32 nNullDate = GetNullDate( xOpt ); in getEomonth() 665 sal_Int32 nNullDate = GetNullDate( xOpt ); in getNetworkdays() 718 aValList.Append( aAnyConv, xOpt, aOptVLst ); in getMultinomial() 868 aValList.Append( aAnyConv, xOpt, aOptVLst ); in getGcd() 893 aValList.Append( aAnyConv, xOpt, aOptVLst ); in getLcm() 1065 return fNum1 == aAnyConv.getDouble( xOpt, rNum2, 0.0 ); in getDelta() [all …]
|
H A D | analysishelper.hxx | 71 inline sal_Int32 GetDiffDate360( constREFXPS& xOpt, sal_Int32 nDate1, sal_Int32 nDate2, sal_Bool bU… 88 inline double GetYearFrac( constREFXPS& xOpt, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 … 411 const CSS::uno::Reference< CSS::beans::XPropertySet >& xOpt, 621 inline sal_Int32 GetDiffDate360( constREFXPS& xOpt, sal_Int32 nDate1, sal_Int32 nDate2, sal_Bool bU… in GetDiffDate360() argument 623 return GetDiffDate360( GetNullDate( xOpt ), nDate1, nDate2, bUSAMethod ); in GetDiffDate360() 633 inline double GetYearFrac( constREFXPS& xOpt, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 n… in GetYearFrac() argument 635 return GetYearFrac( GetNullDate( xOpt ), nStartDate, nEndDate, nMode ); in GetYearFrac()
|
H A D | analysishelper.cxx | 251 sal_Int32 GetNullDate( constREFXPS& xOpt ) THROWDEF_RTE in GetNullDate() argument 253 if( xOpt.is() ) in GetNullDate() 257 ANY aAny = xOpt->getPropertyValue( STRFROMASCII( "NullDate" ) ); in GetNullDate() 1791 const uno::Reference< beans::XPropertySet >& xOpt, in Append() 1795 rAnyConv.init( xOpt ); in Append()
|
Completed in 50 milliseconds