Lines Matching refs:UpdateCheckConfig

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 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()
321 …const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTODOWNLOAD_ENABLED ) ) >>= nValu… in isAutoDownloadEnabled()
328 UpdateCheckConfig::getUpdateEntryVersion() const in getUpdateEntryVersion()
333 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( OLD_VERSION ) ) >>= aValue; in getUpdateEntryVersion()
341 UpdateCheckConfig::getLastChecked() const in getLastChecked()
346 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( LAST_CHECK ) ) >>= nValue; in getLastChecked()
354 UpdateCheckConfig::getCheckInterval() const in getCheckInterval()
359 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( CHECK_INTERVAL ) ) >>= nValue; in getCheckInterval()
367 UpdateCheckConfig::getLocalFileName() const in getLocalFileName()
381 UpdateCheckConfig::getDownloadDestination() const in getDownloadDestination()
386 const_cast <UpdateCheckConfig *> (this)->getByName(aName) >>= aRet; in getDownloadDestination()
394 UpdateCheckConfig::storeLocalFileName(const rtl::OUString& rLocalFileName, sal_Int64 nFileSize) in storeLocalFileName()
414 UpdateCheckConfig::clearLocalFileName() in clearLocalFileName()
431 UpdateCheckConfig::storeDownloadPaused(bool paused) in storeDownloadPaused()
440 UpdateCheckConfig::updateLastChecked() in updateLastChecked()
453 UpdateCheckConfig::storeUpdateFound( const UpdateInfo& rInfo, const rtl::OUString& aCurrentBuild) in storeUpdateFound()
490 UpdateCheckConfig::clearUpdateFound() in clearUpdateFound()
519 UpdateCheckConfig::getServiceNames() in getServiceNames()
529 UpdateCheckConfig::getImplName() in getImplName()
537 UpdateCheckConfig::getElementType() throw (uno::RuntimeException) in getElementType()
545 UpdateCheckConfig::hasElements() throw (uno::RuntimeException) in hasElements()
553 UpdateCheckConfig::getByName( const ::rtl::OUString& aName ) in getByName()
574 UpdateCheckConfig::getElementNames( ) throw (uno::RuntimeException) in getElementNames()
582 UpdateCheckConfig::hasByName( const ::rtl::OUString& aName ) throw (uno::RuntimeException) in hasByName()
590 UpdateCheckConfig::replaceByName( const ::rtl::OUString& aName, const uno::Any& aElement ) in replaceByName()
601 UpdateCheckConfig::commitChanges() in commitChanges()
652 UpdateCheckConfig::hasPendingChanges( ) throw (uno::RuntimeException) in hasPendingChanges()
664 UpdateCheckConfig::getPendingChanges( ) throw (uno::RuntimeException) in getPendingChanges()
674 bool UpdateCheckConfig::storeExtensionVersion( const rtl::OUString& rExtensionName, in storeExtensionVersion()
705 bool UpdateCheckConfig::checkExtensionVersion( const rtl::OUString& rExtensionName, in checkExtensionVersion()
738 rtl::OUString UpdateCheckConfig::getSubVersion( const rtl::OUString& rVersion, in getSubVersion()
752 bool UpdateCheckConfig::isVersionGreater( const rtl::OUString& rVersion1, in isVersionGreater()
778 UpdateCheckConfig::getImplementationName() throw (uno::RuntimeException) in getImplementationName()
786 UpdateCheckConfig::supportsService(rtl::OUString const & serviceName) in supportsService()
801 UpdateCheckConfig::getSupportedServiceNames() throw (uno::RuntimeException) in getSupportedServiceNames()