Home
last modified time | relevance | path

Searched refs:read (Results 101 – 125 of 757) sorted by relevance

12345678910>>...31

/aoo42x/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
420 zip.read(is); in read()
512 public void read(InputStream is, boolean isZip) throws IOException { in read() method in OfficeDocument
526 read(is); in read()
1218 while ((n=br.read(charArray, 0, charArray.length)) > 0) in secondHack()
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorksheet.java105 public boolean read(InputStream is) throws IOException { in read() method in Worksheet
107 int b = is.read(); in read()
204 b = is.read(); in read()
/aoo42x/main/offapi/com/sun/star/ucb/
H A DXFetchProviderForContentAccess.idl60 <TRUE/>, if you want the rows to be read in the same order, as they
84 <TRUE/>, if you want the rows to be read in the same order, as they
107 <TRUE/>, if you want the rows to be read in the same order, as they
H A DHierarchyLinkContent.idl120 string ContentType ( read-only, always "application/vnd.sun.star.hier-link" )
123 boolean IsDocument ( read-only, always true )
126 boolean IsFolder ( read-only, always false )
H A DTransientDocumentsStreamContent.idl128 string ContentType ( read-only, always "application/vnd.sun.star.tdoc-stream" )
131 boolean IsDocument ( read-only, always true )
134 boolean IsFolder ( read-only, always false )
H A DHierarchyFolderContent.idl128 string ContentType ( read-only, always "application/vnd.sun.star.hier-folder" )
131 boolean IsDocument ( read-only, always false )
134 boolean IsFolder ( read-only, always true )
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DSortableGridDataModel.idl48 …in this column is taken into account. Further read requests to this column will assume that all no…
68 the data model to which read requests are delegated.
80 is the data model to which read requests are delegated
/aoo42x/main/writerfilter/source/rtftok/
H A DRTFScanner.skl169 /* Number of characters read into yy_ch_buf, not including EOB
229 static int yy_n_chars; /* number of characters read into yy_ch_buf */
374 /* Amount of stuff to slurp up with each read. */
392 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
397 %% fread()/read() definition of YY_INPUT goes here unless we're doing C++
399 {result=yyin->read(buf, max_size);}
733 /* yy_get_next_buffer - try to read in a new buffer
775 /* Try to read more data. */
784 /* don't do the read, it's not guaranteed to return an EOF,
/aoo42x/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx49 sal_uLong read(SvStream &stream);
88 sal_uLong Pattern::read(SvStream &stream) { in read() function in PictReaderInternal::Pattern
493 pattern.read(*pPict); in ReadPixPattern()
499 pattern.read(*pPict); in ReadPixPattern()
1244 nDataSize=eActBackPattern.read(*pPict); in ReadData()
1314 nDataSize=eActPenPattern.read(*pPict); in ReadData()
1319 nDataSize=eActFillPattern.read(*pPict); in ReadData()
/aoo42x/main/offapi/com/sun/star/form/binding/
H A DBindableControlModel.idl64 binding is read-only as long as the binding is.</li>
74 be read-only (indicated by <member>ValueBinding::ReadOnly</member> being <TRUE/>), then
76 fail. However, if the binding's value is not read-only, then the <code>ReadOnly</code>
/aoo42x/main/odk/source/com/sun/star/lib/loader/
H A DLoader.java263 code = s.read(); in callUnoinfo()
278 int k = s.read(buf, n, buf.length - n); in callUnoinfo()
335 while (stream.read() != -1) {} in run()
/aoo42x/main/store/source/
H A Dstordata.hxx239 storeError read (
244 storeError read (
250 storeError read (
809 storeError read (
/aoo42x/main/udkapi/com/sun/star/beans/
H A DXIntrospection.idl70 with same name. If an attribute is read-only, the property
71 also is read-only.
81 "X" also allows write access; otherwise it is read-only.
/aoo42x/main/offapi/com/sun/star/frame/
H A DXDesktop.idl110 /** provides read access to collection of all currently loaded components
130 /** provides read access to the component inside the tree which has the UI focus
146 /** provides read access to the frame which contains the current component
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DXSchema.idl79 if the data read from the layer is rejected as invalid by the
105 if the data read from the layer is rejected as invalid by the
130 if the data read from the layer is rejected as invalid by the
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXDatabaseRegistrations.idl100 if the registration data for this database is read-only
117 if the registration data for this database is read-only
126 read-only.
/aoo42x/main/offapi/com/sun/star/configuration/
H A DConfigurationProvider.idl73 <p>Using the first of these service specifiers requests a read-only view of
85 <BR />If the root element of the view is marked read-only (as indicated
87 the implementation may either raise an exception or return a (read-only)
198 read directly from storage. This may entail that future changes that
/aoo42x/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx137 i_source.read(dpData, nCapacity1 - 1); in StreamStr()
537 for ( nCount = i_src.read(&c, 1); in operator_read_line()
539 nCount = i_src.read(&c, 1) ) in operator_read_line()
549 if (i_src.read(&c, 1) == 1) in operator_read_line()
/aoo42x/main/l10ntools/java/jpropex/java/
H A DNoLocalizeFilter.java38 public int read(byte[] b, int off, int len) throws IOException in read() method in NoLocalizeFilter
48 return in.read( b , off , len ); in read()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxw/
H A DSxwPluginFactory.java59 doc.read(is); in createOfficeDocument()
68 doc.read(is,isZip); in createOfficeDocument()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcPluginFactory.java64 doc.read(is); in createOfficeDocument()
74 doc.read(is,isZip); in createOfficeDocument()
/aoo42x/main/io/source/acceptor/
H A Dacc_socket.cxx81 virtual sal_Int32 SAL_CALL read( ::com::sun::star::uno::Sequence< sal_Int8 >& aReadBytes,
201 sal_Int32 SocketConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read() function in io_acceptor::SocketConnection
215 i = m_socket.read( aReadBytes.getArray() , aReadBytes.getLength() ); in read()
/aoo42x/main/offapi/com/sun/star/document/
H A DExtendedTypeDetectionFactory.idl50 This factory implements read/write access on the underlying configuration set.
81 /** provides read access to the complete set of configuration data.
124 For further informations please read the SDK documentation.
/aoo42x/main/writerfilter/source/ooxml/
H A DOOXMLBinaryObjectReference.cxx42 void OOXMLBinaryObjectReference::read() in read() function in writerfilter::ooxml::OOXMLBinaryObjectReference
68 read(); in resolve()
/aoo42x/main/svl/source/misc/
H A Dstrmadpt.cxx83 sal_uInt32 read();
532 nRead = m_pPipe->read(); in GetData()
555 nRead += m_pPipe->read(); in GetData()
842 sal_uInt32 SvDataPipe_Impl::read() in read() function in SvDataPipe_Impl

Completed in 840 milliseconds

12345678910>>...31