/aoo4110/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/ |
H A D | NativeInputStreamHelper.java | 46 public int read() throws java.io.IOException { in read() method in NativeInputStreamHelper 50 public int read(byte[] b, int off, int len) throws java.io.IOException { in read() method in NativeInputStreamHelper 66 public int read(byte[] b) throws java.io.IOException { in read() method in NativeInputStreamHelper
|
H A D | StorageNativeInputStream.java | 43 public native int read(String key,String name) throws java.io.IOException; in read() method in StorageNativeInputStream 44 …public native int read(String key,String name,byte[] b, int off, int len) throws java.io.IOExcepti… in read() method in StorageNativeInputStream 48 public native int read(String key,String name,byte[] b) throws java.io.IOException; in read() method in StorageNativeInputStream
|
H A D | StorageAccess.java | 72 public int read() throws java.io.IOException{ in read() method in StorageAccess 77 public void read(byte[] b, int off, int len) throws java.io.IOException{ in read() method in StorageAccess
|
H A D | NativeStorageAccess.java | 65 public native int read(String name,String key) throws java.io.IOException; in read() method in NativeStorageAccess 67 …public native int read(String name,String key,byte[] b, int off, int len) throws java.io.IOExcepti… in read() method in NativeStorageAccess
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/io/ |
H A D | XInputStreamWrapper.java | 35 public int read() throws java.io.IOException in read() method in XInputStreamWrapper 53 public int read( byte[] b ) throws java.io.IOException in read() method in XInputStreamWrapper
|
/aoo4110/main/jurt/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | XConnectionInputStream_Adapter.java | 47 public int read() throws IOException { in read() method in XConnectionInputStream_Adapter 63 public int read(byte[] b, int off, int len) throws IOException { in read() method in XConnectionInputStream_Adapter
|
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/adapter/ |
H A D | XInputStreamToInputStreamAdapter.java | 76 public int read () throws IOException { in read() method in XInputStreamToInputStreamAdapter 96 public int read (byte[] b) throws IOException { in read() method in XInputStreamToInputStreamAdapter 117 public int read(byte[] b, int off, int len) throws IOException { in read() method in XInputStreamToInputStreamAdapter
|
/aoo4110/main/vos/inc/vos/ |
H A D | stream.hxx | 176 inline sal_Bool OStream::read(sal_Int32& value) const in read() function in vos::OStream 181 inline sal_Bool OStream::read(sal_Int16& value) const in read() function in vos::OStream 186 inline sal_Bool OStream::read(sal_Char& value) const in read() function in vos::OStream 191 inline sal_Bool OStream::read(sal_uInt8& value) const in read() function in vos::OStream
|
/aoo4110/main/qadevOOo/tests/java/ifc/io/ |
H A D | _XInputStream.java | 131 int read = oObj.readBytes(data, 1) ; in _readBytes() local 166 int read = oObj.readSomeBytes(data, 1) ; in _readSomeBytes() local
|
/aoo4110/main/vos/source/ |
H A D | stream.cxx | 48 sal_Int32 OStream::read(void* pbuffer, sal_uInt32 n) const in read() function in OStream 53 sal_Int32 OStream::read(IPositionableStream::Offset offset, in read() function in OStream
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | BIFFRecord.java | 48 public int read(InputStream input) throws IOException; in read() method
|
H A D | Eof.java | 53 public int read(InputStream input) throws IOException { in read() method in Eof
|
H A D | NumberFormat.java | 66 public int read(InputStream input) throws IOException { in read() method in NumberFormat
|
H A D | DefRowHeight.java | 65 public int read(InputStream input) throws IOException { in read() method in DefRowHeight
|
H A D | DefColWidth.java | 78 public int read(InputStream input) throws IOException { in read() method in DefColWidth
|
H A D | BlankCell.java | 87 public int read(InputStream input) throws IOException { in read() method in BlankCell
|
H A D | CodePage.java | 73 public int read(InputStream input) throws IOException { in read() method in CodePage
|
H A D | Window1.java | 92 public int read(InputStream input) throws IOException { in read() method in Window1
|
H A D | StringValue.java | 79 public int read(InputStream input) throws IOException { in read() method in StringValue
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/ |
H A D | Document.java | 77 public void read(InputStream is) throws IOException; in read() method
|
/aoo4110/main/l10ntools/java/jpropex/java/ |
H A D | NoLocalizeFilter.java | 38 public int read(byte[] b, int off, int len) throws IOException in read() method in NoLocalizeFilter
|
/aoo4110/main/io/source/connector/ |
H A D | ctr_pipe.cxx | 56 sal_Int32 PipeConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read() function in stoc_connector::PipeConnection
|
/aoo4110/main/bean/com/sun/star/beans/ |
H A D | NativeConnection.java | 35 public native int read(/*OUT*/byte[][] aReadBytes, /*IN*/int nBytesToRead) in read() method in NativeConnection
|
/aoo4110/main/bean/com/sun/star/comp/beans/ |
H A D | NativeConnection.java | 38 public native int read(/*OUT*/byte[][] aReadBytes, /*IN*/int nBytesToRead) in read() method in NativeConnection
|
/aoo4110/main/writerfilter/source/ooxml/ |
H A D | OOXMLBinaryObjectReference.cxx | 42 void OOXMLBinaryObjectReference::read() in read() function in writerfilter::ooxml::OOXMLBinaryObjectReference
|