Home
last modified time | relevance | path

Searched refs:nNanoSec (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/datetime/
H A Dttime.cxx65 sal_Int64 nRet = nNanoSec; in TimeToNanoSec()
76 if ( nNanoSec < 0 ) in NanoSecToTime()
78 nNanoSec *= -1; in NanoSecToTime()
106 init(nHour, nMin, nSec, nNanoSec); in Time()
121 nNanoSec %= nanoSecInSec; in init()
128 nTime = nNanoSec + in init()
142 ( nNanoSec + in SetHour()
159 ( nNanoSec + in SetMin()
176 ( nNanoSec + in SetSec()
208 ( nNanoSec + in GetNSFromTime()
[all …]
H A Dsystemdatetime.cxx46 sal_Int64 nNanoSec) in ConvertHMSnToInt() argument
48 return (nHour * HOUR_MASK) + (nMin * MIN_MASK) + (nSec * SEC_MASK) + nNanoSec; in ConvertHMSnToInt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/datetime/
H A Dttime.cxx65 sal_Int64 nRet = nNanoSec; in TimeToNanoSec()
76 if ( nNanoSec < 0 ) in NanoSecToTime()
78 nNanoSec *= -1; in NanoSecToTime()
106 init(nHour, nMin, nSec, nNanoSec); in Time()
121 nNanoSec %= nanoSecInSec; in init()
128 nTime = nNanoSec + in init()
142 ( nNanoSec + in SetHour()
159 ( nNanoSec + in SetMin()
176 ( nNanoSec + in SetSec()
208 ( nNanoSec + in GetNSFromTime()
[all …]
H A Dsystemdatetime.cxx46 sal_Int64 nNanoSec) in ConvertHMSnToInt() argument
48 return (nHour * HOUR_MASK) + (nMin * MIN_MASK) + (nSec * SEC_MASK) + nNanoSec; in ConvertHMSnToInt()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/misc/
H A Ddatetime.cxx375 sal_Int32 nNanoSec = 0; in ISO8601parseTime() local
418 nNanoSec = ::rtl::math::round(frac); in ISO8601parseTime()
454 nNanoSec = ::rtl::math::round(frac); in ISO8601parseTime()
486 nNanoSec = ::rtl::math::round(frac); in ISO8601parseTime()
496 if (nNanoSec == 1000000000) in ISO8601parseTime()
498 nNanoSec = 0; in ISO8601parseTime()
517 rTime.NanoSeconds = nNanoSec; in ISO8601parseTime()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/misc/
H A Ddatetime.cxx375 sal_Int32 nNanoSec = 0; in ISO8601parseTime() local
410 nNanoSec = ::rtl::math::round(frac); in ISO8601parseTime()
441 nNanoSec = ::rtl::math::round(frac); in ISO8601parseTime()
467 nNanoSec = ::rtl::math::round(frac); in ISO8601parseTime()
479 if (nNanoSec == 1000000000) in ISO8601parseTime()
481 nNanoSec = 0; in ISO8601parseTime()
500 rTime.NanoSeconds = nNanoSec; in ISO8601parseTime()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dfield2.cxx1960 sal_Int64 nNanoSec = 0; in TextToTime() local
2067 nNanoSec = aStr.toString().toInt64(); in TextToTime()
2070 if ( nNanoSec ) in TextToTime()
2081 nNanoSec *= 10; in TextToTime()
2087 nNanoSec = (nNanoSec + 5) / 10; in TextToTime()
2092 assert(nNanoSec > -1000000000 && nNanoSec < 1000000000); in TextToTime()
2097 nSecond = nNanoSec = 0; in TextToTime()
2099 nNanoSec = 0; in TextToTime()
2104 (nSecond < 0) || (nNanoSec < 0) ) in TextToTime()
2125 (nSecond < 0) || (nNanoSec < 0) ) in TextToTime()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dfield2.cxx2405 sal_Int64 nNanoSec = 0; in TextToTime() local
2512 nNanoSec = aStr.toString().toInt64(); in TextToTime()
2515 if ( nNanoSec ) in TextToTime()
2526 nNanoSec *= 10; in TextToTime()
2532 nNanoSec = (nNanoSec + 5) / 10; in TextToTime()
2537 assert(nNanoSec > -1000000000 && nNanoSec < 1000000000); in TextToTime()
2542 nSecond = nNanoSec = 0; in TextToTime()
2544 nNanoSec = 0; in TextToTime()
2549 (nSecond < 0) || (nNanoSec < 0) ) in TextToTime()
2570 (nSecond < 0) || (nNanoSec < 0) ) in TextToTime()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dtime.hxx40 sal_uInt32 nSec, sal_uInt64 nNanoSec);
75 sal_uInt32 nSec = 0, sal_uInt64 nNanoSec = 0 );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dtime.hxx40 sal_uInt32 nSec, sal_uInt64 nNanoSec);
75 sal_uInt32 nSec = 0, sal_uInt64 nNanoSec = 0 );
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A Ddbconversion.cxx144 sal_Int32 nNanoSec = rVal.NanoSeconds; in getNsFromTime() local
146 return nNanoSec + in getNsFromTime()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A Ddbconversion.cxx147 sal_Int32 nNanoSec = rVal.NanoSeconds; in getNsFromTime() local
149 return nNanoSec + in getNsFromTime()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/orcus/
H A Dinterface.cxx1192 sal_uInt32 nNanoSec = (second - nSec) * ::tools::Time::nanoSecPerSec; in set_date_time() local
1193 tools::Time aTime(hour, minute, nSec, nNanoSec); in set_date_time()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/orcus/
H A Dinterface.cxx1161 sal_uInt32 nNanoSec = (second - nSec) * ::tools::Time::nanoSecPerSec; in set_date_time() local
1162 tools::Time aTime(hour, minute, nSec, nNanoSec); in set_date_time()