Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 144) sorted by path

123456

/trunk/main/autodoc/inc/cosv/
H A Dbstream.hxx114 bistream::read( void * o_pDest, in read() function in csv::bistream
/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx379 template< typename T > T read(void const ** pointer) { in read() function
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DNativeConnection.java35 public native int read(/*OUT*/byte[][] aReadBytes, /*IN*/int nBytesToRead) in read() method in NativeConnection
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DNativeConnection.java38 public native int read(/*OUT*/byte[][] aReadBytes, /*IN*/int nBytesToRead) in read() method in NativeConnection
/trunk/main/binaryurp/source/
H A Dreader.cxx68 css::uno::Sequence< sal_Int8 > read( in read() function
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx964 void SAL_CALL ImplEventAttacherManager::read(const Reference< XObjectInputStream >& InStream) in read() function in comphelper::ImplEventAttacherManager
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java1012 int read; in getSequence() local
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeInputStreamHelper.java46 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 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
H A DStorageAccess.java72 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 DStorageNativeInputStream.java43 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
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DBoundedInputStream.java46 public int read() throws IOException { in read() method in BoundedInputStream
58 public int read(byte[] b, int off, int len) throws IOException { in read() method in BoundedInputStream
H A DReaderInputStream.java41 public int read() throws IOException { in read() method in ReaderInputStream
58 public int read(byte[] b, int off, int len) throws IOException { in read() method in ReaderInputStream
/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx1279 void SAL_CALL SbaXFormAdapter::read(const Reference< ::com::sun::star::io::XObjectInputStream >& _r… in read() function in SbaXFormAdapter
/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/dtrans/source/win32/dtobj/
H A DDTransHelper.cxx88 void SAL_CALL CStgTransferHelper::read( LPVOID pv, ULONG cb, ULONG* pcbRead ) in read() function in CStgTransferHelper
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx602 void MyPersistObject::read( const XObjectInputStreamRef & rIn ) in read() function in MyPersistObject
/trunk/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge192 def read(self,filename): member in Properties
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx88 sal_uLong Pattern::read(SvStream &stream) { in read() function in PictReaderInternal::Pattern
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java1303 int read = -1; in encodeFileToFile() local
1340 int read = -1; in decodeFileToFile() local
1436 public int read() throws java.io.IOException in read() method in Base64.InputStream
1564 public int read( byte[] dest, int off, int len ) throws java.io.IOException in read() method in Base64.InputStream
/trunk/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
H A DCheckBox.cxx172 void SAL_CALL OCheckBoxModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw(… in read() function in frm::OCheckBoxModel
H A DColumns.cxx544 void SAL_CALL OGridColumn::read(const Reference<XObjectInputStream>& _rxInStream) in read() function in frm::OGridColumn
H A DComboBox.cxx377 void SAL_CALL OComboBoxModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw(… in read() function in frm::OComboBoxModel
H A DDatabaseForm.cxx4008 void SAL_CALL ODatabaseForm::read(const Reference<XObjectInputStream>& _rxInStream) throw( IOExcept… in read() function in frm::ODatabaseForm

Completed in 141 milliseconds

123456