Home
last modified time | relevance | path

Searched refs:read (Results 151 – 175 of 757) sorted by relevance

12345678910>>...31

/aoo42x/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java85 byte[] read(InputStream is) throws IOException { in read() method in OfficeZip
107 while ((len = zis.read(bytes)) > 0) { in read()
/aoo42x/main/bridges/test/
H A Dtestserver.cxx107 while( 12 == r->read( s , 12 ) ) in latencyTest()
109 r->read( s , 188 ); in latencyTest()
/aoo42x/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
177 return m_aFile.read( pBuffer, uBytesRequested, rBytesRead ); in read()
/aoo42x/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
162 int count = str.read(buffer, off, len); in read()
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DSchema.idl38 provides read only access to a configuration component schema.
60 <p>The data can be read either in its entirety (templates and component
H A DXLayer.idl53 provides read access to the data contained in a layer.
73 if the data read from the layer is rejected as invalid by the
H A DLayerFilter.idl46 The data read from the filter usually is produced from the source data
60 provides read access to the filtered contents.
/aoo42x/main/offapi/com/sun/star/ucb/
H A DRuleAction.idl64 /** "MarkRead" - Marks object as read when term matches.
69 /** "MarkUnRead" - Marks object as not read when term matches.
H A DCachedDynamicResultSet.idl39 /** provides read access to a static or dynamically changing
50 /** Provides remote optimized read access to a static or a dynamically
H A DCachedDynamicResultSetStub.idl39 /** provides read access to a static or dynamicallly changing
51 remote optimized read access to a static or dynamically changing
/aoo42x/main/offapi/com/sun/star/sdbcx/
H A DPrivilege.idl36 /** indicates that a user is allowed to read the data.
56 /** indicates that a user is allowed to read the structure of a definition object.
/aoo42x/main/io/source/connector/
H A Dconnector.hxx71 virtual sal_Int32 SAL_CALL read( ::com::sun::star::uno::Sequence< sal_Int8 >& aReadBytes,
100 virtual sal_Int32 SAL_CALL read( ::com::sun::star::uno::Sequence< sal_Int8 >& aReadBytes,
H A Dctr_socket.cxx127 sal_Int32 SocketConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read() function in stoc_connector::SocketConnection
139 sal_Int32 i = m_socket.read( aReadBytes.getArray() , aReadBytes.getLength() ); in read()
/aoo42x/main/offapi/com/sun/star/document/
H A DTypeDetection.idl47 /** capsulate a type detection service and provide read/write access on it's configuration data.
71 /** provides read access to the complete set of type configuration data.
168 For further informations please read the SDK documentation.
/aoo42x/main/sal/rtl/source/
H A Dbootstrap.cxx876 sal_Unicode read(rtl::OUString const & text, sal_Int32 * pos, bool * escaped) { in read() function
918 sal_Unicode c = read(text, &i, &escaped); in expandMacros()
930 c = read(text, &i, &escaped); in expandMacros()
1026 c = read(text, &j, &escaped); in expandMacros()
/aoo42x/main/udkapi/com/sun/star/lang/
H A DRegistryServiceManager.idl71 i.e. the registry to be read from</li>
84 /** Specifies the current registry to be read from.
/aoo42x/main/forms/source/component/
H A Dspinbutton.cxx226 …void SAL_CALL OSpinButtonModel::read( const Reference< XObjectInputStream>& _rxInStream ) throw( I… in read() function in frm::OSpinButtonModel
228 OBoundControlModel::read( _rxInStream ); in read()
H A DEdit.cxx544 xFakedPersist->read( _rxInStream ); in readAggregate()
581 void OEditModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::star::i… in read() function in frm::OEditModel
583 OEditBaseModel::read(_rxInStream); in read()
H A DCheckBox.cxx172 void SAL_CALL OCheckBoxModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw(… in read() function in frm::OCheckBoxModel
174 OReferenceValueComponent::read(_rxInStream); in read()
/aoo42x/main/udkapi/com/sun/star/bridge/oleautomation/
H A DPropertyPutArgument.idl46 property is to be written or read so it can perform the proper
49 intended to be a write or read operation. This is done by
/aoo42x/main/l10ntools/scripts/tool/
H A Dxhtex.py70 document = f.read()
107 document = f.read()
/aoo42x/main/offapi/com/sun/star/ui/
H A DXImageManager.idl143 is thrown. If the image manager is associated with a read-only configuration
161 thrown. If the image manager is associated with a read-only configuration
184 is thrown. If the configuration manager is read-only a
/aoo42x/main/offapi/com/sun/star/configuration/
H A DAdministrationProvider.idl88 <p>Using the first of these service specifiers requests a read-only view of
100 <BR />If the root element of the view is marked read-only (as indicated
102 the implementation may either raise an exception or return a (read-only)
H A DGroupUpdate.idl48 /** is the basic service providing read access to a group element of the
52 unless they represent a read-only tree element as indicated by
/aoo42x/main/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx301 PDFEntry* read( const char* pFileName );
302 PDFEntry* read( const char* pBuffer, unsigned int nLen );

Completed in 194 milliseconds

12345678910>>...31