Searched refs:nMonths (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/forms/source/xforms/xpathlib/ |
H A D | xpathlib.cxx | 459 sal_Int32 nMonths = 0; in xforms_secondsFuction() local 465 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_secondsFuction() 489 sal_Int32 nMonths = 0; in xforms_monthsFuction() local 495 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_monthsFuction() 497 nMonths += nYears*12; in xforms_monthsFuction() 500 nMonths = 0 - nMonths; in xforms_monthsFuction() 501 xmlXPathReturnNumber(ctxt, nMonths); in xforms_monthsFuction()
|
/aoo42x/main/tools/source/datetime/ |
H A D | datetime.cxx | 420 sal_uInt16 nMonths = 0; in CreateFromWin32FileDateTime() local 424 nMonths ++; in CreateFromWin32FileDateTime() 426 1, nMonths, sal::static_int_cast< sal_uInt16 >(1601 + nYears) ). in CreateFromWin32FileDateTime() 431 (sal_uInt16)( nDays + 1 ), nMonths, in CreateFromWin32FileDateTime()
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysis.cxx | 612 …lysisAddIn::getEdate( constREFXPS& xOpt, sal_Int32 nStartDate, sal_Int32 nMonths ) THROWDEF_RTE_IAE in getEdate() argument 616 aDate.addMonths( nMonths ); in getEdate() 635 sal_Int32 SAL_CALL AnalysisAddIn::getEomonth( constREFXPS& xOpt, sal_Int32 nDate, sal_Int32 nMonths… in getEomonth() argument 642 sal_Int32 nNewMonth = nMonth + nMonths; in getEomonth()
|
H A D | analysishelper.cxx | 437 sal_Int32 nDays, nMonths/*, nYears*/; in GetDiffDate() local 439 nMonths = nM2 - nM1; in GetDiffDate() 442 nMonths += ( nY2 - nY1 ) * 12; in GetDiffDate() 444 nRet = nMonths * 30 + nDays; in GetDiffDate() 1423 … sal_uInt16 nMonths = (aMat.getYear() - aDate.getYear()) * 12 + aMat.getMonth() - aDate.getMonth(); in GetCoupnum() local 1424 return static_cast< double >( nMonths * nFreq / 12 ); in GetCoupnum()
|
H A D | analysis.hxx | 123 …virtual sal_Int32 SAL_CALL getEdate( constREFXPS&, sal_Int32 nStartDate, sal_Int32 nMonths ) THROW… 125 …virtual sal_Int32 SAL_CALL getEomonth( constREFXPS&, sal_Int32 nStartDate, sal_Int32 nMonths ) THR…
|
H A D | analysisadd.idl | 85 [in] long nStartDate, [in] long nMonths )
|
/aoo42x/main/sax/source/tools/ |
H A D | converter.cxx | 1076 sal_Int32 nMonths(0); in convertDuration() local 1095 nMonths, sal_Unicode('M')); in convertDuration() 1205 rDuration.Months = static_cast<sal_Int16>(nMonths); in convertDuration()
|
/aoo42x/main/svl/source/numbers/ |
H A D | zforfind.cxx | 572 sal_Int16 nMonths = pFormatter->GetCalendar()->getNumberOfMonthsInYear(); in GetMonth() local 573 for ( sal_Int16 i = 0; i < nMonths; i++ ) in GetMonth()
|
Completed in 77 milliseconds