| /aoo41x/main/io/source/TextInputStream/ | 
| H A D | TextInputStream.cxx | 111 …virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )  303 		sal_Int32 nRead = mxStream->readSomeBytes( mSeqSource, nBytesToRead );  in implReadNext() 343 				nRead = mxStream->readSomeBytes( aOneByteSeq, 1 );  in implReadNext() 403 sal_Int32 OTextInputStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )  in readSomeBytes()  function in io_TextInputStream::OTextInputStream 406 	return mxStream->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| /aoo41x/main/comphelper/source/streaming/ | 
| H A D | seqinputstreamserv.cxx | 67 …virtual ::sal_Int32 SAL_CALL readSomeBytes( uno::Sequence< ::sal_Int8 > & aData, ::sal_Int32 nMaxB… 147 ::sal_Int32 SAL_CALL SequenceInputStreamService::readSomeBytes( uno::Sequence< ::sal_Int8 > & aData…  in readSomeBytes()  function in __anona39c88130111::SequenceInputStreamService 153     return m_xInputStream->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| H A D | seekableinput.cxx | 142 sal_Int32 SAL_CALL OSeekableInputWrapper::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int3…  in readSomeBytes()  function in comphelper::OSeekableInputWrapper 155 	return m_xCopyInput->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| H A D | memorystream.cxx | 61 …virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )… 130 sal_Int32 SAL_CALL UNOMemoryStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytes…  in readSomeBytes()  function in comphelper::UNOMemoryStream
  | 
| H A D | otransactedfilestream.cxx | 400 ::sal_Int32 SAL_CALL OTruncatedTransactedFileStream::readSomeBytes( uno::Sequence< ::sal_Int8 >& aD…  in readSomeBytes()  function in comphelper::OTruncatedTransactedFileStream 414 		return m_pStreamData->m_xTempInStream->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes() 422 		return m_pStreamData->m_xOrigInStream->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| /aoo41x/main/io/source/stm/ | 
| H A D | omark.cxx | 515     virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) 657 sal_Int32 OMarkableInputStream::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRea…  in readSomeBytes()  function in io_stm::OMarkableInputStream 668 			nBytesRead = m_input->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes() 679 				nRead = m_input->readSomeBytes( aData , nMaxBytesToRead );	  in readSomeBytes()
  | 
| H A D | odata.cxx | 86     virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) 161 sal_Int32 ODataInputStream::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead)  in readSomeBytes()  function in io_stm::ODataInputStream 168  		nRead = m_input->readSomeBytes( aData , nMaxBytesToRead );  in readSomeBytes() 1328     virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead)  in readSomeBytes()  function in io_stm::OObjectInputStream 1332 		{ return ODataInputStream::readSomeBytes( aData, nMaxBytesToRead ); }  in readSomeBytes()
  | 
| H A D | opipe.cxx | 72     virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) 202 sal_Int32 OPipeImpl::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead)  in readSomeBytes()  function in io_stm::OPipeImpl
  | 
| /aoo41x/main/package/source/xstor/ | 
| H A D | selfterminatefilestream.cxx | 88 sal_Int32 SAL_CALL OSelfTerminateFileStream::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_I…  in readSomeBytes()  function in OSelfTerminateFileStream 94     return m_xInputStream->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| /aoo41x/main/udkapi/com/sun/star/connection/ | 
| H A D | XConnection2.idl | 40    with <code>available</code> and <code>readSomeBytes</code> 54 	long readSomeBytes([out] sequence<byte> aData, [in] long nMaxBytesToRead) 
  | 
