Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx972 UpdateDialog* pUpdateDialog; in _solar_checkForUpdates() local
975pUpdateDialog = new UpdateDialog( m_xContext, m_pDialogHelper? m_pDialogHelper->getWindow() : NULL… in _solar_checkForUpdates()
977pUpdateDialog->notifyMenubar( true, false ); // prepare the checking, if there updates to be notif… in _solar_checkForUpdates()
979 if ( ( pUpdateDialog->Execute() == RET_OK ) && !vData.empty() ) in _solar_checkForUpdates()
999pUpdateDialog->notifyMenubar( false, true ); // Check, if there are still pending updates to be no… in _solar_checkForUpdates()
1002pUpdateDialog->notifyMenubar( false, false ); // Check, if there are pending updates to be notifie… in _solar_checkForUpdates()
1015pUpdateDialog->notifyMenubar( false, false ); // check if there updates to be notified via menu ba… in _solar_checkForUpdates()
1017 delete pUpdateDialog; in _solar_checkForUpdates()