Searched refs:NanoSeconds (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sal/osl/w32/ |
H A D | time.c | 81 pDateTime->NanoSeconds = pTimeVal->Nanosec; in osl_getDateTimeFromTimeValue() 120 pTimeVal->Nanosec = pDateTime->NanoSeconds; in osl_getTimeValueFromDateTime()
|
/aoo41x/main/sal/osl/unx/ |
H A D | time.c | 75 pDateTime->NanoSeconds = pTimeVal->Nanosec; in osl_getDateTimeFromTimeValue() 148 pTimeVal->Nanosec = pDateTime->NanoSeconds; in osl_getTimeValueFromDateTime()
|
/aoo41x/main/sal/osl/os2/ |
H A D | time.c | 75 pDateTime->NanoSeconds = pTimeVal->Nanosec; in osl_getDateTimeFromTimeValue() 148 pTimeVal->Nanosec = pDateTime->NanoSeconds; in osl_getTimeValueFromDateTime()
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | DateTimeHelper.cxx | 82 aDateTime.NanoSeconds = 0; in ISO8601_To_DateTime() 216 aDateTime.NanoSeconds = 0; in RFC2068_To_DateTime()
|
/aoo41x/main/oox/source/docprop/ |
H A D | docprophandler.cxx | 122 … aOslDTime.NanoSeconds = (sal_uInt32)(aChars.copy( 20, 1 ).toInt32() * 10e8); in GetDateTimeFromW3CDTF() 156 …return util::DateTime( (sal_uInt16)( aOslDTime.NanoSeconds / 1e7 ), aOslDTime.Seconds, aOslDTime.M… in GetDateTimeFromW3CDTF()
|
/aoo41x/main/sal/inc/osl/ |
H A D | time.h | 64 sal_uInt32 NanoSeconds; member
|
/aoo41x/main/extensions/source/logging/ |
H A D | logrecord.cxx | 82 …aTimeStamp.HundredthSeconds = ::sal::static_int_cast< sal_Int16 >( aDateTime.NanoSeconds / 1000000… in createLogRecord()
|
H A D | loggerconfig.cxx | 128 ::sal::static_int_cast< sal_Int16 >( aDateTime.NanoSeconds / 10000000 ) ); in lcl_substituteFileHandlerURLVariables_nothrow()
|
/aoo41x/main/pyuno/source/module/ |
H A D | pyuno_util.cxx | 160 localDateTime.NanoSeconds/1000000), in log()
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 2463 aDateTime.HundredthSeconds = (unsigned short)(myDateTime.NanoSeconds / 10000000); in commit()
|
/aoo41x/main/basic/source/runtime/ |
H A D | methods.cxx | 3093 aTime = Time( aDT.Hours, aDT.Minutes, aDT.Seconds, 10000000*aDT.NanoSeconds ); in RTLFUNC()
|
/aoo41x/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 249 …:%d %d nsecs\n", pDateTime->Hours, pDateTime->Minutes, pDateTime->Seconds, pDateTime->NanoSeconds); in printTime()
|
Completed in 138 milliseconds