Lines Matching refs:pInStream

397      pInStream(0),                          \
404 if( pInStream ) in ResetError()
405 pInStream->ResetError(); in ResetError()
447 if(!lError && pInStream) in GetErrorCode()
448 lError=pInStream->GetErrorCode(); in GetErrorCode()
597 if ( pInStream ) in GetInStream()
599 return pInStream; in GetInStream()
604 pInStream = new SvFileStream( aName, nStorOpenMode ); in GetInStream()
606 eError = pInStream->GetError(); in GetInStream()
609 && ! pInStream->IsWritable() ) in GetInStream()
612 delete pInStream; in GetInStream()
613 pInStream = NULL; in GetInStream()
617 return pInStream; in GetInStream()
628 return pInStream; in GetInStream()
642 if ( pInStream && pImp->xStorage.is() ) in CloseInStream_Impl()
648 if ( pInStream && !GetContent().is() ) in CloseInStream_Impl()
654 DELETEZ( pInStream ); in CloseInStream_Impl()
717 if ( !pInStream ) in CloseOutStream_Impl()
744 if( pInStream ) in CreateFileStream()
759 else if( pInStream ) in Commit()
760 pInStream->Flush(); in Commit()
800 …pImp->bIsStorage = SotStorage::IsStorageFile( pInStream ) && !SotStorage::IsOLEStorage( pInStream in IsStorage()
801 if ( !pInStream->GetError() && !pImp->bIsStorage ) in IsStorage()
883 if ( pInStream && !pInStream->IsWritable() ) in GetOutputStorage()
1520 if ( pInStream ) in GetStorage()
1521 pInStream->Seek(0); in GetStorage()
1597 if ( pInStream ) in GetStorage()
1598 pInStream->Seek( 0L ); in GetStorage()
2424 if ( !pInStream ) in GetMedium_Impl()
2551 pInStream = utl::UcbStreamHelper::CreateStream( pImp->xStream ); in GetMedium_Impl()
2555 pInStream = utl::UcbStreamHelper::CreateStream( pImp->xInputStream ); in GetMedium_Impl()
2609 if ( pInStream && !aLink.IsSet() ) in DownLoad()
3458 if( pInStream ) in ForceSynchronStream_Impl()
3460 SvLockBytes* pBytes = pInStream->GetLockBytes(); in ForceSynchronStream_Impl()
3796 if ( !bTransferSuccess && pInStream ) in CreateTempFile()
3806 pInStream->Seek(0); in CreateTempFile()
3809 while( !pInStream->IsEof() && nErr == ERRCODE_NONE ) in CreateTempFile()
3811 sal_uInt32 nRead = pInStream->Read( pBuf, 8192 ); in CreateTempFile()
3812 nErr = pInStream->GetError(); in CreateTempFile()
4048 return pInStream || pOutStream || pImp->xStorage.is(); in IsOpen()