Searched refs:errorType (Results  1 – 5 of 5) sorted by relevance
| /aoo41x/main/wizards/com/sun/star/wizards/web/ | 
| H A D | AbstractErrorHandler.java | 59         switch (errorType)  in error()62                 return !showMessage(getMessageFor(ex, arg, ix, errorType), errorType);  in error()
 64                 return !showMessage(getMessageFor(ex, arg, ix, errorType), errorType);  in error()
 66                 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType);  in error()
 68                 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType);  in error()
 70                 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType);  in error()
 72                 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType);  in error()
 74                 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType);  in error()
 76                 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType);  in error()
 132         switch (errorType)  in getTrueFor()
 [all …]
 
 | 
| H A D | ErrorHandler.java | 112     public boolean error(Exception ex, Object arg, int ix, int errorType);  in error()  argument
 | 
| /aoo41x/main/offapi/com/sun/star/script/provider/ | 
| H A D | ScriptFrameworkErrorException.idl | 49     long errorType;
 | 
| /aoo41x/main/scripting/source/protocolhandler/ | 
| H A D | scripthandler.cxx | 247                     if ( se.errorType != provider::ScriptFrameworkErrorType::NO_SUCH_SCRIPT )  in dispatchWithNotification()
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | scriptdlg.cxx | 1490     if ( sError.errorType == provider::ScriptFrameworkErrorType::NOTSUPPORTED )  in GetErrorMessage()
 | 
        Completed in 29 milliseconds