Lines Matching refs:UpdateCheckJob
52 class UpdateCheckJob : class
55 virtual ~UpdateCheckJob();
59 UpdateCheckJob(const uno::Reference<uno::XComponentContext>& xContext);
99 UpdateCheckJob::UpdateCheckJob( const uno::Reference<uno::XComponentContext>& xContext ) : in UpdateCheckJob() function in __anon6b69c7b10111::UpdateCheckJob
109 UpdateCheckJob::~UpdateCheckJob() in ~UpdateCheckJob()
116 UpdateCheckJob::getServiceNames() in getServiceNames()
126 UpdateCheckJob::getImplName() in getImplName()
135 UpdateCheckJob::execute(const uno::Sequence<beans::NamedValue>& namedValues) in execute()
168 void UpdateCheckJob::handleExtensionUpdates( const uno::Sequence< beans::NamedValue > &rListProp ) in handleExtensionUpdates()
208 UpdateCheckJob::getImplementationName() throw (uno::RuntimeException) in getImplementationName()
216 UpdateCheckJob::getSupportedServiceNames() throw (uno::RuntimeException) in getSupportedServiceNames()
224 UpdateCheckJob::supportsService( rtl::OUString const & serviceName ) throw (uno::RuntimeException) in supportsService()
237 void SAL_CALL UpdateCheckJob::disposing( lang::EventObject const & rEvt ) in disposing()
251 void SAL_CALL UpdateCheckJob::queryTermination( lang::EventObject const & ) in queryTermination()
257 void SAL_CALL UpdateCheckJob::notifyTermination( lang::EventObject const & ) in notifyTermination()
269 return *new UpdateCheckJob(xContext); in createJobInstance()
286 UpdateCheckJob::getImplName,
287 UpdateCheckJob::getServiceNames,