/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/ |
H A D | AsciiReplaceFilter.java | 429 int nRead = aOptions.m_xInput.readBytes( lData, 4096 ); in implts_import() 439 nRead = aOptions.m_xInput.readBytes( lData, 2048 ); in implts_import()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
H A D | StreamSimulator.java | 146 public int readBytes( /*OUT*/ byte[][] lData , in readBytes() method in StreamSimulator 163 nRead = m_xInStream.readBytes(lData,nBytesToRead); in readBytes()
|
/trunk/main/svl/source/fsstor/ |
H A D | ostreamcontainer.cxx | 370 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 D | xmlgrhlp.cxx | 86 …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 D | saxdemo.cxx | 74 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 D | xtempfile.cxx | 169 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 D | dlgcont.cxx | 209 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 D | ucbstorage.cxx | 105 …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 D | JavaSQLPreparedStatement.java | 170 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 D | RandomAccessStream.hxx | 41 virtual sal_Int32 readBytes( sal_Int8*,sal_Int32 ) = 0;
|
/trunk/main/xmlhelp/source/cxxhelp/util/ |
H A D | Decompressor.cxx | 47 if( in_->readBytes( &a[3],1 ) != -1 ) in getNextByte()
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpcontent.cxx | 512 n = xStream->readBytes(byte_seq,4096); in execute() 746 m = m_xInputStream->readBytes(seq,nBytesRequested); in read()
|
/trunk/main/package/source/xstor/ |
H A D | ocompinstream.cxx | 121 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 D | com.sun.star.comp.io.stm.Pipe.csv | 4 "Pipe";"com::sun::star::io::XInputStream";"readBytes()"
|
H A D | com.sun.star.comp.io.stm.MarkableInputStream.csv | 12 "MarkableInputStream";"com::sun::star::io::XInputStream";"readBytes()"
|
H A D | com.sun.star.comp.io.stm.DataInputStream.csv | 16 "DataInputStream";"com::sun::star::io::XInputStream";"readBytes()"
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/streams.uno/ |
H A D | com.sun.star.comp.io.stm.Pipe.csv | 4 "Pipe";"com::sun::star::io::XInputStream";"readBytes()"
|
H A D | com.sun.star.comp.io.stm.MarkableInputStream.csv | 12 "MarkableInputStream";"com::sun::star::io::XInputStream";"readBytes()"
|
H A D | com.sun.star.comp.io.stm.DataInputStream.csv | 16 "DataInputStream";"com::sun::star::io::XInputStream";"readBytes()"
|
/trunk/main/package/source/package/zipapi/ |
H A D | CRC32.cxx | 85 nLength = xStream->readBytes ( aSeq, n_ConstBufferSize ); in updateStream()
|
/trunk/main/xmloff/source/core/ |
H A D | XMLBase64Export.cxx | 55 nRead = rIn->readBytes( aInBuff, INPUT_BUFFER_SIZE ); in exportXML()
|
/trunk/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 400 nBytes = xInput->readBytes( aBuf, nHeaderSize ); in detect() 446 nBytes = xInput->readBytes( aBuf, nBufSize ); in detect()
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_stgelems.cxx | 994 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 D | iosys.cxx | 543 nSize = xIS->readBytes( aData, nSize ); in GetData() 550 nSize = xISFromS->readBytes( aData, nSize ); in GetData()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | oslfile2streamwrap.hxx | 57 …virtual sal_Int32 SAL_CALL readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)…
|