Home
last modified time | relevance | path

Searched refs:readBytes (Results 51 – 75 of 208) sorted by relevance

123456789

/trunk/main/package/source/package/zippackage/
H A Dwrapstreamforshare.cxx52 sal_Int32 SAL_CALL WrapStreamForShare::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nByte… in readBytes() function in WrapStreamForShare
65 sal_Int32 nRead = m_xInStream->readBytes( aData, nBytesToRead ); in readBytes()
/trunk/main/oox/source/helper/
H A Dtextinputstream.cxx55 virtual sal_Int32 SAL_CALL readBytes( Sequence< sal_Int8 >& rData, sal_Int32 nBytesToRead )
80 sal_Int32 SAL_CALL UnoBinaryInputStream::readBytes( Sequence< sal_Int8 >& rData, sal_Int32 nBytesTo… in readBytes() function in oox::__anon01e9a8040111::UnoBinaryInputStream
/trunk/main/comphelper/source/streaming/
H A Dseqstream.cxx60 sal_Int32 SAL_CALL SequenceInputStream::readBytes( Sequence<sal_Int8>& aData, sal_Int32 nBytesToRea… in readBytes() function in comphelper::SequenceInputStream
87 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
H A Doslfile2streamwrap.cxx56 sal_Int32 SAL_CALL OSLInputStreamWrapper::readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32… in readBytes() function in comphelper::OSLInputStreamWrapper
98 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
H A Dotransactedfilestream.cxx372 ::sal_Int32 SAL_CALL OTruncatedTransactedFileStream::readBytes( uno::Sequence< ::sal_Int8 >& aData,… in readBytes() function in comphelper::OTruncatedTransactedFileStream
386 return m_pStreamData->m_xTempInStream->readBytes( aData, nBytesToRead ); in readBytes()
394 return m_pStreamData->m_xOrigInStream->readBytes( aData, nBytesToRead ); in readBytes()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dhelper.hxx87 virtual sal_Int32 SAL_CALL readBytes( in readBytes() function in OInputStream
105 return readBytes( aData, nMaxBytesToRead ) ; in readSomeBytes()
/trunk/main/ucb/source/ucp/file/
H A Dfilinpstr.cxx141 XInputStream_impl::readBytes( in readBytes() function in XInputStream_impl
177 return readBytes( aData,nMaxBytesToRead ); in readSomeBytes()
H A Dfilstr.cxx198 XStream_impl::readBytes( in readBytes() function in XStream_impl
242 return readBytes( aData,nMaxBytesToRead ); in readSomeBytes()
/trunk/main/unotools/source/streaming/
H A Dstreamhelper.cxx45 sal_Int32 SAL_CALL OInputStreamHelper::readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nB… in readBytes() function in utl::OInputStreamHelper
102 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
H A Dstreamwrap.cxx69 sal_Int32 SAL_CALL OInputStreamWrapper::readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 n… in readBytes() function in utl::OInputStreamWrapper
105 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py65 def readBytes( self, retSeq, nByteCount ): member in SequenceInputStream
77 return readBytes( retSeq, nByteCount )
/trunk/main/package/qa/storages/
H A DBorderedStream.java78 public synchronized int readBytes( byte[][] aData, int nBytesToRead ) in readBytes() method in BorderedStream
107 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
H A DTestHelper.java788 xInput.readBytes( pContents, pBytes.length + 1 ); in InternalCheckStream()
1459 if ( xHeadRawStream.readBytes( pData, 38 ) != 38 ) in compareRawMethodsOnEncrStream()
1486 nRead1 = xHeadRawStream.readBytes( pRawData1, 32000 ); in compareRawMethodsOnEncrStream()
1487 nRead2 = xPlainRawStream.readBytes( pRawData2, 32000 ); in compareRawMethodsOnEncrStream()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_stream.cxx99 sal_Int32 SAL_CALL Stream::readBytes( in readBytes() function in Stream
149 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/svl/source/fsstor/
H A Doinputstreamcontainer.cxx128 sal_Int32 SAL_CALL OFSInputStreamContainer::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 … in readBytes() function in OFSInputStreamContainer
142 return m_xInputStream->readBytes( aData, nBytesToRead ); in readBytes()
/trunk/main/io/source/stm/
H A Dopipe.cxx68 virtual sal_Int32 SAL_CALL readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)
164 sal_Int32 OPipeImpl::readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead) in readBytes() function in io_stm::OPipeImpl
/trunk/main/i18npool/source/localedata/
H A Dsaxparser.cxx76 virtual sal_Int32 SAL_CALL readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) in readBytes() function in OInputStream
91 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx293 SvLockBytesInputStream::readBytes(uno::Sequence< sal_Int8 > & rData, in readBytes() function in SvLockBytesInputStream
510 nCount = m_xStream->readBytes(aBuffer, nRemain); in GetData()
547 nCount = m_xStream->readBytes(aBuffer, nRemain); in GetData()
H A Dsharecontrolfile.cxx181 sal_Int32 nRead = m_xInputStream->readBytes( aBuffer, (sal_Int32)nLength ); in GetUsersData()
186 nRead = m_xInputStream->readBytes( aTmpBuf, (sal_Int32)nLength ); in GetUsersData()
/trunk/main/oox/source/vml/
H A Dvmlinputstream.cxx284 sal_Int32 SAL_CALL InputStream::readBytes( Sequence< sal_Int8 >& rData, sal_Int32 nBytesToRead ) in readBytes() function in oox::vml::InputStream
313 return readBytes( rData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/connectivity/source/drivers/jdbc/
H A Dtools.cxx237 x->readBytes(aData,length); in createByteInputStream()
264 x->readBytes(aData,length); in createCharArrayReader()
/trunk/main/embeddedobj/source/msole/
H A Dolevisual.cxx57 xInStream->readBytes( aSeq, 2 ); in GetVisualRepresentationInNativeFormat_Impl()
78 xInStream->readBytes( aRepresent, nStreamLength ); in GetVisualRepresentationInNativeFormat_Impl()
/trunk/main/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx153 long bytestRead =xInStream->readBytes (aData, 4000); in detect()
209 xUOFInputStream->readBytes(aSeq, 2000); in detect()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java127 public int readBytes(byte[][] lData, int nBytesToRead ) in readBytes() method in StreamSimulator
142 nRead = m_xInStream.readBytes(lData,nBytesToRead); in readBytes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java140 public int readBytes( /*OUT*/ byte[][] lData , in readBytes() method in StreamSimulator
157 nRead = m_xInStream.readBytes(lData,nBytesToRead); in readBytes()

Completed in 114 milliseconds

123456789