Searched refs:nTimeDifference (Results 1 – 1 of 1) sorted by relevance
96 const sal_Int64 nTimeDifference);409 const sal_Int64 nTimeDifference) in ConvertToTimeValue() argument411 rTimeValue.Seconds = sal::static_int_cast<sal_Int32>(nTimeDifference / 1000000000L); in ConvertToTimeValue()412 rTimeValue.Nanosec = sal::static_int_cast<sal_Int32>(nTimeDifference % 1000000000L); in ConvertToTimeValue()