Home
last modified time | relevance | path

Searched defs:read (Results 26 – 50 of 144) sorted by relevance

123456

/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeStorageAccess.java65 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
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DStringValue.java79 public int read(InputStream input) throws IOException { in read() method in StringValue
H A DBoolErrCell.java100 public int read(InputStream input) throws IOException { in read() method in BoolErrCell
H A DBeginningOfFile.java91 public int read(InputStream input) throws IOException { in read() method in BeginningOfFile
H A DBoundSheet.java116 public int read(InputStream input) throws IOException { in read() method in BoundSheet
H A DCellValue.java109 public int read(InputStream input) throws IOException { in read() method in CellValue
H A DFloatNumber.java82 public int read(InputStream input) throws IOException { in read() method in FloatNumber
H A DWindow2.java128 public int read(InputStream input) throws IOException { in read() method in Window2
H A DLabelCell.java100 public int read(InputStream input) throws IOException { in read() method in LabelCell
H A DSelection.java95 public int read(InputStream input) throws IOException { in read() method in Selection
H A DRow.java106 public int read(InputStream input) throws IOException { in read() method in Row
H A DColInfo.java80 public int read(InputStream input) throws IOException { in read() method in ColInfo
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DRecord.java115 public void read(InputStream ins) throws IOException { in read() method in Record
H A DPDBHeader.java105 public void read(DataInput in) throws IOException { in read() method in PDBHeader
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPdbHeader.java113 public void read(DataInput in) throws IOException { in read() method in PdbHeader
H A DRecord.java159 public void read(InputStream ins) throws IOException { in read() method in Record
/trunk/main/forms/source/component/
H A DFixedText.cxx121 void SAL_CALL OFixedTextModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOExcep… in read() function in frm::OFixedTextModel
H A DGroupBox.cxx123 void SAL_CALL OGroupBoxModel::read(const Reference< XObjectInputStream>& _rxInStream) throw(IOExcep… in read() function in frm::OGroupBoxModel
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DMyInputStream.java39 private int read = offset; field in MyInputStream
H A DDataStreamRetriever.java157 int read = data.readSomeBytes( buffer, 65536 ); in printStream() local
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXInputStreamImpl.java78 int read = readBytes( aData, bytesToRead ); in readSomeBytes() local
/trunk/main/l10ntools/java/jpropex/java/
H A DSdfData.java62 public void read() in read() method in SdfData
/trunk/main/dbaccess/source/ui/uno/
H A DColumnModel.cxx176 void OColumnControlModel::read(const Reference<XObjectInputStream>& /*_rxInStream*/) throw ( ::com:… in read() function in dbaui::OColumnControlModel
/trunk/main/shell/source/unix/sysshell/
H A Drecently_used_file.cxx118 size_t recently_used_file::read(char* buffer, size_t size) const in read() function in recently_used_file
/trunk/main/ucb/source/ucp/file/
H A Dfilrec.cxx172 ::osl::FileBase::RC ReconnectingFile::read( void *pBuffer, sal_uInt64 uBytesRequested, sal_uInt64& … in read() function in fileaccess::ReconnectingFile

Completed in 96 milliseconds

123456