Home
last modified time | relevance | path

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

/trunk/main/vos/inc/vos/
H A Dtimer.hxx97 inline sal_Bool operator<(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator <() argument
99 if (rTimeA.Seconds < rTimeB.Seconds) in operator <()
101 else if (rTimeA.Seconds > rTimeB.Seconds) in operator <()
104 return (rTimeA.Nanosec < rTimeB.Nanosec); in operator <()
107 inline sal_Bool operator>(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator >() argument
109 if (rTimeA.Seconds > rTimeB.Seconds) in operator >()
111 else if (rTimeA.Seconds < rTimeB.Seconds) in operator >()
114 return (rTimeA.Nanosec > rTimeB.Nanosec); in operator >()
117 inline sal_Bool operator==(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator ==() argument
119 return ((rTimeA.Seconds == rTimeB.Seconds) && in operator ==()
[all …]
/trunk/main/store/workben/
H A Dt_store.cxx116 friend OTime operator- (const OTime& rTimeA, const OTime& rTimeB) in operator -() argument
118 OTime aTimeC (rTimeA); in operator -()

Completed in 18 milliseconds