Searched refs:UpdateCheckConfig (Results 1 – 6 of 6) sorted by relevance
195 rtl::OUString UpdateCheckConfig::getDesktopDirectory() in getDesktopDirectory()224 rtl::OUString UpdateCheckConfig::getAllUsersDirectory() in getAllUsersDirectory()245 UpdateCheckConfig::UpdateCheckConfig( const uno::Reference<container::XNameContainer>& xContainer, in UpdateCheckConfig() function in UpdateCheckConfig256 UpdateCheckConfig::~UpdateCheckConfig() in ~UpdateCheckConfig()261 ::rtl::Reference< UpdateCheckConfig >262 UpdateCheckConfig::get( in get()302 return new UpdateCheckConfig( xContainer, xUpdateAvail, xIgnoredExt, rListener ); in get()308 UpdateCheckConfig::isAutoCheckEnabled() const in isAutoCheckEnabled()311 … const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTOCHECK_ENABLED ) ) >>= nValue; in isAutoCheckEnabled()318 UpdateCheckConfig::isAutoDownloadEnabled() const in isAutoDownloadEnabled()[all …]
530 … rtl::Reference< UpdateCheckConfig > rModel = UpdateCheckConfig::get(m_xContext, *aController); in run()669 rtl::Reference< UpdateCheckConfig > rModel = UpdateCheckConfig::get(m_xContext); in run()858 … rtl::Reference< UpdateCheckConfig > aConfig = UpdateCheckConfig::get( xContext, *this ); in initialize()963 rtl::Reference< UpdateCheckConfig > rModel = UpdateCheckConfig::get( m_xContext ); in install()985 rtl::Reference< UpdateCheckConfig > rModel = UpdateCheckConfig::get(m_xContext); in pause()1002 rtl::Reference< UpdateCheckConfig > rModel = UpdateCheckConfig::get(m_xContext); in resume()1081 enableAutoCheck(UpdateCheckConfig::get(m_xContext)->isAutoCheckEnabled()); in enableDownload()1182 rtl::Reference< UpdateCheckConfig > aModel(UpdateCheckConfig::get(m_xContext)); in downloadStarted()1209 rtl::Reference< UpdateCheckConfig > rModel = UpdateCheckConfig::get( m_xContext ); in downloadFinished()1225 rtl::Reference< UpdateCheckConfig > rModel = UpdateCheckConfig::get(m_xContext); in cancelDownload()[all …]
87 class UpdateCheckConfig : public ::cppu::WeakImplHelper3< class92 …UpdateCheckConfig( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameConta…97 virtual ~UpdateCheckConfig();104 static ::rtl::Reference< UpdateCheckConfig > get(
258 rtl::Reference< UpdateCheckConfig > aConfig = UpdateCheckConfig::get( rxContext ); in storeExtensionUpdateInfos()320 rtl::Reference< UpdateCheckConfig > aConfig = UpdateCheckConfig::get( rxContext ); in checkForPendingUpdates()
277 return *UpdateCheckConfig::get(xContext, *UpdateCheck::get()); in createConfigInstance()294 UpdateCheckConfig::getImplName,295 UpdateCheckConfig::getServiceNames,
42 class UpdateCheckConfig;