Home
last modified time | relevance | path

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

/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx941 UpdateDialog* pUpdateDialog; in _checkForUpdates() local
946pUpdateDialog = new UpdateDialog( m_xContext, m_pDialogHelper? m_pDialogHelper->getWindow() : NULL… in _checkForUpdates()
948pUpdateDialog->notifyMenubar( true, false ); // prepare the checking, if there updates to be notif… in _checkForUpdates()
950 if ( ( pUpdateDialog->Execute() == RET_OK ) && !vData.empty() ) in _checkForUpdates()
970pUpdateDialog->notifyMenubar( false, true ); // Check, if there are still pending updates to be no… in _checkForUpdates()
973pUpdateDialog->notifyMenubar( false, false ); // Check, if there are pending updates to be notifie… in _checkForUpdates()
986pUpdateDialog->notifyMenubar( false, false ); // check if there updates to be notified via menu ba… in _checkForUpdates()
988 delete pUpdateDialog; in _checkForUpdates()

Completed in 44 milliseconds