Home
last modified time | relevance | path

Searched refs:nMonths (Results 1 – 8 of 8) sorted by path

/trunk/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx459 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()
/trunk/main/sax/source/tools/
H A Dconverter.cxx1076 sal_Int32 nMonths(0); in convertDuration() local
1095 nMonths, sal_Unicode('M')); in convertDuration()
1205 rDuration.Months = static_cast<sal_Int16>(nMonths); in convertDuration()
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx612 …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 Danalysis.hxx123 …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 Danalysisadd.idl85 [in] long nStartDate, [in] long nMonths )
H A Danalysishelper.cxx437 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()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx572 sal_Int16 nMonths = pFormatter->GetCalendar()->getNumberOfMonthsInYear(); in GetMonth() local
573 for ( sal_Int16 i = 0; i < nMonths; i++ ) in GetMonth()
/trunk/main/tools/source/datetime/
H A Ddatetime.cxx420 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()

Completed in 76 milliseconds