/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
H A D | XSLTFilterOLEExtracter.java | 119 xInput.readBytes(oledata, oleLength); in getByName() 152 int readbytes = xSubStream.readBytes(pLength, 4); in getEncodedSubStorage() 160 readbytes = xSubStream.readBytes(pContents, oleLength); in getEncodedSubStorage()
|
/trunk/main/io/source/TextInputStream/ |
H A D | TextInputStream.cxx | 109 virtual sal_Int32 SAL_CALL readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) 397 sal_Int32 OTextInputStream::readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) in readBytes() function in io_TextInputStream::OTextInputStream 400 return mxStream->readBytes( aData, nBytesToRead ); in readBytes()
|
/trunk/main/scripting/java/com/sun/star/script/framework/io/ |
H A D | XInputStreamWrapper.java | 41 numRead = m_xInputStream.readBytes(byteRet, 1); in read() 59 return m_xInputStream.readBytes( byteRet, b.length ); in read()
|
H A D | XInputStreamImpl.java | 38 …public int readBytes( /*OUT*/byte[][] aData, /*IN*/int nBytesToRead ) throws com.sun.star.io.NotCo… in readBytes() method in XInputStreamImpl 78 int read = readBytes( aData, bytesToRead ); in readSomeBytes()
|
/trunk/main/extensions/workben/ |
H A D | testpgp.cxx | 93 virtual sal_Int32 SAL_CALL readBytes ( 274 sal_Int32 SAL_CALL DataSource_Impl::readBytes ( in readBytes() function in DataSource_Impl 300 return readBytes (rData, nMaxBytesToRead); in readSomeBytes()
|
/trunk/main/package/source/xstor/ |
H A D | switchpersistencestream.cxx | 259 ::sal_Int32 SAL_CALL SwitchablePersistenceStream::readBytes( uno::Sequence< ::sal_Int8 >& aData, ::… in readBytes() function in SwitchablePersistenceStream 271 return m_pStreamData->m_xOrigInStream->readBytes( aData, nBytesToRead ); in readBytes() 288 return m_pStreamData->m_xOrigInStream->readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
|
H A D | selfterminatefilestream.cxx | 78 sal_Int32 SAL_CALL OSelfTerminateFileStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32… in readBytes() function in OSelfTerminateFileStream 84 return m_xInputStream->readBytes( aData, nBytesToRead ); in readBytes()
|
/trunk/main/ucb/source/ucp/gio/ |
H A D | gio_inputstream.cxx | 77 sal_Int32 SAL_CALL InputStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead… in readBytes() function in gio::InputStream 105 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
|
/trunk/main/odk/examples/DevelopersGuide/UCB/ |
H A D | MyInputStream.java | 122 public synchronized int readBytes(byte[][] p0, int p1) in readBytes() method in MyInputStream 160 return readBytes( p0,p1 ); in readSomeBytes()
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpinpstr.cxx | 70 sal_Int32 SAL_CALL FTPInputStream::readBytes(Sequence< sal_Int8 >& aData, in readBytes() function in FTPInputStream 105 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/ |
H A D | Pump.java | 122 public int readBytes(byte[][] bytes, int len) in readBytes() method in Pump.MyInput 144 return readBytes(bytes, len); in readSomeBytes()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/ |
H A D | Pump.java | 119 public int readBytes(byte[][] bytes, int len) in readBytes() method in Pump.MyInput 141 return readBytes(bytes, len); in readSomeBytes()
|
/trunk/main/package/source/package/zippackage/ |
H A D | ZipPackageBuffer.cxx | 45 sal_Int32 SAL_CALL ZipPackageBuffer::readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead… in readBytes() function in ZipPackageBuffer 63 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | InputStream.cxx | 58 return readBytes(aData,nMaxBytesToRead); in readSomeBytes() 78 sal_Int32 SAL_CALL java_io_InputStream::readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aDa… in readBytes() function in java_io_InputStream
|
H A D | Reader.cxx | 57 return readBytes(aData,nMaxBytesToRead); in readSomeBytes() 89 sal_Int32 SAL_CALL java_io_Reader::readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, s… in readBytes() function in java_io_Reader
|
/trunk/main/connectivity/source/drivers/hsqldb/ |
H A D | HStorageAccess.cxx | 167 nBytesRead = xIn->readBytes(aData,1); in read_from_storage_stream() 245 nBytesRead = xIn->readBytes(aData, len); in read_from_storage_stream_into_buffer() 313 nBytesRead = xIn->readBytes(aData, 4); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
|
/trunk/main/unotools/qa/complex/tempfile/ |
H A D | TestHelper.java | 118 xInTemp.readBytes( pBytes, nBytes ); in ReadBytesWithStream() 133 xInTemp.readBytes( pBytes, nBytes ); in ReadDirectlyFromTempFile()
|
/trunk/main/odk/examples/cpp/remoteclient/ |
H A D | remoteclient.cxx | 93 if( rInputStream->readBytes( seqRead ,3 ) != 3 ) in testPipe() 108 if( rInputStream->readBytes( seqRead , 4 ) != 3 ) in testPipe()
|
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/ |
H A D | ByteArrayToXInputStreamAdapter.java | 93 …public int readBytes(byte[][] values, int param) throws com.sun.star.io.NotConnectedException, com… in readBytes() method in ByteArrayToXInputStreamAdapter 121 return readBytes(values, param); in readSomeBytes()
|
/trunk/main/basctl/source/dlged/ |
H A D | dlged.cxx | 755 sal_Int32 nRead = xStream->readBytes( bytes, xStream->available() ); in implCopyStreamToByteSequence() 758 Sequence< sal_Int8 > readBytes; in implCopyStreamToByteSequence() local 759 nRead = xStream->readBytes( readBytes, 1024 ); in implCopyStreamToByteSequence() 765 ::rtl_copyMemory( bytes.getArray() + nPos, readBytes.getConstArray(), (sal_uInt32)nRead ); in implCopyStreamToByteSequence()
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | inputstream.cxx | 88 XInputStream_impl::readBytes( in readBytes() function in XInputStream_impl 123 return readBytes( aData,nMaxBytesToRead ); in readSomeBytes()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | CurlInputStream.cxx | 87 sal_Int32 SAL_CALL CurlInputStream::readBytes( in readBytes() function in CurlInputStream 124 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
|
/trunk/main/xmlsecurity/tools/standalone/mscsfit/ |
H A D | helper.hxx | 81 virtual sal_Int32 SAL_CALL readBytes( in readBytes() function in OInputStream 99 return readBytes( aData, nMaxBytesToRead ) ; in readSomeBytes()
|
/trunk/main/package/qa/storages/ |
H A D | RegressionTest_i59886.java | 179 xTempInStream1.readBytes( pDummyData, 3 ); in test() 180 xTempInStream2.readBytes( pDummyData, 3 ); in test()
|
/trunk/main/package/source/package/zipapi/ |
H A D | MemoryByteGrabber.hxx | 50 sal_Int32 SAL_CALL readBytes( com::sun::star::uno::Sequence< sal_Int8 >& aData, in readBytes() function in MemoryByteGrabber 70 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
|