/aoo4110/test/testcommon/source/org/openoffice/test/common/ |
H A D | XMLReporter.java | 86 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument 91 public void testFailure(Failure failure) throws Exception { in testFailure() argument 92 if (failure.getException() instanceof AssertionError) { in testFailure() 95 failureEl.setAttribute("message", failure.getMessage()); in testFailure() 96 failureEl.setAttribute("type", failure.getTestHeader()); in testFailure() 97 failureEl.setTextContent(failure.getTrace()); in testFailure() 102 errorEl.setAttribute("message", failure.getMessage()); in testFailure() 103 errorEl.setAttribute("type", failure.getTestHeader()); in testFailure() 104 errorEl.setTextContent(failure.getTrace()); in testFailure()
|
H A D | CSVReporter.java | 65 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure() argument 70 public void testFailure(Failure failure) throws Exception { in testFailure() argument 72 if (failure.getException() instanceof AssertionError) { in testFailure()
|
/aoo4110/main/wizards/com/sun/star/wizards/db/ |
H A D | DatabaseObjectWizard.java | 109 boolean failure = false; in executeWizardFromCommandLine() 138 failure = true; in executeWizardFromCommandLine() 142 failure = true; in executeWizardFromCommandLine() 145 failure = true; in executeWizardFromCommandLine() 147 if ( failure ) in executeWizardFromCommandLine()
|
/aoo4110/main/uui/source/ |
H A D | iahndl-ssl.cxx | 194 sal_Int32 const & failure, in executeSSLWarnDialog() argument 214 switch( failure ) in executeSSLWarnDialog() 240 ERRCODE_AREA_UUI_UNKNOWNAUTH + failure + DESCRIPTION_1, in executeSSLWarnDialog() 250 ERRCODE_AREA_UUI_UNKNOWNAUTH + failure + TITLE, &aTitle); in executeSSLWarnDialog()
|
/aoo4110/main/shell/source/tools/lngconvex/ |
H A D | lngconvex.cxx | 393 catch (const std::ios::failure&) in read_ulf_file() 423 catch(const std::ios::failure&) in read_file() 444 catch(const std::ios::failure&) in concatenate_files() 586 catch(const std::ios::failure& ex) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo4110/main/sfx2/qa/complex/sfx2/ |
H A D | GlobalEventBroadcaster.java | 219 boolean failure = false; in proveExpectation() 231 failure = true; in proveExpectation() 235 return !failure; in proveExpectation()
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | InteractiveNetworkReadException.idl | 36 /** A network error specifing a read failure. 41 /** Any diagnostic message about the failure (which will typically be an
|
H A D | InteractiveNetworkWriteException.idl | 36 /** A network error specifing a write failure. 41 /** Any diagnostic message about the failure (which will typically be an
|
H A D | ContentResultSet.idl | 98 which indicates the reason for the failure of the method call. 111 which indicates the reason for the failure of the method call. 125 which indicates the reason for the failure of the method call.
|
H A D | InteractiveNetworkConnectException.idl | 36 /** A network error specifing a connection failure.
|
H A D | InteractiveNetworkGeneralException.idl | 36 /** A network error specifing a general failure.
|
H A D | InteractiveNetworkResolveNameException.idl | 36 /** A network error specifing a name resolution failure.
|
H A D | TransferResult.idl | 47 exception indicating the kind of failure.
|
/aoo4110/main/offapi/com/sun/star/configuration/backend/ |
H A D | CannotConnectException.idl | 41 <li>Communications link failure.</li> 43 <li>Internal failure of the backend access layer.</li>
|
/aoo4110/main/udkapi/com/sun/star/java/ |
H A D | JavaVMCreationFailureException.idl | 37 Possible reasons for a failure are that JNI_CreateJavaVM returns 38 an error code that reflects a failure, JNI_CreateJavaVM does not
|
/aoo4110/main/offapi/com/sun/star/document/ |
H A D | XUndoAction.idl | 43 …verting the action failed. In this case, the caller should assume that this is a permanent failure, 54 …peating the action failed. In this case, the caller should assume that this is a permanent failure,
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 2383 bool failure = false; in ReadPLCF() local 2391 failure = pSt->GetError(); in ReadPLCF() 2393 if (!failure) in ReadPLCF() 2399 if (!failure) in ReadPLCF() 2414 if (failure) in ReadPLCF() 2431 bool failure = false; in GeneratePLCF() local 2435 failure = true; in GeneratePLCF() 2437 if (!failure) in GeneratePLCF() 2455 if (!failure) in GeneratePLCF() 2471 if (!failure) in GeneratePLCF() [all …]
|
/aoo4110/main/offapi/com/sun/star/ldap/ |
H A D | LdapConnectionException.idl | 34 Indicates failure to connect to an LDAP server, usually because
|
/aoo4110/main/offapi/com/sun/star/auth/ |
H A D | AuthenticationFailedException.idl | 33 /** indicates failure to authenticate using the specified security context.
|
H A D | PersistenceFailureException.idl | 33 /** indicates an underlying persistence implementation failure.
|
/aoo4110/main/testtools/qa/cli/ |
H A D | readme.txt | 26 of the failure in the console.
|
/aoo4110/main/offapi/com/sun/star/scanner/ |
H A D | ScannerException.idl | 47 /** Error: contains the specific reason for failure
|
/aoo4110/main/offapi/com/sun/star/task/ |
H A D | XJobListener.idl | 51 It provides information about success or failure of job execution. It's possible too,
|
/aoo4110/main/udkapi/com/sun/star/beans/ |
H A D | TolerantPropertySetResultType.idl | 33 /** specifies the possible failure types when using the
|
/aoo4110/main/udkapi/com/sun/star/connection/ |
H A D | XConnector.idl | 58 Couldn't reach a server (e.g. network failure),
|