Searched refs:nTimeDifference (Results 1 – 1 of 1) sorted by relevance
99 const sal_Int64 nTimeDifference);427 const sal_Int64 nTimeDifference) in ConvertToTimeValue() argument429 rTimeValue.Seconds = sal::static_int_cast<sal_Int32>(nTimeDifference / 1000000000L); in ConvertToTimeValue()430 rTimeValue.Nanosec = sal::static_int_cast<sal_Int32>(nTimeDifference % 1000000000L); in ConvertToTimeValue()
Completed in 12 milliseconds