Lines Matching refs:SetError
276 SetError( SVSTREAM_READ_ERROR ); in Get()
322 SetError( pStrm->GetError() ); in Commit()
418 SetError( bAccessDenied ? ERRCODE_IO_ACCESSDENIED : pStrm->GetError() ); in Open()
427 SetError( pStrm->GetError() ); in Close()
442 SetError( SVSTREAM_READ_ERROR ); in Read()
464 SetError( SVSTREAM_READ_ERROR ); in Read()
466 SetError( pStrm->GetError() ); in Read()
495 SetError( SVSTREAM_WRITE_ERROR ); in Write()
497 SetError( pStrm->GetError() ); in Write()
508 pStrm->SetError( SVSTREAM_WRITE_ERROR ); in Write()
522 SetError( pStrm->GetError() ); in SetSize()
528 void StgCache::SetError( sal_uLong n ) in SetError() function in StgCache
544 r.SetError( nError ); in MoveError()