Home
last modified time | relevance | path

Searched defs:read (Results 76 – 100 of 144) sorted by relevance

123456

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFormula.java148 public int read(InputStream input) throws IOException { in read() method in Formula
H A DWorksheet.java105 public boolean read(InputStream is) throws IOException { in read() method in Worksheet
H A DExtendedFormat.java321 public int read(InputStream input) throws IOException { in read() method in ExtendedFormat
/trunk/main/forms/source/component/
H A DEditBase.cxx150 void OEditBaseModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::sta… in read() function in frm::OEditBaseModel
H A Dspinbutton.cxx226 …void SAL_CALL OSpinButtonModel::read( const Reference< XObjectInputStream>& _rxInStream ) throw( I… in read() function in frm::OSpinButtonModel
H A DFormattedFieldWrapper.cxx265 void SAL_CALL OFormattedFieldWrapper::read(const Reference<XObjectInputStream>& _rxInStream) throw(… in read() function in frm::OFormattedFieldWrapper
H A DFile.cxx231 void OFileControlModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw ( ::co… in read() function in frm::OFileControlModel
H A Dscrollbar.cxx270 …void SAL_CALL OScrollBarModel::read( const Reference< XObjectInputStream>& _rxInStream ) throw( IO… in read() function in frm::OScrollBarModel
H A DRadioButton.cxx303 void SAL_CALL ORadioButtonModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOExc… in read() function in frm::ORadioButtonModel
/trunk/main/svl/inc/svl/
H A Dhttpcook.hxx101 void read (SvStream& rStrm, bool bUnicode) in read() function
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java159 public void read(byte[] buffer, int off, int len) throws IOException { in read() method in JavaKit.URLAccessor
/trunk/main/io/source/connector/
H A Dctr_socket.cxx127 sal_Int32 SocketConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read() function in stoc_connector::SocketConnection
/trunk/main/framework/source/fwi/classes/
H A Dprotocolhandlercache.cxx281 void HandlerCFGAccess::read( HandlerHash** ppHandler , in read() function in framework::HandlerCFGAccess
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dexp_share.hxx217 inline void ElementDescriptor::read( in read() function in xmlscript::ElementDescriptor
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java194 public void read(InputStream is) throws IOException { in read() method in DOMDocument
/trunk/main/vos/source/
H A Dpipe.cxx345 sal_Int32 OStreamPipe::read(void* pBuffer, sal_uInt32 n) const in read() function in OStreamPipe
/trunk/main/tools/inc/tools/
H A Dgeninfo.hxx126 enum LockState{ writeonly, read, readonly }; enumerator
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java405 public void read(InputStream is) throws IOException { in read() method in OfficeDocument
512 public void read(InputStream is, boolean isZip) throws IOException { in read() method in OfficeDocument
H A DOfficeZip.java89 void read(InputStream is) throws IOException { in read() method in OfficeZip
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDB.java375 public void read(InputStream is) throws IOException { in read() method in PalmDB
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java141 public void read(XObjectInputStream inStream) in read() method in MyPersistObject
/trunk/main/sal/inc/osl/
H A Dpipe.hxx184 inline sal_Int32 SAL_CALL StreamPipe::read(void* pBuffer, sal_Int32 n) const in read() function in osl::StreamPipe
/trunk/main/l10ntools/scripts/tool/
H A Dsdf.py48 def read(self): member in SdfData
/trunk/main/binaryurp/source/
H A Dreader.cxx68 css::uno::Sequence< sal_Int8 > read( in read() function
/trunk/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx136 SAL_DLLPRIVATE inline char read() { return pos_ == end_ ? '\0' : *pos_++; } in read() function in xmlreader::XmlReader

Completed in 87 milliseconds

123456