Home
last modified time | relevance | path

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

/aoo4110/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx325 static sal_Bool isEqualTimeValue ( const TimeValue* time1, const TimeValue* time2) in isEqualTimeValue() argument
327 if( time1->Seconds == time2->Seconds && in isEqualTimeValue()
328 time1->Nanosec == time2->Nanosec) in isEqualTimeValue()
334 static sal_Bool isGreaterTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterTimeValue() argument
337 if ( time1->Seconds > time2->Seconds) in isGreaterTimeValue()
339 else if ( time1->Seconds == time2->Seconds) in isGreaterTimeValue()
341 if( time1->Nanosec > time2->Nanosec) in isGreaterTimeValue()
347 static sal_Bool isGreaterEqualTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterEqualTimeValue() argument
349 if( isEqualTimeValue( time1, time2) ) in isGreaterEqualTimeValue()
351 else if( isGreaterTimeValue( time1, time2)) in isGreaterEqualTimeValue()
/aoo4110/main/sal/rtl/source/
H A Dunload.cxx42 static sal_Bool isEqualTimeValue ( const TimeValue* time1, const TimeValue* time2) in isEqualTimeValue() argument
44 if( time1->Seconds == time2->Seconds && in isEqualTimeValue()
45 time1->Nanosec == time2->Nanosec) in isEqualTimeValue()
51 static sal_Bool isGreaterTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterTimeValue() argument
54 if ( time1->Seconds > time2->Seconds) in isGreaterTimeValue()
56 else if ( time1->Seconds == time2->Seconds) in isGreaterTimeValue()
58 if( time1->Nanosec > time2->Nanosec) in isGreaterTimeValue()
64 static sal_Bool isGreaterEqualTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterEqualTimeValue() argument
66 if( isEqualTimeValue( time1, time2) ) in isGreaterEqualTimeValue()
68 else if( isGreaterTimeValue( time1, time2)) in isGreaterEqualTimeValue()

Completed in 19 milliseconds