Home
last modified time | relevance | path

Searched refs:readBytes (Results 176 – 200 of 208) sorted by relevance

123456789

/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java960 int nRead = xInStream.readBytes( pBuff, 1000 ); in loadFileURI()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx782 haveRead = inputStream->readBytes( buf, toReadThisRound ); in putParamData()
H A DOResultSet.cxx1106 x->readBytes(aSeq,length); in updateBinaryStream()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx635 nRead = xOrigStream->readBytes( aData, MAX_STORCACHE_SIZE + 1 ); in FillTempGetFileName()
2181 sal_Int32 SAL_CALL OWriteStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRea… in readBytes() function in OWriteStream
2200 return m_xInStream->readBytes( aData, nBytesToRead ); in readBytes()
H A Dowriteablestream.hxx328 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int3…
/trunk/main/filter/source/xsltfilter/
H A Duof2merge.cxx565 nRead = xInputStream->readBytes(aInSeq, nMax); in getBase64Codec()
/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx150 nReadBytes = xTempIn->readBytes( aBuffer, nConstBufferSize ); in copyXTempOutToIStream()
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx304 ERROR_ASSERT( ! rInput->readBytes( Sequence<BYTE> (1) , 1 ), in testSimple()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.hxx468 readBytes( com::sun::star::uno::Sequence< sal_Int8 >& aData,
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx689 nRead = xIn->readBytes(aData, nChunkSize); in lcl_CopyStream()
/trunk/main/package/source/package/zippackage/
H A DZipPackageStream.cxx405 if ( GetOwnSeekStream()->readBytes ( aHeader, 4 ) == 4 ) in ParsePackageRawStream()
/trunk/main/io/test/stm/
H A Ddatatest.cxx320 ERROR_ASSERT( ! rInput->readBytes( dummy , 1 ), in testSimple()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx1121 nBytes = xInput->readBytes( aBuf, nBufSize ); in xpdf_ImportFromStream()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx700 nRead = xStream->readBytes ( aSequence, nConstBufferSize ); in GetGraphicStream()
/trunk/main/filter/source/t602/
H A Dt602filter.cxx565 return (mxInputStream->readBytes(aData, 1) > 0) ? in Readchar602()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java1014 read = xStream.readBytes(aReadSeq, bytesToRead); in getSequence()
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py161 read,out = inputStream.readBytes( None , BLOCK_SIZE )
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1478 nSize = xStream->readBytes( aData, sal_Int32(nCount) ); in ReadAt()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx1744 nRead = xIS->readBytes( aDataBuffer, nBufferSize ); in copyStreams()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx796 while ( xIn->readBytes( theData, TRANSFER_BUFFER_SIZE ) > 0 ) in copyData()
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java272 nLen = xInStream.readBytes( aData, 10 ); in ReadStringFromStream()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx611 x->readBytes(aSeq,length); in updateCharacterStream()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1426 while ( xIn->readBytes( theData, TRANSFER_BUFFER_SIZE ) > 0 ) in copyData()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx853 x->readBytes(aSeq,length); in updateBinaryStream()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx1898 = xStream->readBytes( rData, nSize ); in getDataFromInputStream()

Completed in 704 milliseconds

123456789