Home
last modified time | relevance | path

Searched refs:stream (Results 51 – 75 of 237) sorted by relevance

12345678910

/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx268 static char *token( FileInputStream* stream, int& rLen ) in token() argument
276 while( is_white_Array[ (ch = stream->getChar()) & 255 ] ) in token()
283 ch = stream->getChar(); in token()
287 if (idx >= 1 && ch != ':' && ch != -1) stream->ungetChar(); in token()
304 static char *linetoken( FileInputStream* stream ) in linetoken() argument
309 while ((ch = stream->getChar()) == ' ' || ch == '\t' ) ; in linetoken()
315 ch = stream->getChar(); in linetoken()
318 stream->ungetChar(); in linetoken()
/trunk/main/shell/inc/internal/
H A Dzipfile.hxx71 static bool IsZipFile(void* stream);
91 static bool IsValidZipFileVersionNumber(void* stream);
109 ZipFile(void* stream, zlib_filefunc_def* fa);
/trunk/main/udkapi/com/sun/star/io/
H A DXMarkableStream.idl46 /** makes it possible to set and remove seekable marks to a stream.
84 /** jumps to the furthest position of the stream.
88 new data at the end of the stream without overwriting existing data.
97 the offset from the current stream position to the
H A DXXMLExtractor.idl40 /** offers the capability to extract the XML document stream from a document
47 /** extracts the XML stream from the document storage.
50 the extracted XML stream.
H A DXStream.idl45 /** offers read and write access to the same stream.
53 the <type>XInputStream</type> part of the stream. Closing the returned
63 the <type>XInputStream</type> part of the stream. Closing the returned
H A DXActiveDataSink.idl42 /** makes it possible to read the corresponding object from an input stream.
52 /** plugs the input stream.
64 the plugged stream.
H A DXActiveDataSource.idl43 stream.
51 /** plugs the output stream.
64 the plugged stream.
H A DXActiveDataStreamer.idl42 /** makes it possible to read and write the corresponding stream.
53 /** plugs the input/output stream.
65 the plugged stream.
H A DMarkableInputStream.idl44 <p>The implementation reads the original data from the input stream,
50 /** allows to access the data of this stream
60 of this stream.
H A DXTextOutputStream.idl40 /** Interface to write strings to a stream using a special
43 <p>This interfaces allows to write strings to a stream.
50 /** writes a string to the stream using the encoding
/trunk/main/offapi/com/sun/star/ucb/
H A DPackageFolderContent.idl215 "application/vnd.sun.star.pkg-stream".
218 Set a title at the new folder / stream. ( Let the new child execute
227 parameters, that provides access to the stream data.
236 title of the new stream ) and to obtain a Content object for that URL
240 to false and there is already a stream with the title given by the
H A DPackageStreamContent.idl109 insert ( makes a newly created stream persistent )
122 string ContentType ( read-only, always "application/vnd.sun.star.pkg-stream" )
141 stream to be compressed or not. The default value of this property
147 boolean Encrypted ( are the stream data encrypted or not ).
H A DTransientDocumentsFolderContent.idl210 To create a new stream, use the type string
211 "application/vnd.sun.star.tdoc-stream".
214 Set a title for the new folder/stream. (Let the new child execute the
223 parameters, that provides access to the stream data.
H A DTransientDocumentsDocumentContent.idl200 To create a new stream, use the type string
201 "application/vnd.sun.star.tdoc-stream".
204 Set a title for the new folder/stream. (Let the new child execute the
213 parameters, that provides access to the stream data.
/trunk/main/cairo/
H A Dcairo-1.8.0.patch207 …ur misc/build/cairo-1.8.0.org/src/cairo-deflate-stream.c misc/build/cairo-1.8.0/src/cairo-deflate-
208 --- misc/build/cairo-1.8.0.org/src/cairo-deflate-stream.c 2008-09-25 13:03:43.000000000 +0300
209 +++ misc/build/cairo-1.8.0/src/cairo-deflate-stream.c 2008-11-14 22:21:00.000000000 +0200
213 #include "cairo-output-stream-private.h"
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java126 … final XStream stream = output.openStreamElement(name, ElementModes.WRITE | ElementModes.TRUNCATE); in createOutputStream() local
127 stream.getInputStream().closeInput(); in createOutputStream()
130 … final XPropertySet prop = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, stream); in createOutputStream()
133 …return new BufferedOutputStream(new XOutputStreamToOutputStreamAdapter(stream.getOutputStream()), … in createOutputStream()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl284 /** sets the designated parameter to the given input stream, which will have
289 . SDBC will read the data from the stream as needed, until it reaches end-of-file.
295 the number of bytes in the stream
304 /** sets the designated parameter to the given input stream, which will have
309 . SDBC will read the data from the stream as needed, until it reaches end-of-file.
315 the number of characters in the stream
331 to the SQL data stream.
358 to the SQL data stream.
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx104 int memory_write(void *buffer,size_t size,size_t nmemb,void *stream) in memory_write() argument
107 reinterpret_cast<MemoryContainer*>(stream); in memory_write()
653 size_t memory_read(void *ptr,size_t size,size_t nmemb,void *stream) in memory_read() argument
656 CurlInput *curlInput = static_cast<CurlInput*>(stream); in memory_read()
666 void FTPURL::insert(bool replaceExisting,void* stream) const in insert()
684 curl_easy_setopt(curl,CURLOPT_READDATA,stream); in insert()
/trunk/main/offapi/com/sun/star/packages/
H A DNoRawFormatException.idl38 /** This exception can be thrown in case provided stream is not a raw stream
39 representing encrypted package stream.
H A DPackage.idl79 This will return a PackageStream which refers to the specified stream.
93 createInstance - creates a new stream implementation object (when first
102 Creating and inserting a new stream would be done as follows:
109 Replacing an existing stream would be very similar, except that the
/trunk/main/offapi/com/sun/star/document/
H A DExtendedTypeDetection.idl87 May be that given descriptor already includes the opened document stream as parameter
92 Note: The stream should be added to the descriptor if it wasn't a part of them before.
94 It's further not allowed to hold a reference to this stream any longer. Only copies
95 will be valid then. Otherwise nobody can close this stream then.
H A DMediaDescriptor.idl79 will be used (especially a possible stream). It's allowed to use it directly
257 /** a stream to receive the document data.
260 If used when storing a document: writing must be done using this stream.
261 If no stream is provided, the loader will create a stream by itself using
272 If used when loading a document: reading must be done using this stream.
273 If no stream is provided, the loader will create a stream by itself using
H A DXDocumentProperties.idl348 if thrown when trying to open a stream in the given storage
350 if thrown when trying to open a stream in the given storage
378 if thrown when trying to open a stream in the given storage
380 if thrown when trying to open a stream in the given storage
414 if thrown when trying to open a stream in the given storage
441 if thrown when trying to open a stream in the given storage
/trunk/main/offapi/com/sun/star/media/
H A DXFrameGrabber.idl32 /** This interface provides an easy access to a stream images using
37 /** returns the image of the underlying stream at a given position
41 be a positive value inferior to the stream duration.
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DHelper.java221 FileOutputStream stream = new FileOutputStream( file ); in createTargetDataFile() local
222 stream.write( content.getBytes() ); in createTargetDataFile()
223 stream.close(); in createTargetDataFile()

Completed in 69 milliseconds

12345678910