Home
last modified time | relevance | path

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

123456

/AOO41X/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
/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBoolErrCell.java100 public int read(InputStream input) throws IOException { in read() method in BoolErrCell
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 DBoundSheet.java116 public int read(InputStream input) throws IOException { in read() method in BoundSheet
H A DBeginningOfFile.java91 public int read(InputStream input) throws IOException { in read() method in BeginningOfFile
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.java105 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
/AOO41X/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
/AOO41X/main/xmerge/source/xmerge/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
/AOO41X/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
/AOO41X/main/scripting/java/com/sun/star/script/framework/io/
H A DXInputStreamImpl.java78 int read = readBytes( aData, bytesToRead ); in readSomeBytes() local
/AOO41X/main/l10ntools/java/jpropex/java/
H A DSdfData.java62 public void read() in read() method in SdfData
/AOO41X/main/dbaccess/source/ui/uno/
H A DColumnModel.cxx176 void OColumnControlModel::read(const Reference<XObjectInputStream>& /*_rxInStream*/) throw ( ::com:… in read() function in dbaui::OColumnControlModel
/AOO41X/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
/AOO41X/main/writerperfect/source/stream/
H A DWPXSvStream.cxx44 const uint8_t * WPXSvInputStream::read(size_t numBytes, size_t &numBytesRead) in read() function in WPXSvInputStream
/AOO41X/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
/AOO41X/main/oox/source/xls/
H A Daddressconverter.cxx121 void BinAddress::read( SequenceInputStream& rStrm ) in read() function in oox::xls::BinAddress
126 void BinAddress::read( BiffInputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) in read() function in oox::xls::BinAddress
152 void BinRange::read( SequenceInputStream& rStrm ) in read() function in oox::xls::BinRange
157 void BinRange::read( BiffInputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) in read() function in oox::xls::BinRange
197 void BinRangeList::read( SequenceInputStream& rStrm ) in read() function in oox::xls::BinRangeList
205 void BinRangeList::read( BiffInputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) in read() function in oox::xls::BinRangeList

123456