Searched refs:rTimeA (Results 1 – 2 of 2) sorted by relevance
96 inline sal_Bool operator<(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator <() argument98 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 >() argument108 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 ==() argument118 return ((rTimeA.Seconds == rTimeB.Seconds) && in operator ==()[all …]
116 friend OTime operator- (const OTime& rTimeA, const OTime& rTimeB) in operator -() argument118 OTime aTimeC (rTimeA); in operator -()
Completed in 15 milliseconds