Home
last modified time | relevance | path

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

/trunk/main/scaddins/source/analysis/
H A Dfinancial.cxx63 …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()
626 double fRet = GetCoupncd( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupncd()
634 … double fRet = GetCoupdays( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupdays()
642 …double fRet = GetCoupdaysnc( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupdaysnc()
650 … double fRet = GetCoupdaybs( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupdaybs()
658 double fRet = GetCouppcd( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCouppcd()
[all …]
H A Danalysis.hxx148 …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 Danalysis.cxx604 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()
853 aValList.Append( aAnyConv, xOpt, aOptVLst ); in getGcd()
878 aValList.Append( aAnyConv, xOpt, aOptVLst ); in getLcm()
1050 return fNum1 == aAnyConv.getDouble( xOpt, rNum2, 0.0 ); in getDelta()
[all …]
H A Danalysishelper.hxx71 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 Danalysishelper.cxx251 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 65 milliseconds