Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 25 of 223) sorted by relevance

123456789

/AOO41X/main/offapi/com/sun/star/embed/
H A DStorageStream.idl54 /** This is a service that represents a stream that can be provided by
59 In case a stream is open with readwrite access only one instance
60 of the stream can exist.
71 In case the storage stream is open readonly the returned reference
82 A storage stream is created by a storage and has a restrictions
83 depending on the mode the stream is opened in.
87 In case a stream is opened with read-write access only one instance of
88 the stream can exist. It means that the stream can not be reopened
92 be possible to open the stream for read-write access until all the
97 The stream must be disposed by
[all …]
H A DXStorageRawAccess.idl81 /** allows to get a plain raw stream representing a package stream.
84 This method returns a stream from the package as it is stored there,
90 the raw representation of encrypted stream with all the data
91 required to copy the stream without information loss
106 in case of io errors during stream opening
120 /** allows to get a raw stream representing encrypted stream with header.
125 storage stream to another without decryption. It is not reccomended to
137 additional data into the stream to allow successful insertion.
144 a raw stream representing encrypted stream
153 the stream is not an encrypted one
[all …]
H A DXStorage2.idl45 /** allows to get access to a child encrypted stream with EncryptionData.
53 In case the stream is open in readonly mode the
62 a mode the stream should be open in,
67 stream, the encryption data must be correct, otherwise an
77 the stream is not encrypted
83 in case of io errors during stream opening
100 /** allows to get readonly copy of a child encrypted stream with encryption
109 The stream is open in readonly mode so the
115 This method allows to specify encryption data for the child stream
124 stream, the encryption data must be correct, otherwise an
[all …]
H A DXHierarchicalStorageAccess.idl88 in a storage a stream with a path "a/b/c" is accessed using hierarchical
89 access, another stream "a/b/d" can also be opened with hierarchical
99 /** allows to get access to a child stream of the storage, using
103 In case the stream is open in readonly mode the
112 a mode the stream should be open in,
125 in case of io errors during stream opening
140 /** allows to get access to a child encrypted stream with password using
149 In case the stream is open in readonly mode the
158 a mode the stream should be open in,
163 stream, the password must be a correct one, otherwise an
[all …]
H A DStorage.idl129 If the child stream is an encrypted one a corect
141 stream explicitly. The password will be used to read
142 the stream. It is possible to specify a new password
143 for stream storing through
163 The latest flashed version of the stream will be used.
164 The stream can be flashed explicitly by
171 owns. So in case after the stream is changed neither
172 the storage was commited nor the stream was flushed
174 created stream. This method allows to retrieve copy of
175 a child stream even in case it is already opened for
[all …]
H A DXStorage.idl152 /** allows to get access to a child stream of the storage.
155 In case the stream is open in readonly mode the
164 a mode the stream should be open in,
177 in case of io errors during stream opening
192 /** allows to get access to a child encrypted stream with password.
200 In case the stream is open in readonly mode the
209 a mode the stream should be open in,
214 stream, the password must be a correct one, otherwise an
224 the stream is not encrypted
230 in case of io errors during stream opening
[all …]
H A DXOptimizedStorage.idl99 /** allows to insert a raw stream representing nonencrypted stream with
113 /** allows to insert a stream to the storage directly. The stream must
141 /** allows to switch storage persistence to the provided stream. The stream
143 storage will create a temporary stream to switch to itself.
156 same contents as the stream the storage is based currently. Thus using
183 /** fills the provided stream with the last flushed version of data from
184 the child stream of the storage.
190 the target stream where the data must be copied to
202 in case of io errors during stream opening
H A DXExtendedStorageStream.idl59 /** This interface allows access to an extended storage stream that might be
77 /** allows to seek to a specified position within the stream.
87 /** allows to set password to the stream.
90 This interface must be supported by a stream with readwrite access
92 stream is stored if the encryption is supported.
97 stream is closed the new password should be used to get access to the
98 stream next time.
104 /** allows to get access to stream properties.
/AOO41X/main/extensions/source/macosx/spotlight/
H A Dioapi.m62 voidpf stream,
68 voidpf stream,
74 voidpf stream));
78 voidpf stream,
84 voidpf stream));
88 voidpf stream));
113 uLong ZCALLBACK fread_file_func (opaque, stream, buf, size)
115 voidpf stream;
120 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
125 uLong ZCALLBACK fwrite_file_func (opaque, stream, buf, size)
[all …]
H A Dunzip.m129 z_stream stream; /* zLib stream structure for inflate */ field
132 uLong stream_initialised; /* flag set if stream structure is initialised*/
179 IN assertion: the stream s has been sucessfully opened for reading.
1142 pfile_in_zip_read_info->stream.total_out = 0;
1147 pfile_in_zip_read_info->stream.zalloc = (alloc_func)0;
1148 pfile_in_zip_read_info->stream.zfree = (free_func)0;
1149 pfile_in_zip_read_info->stream.opaque = (voidpf)0;
1150 pfile_in_zip_read_info->stream.next_in = (voidpf)0;
1151 pfile_in_zip_read_info->stream.avail_in = 0;
1153 err=inflateInit2(&pfile_in_zip_read_info->stream, -MAX_WBITS);
[all …]
H A Dioapi.h58 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)…
59 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLon…
60 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
61 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int orig…
62 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
63 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
/AOO41X/main/offapi/com/sun/star/media/
H A DXPlayer.idl38 /** is the multimedia stream handling interface. This allows to
43 /** starts reading the stream from the current position.
47 /** stops reading the stream and leave the cursor at its current
52 /** indicates whether the stream is played or not.
55 <TRUE/> if the stream is played, <FALSE/> otherwise
59 /** gets the stream length
62 the stream length in second
66 /** sets the new cursor position in the media stream. After using
67 this method the stream is stopped.
74 /** gets the current position of the cursor in the stream
[all …]
/AOO41X/main/offapi/com/sun/star/sdbc/
H A DXSQLInput.idl58 /** represents an input stream that contains a stream of values representing an
80 stream to the method
84 methods in its implementation for reading the attributes from the input stream.
90 /** reads the next attribute in the stream as string.
99 /** reads the next attribute in the stream as boolean.
108 /** reads the next attribute in the stream as byte.
117 /** reads the next attribute in the stream as short.
126 /** reads the next attribute in the stream as long.
135 /** reads the next attribute in the stream as hyper.
144 /** reads the next attribute in the stream as float.
[all …]
H A DXSQLOutput.idl60 /** is used as an output stream for writing the attributes of a user-defined
85 output stream as the representation of a SQL user-defined type.</p>
90 /** writes the next attribute to the stream as a string.
99 /** writes the next attribute to the stream as boolean.
108 /** writes the next attribute to the stream as byte.
117 /** writes the next attribute to the stream as short.
126 /** writes the next attribute to the stream as long.
135 /** writes the next attribute to the stream as hyper.
144 /** writes the next attribute to the stream as float.
153 /** writes the next attribute to the stream as double.
[all …]
H A DXSQLData.idl78 type from the given input stream. This is done
79 by calling a method of the input stream to read each
93 The SDBC driver initializes the input stream with a type map
96 method on the stream.
99 @param stream
100 the input SQL data stream
102 the SQL type of the value on the data stream
108 void readSQL([in]XSQLInput stream, [in]string typeName)
112 /** writes this object to the given SQL data stream.
119 stream. This is done by calling a method of the output stream to write
[all …]
/AOO41X/main/testtools/source/performance/
H A Dubtest.cxx116 static void out( const sal_Char * pText, FILE * stream = stderr, in out() argument
124 ::fprintf( stream, ar ); in out()
128 ::fprintf( stream, pText ); in out()
139 static inline void out( const OUString & rText, FILE * stream = stderr, in out() argument
143 out( aText.getStr(), stream, nStart, cFillchar ); in out()
146 static inline void out( double fVal, FILE * stream = stderr, in out() argument
151 out( ar, stream, nStart, cFillchar ); in out()
154 static inline void out( sal_Int64 nVal, FILE * stream = stderr, in out() argument
159 out( ar, stream, nStart, cFillchar ); in out()
969 FILE * stream = stderr; in run() local
[all …]
/AOO41X/main/offapi/com/sun/star/packages/
H A DXDataSinkEncrSupport.idl61 /** Allows to get access to the stream of a <type>PackageStream</type>.
68 In case stream is encrypted one and the key for the stream is not set,
73 the stream
87 /** Allows to get access to the data of the PackageStream as to raw stream.
88 In case stream is not encrypted an exception will be thrown.
90 The difference of raw stream is that it contains header for encrypted data,
91 so an encrypted stream can be copyed from one PackageStream to
96 the raw representation of stream
109 /** Allows to set a data stream for the PackageStream.
111 In case PackageStream is marked as encrypted the data stream will be encrypted on storing.
[all …]
/AOO41X/main/shell/source/win32/shlxthandler/ooofilt/
H A Dstream_helper.cxx54 uLong ZCALLBACK cb_sread OF((voidpf opaque, voidpf stream, void* vuf, uLong size));
55 uLong ZCALLBACK cb_swrite OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
56 long ZCALLBACK cb_stell OF((voidpf opaque, voidpf stream));
57 long ZCALLBACK cb_sseek OF((voidpf opaque, voidpf stream, uLong offset, int origin));
58 int ZCALLBACK cb_sclose OF((voidpf opaque, voidpf stream));
59 int ZCALLBACK cb_serror OF((voidpf opaque, voidpf stream));
90 uLong ZCALLBACK cb_sread (voidpf /*opaque*/, voidpf stream, void* buf, uLong size) { in cb_sread() argument
94 hr = ((IStream *)stream)->Read (buf, size, &newsize); in cb_sread()
103 long ZCALLBACK cb_sseek (voidpf /*opaque*/, voidpf stream, uLong offset, int origin) { in cb_sseek() argument
124 hr = ((IStream*)stream)->Seek (Move, dwOrigin, NULL); in cb_sseek()
[all …]
/AOO41X/main/codemaker/source/javamaker/
H A Dclassfile.cxx47 void appendU1(std::vector< unsigned char > & stream, sal_uInt8 data) { in appendU1() argument
48 stream.push_back(static_cast< unsigned char >(data)); in appendU1()
51 void appendU2(std::vector< unsigned char > & stream, sal_uInt16 data) { in appendU2() argument
52 stream.push_back(static_cast< unsigned char >(data >> 8)); in appendU2()
53 stream.push_back(static_cast< unsigned char >(data & 0xFF)); in appendU2()
56 void appendU4(std::vector< unsigned char > & stream, sal_uInt32 data) { in appendU4() argument
57 stream.push_back(static_cast< unsigned char >(data >> 24)); in appendU4()
58 stream.push_back(static_cast< unsigned char >((data >> 16) & 0xFF)); in appendU4()
59 stream.push_back(static_cast< unsigned char >((data >> 8) & 0xFF)); in appendU4()
60 stream.push_back(static_cast< unsigned char >(data & 0xFF)); in appendU4()
[all …]
/AOO41X/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java131 InputStream stream; field in JavaKit.URLAccessor
179 if (stream != null) { in close()
180 stream.close(); in close()
181 stream = null; in close()
212 if (streamOff > off && stream != null) { in getStream()
213 stream.close(); in getStream()
214 stream = null; in getStream()
217 if(stream == null) { in getStream()
218 stream = url.openStream(); in getStream()
223 long len = stream.skip(off - streamOff); in getStream()
[all …]
/AOO41X/main/udkapi/com/sun/star/io/
H A DXSeekable.idl44 /** makes it possible to seek to a certain position within a stream.
49 stream, for example, a video stream.
55 /** changes the seek pointer to a new location relative to the beginning of the stream.
59 …location in the stream object. It is an error to seek before the beginning of the stream or after …
60 end of the stream. </p>
69 /** returns the current offset of the stream.
71 the current offset in this stream.
78 /** returns the length of the stream.
80 the length of the storage medium on which the stream works.
/AOO41X/main/cppu/source/uno/
H A Dlbenv.cxx663 void * stream, const sal_Char * pLine, const sal_Char * pFilter ) in writeLine() argument
679 if (stream) in writeLine()
681 fprintf( (FILE *) stream, "%s\n", pLine ); in writeLine()
695 if (stream) in writeLine()
697 fprintf( (FILE *) stream, "%s\n", pLine ); in writeLine()
708 void * stream, const OUString & rLine, const sal_Char * pFilter ) in writeLine() argument
712 writeLine( stream, aLine.getStr(), pFilter ); in writeLine()
717 void * stream, uno_Environment * pEnv, const sal_Char * pFilter ) in uno_dumpEnvironment() argument
725 writeLine( stream, "###################################" in uno_dumpEnvironment()
729 writeLine( stream, buf.makeStringAndClear(), pFilter ); in uno_dumpEnvironment()
[all …]
/AOO41X/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx477 void writeConsoleWithStream(::rtl::OUString const & sText, HANDLE stream) in writeConsoleWithStream() argument
480 WriteFile(stream, sText.getStr(), in writeConsoleWithStream()
484 void writeConsoleWithStream(::rtl::OUString const & sText, FILE * stream) in writeConsoleWithStream() argument
487 fprintf(stream, "%s", s.getStr()); in writeConsoleWithStream()
488 fflush(stream); in writeConsoleWithStream()
493 void writeConsoleWithStream(::rtl::OString const & sText, HANDLE stream) in writeConsoleWithStream() argument
496 sText, RTL_TEXTENCODING_UTF8), stream); in writeConsoleWithStream()
499 void writeConsoleWithStream(::rtl::OString const & sText, FILE * stream) in writeConsoleWithStream() argument
501 fprintf(stream, "%s", sText.getStr()); in writeConsoleWithStream()
502 fflush(stream); in writeConsoleWithStream()
/AOO41X/main/odk/examples/DevelopersGuide/UCB/
H A DResourceCreator.java112 XInputStream stream = null; in createNewResource() local
114 stream = new MyInputStream(); in createNewResource()
119 stream = access.getDataStream(); in createNewResource()
121 return createNewResource( stream, name ); in createNewResource()
133 public boolean createNewResource( XInputStream stream, String name ) in createNewResource() argument
137 if ( stream != null && name != null && !name.equals( "" )) { in createNewResource()
172 XInputStream data = stream; in createNewResource()
H A DDataStreamComposer.java99 XInputStream stream; in setDataStream() local
101 stream = new MyInputStream(); in setDataStream()
106 stream = access.getDataStream(); in setDataStream()
108 return ( setDataStream( stream )); in setDataStream()
119 public boolean setDataStream( XInputStream stream ) in setDataStream() argument
123 XInputStream data = stream; in setDataStream()

123456789