Home
last modified time | relevance | path

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

/aoo41x/main/vos/inc/vos/
H A Dtimer.hxx96 inline sal_Bool operator<(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator <() argument
98 if (rTimeA.Seconds < rTimeB.Seconds) in operator <()
100 else if (rTimeA.Seconds > rTimeB.Seconds) in operator <()
103 return (rTimeA.Nanosec < rTimeB.Nanosec); in operator <()
106 inline sal_Bool operator>(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator >() argument
108 if (rTimeA.Seconds > rTimeB.Seconds) in operator >()
110 else if (rTimeA.Seconds < rTimeB.Seconds) in operator >()
113 return (rTimeA.Nanosec > rTimeB.Nanosec); in operator >()
116 inline sal_Bool operator==(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator ==() argument
118 return ((rTimeA.Seconds == rTimeB.Seconds) && in operator ==()
[all …]
/aoo41x/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 17 milliseconds