Searched refs:nMat (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/scaddins/source/analysis/ |
H A D | financial.cxx | 95 if( fPrice <= 0.0 || fRedemp <= 0.0 || nSettle >= nMat ) in getDisc() 217 if( fDisc <= 0.0 || fRedemp <= 0 || nSettle >= nMat ) in getPricedisc() 229 if( fRate < 0.0 || fYield < 0.0 || nSettle >= nMat ) in getPricemat() 327 if( fPrice <= 0.0 || fRedemp <= 0.0 || nSettle >= nMat ) in getYielddisc() 349 if( fRate < 0.0 || fRate <= 0.0 || nSettle >= nMat ) in getYieldmat() 360 nMat++; in getTbilleq() 364 if( fDisc <= 0.0 || nSettle >= nMat || nDiff > 360 ) in getTbilleq() 375 if( fDisc <= 0.0 || nSettle > nMat ) in getTbillprice() 378 nMat++; in getTbillprice() 397 if( fPrice <= 0.0 || nSettle >= nMat || nDiff > 360 ) in getTbillyield() [all …]
|
H A D | analysis.hxx | 207 …virtual double SAL_CALL getReceived( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double… 208 …virtual double SAL_CALL getDisc( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fPr… 223 …virtual double SAL_CALL getTbilleq( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double … 224 …virtual double SAL_CALL getTbillprice( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, doub… 225 …virtual double SAL_CALL getTbillyield( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, doub… 233 …virtual double SAL_CALL getCoupncd( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_Int… 234 …virtual double SAL_CALL getCoupdays( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_In… 235 …virtual double SAL_CALL getCoupdaysnc( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_… 236 …virtual double SAL_CALL getCoupdaybs( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_I… 237 …virtual double SAL_CALL getCouppcd( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_Int… [all …]
|
H A D | analysishelper.cxx | 999 double fIssMat = GetYearFrac( nNullDate, nIssue, nMat, nBase ); in GetYieldmat() 1001 double fSetMat = GetYearFrac( nNullDate, nSettle, nMat, nBase ); in GetYieldmat() 1144 double fN = GetCoupnum( nNullDate, nSettle, nMat, nFreq, nBase ); in getPrice_() 1324 if( nSettle >= nMat || CHK_Freq ) in GetCouppcd() 1349 if( nSettle >= nMat || CHK_Freq ) in GetCoupncd() 1363 if( nSettle >= nMat || CHK_Freq ) in GetCoupdaybs() 1378 if( nSettle >= nMat || CHK_Freq ) in GetCoupdaysnc() 1388 …return GetCoupdays( nNullDate, nSettle, nMat, nFreq, nBase ) - GetCoupdaybs( nNullDate, nSettle, n… in GetCoupdaysnc() 1397 if( nSettle >= nMat || CHK_Freq ) in GetCoupdays() 1417 if( nSettle >= nMat || CHK_Freq ) in GetCoupnum() [all …]
|
H A D | analysishelper.hxx | 108 double GetDuration( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, double fCoup, 110 double GetYieldmat( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nIssue, 112 double GetOddfprice( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nIssue, 119 double GetOddfyield( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nIssue, 122 double GetOddlprice( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastInte… 124 double GetOddlyield( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastInte… 130 double GetCouppcd( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, 132 double GetCoupncd( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 n… 136 double GetCoupdaysnc( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, 139 double GetCoupnum( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 1138 sal_Int64 nMat = 0; in getEncHashTransporter() local 1139 if( aMat >>= nMat ) in getEncHashTransporter() 1141 …l_IntPtr, EncHashTransporter* >::iterator it = sTransporters.find( static_cast<sal_IntPtr>(nMat) ); in getEncHashTransporter()
|
Completed in 116 milliseconds