Home
last modified time | relevance | path

Searched refs:read (Results 176 – 200 of 757) sorted by relevance

12345678910>>...31

/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/
H A DSocketConnection.java135 …public int read(/*OUT*/byte[][] bytes, int nBytesToRead) throws com.sun.star.io.IOException, com.s… in read() method in SocketConnection
151 count = _inputStream.read(bytes[0], read_bytes, nBytesToRead - read_bytes); in read()
/aoo42x/main/offapi/com/sun/star/ucb/
H A DOpenCommandArgument.idl64 <p>XActiveDataSink and XOutputStream give the caller read-only
65 access to the contents. XActiveDataStreamer offers both read and
H A DFileContentProvider.idl86 string HostName ( read-only )
89 long FileSystemNotation ( read-only, the value is one of the
H A DHierarchyDataReadWriteAccess.idl44 /** provides read and write access to a fragment of the hierarchy data.
49 /** provides read access to a fragment of the hierarchy data
/aoo42x/main/javainstaller2/src/Localization/
H A Dsetupstrings.ulf91 en-US = "Please read the following license agreement carefully."
94 en-US = "If you have read and accept all the terms of the entire Software License Agreement, click …
364 en-US = "Before you install this product, you must read and accept the entire Software License Agre…
367 en-US = "If you have read and accept all the terms of the entire Software License Agreement, click …
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java89 void read(InputStream is) throws IOException { in read() method in OfficeZip
106 while ((len = zis.read(buffer)) > 0) { in read()
/aoo42x/main/forms/source/component/
H A Dscrollbar.cxx270 …void SAL_CALL OScrollBarModel::read( const Reference< XObjectInputStream>& _rxInStream ) throw( IO… in read() function in frm::OScrollBarModel
272 OBoundControlModel::read( _rxInStream ); in read()
H A DImageButton.cxx132 void OImageButtonModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::… in read() function in frm::OImageButtonModel
134 OControlModel::read(_rxInStream); in read()
H A DFile.cxx231 void OFileControlModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw ( ::co… in read() function in frm::OFileControlModel
233 OControlModel::read(_rxInStream); in read()
H A DGrid.cxx1003 void OGridControlModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::… in read() function in frm::OGridControlModel
1005 OControlModel::read(_rxInStream); in read()
1032 pCol->read(_rxInStream); in read()
1053 xObj->read(_rxInStream); in read()
/aoo42x/main/offapi/com/sun/star/document/
H A DXBinaryStreamResolver.idl49 from which the binary data, transformed from the given url, can be read.</p>
60 from which binary data can be read
H A DFilterFactory.idl57 This factory implements read/write access on the underlying configuration set.
127 /** provides read access to the complete set of configuration data.
221 For further informations please read the SDK documentation.
/aoo42x/main/offapi/com/sun/star/packages/
H A DPackageStream.idl66 getInputStream provides read access to the contents of this PackageStream.
69 with limits set on where it can seek to and read from. If the PackageStream
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DXMLScanner.java384 nC = maIn.read(); in GetNextCharacter()
405 mnNextCharacter = maIn.read(); in PeekCharacter()
/aoo42x/main/udkapi/com/sun/star/io/
H A DObjectInputStream.idl58 The references to the objects are read as four-byte integers.
82 /** allows to read the data from the stream.
H A DXMarkableStream.idl85 <p> In the inputstream case, a subsequent read call returns
86 data, that was never read or skipped over before. In the
/aoo42x/main/toolkit/src2xml/source/
H A Dsrc2xml.py94 lst += file (value).read ().split ('\n')
145 input = file (fullpath, 'r').read()
/aoo42x/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx555 PDFEntry* PDFReader::read( const char* pBuffer, unsigned int nLen ) in read() function in PDFReader
602 PDFEntry* PDFReader::read( const char* pFileName ) in read() function in PDFReader
624 pRet = read( pBuf, nLen ); in read()
/aoo42x/main/offapi/com/sun/star/ui/
H A DXUIConfigurationManager.idl181 is thrown. If the configuration manager is read-only a
199 is thrown. If the configuration manager is read-only a
219 is thrown. If the configuration manager is read-only a
/aoo42x/main/sal/osl/unx/
H A Dprocess.c279 nSend=read(PipeFD,&RetCode,sizeof(RetCode)); in sendFdPipe()
560 while (((i = read(channel[0], &status, sizeof(status))) < 0)) in ChildStatusProc()
1164 bRet = read(fd,prstatbuf,511) == 511; in osl_getProcStat()
1218 bRet = read(fd,prstatusbuf,511) == 511; in osl_getProcStatus()
/aoo42x/main/offapi/com/sun/star/configuration/
H A DSetUpdate.idl51 unless they represent a read-only tree element (as indicated by
57 /** is the basic service providing read access to a <em>set</em> within the
/aoo42x/main/qadevOOo/tests/java/ifc/io/
H A D_XPersistObject.java129 persCopy.read(iStream); in _read()
169 persCopy.read(iStream); in _read()
/aoo42x/main/udkapi/com/sun/star/reflection/
H A DXIdlField2.idl65 /** Returns the access mode of the field, i.e. read-write, read-only or
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXHalfFloatReadOnlyBitmap.idl54 permits read-only access.<p>
66 occurs, the whole bitmap read operation should be repeated.<p>
/aoo42x/main/io/source/stm/
H A Dopipe.cxx191 m_pFIFO->read( aData , nBytesToRead ); in readBytes()
220 m_pFIFO->read( aData , nSize ); in readSomeBytes()

Completed in 95 milliseconds

12345678910>>...31