Home
last modified time | relevance | path

Searched refs:ExceptionCode (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/ucb/source/ucp/webdav/
H A DDAVException.hxx103 enum ExceptionCode { enum in http_dav_ucp::DAVException
139 ExceptionCode mExceptionCode;
149 DAVException( ExceptionCode inExceptionCode ) in DAVException()
156 DAVException( ExceptionCode inExceptionCode, in DAVException()
164 DAVException( ExceptionCode inExceptionCode, in DAVException()
173 DAVException( ExceptionCode inExceptionCode, in DAVException()
185 const ExceptionCode & getError() const { return mExceptionCode; } in getError()
/aoo4110/main/sal/osl/w32/
H A Dsignal.cxx256 Info.UserSignal = lpEP->ExceptionRecord->ExceptionCode; in SignalHandlerFunction()
259 switch (lpEP->ExceptionRecord->ExceptionCode) in SignalHandlerFunction()
/aoo4110/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx508 if (pRecord == 0 || pRecord->ExceptionCode != MSVC_ExceptionCode) in msci_filterCppException()
541 if (pRecord == 0 || pRecord->ExceptionCode != MSVC_ExceptionCode) in msci_filterCppException()
/aoo4110/main/vcl/win/source/app/
H A Dsalinst.cxx1131 if (pExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_MSC_CPP_EXCEPTION)
/aoo4110/main/external/mingwheaders/
H A Dmingw_atl_headers.patch176 + if (STATUS_NO_MEMORY == ep->ExceptionRecord->ExceptionCode)
348 + return ep->ExceptionRecord->ExceptionCode == STATUS_NO_MEMORY ? EXCEPTION_EXECUTE_HANDLER : EXCE…
/aoo4110/main/crashrep/source/win32/
H A Dsoreport.cpp1961 g_dwExceptionCode = aExceptionRecord.ExceptionCode; in WriteDumpFile()

Completed in 43 milliseconds