Lines Matching refs:UpdateInstallDialog

96 class UpdateInstallDialog::Thread: public dp_gui::Thread {
100 UpdateInstallDialog & dialog, std::vector< dp_gui::UpdateData > & aVecUpdateData);
118 UpdateInstallDialog & m_dialog;
140 friend class UpdateInstallDialog::Thread;
142 UpdateInstallDialog & m_updateDialog;
143 ::rtl::Reference<UpdateInstallDialog::Thread> m_installThread;
149 UpdateInstallDialog & updateDialog,
150 ::rtl::Reference<UpdateInstallDialog::Thread>const & thread);
172 UpdateInstallDialog::Thread::Thread( in Thread()
174 UpdateInstallDialog & dialog, in Thread()
183 void UpdateInstallDialog::Thread::stop() { in stop()
195 UpdateInstallDialog::Thread::~Thread() {} in ~Thread()
197 void UpdateInstallDialog::Thread::execute() in execute()
224 UpdateInstallDialog::UpdateInstallDialog( in UpdateInstallDialog() function in dp_gui::UpdateInstallDialog
259 m_cancel.SetClickHdl(LINK(this, UpdateInstallDialog, cancelHandler)); in UpdateInstallDialog()
265 UpdateInstallDialog::~UpdateInstallDialog() {} in ~UpdateInstallDialog()
267 sal_Bool UpdateInstallDialog::Close() in Close()
273 short UpdateInstallDialog::Execute() in Execute()
281 void UpdateInstallDialog::updateDone() in updateDone()
291 void UpdateInstallDialog::setError(INSTALL_ERROR err, ::rtl::OUString const & sExtension, in setError()
329 void UpdateInstallDialog::setError(OUString const & exceptionMessage) in setError()
335 IMPL_LINK(UpdateInstallDialog, cancelHandler, void *, EMPTYARG) in IMPL_LINK() argument
344 void UpdateInstallDialog::Thread::downloadExtensions() in downloadExtensions()
439 …m_dialog.setError(UpdateInstallDialog::ERROR_DOWNLOAD, curData.aInstalledPackage->getDisplayName()… in downloadExtensions()
455 void UpdateInstallDialog::Thread::installExtensions() in installExtensions()
557 m_dialog.setError(UpdateInstallDialog::ERROR_LICENSE_DECLINED, in installExtensions()
566 m_dialog.setError(UpdateInstallDialog::ERROR_INSTALLATION, in installExtensions()
581 void UpdateInstallDialog::Thread::removeTempDownloads() in removeTempDownloads()
595 void UpdateInstallDialog::Thread::download(OUString const & sDownloadURL, UpdateData & aUpdateData) in download()
647 UpdateInstallDialog & updateDialog, in UpdateCommandEnv()
648 ::rtl::Reference<UpdateInstallDialog::Thread>const & thread) in UpdateCommandEnv()