Searched refs:errorType (Results 1 – 5 of 5) sorted by relevance
/aoo4110/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
|
/aoo4110/main/offapi/com/sun/star/script/provider/ |
H A D | ScriptFrameworkErrorException.idl | 49 long errorType;
|
/aoo4110/main/scripting/source/protocolhandler/ |
H A D | scripthandler.cxx | 227 if ( se.errorType != provider::ScriptFrameworkErrorType::NO_SUCH_SCRIPT ) in dispatchWithNotification()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | scriptdlg.cxx | 1490 if ( sError.errorType == provider::ScriptFrameworkErrorType::NOTSUPPORTED ) in GetErrorMessage()
|
Completed in 24 milliseconds