Home
last modified time | relevance | path

Searched refs:lastError (Results 1 – 4 of 4) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx6404 sal_Bool ImplWriteLastError( DWORD lastError, const char *szApiCall ) argument
6436 fprintf( fp, "%s returned %u (0x%x)\n", szApiCall, lastError, lastError );
6445 lastError,
/aoo41x/main/vcl/inc/win/
H A Dsaldata.hxx229 sal_Bool ImplWriteLastError( DWORD lastError, const char *szApiCall );
/aoo41x/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx183 buf.appendAscii(ctxt->lastError.message); in make_error_message()
185 buf.append(static_cast<sal_Int32>(ctxt->lastError.line)); in make_error_message()
187 buf.append(static_cast<sal_Int32>(ctxt->lastError.int2)); in make_error_message()
312 saxex.LineNumber = static_cast<sal_Int32>(ctxt->lastError.line); in throwEx()
313 saxex.ColumnNumber = static_cast<sal_Int32>(ctxt->lastError.int2); in throwEx()
/aoo41x/main/sal/osl/w32/
H A Dpipe.c489 DWORD lastError = GetLastError(); in osl_receivePipe() local
491 if (lastError == ERROR_MORE_DATA) in osl_receivePipe()
495 if (lastError == ERROR_PIPE_NOT_CONNECTED) in osl_receivePipe()

Completed in 50 milliseconds