Home
last modified time | relevance | path

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

/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx500 TimeValue systime; in run() local
551 osl_getSystemTime(&systime); in run()
555 if( last + offset > systime.Seconds ) in run()
558 tv.Seconds = static_cast< sal_Int32 > (next - systime.Seconds); in run()
570 osl_getSystemTime( &systime ); in run()
571 if ( nExtCheckTime.Seconds + offset < systime.Seconds ) in run()
H A Dupdatecheckconfig.cxx442 TimeValue systime; in updateLastChecked() local
443 osl_getSystemTime(&systime); in updateLastChecked()
445 sal_Int64 lastCheck = systime.Seconds; in updateLastChecked()

Completed in 19 milliseconds