Lines Matching refs:nDays
1818 long nDays = (long)aDate; in implGetDateMonth() local
1819 nDays -= 2; // normieren: 1.1.1900 => 0.0 in implGetDateMonth()
1820 aRefDate += nDays; in implGetDateMonth()
1828 long nDays = (long) aDate; in implGetDateYear() local
1829 nDays -= 2; // normieren: 1.1.1900 => 0.0 in implGetDateYear()
1830 aRefDate += nDays; in implGetDateYear()
1981 double nDays = ((double)nSeconds) / (double)(86400.0); in RTLFUNC() local
1982 rPar.Get(0)->PutDate( nDays ); // JSM in RTLFUNC()
2219 double nDays = ((double)nSeconds) / (double)(24.0*3600.0); in Now_Impl() local
2220 aSerial += nDays; in Now_Impl()
2259 double nDays = (double)nSeconds * ( 1.0 / (24.0*3600.0) ); in RTLFUNC() local
2276 pFormatter->GetOutputString( nDays, nIndex, aRes, &pCol ); in RTLFUNC()
2312 double nDays = (double)GetDayDiff( aToday ); in RTLFUNC() local
2333 pFormatter->GetOutputString( nDays, nIndex, aRes, &pCol ); in RTLFUNC()
2341 pMeth->PutDate( nDays ); in RTLFUNC()
3103 double nDays = ((double)nSeconds) / (double)(24.0*3600.0); in RTLFUNC() local
3104 fSerial += nDays; in RTLFUNC()