Lines Matching refs:nDays
351 sal_Int32 nDays = aDateTime - aReferenceDate; in xforms_daysFromDateFunction() local
352 xmlXPathReturnNumber(ctxt, nDays); in xforms_daysFromDateFunction()
376 sal_Int32 nDays = aDateTime - aReferenceDate; in xforms_secondsFromDateTimeFunction() local
377 sal_Int32 nSeconds = nDays * 24 * 60 * 60; in xforms_secondsFromDateTimeFunction()
388 …onst xmlChar* aString, sal_Bool& bNegative, sal_Int32& nYears, sal_Int32& nMonth, sal_Int32& nDays, in parseDuration() argument
424 nDays = atoi(pString); in parseDuration()
460 sal_Int32 nDays = 0; in xforms_secondsFuction() local
465 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_secondsFuction()
469 nSeconds += nDays*24*60*60; in xforms_secondsFuction()
490 sal_Int32 nDays = 0; in xforms_monthsFuction() local
495 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_monthsFuction()