Home
last modified time | relevance | path

Searched refs:readBytes (Results 76 – 100 of 208) sorted by relevance

123456789

/trunk/main/automation/source/server/
H A DXMLParser.cxx60 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int3…
68 sal_Int32 SAL_CALL SVInputStream::readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sa… in readBytes() function in SVInputStream
78 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java429 int nRead = aOptions.m_xInput.readBytes( lData, 4096 ); in implts_import()
439 nRead = aOptions.m_xInput.readBytes( lData, 2048 ); in implts_import()
/trunk/main/svl/source/fsstor/
H A Dostreamcontainer.cxx370 sal_Int32 SAL_CALL OFSStreamContainer::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nByte… in readBytes() function in OFSStreamContainer
384 return m_xInputStream->readBytes( aData, nBytesToRead ); in readBytes()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx86 …virtual sal_Int32 SAL_CALL readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead) throw(N…
176 sal_Int32 SAL_CALL SvXMLGraphicInputStream::readBytes( Sequence< sal_Int8 >& rData, sal_Int32 nByte… in readBytes() function in SvXMLGraphicInputStream
182 return mxStmWrapper->readBytes( rData, nBytesToRead ); in readBytes()
/trunk/main/sax/test/
H A Dsaxdemo.cxx74 virtual sal_Int32 SAL_CALL readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) in readBytes() function in OInputStream
89 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/unotools/source/ucbhelper/
H A Dxtempfile.cxx169 sal_Int32 SAL_CALL OTempFileService::readBytes( ::css::uno::Sequence< sal_Int8 >& aData, sal_Int32 … in readBytes() function in OTempFileService
221 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/basic/source/uno/
H A Ddlgcont.cxx209 sal_Int32 nRead = xInput->readBytes( bytes, xInput->available() ); in writeLibraryElement()
215 nRead = xInput->readBytes( bytes, 1024 ); in writeLibraryElement()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx105 …virtual sal_Int32 SAL_CALL readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead) throw( …
140 sal_Int32 SAL_CALL FileStreamWrapper_Impl::readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesT… in readBytes() function in FileStreamWrapper_Impl
188 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
911 aReaded = m_rSource->readBytes( aData, 32000 );
951 aReaded = m_rSource->readBytes( aData, aToCopy );
1031 sal_uLong aReaded = m_rSource->readBytes( aData, aToRead );
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java170 int bytesRead = x.readBytes(bytesReference, length); in setBinaryStream()
225 int bytesRead = x.readBytes(bytesReference, length); in setCharacterStream()
/trunk/main/xmlhelp/source/cxxhelp/inc/util/
H A DRandomAccessStream.hxx41 virtual sal_Int32 readBytes( sal_Int8*,sal_Int32 ) = 0;
/trunk/main/xmlhelp/source/cxxhelp/util/
H A DDecompressor.cxx47 if( in_->readBytes( &a[3],1 ) != -1 ) in getNextByte()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx512 n = xStream->readBytes(byte_seq,4096); in execute()
746 m = m_xInputStream->readBytes(seq,nBytesRequested); in read()
/trunk/main/package/source/xstor/
H A Docompinstream.cxx121 sal_Int32 SAL_CALL OInputCompStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesT… in readBytes() function in OInputCompStream
140 return m_xStream->readBytes( aData, nBytesToRead ); in readBytes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/stm/
H A Dcom.sun.star.comp.io.stm.Pipe.csv4 "Pipe";"com::sun::star::io::XInputStream";"readBytes()"
H A Dcom.sun.star.comp.io.stm.MarkableInputStream.csv12 "MarkableInputStream";"com::sun::star::io::XInputStream";"readBytes()"
H A Dcom.sun.star.comp.io.stm.DataInputStream.csv16 "DataInputStream";"com::sun::star::io::XInputStream";"readBytes()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/streams.uno/
H A Dcom.sun.star.comp.io.stm.Pipe.csv4 "Pipe";"com::sun::star::io::XInputStream";"readBytes()"
H A Dcom.sun.star.comp.io.stm.MarkableInputStream.csv12 "MarkableInputStream";"com::sun::star::io::XInputStream";"readBytes()"
H A Dcom.sun.star.comp.io.stm.DataInputStream.csv16 "DataInputStream";"com::sun::star::io::XInputStream";"readBytes()"
/trunk/main/package/source/package/zipapi/
H A DCRC32.cxx85 nLength = xStream->readBytes ( aSeq, n_ConstBufferSize ); in updateStream()
/trunk/main/xmloff/source/core/
H A DXMLBase64Export.cxx55 nRead = rIn->readBytes( aInBuff, INPUT_BUFFER_SIZE ); in exportXML()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx400 nBytes = xInput->readBytes( aBuf, nHeaderSize ); in detect()
446 nBytes = xInput->readBytes( aBuf, nBufSize ); in detect()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx994 sal_Int32 SAL_CALL Stream::readBytes( uno::Sequence< sal_Int8 >& aData, in readBytes() function in Stream
1001 return m_xWrappedInputStream->readBytes( aData, nBytesToRead ); in readBytes()
/trunk/main/basic/source/runtime/
H A Diosys.cxx543 nSize = xIS->readBytes( aData, nSize ); in GetData()
550 nSize = xISFromS->readBytes( aData, nSize ); in GetData()
/trunk/main/comphelper/inc/comphelper/
H A Doslfile2streamwrap.hxx57 …virtual sal_Int32 SAL_CALL readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)…

Completed in 134 milliseconds

123456789