/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | StorageStream.idl | 60 of the stream can exist. 83 depending on the mode the stream is opened in. 88 the stream can exist. It means that the stream can not be reopened 97 The stream must be disposed by 126 /** allows to get access to stream properties. 142 /** allows to set password to the stream. 147 stream is stored. 153 stream next time. 170 /** allows to detect if the stream is encrypted. 174 <FALSE/> - the stream is not encrypted. [all …]
|
H A D | XStorageRawAccess.idl | 81 /** allows to get a plain raw stream representing a package stream. 106 in case of io errors during stream opening 120 /** allows to get a raw stream representing encrypted stream with header. 144 a raw stream representing encrypted stream 153 the stream is not an encrypted one 159 in case of io errors during stream opening 174 /** allows to insert a raw stream representing encrypted stream with 178 This method allows to insert a stream retrived by 195 a raw stream representing encrypted stream 204 the stream is not one of raw package stream format [all …]
|
H A D | XStorage2.idl | 45 /** 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 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 134 the stream is not encrypted [all …]
|
H A D | XHierarchicalStorageAccess.idl | 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 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 173 the stream is not encrypted 179 in case of io errors during stream opening [all …]
|
H A D | Storage.idl | 129 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 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 175 a child stream even in case it is already opened for 180 If the child stream is an encrypted one a corect 198 The stream can be flashed explicitly by [all …]
|
H A D | XStorage.idl | 164 a mode the stream should be open in, 177 in case of io errors during stream opening 209 a mode the stream should be open in, 224 the stream is not encrypted 230 in case of io errors during stream opening 269 in case of io errors during stream opening 286 The stream is open in readonly mode so the 325 The stream is open in readonly mode so the 350 the stream is not encrypted 448 <TRUE/> in case the element is a stream [all …]
|
H A D | XOptimizedStorage.idl | 99 /** 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 D | XExtendedStorageStream.idl | 59 /** 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.
|
/aoo4110/main/extensions/source/macosx/spotlight/ |
H A D | ioapi.m | 62 voidpf stream, 68 voidpf stream, 74 voidpf stream)); 78 voidpf stream, 84 voidpf stream)); 115 voidpf stream; 127 voidpf stream; 138 voidpf stream; 147 voidpf stream; 173 voidpf stream; [all …]
|
H A D | unzip.m | 129 z_stream stream; /* zLib stream structure for inflate */ field 1142 pfile_in_zip_read_info->stream.total_out = 0; 1151 pfile_in_zip_read_info->stream.avail_in = 0; 1179 pfile_in_zip_read_info->stream.avail_in = (uInt)0; 1247 pfile_in_zip_read_info->stream.avail_out = 1251 pfile_in_zip_read_info->stream.avail_in) && 1253 pfile_in_zip_read_info->stream.avail_out = 1255 pfile_in_zip_read_info->stream.avail_in; 1257 while (pfile_in_zip_read_info->stream.avail_out>0) 1286 pfile_in_zip_read_info->stream.next_in = [all …]
|
H A D | ioapi.h | 58 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));
|
/aoo4110/main/offapi/com/sun/star/media/ |
H A D | XPlayer.idl | 52 /** indicates whether the stream is played or not. 59 /** gets the stream length 62 the stream length in second 67 this method the stream is stopped. 81 /** sets the time at which to stop reading the stream. 109 /** sets whether the stream reading should restart at the stream 110 start after the end of the stream. 114 stream. 119 end of the stream. 164 /** gets a new player window for this stream control [all …]
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XSQLInput.idl | 58 /** represents an input stream that contains a stream of values representing an 80 stream to the method 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. 171 /** reads the next attribute in the stream as date. 180 /** reads the next attribute in the stream as time. 225 stream is passed to the application. 254 /** reads a BLOB from the stream. 263 /** reads a CLOB from the stream. [all …]
|
H A D | XSQLOutput.idl | 108 /** writes the next attribute to the stream as byte. 126 /** writes the next attribute to the stream as long. 199 /** writes the next attribute to the stream as a stream of uninterpreted 210 /** writes the next attribute to the stream as a stream of unicode string. 229 , this method writes an SQL NULL to the stream. 233 writes the object's attributes to the stream. 242 input stream and written to an 264 /** writes a BLOB to the stream. 273 /** writes a CLOB to the stream. 282 /** writes a structured-type to the stream. [all …]
|
H A D | XSQLData.idl | 78 type from the given input stream. This is done 79 by calling a method of the input stream to read each 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 127 @param stream [all …]
|
/aoo4110/main/testtools/source/performance/ |
H A D | ubtest.cxx | 124 ::fprintf( stream, ar ); in out() 996 stream = stderr; in run() 1000 stream = stdout; in run() 1006 if (! stream) in run() 1030 if (stream == stderr) in run() 1190 out( ":", stream ); in run() 1200 out( "]", stream ); in run() 1260 if (stream != stderr && stream != stdout) in run() 1261 ::fclose( stream ); in run() 1265 if (stream != stderr && stream != stdout) in run() [all …]
|
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | stream_helper.cxx | 54 uLong ZCALLBACK cb_sread OF((voidpf opaque, voidpf stream, void* vuf, 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() 124 hr = ((IStream*)stream)->Seek (Move, dwOrigin, NULL); in cb_sseek() 133 long ZCALLBACK cb_stell (voidpf /*opaque*/, voidpf stream) { in cb_stell() argument 141 hr = ((IStream*)stream)->Seek (Move, STREAM_SEEK_CUR, &NewPosition); in cb_stell() [all …]
|
/aoo4110/main/offapi/com/sun/star/packages/ |
H A D | XDataSinkEncrSupport.idl | 68 In case stream is encrypted one and the key for the stream is not set, 73 the stream 88 In case stream is not encrypted an exception will be thrown. 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. 115 new data stream 124 /** Allows to set raw stream for the PackageStream. 129 the new raw representation of stream 135 the stream is not a correct raw representation of encrypted package stream [all …]
|
/aoo4110/main/codemaker/source/javamaker/ |
H A D | classfile.cxx | 48 stream.push_back(static_cast< unsigned char >(data)); in appendU1() 52 stream.push_back(static_cast< unsigned char >(data >> 8)); in appendU2() 53 stream.push_back(static_cast< unsigned char >(data & 0xFF)); in appendU2() 57 stream.push_back(static_cast< unsigned char >(data >> 24)); in appendU4() 64 stream.push_back(static_cast< unsigned char >(data >> 56)); in appendU8() 75 std::vector< unsigned char > & stream, in appendStream() 78 stream.insert(stream.end(), data.begin(), data.end()); in appendStream() 111 std::vector< unsigned char >::size_type n = stream.size(); in writeStream() 896 stream, in appendSignatureAttribute() 898 appendU4(stream, 2); in appendSignatureAttribute() [all …]
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/editor/ |
H A D | JavaKit.java | 131 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 …]
|
/aoo4110/main/udkapi/com/sun/star/io/ |
H A D | XSeekable.idl | 44 /** 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.
|
/aoo4110/main/cppu/source/uno/ |
H A D | lbenv.cxx | 679 if (stream) in writeLine() 695 if (stream) in writeLine() 697 fprintf( (FILE *) stream, "%s\n", pLine ); in writeLine() 712 writeLine( stream, aLine.getStr(), pFilter ); in writeLine() 725 writeLine( stream, "###################################" in uno_dumpEnvironment() 729 writeLine( stream, buf.makeStringAndClear(), pFilter ); in uno_dumpEnvironment() 738 writeLine( stream, buf.makeStringAndClear(), pFilter ); in uno_dumpEnvironment() 758 writeLine( stream, buf.makeStringAndClear(), pFilter ); in uno_dumpEnvironment() 798 writeLine( stream, "#####################################" in uno_dumpEnvironment() 811 ::uno_dumpEnvironment( stream, pEnv, pFilter ); in uno_dumpEnvironmentByName() [all …]
|
/aoo4110/main/desktop/source/deployment/misc/ |
H A D | dp_misc.cxx | 477 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()
|
/aoo4110/main/odk/examples/DevelopersGuide/UCB/ |
H A D | ResourceCreator.java | 112 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 D | DataStreamComposer.java | 99 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()
|