Home
last modified time | relevance | path

Searched refs:IOException (Results 1 – 25 of 891) sorted by relevance

12345678910>>...36

/trunk/main/io/source/stm/
H A Dodata.cxx649 throw ( IOException, in writeBoolean()
664 throw ( IOException, in writeByte()
673 throw ( IOException, in writeChar()
685 throw ( IOException, in writeShort()
696 throw ( IOException, in writeLong()
709 throw ( IOException, in writeHyper()
727 throw ( IOException, in writeFloat()
736 throw ( IOException, in writeDouble()
757 throw ( IOException, in writeUTF()
1171 throw (IOException, RuntimeException) in createMark()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java178 IOException ioe = new IOException( in setDocument()
376 throws IOException in updateDocument()
423 throws IOException in saveDocument()
449 throws IOException in getFileEntry()
475 throws IOException in getFolderEntry()
592 throws IOException in outputStream()
601 throws IOException in lock()
635 throws IOException in createFolder()
648 throws IOException in createData()
662 throws IOException in rename()
[all …]
/trunk/main/comphelper/source/streaming/
H A Dmemorystream.cxx63 …virtual sal_Int32 SAL_CALL available() throw (NotConnectedException, IOException, RuntimeException…
64 virtual void SAL_CALL closeInput() throw (NotConnectedException, IOException, RuntimeException);
68 virtual sal_Int64 SAL_CALL getPosition() throw (IOException, RuntimeException);
69 virtual sal_Int64 SAL_CALL getLength() throw (IOException, RuntimeException);
113 throw IOException(); in readBytes()
138 throw IOException(); in skipBytes()
143 sal_Int32 SAL_CALL UNOMemoryStream::available() throw (NotConnectedException, IOException, RuntimeE… in available()
148 void SAL_CALL UNOMemoryStream::closeInput() throw (NotConnectedException, IOException, RuntimeExcep… in closeInput()
169 sal_Int64 SAL_CALL UNOMemoryStream::getPosition() throw (IOException, RuntimeException) in getPosition()
174 sal_Int64 SAL_CALL UNOMemoryStream::getLength() throw (IOException, RuntimeException) in getLength()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXOutputStreamWrapper.java34 throws java.io.IOException in write()
38 throw new java.io.IOException("Stream is null"); in write()
46 catch ( com.sun.star.io.IOException ioe ) in write()
52 throws java.io.IOException in write()
63 catch ( com.sun.star.io.IOException ioe ) in write()
69 throws java.io.IOException in write()
84 catch ( com.sun.star.io.IOException ioe ) in write()
91 throws java.io.IOException in flush()
101 catch ( com.sun.star.io.IOException ioe ) in flush()
107 throws java.io.IOException in close()
[all …]
H A DXInputStreamWrapper.java35 public int read() throws java.io.IOException in read()
43 catch (com.sun.star.io.IOException ioe) { in read()
44 throw new java.io.IOException(ioe.getMessage()); in read()
53 public int read( byte[] b ) throws java.io.IOException in read()
61 catch ( com.sun.star.io.IOException ioe) in read()
67 public long skip(long n) throws java.io.IOException in skip()
73 catch (com.sun.star.io.IOException ioe) { in skip()
78 public int available() throws java.io.IOException in available()
83 catch (com.sun.star.io.IOException ioe) { in available()
88 public void close() throws java.io.IOException in close()
[all …]
H A DXInputStreamImpl.java28 import java.io.IOException;
59 catch ( IOException e ) in readBytes()
61 throw new com.sun.star.io.IOException( e.toString() ); in readBytes()
89 catch ( IOException e ) in skipBytes()
91 throw new com.sun.star.io.IOException( e.toString() ); in skipBytes()
95 … public int available( ) throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException in available()
102 catch ( IOException e ) in available()
104 throw new com.sun.star.io.IOException( e.toString() ); in available()
109 …ublic void closeInput( ) throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException in closeInput()
115 catch( IOException e ) in closeInput()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dfilstr.cxx203 io::IOException, in readBytes()
239 io::IOException, in readSomeBytes()
251 io::IOException, in skipBytes()
262 io::IOException, in available()
273 io::IOException, in writeBytes()
292 io::IOException, in closeStream()
314 io::IOException, in closeInput()
329 io::IOException, in closeOutput()
344 io::IOException, in seek()
357 throw( io::IOException, in getPosition()
[all …]
/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx399 io::IOException, in copyToStorage()
454 io::IOException, in openStreamElement()
567 io::IOException, in openEncryptedStreamElement()
579 io::IOException, in openStorageElement()
674 io::IOException, in cloneStreamElement()
752 io::IOException, in cloneEncryptedStreamElement()
764 io::IOException, in copyLastCommitTo()
777 io::IOException, in copyStorageElementLastCommitTo()
838 io::IOException, in removeElement()
866 io::IOException, in renameElement()
[all …]
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_stream.cxx103 IOException, in readBytes()
110 throw IOException(); in readBytes()
144 IOException, in readSomeBytes()
155 IOException, in skipBytes()
161 throw IOException(); in skipBytes()
174 IOException, in available()
198 IOException, in seek()
204 throw IOException(); in seek()
219 throw( IOException, in getPosition()
225 throw IOException(); in getPosition()
[all …]
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java130 com.sun.star.io.IOException in readBytes()
162 com.sun.star.io.IOException in readSomeBytes()
195 com.sun.star.io.IOException in skipBytes()
222 com.sun.star.io.IOException in available()
251 com.sun.star.io.IOException in closeInput()
284 com.sun.star.io.IOException in writeBytes()
314 com.sun.star.io.IOException in flush()
377 com.sun.star.io.IOException in seek()
428 catch (com.sun.star.io.IOException exIO ) { in getPosition()
440 public long getLength() throws com.sun.star.io.IOException in getLength()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java254 com.sun.star.io.IOException in available()
286 com.sun.star.io.IOException in closeInput()
322 com.sun.star.io.IOException in writeBytes()
355 com.sun.star.io.IOException in flush()
387 com.sun.star.io.IOException in closeOutput()
424 com.sun.star.io.IOException in seek()
439 throw new com.sun.star.io.IOException("stream not seekable"); in seek()
460 public long getPosition() throws com.sun.star.io.IOException in getPosition()
475 throw new com.sun.star.io.IOException("stream not seekable"); in getPosition()
496 public long getLength() throws com.sun.star.io.IOException in getLength()
[all …]
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java94 throws IOException { in zipParcel()
112 catch (IOException ioe) { in zipParcel()
130 throws IOException { in addFileToParcel()
168 throws IOException in isOverwriteNeeded()
187 catch (IOException ioe) { in isDirectoryOverwriteNeeded()
204 throws IOException in isDocumentOverwriteNeeded()
231 throws IOException { in deployParcel()
247 throws IOException { in unzipToDirectory()
313 throws IOException { in unzipToZip()
423 throws IOException { in removeParcel()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DInputStreamToXInputStreamAdapter.java25 import java.io.IOException;
54 com.sun.star.io.IOException in available()
61 } catch (IOException e) { in available()
69 com.sun.star.io.IOException in closeInput()
73 } catch (IOException e) { in closeInput()
79 com.sun.star.io.IOException in readBytes()
104 } catch (IOException e) { in readBytes()
110 com.sun.star.io.IOException in readSomeBytes()
140 } catch (IOException e) { in readSomeBytes()
146 com.sun.star.io.IOException in skipBytes()
[all …]
H A DXInputStreamToInputStreamAdapter.java25 import java.io.IOException;
55 public int available() throws IOException { in available()
62 throw new IOException(e.toString()); in available()
68 public void close() throws IOException { in close()
72 throw new IOException(e.toString()); in close()
76 public int read () throws IOException { in read()
92 throw new IOException(e.toString()); in read()
111 throw new IOException(e.toString()); in read()
149 public long skip(long n) throws IOException { in skip()
158 throw new IOException(e.toString()); in skip()
[all …]
H A DByteArrayToXInputStreamAdapter.java65 … private void _check() throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException { in _check()
72 throw new com.sun.star.io.IOException("input closed"); in _check()
76 … public int available() throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException { in available()
80 throw new com.sun.star.io.IOException("integer overflow"); in available()
87 …ublic void closeInput() throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException { in closeInput()
115 throw new com.sun.star.io.IOException("error accessing buffer"); in readBytes()
132 public long getLength() throws com.sun.star.io.IOException { in getLength()
135 else throw new com.sun.star.io.IOException("no bytes"); in getLength()
138 public long getPosition() throws com.sun.star.io.IOException { in getPosition()
141 else throw new com.sun.star.io.IOException("no bytes"); in getPosition()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/
H A DSocketConnection.java29 import java.io.IOException;
74 public SocketConnection(String description, Socket socket) throws IOException { in SocketConnection()
159 catch(IOException ioException) { in read()
169 com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(errMessage); in read()
190 catch(IOException ioException) { in write()
191 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in write()
205 public void flush() throws com.sun.star.io.IOException, com.sun.star.uno.RuntimeException { in flush()
209 catch(IOException ioException) { in flush()
210 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in flush()
226 catch(IOException ioException) { in close()
[all …]
/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx92 throw(IOException, RuntimeException);
101 throw(IOException, RuntimeException);
103 throw(IOException, RuntimeException);
105 throw(IOException, RuntimeException);
164 throw(IOException, RuntimeException) in readLine()
171 throw(IOException, RuntimeException) in readString()
177 throw(IOException, RuntimeException) in isEOF()
188 throw(IOException, RuntimeException) in implReadString()
293 throw(IOException, RuntimeException) in implReadNext()
371 throw IOException(); in implReadNext()
[all …]
/trunk/main/ucb/source/ucp/odma/
H A Dodma_inputstream.cxx104 io::IOException, in readBytes()
115 io::IOException, in readSomeBytes()
124 io::IOException, in skipBytes()
133 io::IOException, in available()
143 io::IOException, in writeBytes()
171 io::IOException, in closeInput()
183 io::IOException, in closeOutput()
196 io::IOException, in flush()
249 throw( io::IOException, in truncate()
259 io::IOException, in seek()
[all …]
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx177 catch (io::IOException) in Flush()
222 catch (io::IOException) in FillAppend()
308 throw io::IOException(); in readBytes()
342 throw io::IOException(); in readSomeBytes()
373 throw io::IOException(); in skipBytes()
389 throw io::IOException(); in available()
440 throw io::IOException(); in getLength()
443 throw io::IOException(); in getLength()
491 catch (io::IOException) in GetData()
512 catch (io::IOException) in GetData()
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx317 io::IOException, in copyToStorage()
331 io::IOException, in openStreamElement()
348 io::IOException, in openEncryptedStreamElement()
362 io::IOException, in openStorageElement()
376 io::IOException, in cloneStreamElement()
392 io::IOException, in cloneEncryptedStreamElement()
406 io::IOException, in copyLastCommitTo()
420 io::IOException, in copyStorageElementLastCommitTo()
926 io::IOException, in writeBytes()
941 io::IOException, in flush()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XDataInputStream.java138 } catch (com.sun.star.io.IOException e) { in _readBoolean()
151 } catch (com.sun.star.io.IOException e) { in _readBoolean()
169 } catch (com.sun.star.io.IOException e) { in _readByte()
182 } catch(com.sun.star.io.IOException e) { in _readByte()
200 } catch (com.sun.star.io.IOException e) { in _readChar()
213 } catch( com.sun.star.io.IOException e ) { in _readChar()
230 } catch (com.sun.star.io.IOException e) { in _readShort()
259 } catch (com.sun.star.io.IOException e) { in _readLong()
290 } catch (com.sun.star.io.IOException e) { in _readHyper()
320 } catch (com.sun.star.io.IOException e) { in _readFloat()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dinputstream.cxx93 io::IOException, in readBytes()
120 io::IOException, in readSomeBytes()
132 io::IOException, in skipBytes()
143 io::IOException, in available()
154 io::IOException, in closeInput()
171 io::IOException, in seek()
177 throw io::IOException(); in seek()
184 throw( io::IOException, in getPosition()
189 throw io::IOException(); in getPosition()
196 throw( io::IOException, in getLength()
[all …]
/trunk/main/package/source/package/zippackage/
H A Dwrapstreamforshare.cxx55 io::IOException, in readBytes()
61 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in readBytes()
74 io::IOException, in readSomeBytes()
80 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in readSomeBytes()
93 io::IOException, in skipBytes()
99 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in skipBytes()
109 io::IOException, in available()
122 io::IOException, in closeInput()
139 io::IOException, in seek()
154 throw ( io::IOException, in getPosition()
[all …]
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageAccess.java52 throw new java.io.IOException(); in StorageAccess()
56 public void close() throws java.io.IOException{ in close()
62 public long getFilePointer() throws java.io.IOException{ in getFilePointer()
67 public long length() throws java.io.IOException{ in length()
72 public int read() throws java.io.IOException{ in read()
83 public int readInt() throws java.io.IOException{ in readInt()
90 throw new java.io.IOException(); in readInt()
117 public void seek(long position) throws java.io.IOException{ in seek()
127 public void writeInt(int v) throws java.io.IOException{ in writeInt()
143 public long readLong() throws java.io.IOException { in readLong()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/pipe/
H A DPipeConnection.java25 import java.io.IOException;
73 throws IOException in PipeConnection()
101 { throw new IOException( aNPE.getMessage() ); } in PipeConnection()
102 catch ( com.sun.star.io.IOException aIOE ) in PipeConnection()
103 { throw new IOException( aIOE.getMessage() ); } in PipeConnection()
105 { throw new IOException( aE.getMessage() ); } in PipeConnection()
142 throws com.sun.star.io.IOException, com.sun.star.uno.RuntimeException; in createJNI()
146 throws com.sun.star.io.IOException, com.sun.star.uno.RuntimeException; in readJNI()
150 throws com.sun.star.io.IOException, com.sun.star.uno.RuntimeException; in writeJNI()
154 throws com.sun.star.io.IOException, com.sun.star.uno.RuntimeException; in flushJNI()
[all …]

Completed in 79 milliseconds

12345678910>>...36