| /aoo41x/main/xmlscript/source/xml_helper/ | 
| H A D | xml_byteseq.cxx | 59 	virtual sal_Int32 SAL_CALL readSomeBytes( 85 sal_Int32 BSeqInputStream::readSomeBytes(  in readSomeBytes()  function in xmlscript::BSeqInputStream
  | 
| /aoo41x/main/odk/examples/DevelopersGuide/UCB/ | 
| H A D | DataStreamRetriever.java | 157         int read = data.readSomeBytes( buffer, 65536 );  in printStream() 168             read = data.readSomeBytes( buffer, 65536 );  in printStream()
  | 
| /aoo41x/main/oox/source/helper/ | 
| H A D | textinputstream.cxx | 57 … virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& rData, sal_Int32 nMaxBytesToRead ) 87 sal_Int32 SAL_CALL UnoBinaryInputStream::readSomeBytes( Sequence< sal_Int8 >& rData, sal_Int32 nMax…  in readSomeBytes()  function in oox::__anon40e3eaec0111::UnoBinaryInputStream
  | 
| /aoo41x/main/package/source/zippackage/ | 
| H A D | wrapstreamforshare.cxx | 71 sal_Int32 SAL_CALL WrapStreamForShare::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 n…  in readSomeBytes()  function in WrapStreamForShare 84 	sal_Int32 nRead = m_xInStream->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| /aoo41x/main/svl/source/fsstor/ | 
| H A D | oinputstreamcontainer.cxx | 146 sal_Int32 SAL_CALL OFSInputStreamContainer::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_In…  in readSomeBytes()  function in OFSInputStreamContainer 160 	return m_xInputStream->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| H A D | ostreamcontainer.cxx | 388 sal_Int32 SAL_CALL OFSStreamContainer::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 n…  in readSomeBytes()  function in OFSStreamContainer 402 	return m_xInputStream->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| /aoo41x/main/extensions/test/stm/ | 
| H A D | pipetest.cxx | 289 	ERROR_ASSERT( 10 == input->readSomeBytes( seqRead , 10 ) , "maximal number of bytes ignored" );  in testSimple() 290 	ERROR_ASSERT( seqWrite.getLen() -10 == input->readSomeBytes( seqRead , 100 ) ,  in testSimple()
  | 
| H A D | marktest.cxx | 630 …ERROR_ASSERT( 100 == rInput->readSomeBytes( seqRead , 100	) , "wrong results using readSomeBytes" …  in testSimple() 631 	ERROR_ASSERT( 96 == rInput->readSomeBytes( seqRead , 1000) , "wrong results using readSomeBytes" );  in testSimple()
  | 
| /aoo41x/main/io/test/stm/ | 
| H A D | pipetest.cxx | 286 	ERROR_ASSERT( 10 == input->readSomeBytes( seqRead , 10 ) , "maximal number of bytes ignored" );  in testSimple() 287 	ERROR_ASSERT( seqWrite.getLength() -10 == input->readSomeBytes( seqRead , 100 ) ,  in testSimple()
  | 
| H A D | marktest.cxx | 629 …ERROR_ASSERT( 100 == rInput->readSomeBytes( seqRead , 100	) , "wrong results using readSomeBytes" …  in testSimple() 630 	ERROR_ASSERT( 96 == rInput->readSomeBytes( seqRead , 1000) , "wrong results using readSomeBytes" );  in testSimple()
  | 
| /aoo41x/main/framework/qa/complex/loadAllDocuments/ | 
| H A D | StreamSimulator.java | 159     public int readSomeBytes(byte[][] lData, int nMaxBytesToRead)  in readSomeBytes()  method in StreamSimulator 174             nRead = m_xInStream.readSomeBytes(lData,nMaxBytesToRead);  in readSomeBytes()
  | 
| /aoo41x/main/qadevOOo/runner/helper/ | 
| H A D | StreamSimulator.java | 180     public int readSomeBytes( /*OUT*/ byte[][] lData           ,  in readSomeBytes()  method in StreamSimulator 197             nRead = m_xInStream.readSomeBytes(lData,nMaxBytesToRead);  in readSomeBytes()
  | 
| /aoo41x/main/udkapi/com/sun/star/io/ | 
| H A D | XInputStream.idl | 99 	// DocMerge from xml: method com::sun::star::io::XInputStream::readSomeBytes 115 	long readSomeBytes( [out] sequence<byte> aData, 
  | 
| /aoo41x/main/extensions/workben/ | 
| H A D | testpgp.cxx | 99 	virtual sal_Int32 SAL_CALL readSomeBytes ( 296 sal_Int32 SAL_CALL DataSource_Impl::readSomeBytes (  in readSomeBytes()  function in DataSource_Impl
  | 
| /aoo41x/main/svx/source/xml/ | 
| H A D | xmlgrhlp.cxx | 87 …virtual sal_Int32	SAL_CALL	readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) t… 187 sal_Int32 SAL_CALL SvXMLGraphicInputStream::readSomeBytes( Sequence< sal_Int8 >& rData, sal_Int32 n…  in readSomeBytes()  function in SvXMLGraphicInputStream 193     return mxStmWrapper->readSomeBytes( rData, nMaxBytesToRead );  in readSomeBytes()
  |