Searched refs:ERRCODE_BUTTON_CANCEL (Results 1 – 7 of 7) sorted by relevance
118 ERRCODE_BUTTON_CANCEL); in executeLoginDialog()430 == RET_OK ? ERRCODE_BUTTON_OK : ERRCODE_BUTTON_CANCEL); in executeMasterPasswordDialog()439 == RET_OK ? ERRCODE_BUTTON_OK : ERRCODE_BUTTON_CANCEL); in executeMasterPasswordDialog()537 … rInfo.SetResult( pDialog->Execute() == RET_OK ? ERRCODE_BUTTON_OK : ERRCODE_BUTTON_CANCEL ); in executePasswordDialog()548 … rInfo.SetResult( pDialog->Execute() == RET_OK ? ERRCODE_BUTTON_OK : ERRCODE_BUTTON_CANCEL ); in executePasswordDialog()561 … rInfo.SetResult( pDialog->Execute() == RET_OK ? ERRCODE_BUTTON_OK : ERRCODE_BUTTON_CANCEL ); in executePasswordDialog()
118 aResult = ERRCODE_BUTTON_CANCEL; in executeErrorDialog()288 case ERRCODE_BUTTON_CANCEL: in handleErrorHandlerRequest()
57 m_nRet( ERRCODE_BUTTON_CANCEL ) in LoginErrorInfo()
1170 aResult = ERRCODE_BUTTON_CANCEL; in executeMessageBox()
67 …if ( (ERRCODE_BUTTON_CANCEL|ERRCODE_BUTTON_RETRY) == (nFlags & (ERRCODE_BUTTON_CANCEL|ERRCODE_BUTT… in aWndFunc()138 nRet = ERRCODE_BUTTON_CANCEL; in aWndFunc()
53 #define ERRCODE_BUTTON_CANCEL 0x02 macro
458 if ( ERRCODE_BUTTON_CANCEL == ErrorHandler::HandleError( pErr->GetErrorId() ) ) in impl_createManagerForModel()