Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 5 of 5) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/web/
H A DAbstractErrorHandler.java56 public boolean error(Exception ex, Object arg, int ix, int errorType) in error() argument
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()
[all …]
H A DErrorHandler.java112 public boolean error(Exception ex, Object arg, int ix, int errorType); in error() argument
/trunk/main/offapi/com/sun/star/script/provider/
H A DScriptFrameworkErrorException.idl49 long errorType;
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx250 if ( se.errorType != provider::ScriptFrameworkErrorType::NO_SUCH_SCRIPT ) in dispatchWithNotification()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx1490 if ( sError.errorType == provider::ScriptFrameworkErrorType::NOTSUPPORTED ) in GetErrorMessage()