Home
last modified time | relevance | path

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

/aoo42x/main/vos/inc/vos/
H A Dtimer.hxx54 TTimeValue(const TTimeValue& rTimeValue) in TTimeValue()
55 { Seconds = rTimeValue.Seconds; Nanosec = rTimeValue.Nanosec; } in TTimeValue()
57 TTimeValue(const TimeValue& rTimeValue) in TTimeValue()
58 { Seconds = rTimeValue.Seconds; Nanosec = rTimeValue.Nanosec; } in TTimeValue()
/aoo42x/main/sdext/source/presenter/
H A DPresenterTimer.cxx98 TimeValue& rTimeValue,
101 const TimeValue& rTimeValue);
426 TimeValue& rTimeValue, 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()
437 const TimeValue& rTimeValue) in ConvertFromTimeValue() argument
439 return sal_Int64(rTimeValue.Seconds) * 1000000000L + rTimeValue.Nanosec; in ConvertFromTimeValue()

Completed in 14 milliseconds