Lines Matching refs:Thread
96 class UpdateInstallDialog::Thread: public dp_gui::Thread { class in dp_gui::UpdateInstallDialog
99 Thread(cssu::Reference< cssu::XComponentContext > ctx,
107 Thread(Thread &); // not defined
108 void operator =(Thread &); // not defined
110 virtual ~Thread();
140 friend class UpdateInstallDialog::Thread;
143 ::rtl::Reference<UpdateInstallDialog::Thread> m_installThread;
150 ::rtl::Reference<UpdateInstallDialog::Thread>const & thread);
172 UpdateInstallDialog::Thread::Thread( in Thread() function in dp_gui::UpdateInstallDialog::Thread
183 void UpdateInstallDialog::Thread::stop() { in stop()
195 UpdateInstallDialog::Thread::~Thread() {} in ~Thread()
197 void UpdateInstallDialog::Thread::execute() in execute()
232 m_thread(new Thread(xCtx, *this, aVecUpdateData)), in UpdateInstallDialog()
344 void UpdateInstallDialog::Thread::downloadExtensions() in downloadExtensions()
455 void UpdateInstallDialog::Thread::installExtensions() in installExtensions()
581 void UpdateInstallDialog::Thread::removeTempDownloads() in removeTempDownloads()
595 void UpdateInstallDialog::Thread::download(OUString const & sDownloadURL, UpdateData & aUpdateData) in download()
648 ::rtl::Reference<UpdateInstallDialog::Thread>const & thread) in UpdateCommandEnv()