Home
last modified time | relevance | path

Searched refs:UpdateInstallDialog (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx96 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 …]
H A Ddp_gui_updateinstalldialog.hxx67 class UpdateInstallDialog: public ModalDialog { class
75 UpdateInstallDialog(Window * parent, std::vector<UpdateData> & aVecUpdateData,
78 ~UpdateInstallDialog();
84 UpdateInstallDialog(UpdateInstallDialog &); // not defined
85 void operator =(UpdateInstallDialog &); // not defined
H A Ddp_gui_extensioncmdqueue.cxx969 …nDialogResult = UpdateInstallDialog( m_pDialogHelper? m_pDialogHelper->getWindow() : NULL, dataDow… in _checkForUpdates()