Lines Matching refs:SbiStream
142 SbiStream::SbiStream() in IMPL_LINK_INLINE_END()
147 SbiStream::~SbiStream() in ~SbiStream()
154 void SbiStream::MapError() in MapError()
641 SbError SbiStream::Open in Open()
719 SbError SbiStream::Close() in Close()
737 SbError SbiStream::Read( ByteString& rBuf, sal_uInt16 n, bool bForceReadingPerByte ) in Read()
759 SbError SbiStream::Read( char& ch ) in Read()
772 void SbiStream::ExpandFile() in ExpandFile()
792 SbError SbiStream::Write( const ByteString& rBuf, sal_uInt16 n ) in Write()
865 pChan[ nCh ] = new SbiStream; in Open()
975 SbiStream* SbiIoSystem::GetStream( short nChannel ) const in GetStream()
977 SbiStream* pRet = 0; in GetStream()