| /AOO41X/main/io/source/stm/ |
| H A D | odata.cxx | 99 virtual sal_Int8 SAL_CALL readBoolean(void) throw (IOException, RuntimeException); 100 virtual sal_Int8 SAL_CALL readByte(void) throw (IOException, RuntimeException); 101 virtual sal_Unicode SAL_CALL readChar(void) throw (IOException, RuntimeException); 102 virtual sal_Int16 SAL_CALL readShort(void) throw (IOException, RuntimeException); 103 virtual sal_Int32 SAL_CALL readLong(void) throw (IOException, RuntimeException); 104 virtual sal_Int64 SAL_CALL readHyper(void) throw (IOException, RuntimeException); 105 virtual float SAL_CALL readFloat(void) throw (IOException, RuntimeException); 106 virtual double SAL_CALL readDouble(void) throw (IOException, RuntimeException); 107 virtual OUString SAL_CALL readUTF(void) throw (IOException, RuntimeException); 231 sal_Int8 ODataInputStream::readBoolean(void) throw (IOException, RuntimeException) in readBoolean() [all …]
|
| /AOO41X/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
| H A D | OpenOfficeDocFileSystem.java | 174 throws java.beans.PropertyVetoException, java.io.IOException in setDocument() 178 IOException ioe = new IOException( in setDocument() 188 } catch(IOException ioe) { in setDocument() 201 } catch(IOException ioe) { in setDocument() 300 } catch(IOException ioe) { in removeNotify() 313 throws IOException, PropertyVetoException in openDocument() 336 } catch(IOException ioe) { in closeDocument() 376 throws IOException in updateDocument() 392 } catch(IOException ioe) { in updateDocument() 401 } catch(IOException ioe) { in updateDocument() [all …]
|
| /AOO41X/main/comphelper/source/streaming/ |
| H A D | memorystream.cxx | 60 …tesToRead ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti… 61 …tesToRead ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti… 62 …tesToSkip ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti… 63 …virtual sal_Int32 SAL_CALL available() throw (NotConnectedException, IOException, RuntimeException… 64 virtual void SAL_CALL closeInput() throw (NotConnectedException, IOException, RuntimeException); 67 …virtual void SAL_CALL seek( sal_Int64 location ) throw (IllegalArgumentException, IOException, Run… 68 virtual sal_Int64 SAL_CALL getPosition() throw (IOException, RuntimeException); 69 virtual sal_Int64 SAL_CALL getLength() throw (IOException, RuntimeException); 72 … >& aData ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti… 73 …ALL flush() throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti… [all …]
|
| /AOO41X/main/scripting/java/com/sun/star/script/framework/io/ |
| H A D | XOutputStreamWrapper.java | 34 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() 48 throw new java.io.IOException(ioe.getMessage()); in write() 52 throws java.io.IOException in write() 57 throw new java.io.IOException( "Stream is null" ); in write() 63 catch ( com.sun.star.io.IOException ioe ) in write() 65 throw new java.io.IOException(ioe.getMessage()); in write() 69 throws java.io.IOException in write() 73 throw new java.io.IOException( "Stream is null" ); in write() [all …]
|
| H A D | XInputStreamWrapper.java | 35 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() 63 throw new java.io.IOException(ioe.getMessage()); in read() 67 public long skip(long n) throws java.io.IOException in skip() 73 catch (com.sun.star.io.IOException ioe) { in skip() 74 throw new java.io.IOException(ioe.getMessage()); in skip() 78 public int available() throws java.io.IOException in available() [all …]
|
| H A D | XInputStreamImpl.java | 28 import java.io.IOException; 38 ….io.NotConnectedException, com.sun.star.io.BufferSizeExceededException, com.sun.star.io.IOException in readBytes() 59 catch ( IOException e ) in readBytes() 61 throw new com.sun.star.io.IOException( e.toString() ); in readBytes() 70 ….io.NotConnectedException, com.sun.star.io.BufferSizeExceededException, com.sun.star.io.IOException in readSomeBytes() 82 ….io.NotConnectedException, com.sun.star.io.BufferSizeExceededException, com.sun.star.io.IOException in skipBytes() 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() [all …]
|
| /AOO41X/main/ucb/source/ucp/file/ |
| H A D | filstr.cxx | 132 catch (io::IOException const &) in ~XStream_impl() 182 throw( io::IOException, uno::RuntimeException ) in truncate() 185 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in truncate() 188 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in truncate() 203 io::IOException, in readBytes() 207 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in readBytes() 225 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in readBytes() 239 io::IOException, in readSomeBytes() 251 io::IOException, in skipBytes() 262 io::IOException, in available() [all …]
|
| /AOO41X/main/ucb/source/ucp/gvfs/ |
| H A D | gvfs_stream.cxx | 105 IOException, in readBytes() 112 throw IOException(); in readBytes() 146 IOException, in readSomeBytes() 157 IOException, in skipBytes() 163 throw IOException(); in skipBytes() 176 IOException, in available() 184 IOException, in closeInput() 200 IOException, in seek() 206 throw IOException(); in seek() 221 throw( IOException, in getPosition() [all …]
|
| /AOO41X/main/qadevOOo/runner/helper/ |
| H A D | StreamSimulator.java | 143 com.sun.star.io.IOException in readBytes() 163 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOExcepti… in readBytes() 183 com.sun.star.io.IOException in readSomeBytes() 203 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOExcepti… in readSomeBytes() 222 com.sun.star.io.IOException in skipBytes() 241 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOExcepti… in skipBytes() 254 com.sun.star.io.IOException in available() 272 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOException\n\t… in available() 286 com.sun.star.io.IOException in closeInput() 303 …catch (com.sun.star.io.IOException exIO ) { //m_aProtocol.log("\tgot IOException\n\t… in closeInput() [all …]
|
| /AOO41X/main/framework/qa/complex/loadAllDocuments/ |
| H A D | StreamSimulator.java | 130 com.sun.star.io.IOException in readBytes() 148 catch (com.sun.star.io.IOException exIO ) { in readBytes() 162 com.sun.star.io.IOException in readSomeBytes() 180 catch (com.sun.star.io.IOException exIO ) { in readSomeBytes() 195 com.sun.star.io.IOException in skipBytes() 212 catch (com.sun.star.io.IOException exIO ) { in skipBytes() 222 com.sun.star.io.IOException in available() 238 catch (com.sun.star.io.IOException exIO ) { in available() 251 com.sun.star.io.IOException in closeInput() 266 catch (com.sun.star.io.IOException exIO ) { in closeInput() [all …]
|
| /AOO41X/main/javaunohelper/com/sun/star/lib/uno/adapter/ |
| H A D | InputStreamToXInputStreamAdapter.java | 25 import java.io.IOException; 54 com.sun.star.io.IOException in available() 61 } catch (IOException e) { in available() 62 throw new com.sun.star.io.IOException(e.toString()); in available() 69 com.sun.star.io.IOException in closeInput() 73 } catch (IOException e) { in closeInput() 74 throw new com.sun.star.io.IOException(e.toString()); in closeInput() 79 com.sun.star.io.IOException in readBytes() 104 } catch (IOException e) { in readBytes() 105 throw new com.sun.star.io.IOException("reader error: "+e.toString()); in readBytes() [all …]
|
| H A D | XInputStreamToInputStreamAdapter.java | 25 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() 96 public int read (byte[] b) throws IOException { in read() 111 throw new IOException(e.toString()); in read() 117 public int read(byte[] b, int off, int len) throws IOException { in read() [all …]
|
| H A D | ByteArrayToXInputStreamAdapter.java | 65 … 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() 93 …o.NotConnectedException, com.sun.star.io.BufferSizeExceededException, com.sun.star.io.IOException { in readBytes() 115 throw new com.sun.star.io.IOException("error accessing buffer"); in readBytes() 119 …o.NotConnectedException, com.sun.star.io.BufferSizeExceededException, com.sun.star.io.IOException { in readSomeBytes() 124 …o.NotConnectedException, com.sun.star.io.BufferSizeExceededException, com.sun.star.io.IOException { in skipBytes() 132 public long getLength() throws com.sun.star.io.IOException { in getLength() [all …]
|
| /AOO41X/main/svl/source/fsstor/ |
| H A D | fsstorage.cxx | 231 throw io::IOException(); // TODO: error handling in CopyStreamToSubStream() 399 io::IOException, in copyToStorage() 413 throw io::IOException(); // TODO: error handling in copyToStorage() 431 catch( io::IOException& ) in copyToStorage() 454 io::IOException, in openStreamElement() 464 throw io::IOException(); // TODO: error handling in openStreamElement() 471 throw io::IOException(); in openStreamElement() 475 throw io::IOException(); // TODO: in openStreamElement() 506 throw io::IOException(); in openStreamElement() 518 throw io::IOException(); // TODO: access denied in openStreamElement() [all …]
|
| /AOO41X/main/scripting/java/org/openoffice/idesupport/zip/ |
| H A D | ParcelZipper.java | 63 public String zipParcel(File basedir) throws IOException { in zipParcel() 76 public String zipParcel(File basedir, File targetfile) throws IOException { in zipParcel() 80 public String zipParcel(File basedir, FileFilter filter) throws IOException { in zipParcel() 94 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() 220 catch (IOException ioe) { in isDocumentOverwriteNeeded() [all …]
|
| /AOO41X/main/jurt/com/sun/star/lib/connections/socket/ |
| H A D | SocketConnection.java | 29 import java.io.IOException; 74 public SocketConnection(String description, Socket socket) throws IOException { in SocketConnection() 135 …public int read(/*OUT*/byte[][] bytes, int nBytesToRead) throws com.sun.star.io.IOException, com.s… in read() 159 catch(IOException ioException) { in read() 169 … com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(errMessage); in read() 186 …public void write(byte aData[]) throws com.sun.star.io.IOException, com.sun.star.uno.RuntimeExcept… in write() 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() [all …]
|
| /AOO41X/main/io/source/TextInputStream/ |
| H A D | TextInputStream.cxx | 92 throw(IOException, RuntimeException); 93 sal_Int32 implReadNext() throw(IOException, RuntimeException); 101 throw(IOException, RuntimeException); 103 throw(IOException, RuntimeException); 105 throw(IOException, RuntimeException); 110 throw(NotConnectedException, BufferSizeExceededException, IOException, RuntimeException); 112 throw(NotConnectedException, BufferSizeExceededException, IOException, RuntimeException); 114 throw(NotConnectedException, BufferSizeExceededException, IOException, RuntimeException); 116 throw(NotConnectedException, IOException, RuntimeException); 118 throw(NotConnectedException, IOException, RuntimeException); [all …]
|
| /AOO41X/main/ucb/source/ucp/odma/ |
| H A D | odma_inputstream.cxx | 73 catch (io::IOException const &) in ~OOdmaStream() 104 io::IOException, in readBytes() 115 io::IOException, in readSomeBytes() 124 io::IOException, in skipBytes() 133 io::IOException, in available() 143 io::IOException, in writeBytes() 151 void SAL_CALL OOdmaStream::closeStream() throw( io::NotConnectedException,io::IOException,uno::Runt… in closeStream() 171 io::IOException, in closeInput() 183 io::IOException, in closeOutput() 196 io::IOException, in flush() [all …]
|
| /AOO41X/main/xmlhelp/source/cxxhelp/provider/ |
| H A D | inputstream.cxx | 93 io::IOException, in readBytes() 97 throw io::IOException(); in readBytes() 120 io::IOException, in readSomeBytes() 132 io::IOException, in skipBytes() 143 io::IOException, in available() 154 io::IOException, in closeInput() 161 throw io::IOException(); in closeInput() 171 io::IOException, in seek() 177 throw io::IOException(); in seek() 184 throw( io::IOException, in getPosition() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/ifc/io/ |
| H A D | _XDataInputStream.java | 138 } 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() 243 } catch( com.sun.star.io.IOException e ) { in _readShort() 259 } catch (com.sun.star.io.IOException e) { in _readLong() 273 } catch( com.sun.star.io.IOException e ) { in _readLong() [all …]
|
| /AOO41X/main/package/source/zippackage/ |
| H A D | wrapstreamforshare.cxx | 55 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() 115 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in available() 122 io::IOException, in closeInput() 128 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in closeInput() [all …]
|
| /AOO41X/main/ucb/source/ucp/tdoc/ |
| H A D | tdoc_stgelems.cxx | 317 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() 457 io::IOException, in removeElement() 472 io::IOException, in renameElement() [all …]
|
| /AOO41X/main/svl/source/misc/ |
| H A D | strmadpt.cxx | 177 catch (io::IOException) in Flush() 222 catch (io::IOException) in FillAppend() 255 catch (io::IOException) {} in Terminate() 295 throw (io::IOException, uno::RuntimeException) in readBytes() 308 throw io::IOException(); in readBytes() 320 throw io::IOException(); in readBytes() 335 throw (io::IOException, uno::RuntimeException) in readSomeBytes() 342 throw io::IOException(); in readSomeBytes() 356 throw io::IOException(); in readSomeBytes() 368 throw (io::IOException, uno::RuntimeException) in skipBytes() [all …]
|
| /AOO41X/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/ |
| H A D | StorageAccess.java | 43 public StorageAccess(String name,Boolean readonly,Object key) throws java.io.IOException{ in StorageAccess() 52 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() 77 public void read(byte[] b, int off, int len) 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() [all …]
|
| /AOO41X/main/jurt/com/sun/star/lib/connections/pipe/ |
| H A D | PipeConnection.java | 25 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 …]
|