Searched refs:pUpdateDialog (Results 1 – 1 of 1) sorted by relevance
972 UpdateDialog* pUpdateDialog; in _solar_checkForUpdates() local975 …pUpdateDialog = new UpdateDialog( m_xContext, m_pDialogHelper? m_pDialogHelper->getWindow() : NULL… in _solar_checkForUpdates()977 …pUpdateDialog->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()999 …pUpdateDialog->notifyMenubar( false, true ); // Check, if there are still pending updates to be no… in _solar_checkForUpdates()1002 …pUpdateDialog->notifyMenubar( false, false ); // Check, if there are pending updates to be notifie… in _solar_checkForUpdates()1015 …pUpdateDialog->notifyMenubar( false, false ); // check if there updates to be notified via menu ba… in _solar_checkForUpdates()1017 delete pUpdateDialog; in _solar_checkForUpdates()