Home
last modified time | relevance | path

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

/trunk/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx302 static sal_Bool isEqualTimeValue ( const TimeValue* time1, const TimeValue* time2) in isEqualTimeValue() argument
304 if( time1->Seconds == time2->Seconds && in isEqualTimeValue()
305 time1->Nanosec == time2->Nanosec) in isEqualTimeValue()
311 static sal_Bool isGreaterTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterTimeValue() argument
314 if ( time1->Seconds > time2->Seconds) in isGreaterTimeValue()
316 else if ( time1->Seconds == time2->Seconds) in isGreaterTimeValue()
318 if( time1->Nanosec > time2->Nanosec) in isGreaterTimeValue()
324 static sal_Bool isGreaterEqualTimeValue( const TimeValue* time1, const TimeValue* time2) in isGreaterEqualTimeValue() argument
326 if( isEqualTimeValue( time1, time2) ) in isGreaterEqualTimeValue()
328 else if( isGreaterTimeValue( time1, time2)) in isGreaterEqualTimeValue()
/trunk/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 17 milliseconds