| /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 …l_Int32 OMarkableInputStream::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead)  in readSomeBytes()  argument 668 			nBytesRead = m_input->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes() 674 			sal_Int32 nAdditionalBytesToRead = Min(nMaxBytesToRead-nInBuffer,m_input->available());  in readSomeBytes() 679 				nRead = m_input->readSomeBytes( aData , nMaxBytesToRead );	  in readSomeBytes() 701 			nBytesRead = Min( nMaxBytesToRead , nInBuffer + nRead );  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()  argument 218 				sal_Int32 nSize = Min( nMaxBytesToRead , m_pFIFO->getSize() );  in readSomeBytes()
  | 
| /aoo41x/main/svl/source/misc/ | 
| H A D | strmadpt.cxx | 334 									  sal_Int32 nMaxBytesToRead)  in readSomeBytes()  argument 341 		&& nMaxBytesToRead > 0)  in readSomeBytes() 343 	rData.realloc(nMaxBytesToRead);  in readSomeBytes() 345 	if (nMaxBytesToRead > 0)  in readSomeBytes() 352 										  nMaxBytesToRead < 0 ?  in readSomeBytes() 353 										      0 : nMaxBytesToRead,  in readSomeBytes()
  | 
| /aoo41x/main/scripting/java/com/sun/star/script/framework/io/ | 
| H A D | XInputStreamImpl.java | 70 …public int readSomeBytes( /*OUT*/byte[][] aData, /*IN*/int nMaxBytesToRead ) throws com.sun.star.i…  in readSomeBytes()  argument 72         int bytesToRead = nMaxBytesToRead;  in readSomeBytes() 74         if ( 0 < availableBytes && availableBytes < nMaxBytesToRead )  in readSomeBytes()
  | 
| /aoo41x/main/xmlscript/source/xml_helper/ | 
| H A D | xml_byteseq.cxx | 60 		Sequence< sal_Int8 > & rData, sal_Int32 nMaxBytesToRead ) 86 	Sequence< sal_Int8 > & rData, sal_Int32 nMaxBytesToRead )  in readSomeBytes()  argument 89 	return readBytes( rData, nMaxBytesToRead );  in readSomeBytes()
  | 
| /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 …_CALL UnoBinaryInputStream::readSomeBytes( Sequence< sal_Int8 >& rData, sal_Int32 nMaxBytesToRead )  in readSomeBytes()  argument 91     return mpInStrm->readData( rData, nMaxBytesToRead, 1 );  in readSomeBytes()
  | 
| /aoo41x/main/comphelper/source/streaming/ | 
| H A D | oslfile2streamwrap.cxx | 82 …apper::readSomeBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) throw( stari…  in readSomeBytes()  argument 87 	if (nMaxBytesToRead < 0)  in readSomeBytes() 98 	return readBytes(aData, nMaxBytesToRead);  in readSomeBytes()
  | 
| H A D | memorystream.cxx | 61 …Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) throw (NotC… 130 …OMemoryStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) throw (NotC…  in readSomeBytes()  argument 132 	return readBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| H A D | seqinputstreamserv.cxx | 67 …CALL readSomeBytes( uno::Sequence< ::sal_Int8 > & aData, ::sal_Int32 nMaxBytesToRead ) throw ( uno… 147 …ice::readSomeBytes( uno::Sequence< ::sal_Int8 > & aData, ::sal_Int32 nMaxBytesToRead ) throw ( uno…  in readSomeBytes()  argument 153     return m_xInputStream->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| /aoo41x/main/udkapi/com/sun/star/io/ | 
| H A D | XInputStream.idl | 101 		<var>nMaxBytesToRead</var>.  109            but no more than nMaxBytesToRead, bytes. 111         @param nMaxBytesToRead The maximum number of bytes to be read from this 116 			 [in] long nMaxBytesToRead ) 
  | 
| /aoo41x/main/unotools/source/streaming/ | 
| H A D | streamwrap.cxx | 92 …apper::readSomeBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) throw( stari…  in readSomeBytes()  argument 96 	if (nMaxBytesToRead < 0)  in readSomeBytes() 105 		return readBytes(aData, nMaxBytesToRead);  in readSomeBytes()
  | 
| /aoo41x/main/io/source/TextInputStream/ | 
| H A D | TextInputStream.cxx | 111 …virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )  403 sal_Int32 OTextInputStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )  in readSomeBytes()  argument 406 	return mxStream->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| /aoo41x/main/ucb/source/ucp/gio/ | 
| H A D | gio_inputstream.cxx | 101 … SAL_CALL InputStream::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )  in readSomeBytes()  argument 105     return readBytes(aData, nMaxBytesToRead);  in readSomeBytes()
  | 
