Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 43) sorted by relevance

12

/trunk/test/testcommon/source/org/openoffice/test/common/
H A DXMLReporter.java86 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 DCSVReporter.java65 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()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java109 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()
/trunk/main/uui/source/
H A Diahndl-ssl.cxx193 sal_Int32 const & failure, in executeSSLWarnDialog() argument
212 switch( failure ) in executeSSLWarnDialog()
238 ERRCODE_AREA_UUI_UNKNOWNAUTH + failure + DESCRIPTION_1, in executeSSLWarnDialog()
248 ERRCODE_AREA_UUI_UNKNOWNAUTH + failure + TITLE, &aTitle); in executeSSLWarnDialog()
/trunk/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx393 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()
/trunk/main/sfx2/qa/complex/sfx2/
H A DGlobalEventBroadcaster.java219 boolean failure = false; in proveExpectation()
231 failure = true; in proveExpectation()
235 return !failure; in proveExpectation()
/trunk/main/offapi/com/sun/star/ucb/
H A DContentResultSet.idl98 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 DInteractiveNetworkReadException.idl36 /** A network error specifying a read failure.
41 /** Any diagnostic message about the failure (which will typically be an
H A DInteractiveNetworkWriteException.idl36 /** A network error specifying a write failure.
41 /** Any diagnostic message about the failure (which will typically be an
H A DInteractiveNetworkConnectException.idl36 /** A network error specifying a connection failure.
H A DInteractiveNetworkResolveNameException.idl36 /** A network error specifying a name resolution failure.
H A DInteractiveNetworkGeneralException.idl36 /** A network error specifying a general failure.
H A DTransferResult.idl47 exception indicating the kind of failure.
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DCannotConnectException.idl41 <li>Communications link failure.</li>
43 <li>Internal failure of the backend access layer.</li>
/trunk/main/udkapi/com/sun/star/java/
H A DJavaVMCreationFailureException.idl37 Possible reasons for a failure are that JNI_CreateJavaVM returns
38 an error code that reflects a failure, JNI_CreateJavaVM does not
/trunk/main/offapi/com/sun/star/document/
H A DXUndoAction.idl38 …verting the action failed. In this case, the caller should assume that this is a permanent failure,
49 …peating the action failed. In this case, the caller should assume that this is a permanent failure,
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx2392 bool failure = false; in ReadPLCF() local
2406 failure = pSt->GetError(); in ReadPLCF()
2408 if (!failure) in ReadPLCF()
2411 failure = pSt->GetError(); in ReadPLCF()
2414 if (!failure) in ReadPLCF()
2427 ASSERT( !failure, "Document has corrupt PLCF, ignoring it" ); in ReadPLCF()
2429 if (failure) in ReadPLCF()
2446 bool failure = false; in GeneratePLCF() local
2450 failure = true; in GeneratePLCF()
2452 if (!failure) in GeneratePLCF()
[all …]
/trunk/main/offapi/com/sun/star/auth/
H A DPersistenceFailureException.idl33 /** indicates an underlying persistence implementation failure.
H A DAuthenticationFailedException.idl33 /** indicates failure to authenticate using the specified security context.
/trunk/main/offapi/com/sun/star/ldap/
H A DLdapConnectionException.idl34 Indicates failure to connect to an LDAP server, usually because
/trunk/main/offapi/com/sun/star/scanner/
H A DScannerException.idl47 /** Error: contains the specific reason for failure
/trunk/main/offapi/com/sun/star/task/
H A DXJobListener.idl51 It provides information about success or failure of job execution. It's possible too,
/trunk/main/offapi/com/sun/star/logging/
H A DLogLevel.idl48 /// denotes a serious failure to be logged
/trunk/main/udkapi/com/sun/star/beans/
H A DTolerantPropertySetResultType.idl32 /** specifies the possible failure types when using the
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXSpellAlternatives.idl46 a failure-type that may specify why the word was not correct.

12