Home
last modified time | relevance | path

Searched refs:UpdateCheck (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/extensions/source/update/check/
H A Dupdatecheck.cxx456 rtl::Reference< UpdateCheck > aController(UpdateCheck::get()); in runCheck()
529 rtl::Reference< UpdateCheck > aController(UpdateCheck::get()); in run()
711 rtl::Reference< UpdateCheck > aController(UpdateCheck::get()); in cancel()
883 UpdateCheck::cancel() in cancel()
901 UpdateCheck::download() in download()
930 UpdateCheck::install() in install()
978 UpdateCheck::pause() in pause()
995 UpdateCheck::resume() in resume()
1012 UpdateCheck::closeAfterFailure() in closeAfterFailure()
1218 UpdateCheck::cancelDownload() in cancelDownload()
[all …]
H A Dupdatecheck.hxx41 class UpdateCheck;
47 inline rtl::Reference< UpdateCheck > SAL_CALL operator() () const;
56 class UpdateCheck : class
61 public rtl::StaticWithInit< rtl::Reference< UpdateCheck >, UpdateCheckInitData >
63UpdateCheck() : m_eState(NOT_INITIALIZED), m_eUpdateState(UPDATESTATES_COUNT), m_pThread(NULL) {}; in UpdateCheck() function in UpdateCheck
186 inline rtl::Reference< UpdateCheck > SAL_CALL
189 return rtl::Reference< UpdateCheck > (new UpdateCheck()); in operator ()()
H A Dupdatecheckjob.cxx142 rtl::Reference< UpdateCheck > aController( UpdateCheck::get() ); in run()
253 rtl::Reference<UpdateCheck> aController( UpdateCheck::get() ); in handleExtensionUpdates()
351 return *UpdateCheckConfig::get(xContext, *UpdateCheck::get()); in createConfigInstance()

Completed in 19 milliseconds