Home
last modified time | relevance | path

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

/AOO41X/main/uui/source/
H A Diahndl-authentication.cxx118 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()
H A Diahndl-errorhandler.cxx118 aResult = ERRCODE_BUTTON_CANCEL; in executeErrorDialog()
288 case ERRCODE_BUTTON_CANCEL: in handleErrorHandlerRequest()
H A Dloginerr.hxx57 m_nRet( ERRCODE_BUTTON_CANCEL ) in LoginErrorInfo()
H A Diahndl.cxx1170 aResult = ERRCODE_BUTTON_CANCEL; in executeMessageBox()
/AOO41X/main/svtools/source/misc/
H A Dehdl.cxx67 …if ( (ERRCODE_BUTTON_CANCEL|ERRCODE_BUTTON_RETRY) == (nFlags & (ERRCODE_BUTTON_CANCEL|ERRCODE_BUTT… in aWndFunc()
138 nRet = ERRCODE_BUTTON_CANCEL; in aWndFunc()
/AOO41X/main/tools/inc/tools/
H A Derrcode.hxx53 #define ERRCODE_BUTTON_CANCEL 0x02 macro
/AOO41X/main/basic/source/basmgr/
H A Dbasicmanagerrepository.cxx458 if ( ERRCODE_BUTTON_CANCEL == ErrorHandler::HandleError( pErr->GetErrorId() ) ) in impl_createManagerForModel()