Home
last modified time | relevance | path

Searched refs:readSomeBytes (Results 1 – 25 of 127) sorted by relevance

123456

/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx111 …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()
/trunk/main/comphelper/source/streaming/
H A Dseqinputstreamserv.cxx67 …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 __anon1d52cc2b0111::SequenceInputStreamService
153 return m_xInputStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
H A Dseekableinput.cxx142 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 Dmemorystream.cxx61 …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 Dotransactedfilestream.cxx400 ::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()
/trunk/main/io/source/stm/
H A Domark.cxx515 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 Dodata.cxx86 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 Dopipe.cxx72 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
/trunk/main/package/source/xstor/
H A Dselfterminatefilestream.cxx88 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()
/trunk/main/udkapi/com/sun/star/connection/
H A DXConnection2.idl40 with <code>available</code> and <code>readSomeBytes</code>
54 long readSomeBytes([out] sequence<byte> aData, [in] long nMaxBytesToRead)
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_byteseq.cxx59 virtual sal_Int32 SAL_CALL readSomeBytes(
85 sal_Int32 BSeqInputStream::readSomeBytes( in readSomeBytes() function in xmlscript::BSeqInputStream
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DDataStreamRetriever.java157 int read = data.readSomeBytes( buffer, 65536 ); in printStream()
168 read = data.readSomeBytes( buffer, 65536 ); in printStream()
/trunk/main/package/source/package/zippackage/
H A Dwrapstreamforshare.cxx71 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()
/trunk/main/oox/source/helper/
H A Dtextinputstream.cxx57 … 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::__anon01e9a8040111::UnoBinaryInputStream
/trunk/main/svl/source/fsstor/
H A Doinputstreamcontainer.cxx146 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 Dostreamcontainer.cxx388 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()
/trunk/main/extensions/test/stm/
H A Dpipetest.cxx289 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 Dmarktest.cxx630 …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()
/trunk/main/io/test/stm/
H A Dpipetest.cxx286 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 Dmarktest.cxx629 …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()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java159 public int readSomeBytes(byte[][] lData, int nMaxBytesToRead) in readSomeBytes() method in StreamSimulator
174 nRead = m_xInStream.readSomeBytes(lData,nMaxBytesToRead); in readSomeBytes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java180 public int readSomeBytes( /*OUT*/ byte[][] lData , in readSomeBytes() method in StreamSimulator
197 nRead = m_xInStream.readSomeBytes(lData,nMaxBytesToRead); in readSomeBytes()
/trunk/main/udkapi/com/sun/star/io/
H A DXInputStream.idl99 // DocMerge from xml: method com::sun::star::io::XInputStream::readSomeBytes
115 long readSomeBytes( [out] sequence<byte> aData,
/trunk/main/extensions/workben/
H A Dtestpgp.cxx99 virtual sal_Int32 SAL_CALL readSomeBytes (
296 sal_Int32 SAL_CALL DataSource_Impl::readSomeBytes ( in readSomeBytes() function in DataSource_Impl
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx87 …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()

Completed in 109 milliseconds

123456