Home
last modified time | relevance | path

Searched refs:UpdateCheckConfig (Results 1 – 6 of 6) sorted by relevance

/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx195 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 UpdateCheckConfig
256 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 …]
H A Dupdatecheck.cxx530 … 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 …]
H A Dupdatecheckconfig.hxx87 class UpdateCheckConfig : public ::cppu::WeakImplHelper3< class
92UpdateCheckConfig( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameConta…
97 virtual ~UpdateCheckConfig();
104 static ::rtl::Reference< UpdateCheckConfig > get(
H A Dupdateprotocol.cxx258 rtl::Reference< UpdateCheckConfig > aConfig = UpdateCheckConfig::get( rxContext ); in storeExtensionUpdateInfos()
320 rtl::Reference< UpdateCheckConfig > aConfig = UpdateCheckConfig::get( rxContext ); in checkForPendingUpdates()
H A Dupdatecheckjob.cxx277 return *UpdateCheckConfig::get(xContext, *UpdateCheck::get()); in createConfigInstance()
294 UpdateCheckConfig::getImplName,
295 UpdateCheckConfig::getServiceNames,
H A Dupdatecheck.hxx42 class UpdateCheckConfig;