Home
last modified time | relevance | path

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

/trunk/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx175 buf.appendAscii(ctxt->lastError.message); in make_error_message()
177 buf.append(static_cast<sal_Int32>(ctxt->lastError.line)); in make_error_message()
179 buf.append(static_cast<sal_Int32>(ctxt->lastError.int2)); in make_error_message()
304 saxex.LineNumber = static_cast<sal_Int32>(ctxt->lastError.line); in throwEx()
305 saxex.ColumnNumber = static_cast<sal_Int32>(ctxt->lastError.int2); in throwEx()
/trunk/main/oox/source/core/
H A Dencryption.cxx419 OUString& getLastError() { return lastError; } in getLastError()
427 OUString lastError; member in oox::core::AgileEncryptionHandler
528lastError = OUString::createFromAscii( "Failed to base64 decode the keyData.saltValue " ) + saltVa… in parseKeyData()
535lastError = OUString::createFromAscii( "Failed to base64 decode the dataIntegrity.encryptedHmacKey… in parseDataIntegrity()
538lastError = OUString::createFromAscii( "Failed to base64 decode the dataIntegrity.encryptedHmacVal… in parseDataIntegrity()
553lastError = OUString::createFromAscii( "Failed to base64 decode the passwordKeyEncryptor.saltValue… in parseEncryptedKey()
556lastError = OUString::createFromAscii( "Failed to base64 decode the passwordKeyEncryptor.encrypted… in parseEncryptedKey()
559lastError = OUString::createFromAscii( "Failed to base64 decode the passwordKeyEncryptor.encrypted… in parseEncryptedKey()
562lastError = OUString::createFromAscii( "Failed to base64 decode the passwordKeyEncryptor.encrypted… in parseEncryptedKey()
/trunk/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()
/trunk/main/vcl/inc/win/
H A Dsaldata.hxx229 sal_Bool ImplWriteLastError( DWORD lastError, const char *szApiCall );
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx6401 sal_Bool ImplWriteLastError( DWORD lastError, const char *szApiCall ) argument
6433 fprintf( fp, "%s returned %u (0x%x)\n", szApiCall, lastError, lastError );
6442 lastError,