Lines Matching refs:SbiStream
142 SbiStream::SbiStream() in IMPL_LINK_INLINE_END()
147 SbiStream::~SbiStream() in ~SbiStream()
154 void SbiStream::MapError() in MapError()
642 SbError SbiStream::Open in Open()
720 SbError SbiStream::Close() in Close()
738 SbError SbiStream::Read( ByteString& rBuf, sal_uInt16 n, bool bForceReadingPerByte ) in Read()
760 SbError SbiStream::Read( char& ch ) in Read()
773 void SbiStream::ExpandFile() in ExpandFile()
793 SbError SbiStream::Write( const ByteString& rBuf, sal_uInt16 n ) in Write()
866 pChan[ nCh ] = new SbiStream; in Open()
976 SbiStream* SbiIoSystem::GetStream( short nChannel ) const in GetStream()
978 SbiStream* pRet = 0; in GetStream()