Home
last modified time | relevance | path

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

/aoo4110/main/sdext/source/presenter/
H A DPresenterTimer.cxx99 const sal_Int64 nTimeDifference);
427 const sal_Int64 nTimeDifference) in ConvertToTimeValue() argument
429 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 27 milliseconds