Searched refs:pUpdateDialog (Results 1 – 1 of 1) sorted by relevance
941 UpdateDialog* pUpdateDialog; in _checkForUpdates() local946 …pUpdateDialog = new UpdateDialog( m_xContext, m_pDialogHelper? m_pDialogHelper->getWindow() : NULL… in _checkForUpdates()948 …pUpdateDialog->notifyMenubar( true, false ); // prepare the checking, if there updates to be notif… in _checkForUpdates()950 if ( ( pUpdateDialog->Execute() == RET_OK ) && !vData.empty() ) in _checkForUpdates()970 …pUpdateDialog->notifyMenubar( false, true ); // Check, if there are still pending updates to be no… in _checkForUpdates()973 …pUpdateDialog->notifyMenubar( false, false ); // Check, if there are pending updates to be notifie… in _checkForUpdates()986 …pUpdateDialog->notifyMenubar( false, false ); // check if there updates to be notified via menu ba… in _checkForUpdates()988 delete pUpdateDialog; in _checkForUpdates()
Completed in 10 milliseconds