Home
last modified time | relevance | path

Searched refs:stream (Results 76 – 100 of 238) sorted by relevance

12345678910

/trunk/main/udkapi/com/sun/star/io/
H A DObjectOutputStream.idl46 /** is a stream which allows writing the data of persistent objects.
49 <type>DataOutputStream</type> service; furthermore, the stream needs to be chained to a
73 /** allows to write the data to the stream.
H A DXOutputStream.idl46 /** This is the basic interface to write data to a stream.
56 /** writes the whole sequence to the stream. (blocking call)
66 /** flushes out of the stream any data that may exist in buffers.
H A DXTextInputStream.idl40 /** Interface to read strings from a stream.
70 delimiters is found, the stream will be read to EOF. The
85 of the stream is reached.</p>
H A DSequenceInputStream.idl42 /** This service allows to wrap a sequence of bytes with a stream object.
46 /** allows to create a stream based on the sequence.
H A DXTruncate.idl41 /** makes it possible to set the size of the underlying data of a stream
48 /** sets the size of the underlying data of the stream to zero.
H A DXObjectInputStream.idl45 /** reads XPersistObject implementations from a stream
51 /** reads an object from the stream. In general, it
H A DPump.idl47 <p>A thread will be created that reads from the input stream and writes
48 the data to the connected output stream. Data will not be buffered by
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java30 import javax.xml.stream.XMLInputFactory;
31 import javax.xml.stream.XMLStreamException;
32 import javax.xml.stream.XMLStreamReader;
1186 final javax.xml.stream.Location aLocation = maReader.getLocation(); in GetLocation()
1208 private javax.xml.stream.Location maLastLocation;
/trunk/main/sal/osl/unx/
H A Dsignal.c371 static int fputs_xml( const char *string, FILE *stream ) in fputs_xml() argument
380 result = fputs( "&amp;", stream ); in fputs_xml()
383 result = fputs( "&lt;", stream ); in fputs_xml()
386 result = fputs( "&gt;", stream ); in fputs_xml()
389 result = fputc( *string, stream ); in fputs_xml()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl203 /** updates a column with a stream value.
209 how much data should be read out of the stream
218 /** updates a column with a stream value.
224 how much data should be read out of the stream
/trunk/main/offapi/com/sun/star/document/
H A DXBinaryStreamResolver.idl59 /** converts the given URL from the source URL namespace to an input stream,
64 /** creates an output stream, to which binary data can be written.
70 /** converts the output stream, data has been written to, to an URL in
H A DXTypeDetection.idl45 A "deep" detection means looking into the document stream to be right
85 This can be useful to prevent operaton against multiple opening of the stream
86 and perform the operation. If this stream isn't already included the detection
/trunk/main/offapi/com/sun/star/rdf/
H A DXMetadatable.idl52 stream name, a fragment separator, and the XML ID.
69 /** a metadata reference, comprising the stream name and the XML ID.
73 This implies that the XML ID part must be unique for every stream.
/trunk/main/test/inc/test/
H A Doustringostreaminserter.hxx38 std::basic_ostream<charT, traits> & stream, rtl::OUString const & string) in operator <<() argument
40 return stream << in operator <<()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcfunc.cxx43 int file_write(void *buffer,size_t size,size_t nmemb,void *stream) in file_write() argument
45 oslFileHandle aFile = reinterpret_cast< oslFileHandle >( stream ); in file_write()
/trunk/main/offapi/com/sun/star/security/
H A DXDocumentDigitalSignatures.idl71 /** allows to get the default stream name for storing of the signature of
97 /** allows to get the default stream name for storing of the signature of
121 /** allows to get the default stream name for storing of the signature of
/trunk/main/cli_ure/qa/climaker/
H A DClimakerTestCase.java53 public Reader(java.io.InputStream stream) in Reader() argument
55 is = stream; in Reader()
/trunk/main/offapi/com/sun/star/xml/wrapper/
H A DXXMLDocumentWrapper.idl57 * @return the current element in the SAX event stream
150 * Converts the whole DOM tree into a SAX event stream.
153 * stream
/trunk/main/testtools/qa/cli/
H A DCLITest.java68 public Reader(InputStream stream) in Reader() argument
70 is = stream; in Reader()
/trunk/main/testtools/qa/cliversioning/
H A DVersionTestCase.java70 public Reader(java.io.InputStream stream) in Reader() argument
72 is = stream; in Reader()
/trunk/main/oox/source/dump/
H A Doledumper.ini119 # OLE property stream --------------------------------------------------------
155 64=time-stamp,blob,stream,storage,stream-obj,storage-obj
156 70=blob-obj,clip-fmt,guid,vers-stream
718 0x00000020=stream-size
734 0x00000010=!storage!obj-stream
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumnUpdate.idl176 /** updates a column with a stream value.
186 /** updates a column with a stream value.
190 the length of the stream
/trunk/main/offapi/com/sun/star/ucb/
H A DExportStreamInfo.idl37 stream to export into).
42 /** the output stream to export into.
/trunk/main/shell/source/all/zipfile/
H A Dzipfile.cxx127 ZipFile::ZipFile(void* stream, zlib_filefunc_def* fa) in ZipFile() argument
129 fa->opaque = stream; in ZipFile()
/trunk/main/cppu/inc/uno/
H A Denvironment.h307 void * stream, uno_Environment * pEnv, const sal_Char * pFilter )
316 void * stream, rtl_uString * pEnvDcp, const sal_Char * pFilter )

Completed in 220 milliseconds

12345678910