Searched refs:lastError (Results 1 – 5 of 5) sorted by relevance
175 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()
419 OUString& getLastError() { return lastError; } in getLastError()427 OUString lastError; member in oox::core::AgileEncryptionHandler528 …lastError = OUString::createFromAscii( "Failed to base64 decode the keyData.saltValue " ) + saltVa… in parseKeyData()535 …lastError = OUString::createFromAscii( "Failed to base64 decode the dataIntegrity.encryptedHmacKey… in parseDataIntegrity()538 …lastError = OUString::createFromAscii( "Failed to base64 decode the dataIntegrity.encryptedHmacVal… in parseDataIntegrity()553 …lastError = OUString::createFromAscii( "Failed to base64 decode the passwordKeyEncryptor.saltValue… in parseEncryptedKey()556 …lastError = OUString::createFromAscii( "Failed to base64 decode the passwordKeyEncryptor.encrypted… in parseEncryptedKey()559 …lastError = OUString::createFromAscii( "Failed to base64 decode the passwordKeyEncryptor.encrypted… in parseEncryptedKey()562 …lastError = OUString::createFromAscii( "Failed to base64 decode the passwordKeyEncryptor.encrypted… in parseEncryptedKey()
489 DWORD lastError = GetLastError(); in osl_receivePipe() local491 if (lastError == ERROR_MORE_DATA) in osl_receivePipe()495 if (lastError == ERROR_PIPE_NOT_CONNECTED) in osl_receivePipe()
229 sal_Bool ImplWriteLastError( DWORD lastError, const char *szApiCall );
6401 sal_Bool ImplWriteLastError( DWORD lastError, const char *szApiCall ) argument6433 fprintf( fp, "%s returned %u (0x%x)\n", szApiCall, lastError, lastError );6442 lastError,