Searched refs:UpdateInstallDialog (Results 1 – 3 of 3) sorted by relevance
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()[all …]
67 class UpdateInstallDialog: public ModalDialog { class75 UpdateInstallDialog(Window * parent, std::vector<UpdateData> & aVecUpdateData,78 ~UpdateInstallDialog();84 UpdateInstallDialog(UpdateInstallDialog &); // not defined85 void operator =(UpdateInstallDialog &); // not defined
969 …nDialogResult = UpdateInstallDialog( m_pDialogHelper? m_pDialogHelper->getWindow() : NULL, dataDow… in _checkForUpdates()