Home
last modified time | relevance | path

Searched refs:read (Results 226 – 250 of 757) sorted by relevance

12345678910>>...31

/aoo42x/main/offapi/com/sun/star/frame/
H A DXModel.idl110 /** provides read access on currently representation of the
219 /** provides read access on current selection on controller
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java137 sxwDoc.read(new ByteArrayInputStream(bos.toByteArray())); in readStyleCatalog()
461 origSxwDoc.read(new ByteArrayInputStream(bos.toByteArray())); in buildDocument()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DResultSet.idl68 read in left-to-right order and each column should be read only once.
/aoo42x/main/forms/source/richtext/
H A Drichtextmodel.cxx526 …void SAL_CALL ORichTextModel::read(const Reference< XObjectInputStream >& _rxInStream) throw ( IOE… in read() function in frm::ORichTextModel
528 OControlModel::read( _rxInStream ); in read()
/aoo42x/main/soltools/mkdepend/
H A Dmain.c197 if ((ast.st_size = read(afd, args, (size_t) ast.st_size)) < 0)
507 if ((bytes_read = read(fd, content->f_base, malloc_size)) < 0)
/aoo42x/main/l10ntools/source/filter/utils/
H A DFileHelper.java408 while((nReadCount=aEncodedReader.read(aEncodedBuffer))>0) in readEncodedBufferFromFile()
489 while((nReadCount=aByteStream.read(aBuffer))>0) in readAndCheckUTF8File()
/aoo42x/main/forms/source/component/
H A DButton.cxx171 void OButtonModel::read(const Reference<XObjectInputStream>& _rxInStream) throw (::com::sun::star::… in read() function in frm::OButtonModel
173 OClickableImageBaseModel::read(_rxInStream); in read()
H A DColumns.cxx544 void SAL_CALL OGridColumn::read(const Reference<XObjectInputStream>& _rxInStream) in read() function in frm::OGridColumn
554 xPersist->read(_rxInStream); in read()
H A DComboBox.cxx377 void SAL_CALL OComboBoxModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw(… in read() function in frm::OComboBoxModel
379 OBoundControlModel::read(_rxInStream); in read()
/aoo42x/main/offapi/com/sun/star/inspection/
H A DXObjectInspectorModel.idl167 /** determines whether the object inspector's UI should be read-only.
172 <p>In a read-only object inspector, the property controls are readonly or
/aoo42x/main/writerfilter/inc/rtftok/
H A DRTFInputSource.hxx32 virtual int read(void *buffer, int maxLen) = 0;
/aoo42x/main/shell/source/unix/sysshell/
H A Drecently_used_file.hxx50 size_t read(
/aoo42x/main/vos/inc/vos/
H A Distream.hxx49 virtual sal_Int32 SAL_CALL read(void* pBuffer,
H A Dconnectn.hxx55 virtual sal_Int32 SAL_CALL read( sal_Int8* pData, sal_Int32 nBytesToRead ) = 0;
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DDocument.java77 public void read(InputStream is) throws IOException; in read() method
/aoo42x/main/writerfilter/source/ooxml/
H A DOOXMLBinaryObjectReference.hxx39 void read();
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBIFFRecord.java48 public int read(InputStream input) throws IOException; in read() method
H A DEof.java53 public int read(InputStream input) throws IOException { in read() method in Eof
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DWaitForInput.java44 System.in.read(); in run()
/aoo42x/main/forms/qa/integration/forms/
H A DWaitForInput.java46 System.in.read(); in run()
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx731 virtual sal_Int32 read(sal_Int8 *dest,sal_Int32 nBytesRequested);
740 sal_Int32 InsertData::read(sal_Int8 *dest,sal_Int32 nBytesRequested) in read() function in InsertData
/aoo42x/main/sal/qa/osl/file/
H A Dosl_File.cxx3504 nError3 = testFile.read( buffer_read, 10, nCount_read ); in TEST_F()
3617 nError1 = testFile.read( buffer_read, 1, nCount_read ); in TEST_F()
3636 nError1 = testFile.read( buffer_read, 1, nCount_read ); in TEST_F()
3657 nError1 = testFile.read( buffer_read, 1, nCount_read ); in TEST_F()
3933 class read : public ::testing::Test class
3966 TEST_F(read, read_001 ) in TEST_F() argument
3976 nError1 = testFile.read( buffer_read, 10, nCount_read ); in TEST_F()
3987 TEST_F(read, read_002 ) in TEST_F() argument
3999 nError1 = testFile.read( buffer_read, 26, nCount_read ); in TEST_F()
4053 nError1 = testFile.read( buffer_read, 10, nCount_read ); in TEST_F()
/aoo42x/main/xml2cmp/source/xcd/
H A Dfilebuff.cxx54 aXmlFile.read(o_rBuffer.Data(), (int) nBufferSize); in LoadXmlFile()
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DXLayerHandler.idl86 <li>if the layer tries to override read-only or final data</li>
128 <li>if the node is marked read-only in a lower layer</li>
342 <li>if the property is read-only</li>
/aoo42x/main/offapi/com/sun/star/document/
H A DMediaDescriptor.idl433 read/write mode. If opening in the desired mode is impossible, an error occurs.
436 it will be read/write. This is only a UI related property, opening a
437 document in read only mode will not prevent the component from being

Completed in 556 milliseconds

12345678910>>...31