Lines Matching refs:sal_Int32

173 sal_Int32 DateToDays( sal_uInt16 nDay, sal_uInt16 nMonth, sal_uInt16 nYear )  in DateToDays()
175 sal_Int32 nDays = ((sal_Int32)nYear-1) * 365; in DateToDays()
196 void DaysToDate( sal_Int32 nDays, sal_uInt16& rDay, sal_uInt16& rMonth, sal_uInt16& rYear ) in DaysToDate()
202 sal_Int32 nTempDays; in DaysToDate()
203 sal_Int32 i = 0; in DaysToDate()
210 nTempDays -= ((sal_Int32) rYear -1) * 365; in DaysToDate()
233 while ( (sal_Int32)nTempDays > DaysInMonth( rMonth, rYear ) ) in DaysToDate()
251 sal_Int32 GetNullDate( constREFXPS& xOpt ) THROWDEF_RTE in GetNullDate()
272 sal_Int32 GetDiffDate360( in GetDiffDate360()
304 sal_Int32 GetDiffDate360( sal_Int32 nNullDate, sal_Int32 nDate1, sal_Int32 nDate2, sal_Bool bUSAMet… in GetDiffDate360()
318 sal_Int32 GetDaysInYears( sal_uInt16 nYear1, sal_uInt16 nYear2 ) in GetDaysInYears()
337 void GetDiffParam( sal_Int32 nNullDate, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 nMode, in GetDiffParam()
338 sal_uInt16& rYears, sal_Int32& rDayDiffPart, sal_Int32& rDaysInYear ) THROWDEF_RTE_IAE in GetDiffParam()
342 sal_Int32 n = nEndDate; in GetDiffParam()
347 sal_Int32 nDate1 = nStartDate + nNullDate; in GetDiffParam()
348 sal_Int32 nDate2 = nEndDate + nNullDate; in GetDiffParam()
359 sal_Int32 nDayDiff, nDaysInYear; in GetDiffParam()
409 sal_Int32 GetDiffDate( sal_Int32 nNullDate, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 nMo… in GetDiffDate()
410 sal_Int32* pOptDaysIn1stYear ) THROWDEF_RTE_IAE in GetDiffDate()
416 sal_Int32 n = nEndDate; in GetDiffDate()
421 sal_Int32 nRet; in GetDiffDate()
437 sal_Int32 nDays, nMonths/*, nYears*/; in GetDiffDate()
481 double GetYearDiff( sal_Int32 nNullDate, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 nMode … in GetYearDiff()
483 sal_Int32 nDays1stYear; in GetYearDiff()
484 sal_Int32 nTotalDays = GetDiffDate( nNullDate, nStartDate, nEndDate, nMode, &nDays1stYear ); in GetYearDiff()
490 sal_Int32 GetDaysInYear( sal_Int32 nNullDate, sal_Int32 nDate, sal_Int32 nMode ) THROWDEF_RTE_IAE in GetDaysInYear()
513 double GetYearFrac( sal_Int32 nNullDate, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 nMode … in GetYearFrac()
519 sal_Int32 nDayDiff, nDaysInYear; in GetYearFrac()
527 double Fak( sal_Int32 n ) in Fak()
630 sal_Int32 nPlaces, sal_Int32 nMaxPlaces, sal_Bool bUsePlaces ) THROWDEF_RTE_IAE in ConvertFromDec()
649 sal_Int32 nLen = aRet.getLength(); in ConvertFromDec()
656 sal_Int32 nLeft = nPlaces - nLen; in ConvertFromDec()
718 sal_Int32 nExp = 0; in ParseDouble()
719 sal_Int32 nMaxExp = 307; in ParseDouble()
856 sal_Int32 nLog10 = sal_Int32( log10( fInt ) ); in ParseDouble()
892 double GetAmordegrc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, in GetAmordegrc()
893 double fRestVal, double fPer, double fRate, sal_Int32 nBase ) THROWDEF_RTE_IAE in GetAmordegrc()
940 double GetAmorlinc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate, sal_Int32 nFirstPer, in GetAmorlinc()
941 double fRestVal, double fPer, double fRate, sal_Int32 nBase ) THROWDEF_RTE_IAE in GetAmorlinc()
963 double GetDuration( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, double fCoup, in GetDuration()
964 double fYield, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE in GetDuration()
996 double GetYieldmat( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nIssue, in GetYieldmat()
997 double fRate, double fPrice, sal_Int32 nBase ) THROWDEF_RTE_IAE in GetYieldmat()
1012 double GetOddfprice( sal_Int32 /*nNullDate*/, sal_Int32 /*nSettle*/, sal_Int32 /*nMat*/, sal_Int32 in GetOddfprice() argument
1013sal_Int32 /*nFirstCoup*/, double /*fRate*/, double /*fYield*/, double /*fRedemp*/, sal_Int32 /*nFr… in GetOddfprice()
1014 sal_Int32 /*nBase*/ ) THROWDEF_RTE_IAE in GetOddfprice()
1085 double getYield_( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, double fCoup, double fPri… in getYield_()
1086 double fRedemp, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE in getYield_()
1137 double getPrice_( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, double fRate, double fYie… in getPrice_()
1138 double fRedemp, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE in getPrice_()
1160 double GetOddfyield( sal_Int32 /*nNullDate*/, sal_Int32 /*nSettle*/, sal_Int32 /*nMat*/, sal_Int32 in GetOddfyield() argument
1161sal_Int32 /*nFirstCoup*/, double /*fRate*/, double /*fPrice*/, double /*fRedemp*/, sal_Int32 /*nFr… in GetOddfyield()
1162 sal_Int32 /*nBase*/ ) THROWDEF_RTE_IAE in GetOddfyield()
1218 double GetOddlprice( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastCoup, in GetOddlprice()
1219 double fRate, double fYield, double fRedemp, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE in GetOddlprice()
1234 double GetOddlyield( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastCoup, in GetOddlyield()
1235 double fRate, double fPrice, double fRedemp, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE in GetOddlyield()
1251 double GetRmz( double fZins, double fZzr, double fBw, double fZw, sal_Int32 nF ) in GetRmz()
1269 double GetZw( double fZins, double fZzr, double fRmz, double fBw, sal_Int32 nF ) in GetZw()
1310 void lcl_GetCouppcd( ScaDate& rDate, const ScaDate& rSettle, const ScaDate& rMat, sal_Int32 nFreq ) in lcl_GetCouppcd()
1321 double GetCouppcd( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, sal_Int… in GetCouppcd()
1335 void lcl_GetCoupncd( ScaDate& rDate, const ScaDate& rSettle, const ScaDate& rMat, sal_Int32 nFreq ) in lcl_GetCoupncd()
1346 double GetCoupncd( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, sal_Int… in GetCoupncd()
1360 double GetCoupdaybs( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, sal_I… in GetCoupdaybs()
1375 double GetCoupdaysnc( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, sal_… in GetCoupdaysnc()
1394 double GetCoupdays( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, sal_In… in GetCoupdays()
1414 double GetCoupnum( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, sal_Int… in GetCoupnum()
1605 void SortedIndividualInt32List::Insert( sal_Int32 nDay ) in Insert()
1611 sal_Int32 nRef = Get( nIndex ); in Insert()
1624 void SortedIndividualInt32List::Insert( sal_Int32 nDay, sal_Int32 nNullDate, sal_Bool bInsertOnWeek… in Insert()
1636 …double fDay, sal_Int32 nNullDate, sal_Bool bInsertOnWeekend ) throw( uno::RuntimeException, lang::… in Insert()
1640 Insert( static_cast< sal_Int32 >( fDay ), nNullDate, bInsertOnWeekend ); in Insert()
1644 sal_Bool SortedIndividualInt32List::Find( sal_Int32 nVal ) const in Find()
1655 sal_Int32 nRef = Get( n ); in Find()
1669 sal_Int32 nNullDate, in InsertHolidayList()
1682 sal_Int32 nNullDate, in InsertHolidayList()
1692 for( sal_Int32 nIndex1 = 0; nIndex1 < aAnySeq.getLength(); nIndex1++ ) in InsertHolidayList()
1697 for( sal_Int32 nIndex2 = 0; nIndex2 < rSubSeq.getLength(); nIndex2++ ) in InsertHolidayList()
1723 for( sal_Int32 nIndex1 = 0; nIndex1 < rValueSeq.getLength(); nIndex1++ ) in Append()
1727 for( sal_Int32 nIndex2 = 0; nIndex2 < rSubSeq.getLength(); nIndex2++ ) in Append()
1734 …const uno::Sequence< uno::Sequence< sal_Int32 > >& rValueSeq ) throw( uno::RuntimeException, lang:… in Append()
1736 const uno::Sequence< sal_Int32 >* pSeqArray = rValueSeq.getConstArray(); in Append()
1737 for( sal_Int32 nIndex1 = 0; nIndex1 < rValueSeq.getLength(); nIndex1++ ) in Append()
1739 const uno::Sequence< sal_Int32 >& rSubSeq = pSeqArray[ nIndex1 ]; in Append()
1740 const sal_Int32* pArray = rSubSeq.getConstArray(); in Append()
1741 for( sal_Int32 nIndex2 = 0; nIndex2 < rSubSeq.getLength(); nIndex2++ ) in Append()
1772 for( sal_Int32 nIndex = 0; nIndex < rAnySeq.getLength(); nIndex++ ) in Append()
1783 for( sal_Int32 nIndex = 0; nIndex < rAnySeq.getLength(); nIndex++ ) in Append()
2272 sal_Int32 n1, n2; in Append()
2273 sal_Int32 nE1 = r.getLength(); in Append()
2274 sal_Int32 nE2; in Append()
2300 sal_Int32 nEle = aMultPars.getLength(); in Append()
2304 for( sal_Int32 i = 0 ; i < nEle ; i++ ) in Append()
2330 sal_Int32 nE = aValArr.getLength(); in Append()
2332 for( sal_Int32 n = 0 ; n < nE ; n++ ) in Append()
2363 sal_Int32 nLen = rRef.getLength(); in GetMatchingLevel()
2364 sal_Int32 nIndex = rRef.lastIndexOf( '^' ); in GetMatchingLevel()
2822 ScaDate::ScaDate( sal_Int32 nNullDate, sal_Int32 nDate, sal_Int32 nBase ) in ScaDate()
2877 sal_Int32 ScaDate::getDaysInMonthRange( sal_uInt16 nFrom, sal_uInt16 nTo ) const in getDaysInMonthRange()
2882 sal_Int32 nRet = 0; in getDaysInMonthRange()
2893 sal_Int32 ScaDate::getDaysInYearRange( sal_uInt16 nFrom, sal_uInt16 nTo ) const in getDaysInYearRange()
2901 void ScaDate::doAddYears( sal_Int32 nYearCount ) throw( lang::IllegalArgumentException ) in doAddYears()
2903 sal_Int32 nNewYear = nYearCount + nYear; in doAddYears()
2909 void ScaDate::addMonths( sal_Int32 nMonthCount ) throw( lang::IllegalArgumentException ) in addMonths()
2911 sal_Int32 nNewMonth = nMonthCount + nMonth; in addMonths()
2928 sal_Int32 ScaDate::getDate( sal_Int32 nNullDate ) const in getDate()
2935 sal_Int32 ScaDate::getDiff( const ScaDate& rFrom, const ScaDate& rTo ) throw( lang::IllegalArgument… in getDiff()
2940 sal_Int32 nDiff = 0; in getDiff()
3065 sal_Int32 nEnd; in convertToDouble()
3123 sal_Int32& rnResult, in getInt32()
3132 rnResult = static_cast< sal_Int32 >( fResult ); in getInt32()
3136 sal_Int32 ScaAnyConverter::getInt32( in getInt32()
3139 sal_Int32 nDefault ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in getInt32()
3141 sal_Int32 nResult; in getInt32()