| /aoo41x/main/package/source/xstor/ | 
| H A D | selfterminatefilestream.cxx | 88 …fTerminateFileStream::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )   in readSomeBytes()  argument 94     return m_xInputStream->readSomeBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| /aoo41x/main/ucb/source/ucp/ftp/ | 
| H A D | ftpinpstr.cxx | 99                                                   sal_Int32 nMaxBytesToRead )  in readSomeBytes()  argument 105     return readBytes(aData,nMaxBytesToRead);  in readSomeBytes()
  | 
| /aoo41x/main/extensions/workben/ | 
| H A D | testpgp.cxx | 100 		Sequence<sal_Int8> &rData, sal_Int32 nMaxBytesToRead) 297 	Sequence<sal_Int8> &rData, sal_Int32 nMaxBytesToRead)  in readSomeBytes()  argument 300 	return readBytes (rData, nMaxBytesToRead);  in readSomeBytes()
  | 
| /aoo41x/main/package/source/zippackage/ | 
| H A D | ZipPackageBuffer.cxx | 60 …SAL_CALL ZipPackageBuffer::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )   in readSomeBytes()  argument 63 	return readBytes(aData, nMaxBytesToRead);  in readSomeBytes()
  | 
| /aoo41x/main/udkapi/com/sun/star/connection/ | 
| H A D | XConnection2.idl | 51 		max <var>nMaxBytesToRead</var> but at least 1 byte. 54 	long readSomeBytes([out] sequence<byte> aData, [in] long nMaxBytesToRead) 
  | 
| /aoo41x/main/toolkit/source/helper/ | 
| H A D | unomemorystream.cxx | 63 …Bytes( ::com::sun::star::uno::Sequence< sal_Int8 >& rData, sal_Int32 nMaxBytesToRead ) throw(::com…  in readSomeBytes()  argument 70 		return readBytes( rData, std::min( nMaxBytesToRead , nAvailable ) );  in readSomeBytes()
  | 
| /aoo41x/main/connectivity/source/drivers/jdbc/ | 
| H A D | InputStream.cxx | 56 …Bytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) throw(::com…  in readSomeBytes()  argument 58 	return readBytes(aData,nMaxBytesToRead);  in readSomeBytes()
  | 
| H A D | Reader.cxx | 55 …Bytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) throw(::com…  in readSomeBytes()  argument 57 	return readBytes(aData,nMaxBytesToRead);  in readSomeBytes()
  | 
| /aoo41x/main/xmlhelp/source/cxxhelp/provider/ | 
| H A D | bufferedinputstream.cxx | 151 	Sequence< sal_Int8 >& aData,sal_Int32 nMaxBytesToRead )  in readSomeBytes()  argument 157 	return readBytes(aData,nMaxBytesToRead);  in readSomeBytes()
  | 
| H A D | inputstream.cxx | 117 	sal_Int32 nMaxBytesToRead )  in readSomeBytes()  argument 123 	return readBytes( aData,nMaxBytesToRead );  in readSomeBytes()
  | 
| /aoo41x/main/ucb/source/ucp/webdav/ | 
| H A D | SerfInputStream.cxx | 109  ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )  in readSomeBytes()  argument 116 	return readBytes( aData, nMaxBytesToRead );  in readSomeBytes()
  | 
| /aoo41x/main/xmlsecurity/tools/standalone/mscsfit/ | 
| H A D | helper.hxx | 96 			sal_Int32 nMaxBytesToRead  in readSomeBytes()  argument 99 			return readBytes( aData, nMaxBytesToRead ) ;  in readSomeBytes()
  |