Lines Matching refs:UpdateCheck

318     MenuBarButtonJob(const rtl::Reference< UpdateCheck >& rUpdateCheck);
325 rtl::Reference< UpdateCheck > m_aUpdateCheck;
456 rtl::Reference< UpdateCheck > aController(UpdateCheck::get()); in runCheck()
529 rtl::Reference< UpdateCheck > aController(UpdateCheck::get()); in run()
618 MenuBarButtonJob::MenuBarButtonJob(const rtl::Reference< UpdateCheck >& rUpdateCheck) : in MenuBarButtonJob()
684 if( ! UpdateCheck::get()->isDialogShowing() ) in run()
711 rtl::Reference< UpdateCheck > aController(UpdateCheck::get()); in cancel()
752 UpdateCheck::createService(UNISTRING("com.sun.star.office.Quickstart"), m_xContext), in run()
761 UpdateCheck::createService(UNISTRING("com.sun.star.frame.Desktop"), m_xContext), in run()
783 UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues, in initialize()
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()
1027 UpdateCheck::shutdownThread(bool join) in shutdownThread()
1051 UpdateCheck::enableAutoCheck(bool enable) in enableAutoCheck()
1062 UpdateCheck::enableDownload(bool enable, bool paused) in enableDownload()
1089 UpdateCheck::downloadTargetExists(const rtl::OUString& rFileName) in downloadTargetExists()
1131 bool UpdateCheck::checkDownloadDestination( const rtl::OUString& rFileName ) in checkDownloadDestination()
1150 UpdateCheck::downloadStalled(const rtl::OUString& rErrorMessage) in downloadStalled()
1163 UpdateCheck::downloadProgressAt(sal_Int8 nPercent) in downloadProgressAt()
1176 UpdateCheck::downloadStarted(const rtl::OUString& rLocalFileName, sal_Int64 nFileSize) in downloadStarted()
1195 UpdateCheck::downloadFinished(const rtl::OUString& rLocalFileName) in downloadFinished()
1218 UpdateCheck::cancelDownload() in cancelDownload()
1245 UpdateCheck::showDialog(bool forceCheck) in showDialog()
1307 UpdateCheck::setUpdateInfo(const UpdateInfo& aInfo) in setUpdateInfo()
1388 UpdateCheck::setCheckFailedState() in setCheckFailedState()
1394 void UpdateCheck::handleMenuBarUI( rtl::Reference< UpdateHandler > rUpdateHandler, in handleMenuBarUI()
1429 void UpdateCheck::setUIState(UpdateState eState, bool suppressBubble) in setUIState()
1485 UpdateCheck::getUIState(const UpdateInfo& rInfo) in getUIState()
1503 UpdateCheck::showReleaseNote(const rtl::OUString& rURL) const in showReleaseNote()
1520 UpdateCheck::storeReleaseNote(sal_Int8 nNum, const rtl::OUString &rURL) in storeReleaseNote()
1564 void UpdateCheck::showExtensionDialog() in showExtensionDialog()
1588 UpdateCheck::getUpdateHandler() in getUpdateHandler()
1601 UpdateCheck::getInteractionHandler() const in getInteractionHandler()
1616 UpdateCheck::createService(const rtl::OUString& rServiceName, in createService()
1637 UpdateCheck::isDialogShowing() const in isDialogShowing()
1646 UpdateCheck::autoCheckStatusChanged(bool enabled) in autoCheckStatusChanged()
1665 UpdateCheck::autoCheckIntervalChanged() in autoCheckIntervalChanged()
1674 UpdateCheck::acquire() SAL_THROW(()) in acquire()
1682 UpdateCheck::release() SAL_THROW(()) in release()