diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-13 10:32:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-13 10:36:21 +0200 |
commit | d1449a9b990bf054adeb66c2bab871ce396cca18 (patch) | |
tree | 59821f7dec938e0f1e0ff330b1de849e5cb9bc47 /udkapi/com/sun/star/io | |
parent | bc7202aad393b17d0e2545001f7f869f683a7ec7 (diff) |
Bin pointless "DocMerge" comment lines
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
Diffstat (limited to 'udkapi/com/sun/star/io')
36 files changed, 0 insertions, 198 deletions
diff --git a/udkapi/com/sun/star/io/AlreadyConnectedException.idl b/udkapi/com/sun/star/io/AlreadyConnectedException.idl index 223c4bd8ad7f..a7d70e208df6 100644 --- a/udkapi/com/sun/star/io/AlreadyConnectedException.idl +++ b/udkapi/com/sun/star/io/AlreadyConnectedException.idl @@ -25,8 +25,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: exception com::sun::star::io::AlreadyConnectedException /** is thrown when a client tries to connect to a resource to which he is already connected. */ diff --git a/udkapi/com/sun/star/io/BufferSizeExceededException.idl b/udkapi/com/sun/star/io/BufferSizeExceededException.idl index c14d71ef4464..c12c07e8df38 100644 --- a/udkapi/com/sun/star/io/BufferSizeExceededException.idl +++ b/udkapi/com/sun/star/io/BufferSizeExceededException.idl @@ -25,8 +25,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: exception com::sun::star::io::BufferSizeExceededException /** is thrown by instances which need to buffer data. <p>It indicates that not enough system resources are available for extending the buffer. (May also indicate that the internal buffer diff --git a/udkapi/com/sun/star/io/ConnectException.idl b/udkapi/com/sun/star/io/ConnectException.idl index f82ae4875a09..aaee88d0219c 100644 --- a/udkapi/com/sun/star/io/ConnectException.idl +++ b/udkapi/com/sun/star/io/ConnectException.idl @@ -24,8 +24,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: exception com::sun::star::io::ConnectException /** Signals that an error occurred while attempting to connect a socket to a remote address and port. Typically, the connection was refused remotely (e.g., no process is listening on the remote diff --git a/udkapi/com/sun/star/io/DataInputStream.idl b/udkapi/com/sun/star/io/DataInputStream.idl index 2585700ded01..a0ecc7937bf3 100644 --- a/udkapi/com/sun/star/io/DataInputStream.idl +++ b/udkapi/com/sun/star/io/DataInputStream.idl @@ -29,8 +29,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: service com::sun::star::io::DataInputStream /** reads structured data from a chained <type>XInputStream</type>. <p> An implementation of this service in general does not need diff --git a/udkapi/com/sun/star/io/DataOutputStream.idl b/udkapi/com/sun/star/io/DataOutputStream.idl index d17a8cadba9f..d772c98be051 100644 --- a/udkapi/com/sun/star/io/DataOutputStream.idl +++ b/udkapi/com/sun/star/io/DataOutputStream.idl @@ -27,8 +27,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: service com::sun::star::io::DataOutputStream /** writes structured data to a chained <type>XOutputStream</type>. <p> diff --git a/udkapi/com/sun/star/io/DataTransferEvent.idl b/udkapi/com/sun/star/io/DataTransferEvent.idl index f2dd78dc7135..9f347bb0132e 100644 --- a/udkapi/com/sun/star/io/DataTransferEvent.idl +++ b/udkapi/com/sun/star/io/DataTransferEvent.idl @@ -25,15 +25,11 @@ module com { module sun { module star { module io { - -// DocMerge from xml: struct com::sun::star::io::DataTransferEvent /** is broadcast by a filter. @see XDataTransferEventListener */ published struct DataTransferEvent: com::sun::star::lang::EventObject { - - // DocMerge from xml: field com::sun::star::io::DataTransferEvent::aException /** specifies an occurred exception. */ any aException; diff --git a/udkapi/com/sun/star/io/IOException.idl b/udkapi/com/sun/star/io/IOException.idl index 6892ae3ae4b9..cdc25e547d71 100644 --- a/udkapi/com/sun/star/io/IOException.idl +++ b/udkapi/com/sun/star/io/IOException.idl @@ -25,8 +25,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: exception com::sun::star::io::IOException /** is thrown when an input or output error has occurred. */ published exception IOException: com::sun::star::uno::Exception diff --git a/udkapi/com/sun/star/io/NoRouteToHostException.idl b/udkapi/com/sun/star/io/NoRouteToHostException.idl index ae2d32acef17..46f201457e9e 100644 --- a/udkapi/com/sun/star/io/NoRouteToHostException.idl +++ b/udkapi/com/sun/star/io/NoRouteToHostException.idl @@ -24,8 +24,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: exception com::sun::star::io::NoRouteToHostException /** Signals that an error occurred while attempting to connect a socket to a remote address and port. Typically, the remote host cannot be reached because of an intervening firewall, or if an intermediate router is down. diff --git a/udkapi/com/sun/star/io/NotConnectedException.idl b/udkapi/com/sun/star/io/NotConnectedException.idl index 04bd4a8b14f1..ca36c5620e96 100644 --- a/udkapi/com/sun/star/io/NotConnectedException.idl +++ b/udkapi/com/sun/star/io/NotConnectedException.idl @@ -25,8 +25,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: exception com::sun::star::io::NotConnectedException /** is thrown when a read/write operation is tried on an instance that has not been chained properly. */ diff --git a/udkapi/com/sun/star/io/ObjectInputStream.idl b/udkapi/com/sun/star/io/ObjectInputStream.idl index 1e539c854923..df5a2b8b1540 100644 --- a/udkapi/com/sun/star/io/ObjectInputStream.idl +++ b/udkapi/com/sun/star/io/ObjectInputStream.idl @@ -31,8 +31,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: service com::sun::star::io::ObjectInputStream /** is a stream which allows reading the data of persistent objects. <p>Implementations of this service must fulfill the specifications of the diff --git a/udkapi/com/sun/star/io/ObjectOutputStream.idl b/udkapi/com/sun/star/io/ObjectOutputStream.idl index 1b472c2b0ec9..d31b231fc338 100644 --- a/udkapi/com/sun/star/io/ObjectOutputStream.idl +++ b/udkapi/com/sun/star/io/ObjectOutputStream.idl @@ -29,8 +29,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: service com::sun::star::io::ObjectOutputStream /** is a stream which allows writing the data of persistent objects. <p>Implementations of this service must fulfill the specifications of the diff --git a/udkapi/com/sun/star/io/Pipe.idl b/udkapi/com/sun/star/io/Pipe.idl index 5ecdc361a3c2..51e716b67207 100644 --- a/udkapi/com/sun/star/io/Pipe.idl +++ b/udkapi/com/sun/star/io/Pipe.idl @@ -23,8 +23,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: service com::sun::star::io::Pipe /** the implementation of an output stream and an input stream. <p> All data written through the outputstream is buffered until it is diff --git a/udkapi/com/sun/star/io/Pump.idl b/udkapi/com/sun/star/io/Pump.idl index 9294b5965209..ab3ecd545d3c 100644 --- a/udkapi/com/sun/star/io/Pump.idl +++ b/udkapi/com/sun/star/io/Pump.idl @@ -29,8 +29,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: service com::sun::star::io::Pump /** the implementation of a data source and a data sink. <p>A thread will be created that reads from the input stream and writes the data to the connected output stream. Data will not be buffered by diff --git a/udkapi/com/sun/star/io/SequenceInputStream.idl b/udkapi/com/sun/star/io/SequenceInputStream.idl index 0bf730eaed4f..4a86f7df6f2c 100644 --- a/udkapi/com/sun/star/io/SequenceInputStream.idl +++ b/udkapi/com/sun/star/io/SequenceInputStream.idl @@ -27,8 +27,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: service com::sun::star::io::SequenceInputStream /** This service allows to wrap a sequence of bytes with a stream object. */ published service SequenceInputStream : XSeekableInputStream diff --git a/udkapi/com/sun/star/io/SocketException.idl b/udkapi/com/sun/star/io/SocketException.idl index fdc73a4e3c2c..1ff4f1b584ca 100644 --- a/udkapi/com/sun/star/io/SocketException.idl +++ b/udkapi/com/sun/star/io/SocketException.idl @@ -24,8 +24,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: exception com::sun::star::io::SocketException /** Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. */ diff --git a/udkapi/com/sun/star/io/UnexpectedEOFException.idl b/udkapi/com/sun/star/io/UnexpectedEOFException.idl index 9732aad4d122..77f0e4649425 100644 --- a/udkapi/com/sun/star/io/UnexpectedEOFException.idl +++ b/udkapi/com/sun/star/io/UnexpectedEOFException.idl @@ -25,8 +25,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: exception com::sun::star::io::UnexpectedEOFException /** is thrown when the <code>EOF/code> is reached during reading a datatype (<code>long</code>, <code>string</code>, etc.). */ diff --git a/udkapi/com/sun/star/io/UnknownHostException.idl b/udkapi/com/sun/star/io/UnknownHostException.idl index ab11cf7f621a..2f533921470c 100644 --- a/udkapi/com/sun/star/io/UnknownHostException.idl +++ b/udkapi/com/sun/star/io/UnknownHostException.idl @@ -24,8 +24,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: exception com::sun::star::io::UnknownHostException /** is thrown when the IP address of a host could not be determined. */ exception UnknownHostException: com::sun::star::io::IOException diff --git a/udkapi/com/sun/star/io/WrongFormatException.idl b/udkapi/com/sun/star/io/WrongFormatException.idl index 207d59c68e04..77ecd470fced 100644 --- a/udkapi/com/sun/star/io/WrongFormatException.idl +++ b/udkapi/com/sun/star/io/WrongFormatException.idl @@ -25,8 +25,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: exception com::sun::star::io::WrongFormatException /** is thrown when inconsistent data comes up while reading a complex data type (<code>string</code> or object). */ diff --git a/udkapi/com/sun/star/io/XActiveDataControl.idl b/udkapi/com/sun/star/io/XActiveDataControl.idl index 02b727e4a93c..f23975dea46f 100644 --- a/udkapi/com/sun/star/io/XActiveDataControl.idl +++ b/udkapi/com/sun/star/io/XActiveDataControl.idl @@ -27,8 +27,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XActiveDataControl /** makes it possible to control an active data source. <p>This interface should be supported by objects which implement @@ -36,16 +34,12 @@ module com { module sun { module star { module io { */ published interface XActiveDataControl: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XActiveDataControl::addListener /** registers an object to receive events from this data source. <p>It is suggested to allow multiple registration of the same listener, thus for each time a listener is added, it has to be removed. */ void addListener( [in] com::sun::star::io::XStreamListener aListener ); - - // DocMerge from xml: method com::sun::star::io::XActiveDataControl::removeListener /** unregisters an object to receive events from this data source. <p>It is suggested to allow multiple registration of the same listener, @@ -53,8 +47,6 @@ published interface XActiveDataControl: com::sun::star::uno::XInterface */ void removeListener( [in] com::sun::star::io::XStreamListener aListener ); - - // DocMerge from xml: method com::sun::star::io::XActiveDataControl::start /** starts I/O. <p>Either <member>XActiveDataControl::setInputStream()</member> or @@ -66,8 +58,6 @@ published interface XActiveDataControl: com::sun::star::uno::XInterface */ void start(); - - // DocMerge from xml: method com::sun::star::io::XActiveDataControl::terminate /** does a weak abort. <p>It closes all connected resources and calls diff --git a/udkapi/com/sun/star/io/XActiveDataSink.idl b/udkapi/com/sun/star/io/XActiveDataSink.idl index 266fde3c920f..4eb55715769a 100644 --- a/udkapi/com/sun/star/io/XActiveDataSink.idl +++ b/udkapi/com/sun/star/io/XActiveDataSink.idl @@ -27,8 +27,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XActiveDataSink /** makes it possible to read the corresponding object from an input stream. <p>If you want to allow control from outside, also implement the @@ -36,8 +34,6 @@ module com { module sun { module star { module io { */ published interface XActiveDataSink: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XActiveDataSink::setInputStream /** plugs the input stream. <p>If <type>XConnectable</type> is also implemented, this @@ -46,8 +42,6 @@ published interface XActiveDataSink: com::sun::star::uno::XInterface */ void setInputStream( [in] com::sun::star::io::XInputStream aStream ); - - // DocMerge from idl: method com::sun::star::io::XActiveDataSink::getInputStream /** @returns the plugged stream. */ diff --git a/udkapi/com/sun/star/io/XActiveDataSource.idl b/udkapi/com/sun/star/io/XActiveDataSource.idl index 7dc43a2b03e4..9c4e65548409 100644 --- a/udkapi/com/sun/star/io/XActiveDataSource.idl +++ b/udkapi/com/sun/star/io/XActiveDataSource.idl @@ -27,16 +27,12 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XActiveDataSource /** has to be implemented if the class should be able to write into an output stream. @see XActiveDataControl. */ published interface XActiveDataSource: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XActiveDataSource::setOutputStream /** plugs the output stream. <p>If <type>XConnectable</type> is also implemented, this @@ -46,8 +42,6 @@ published interface XActiveDataSource: com::sun::star::uno::XInterface */ void setOutputStream( [in] com::sun::star::io::XOutputStream aStream ); - - // DocMerge from idl: method com::sun::star::io::XActiveDataSource::getOutputStream /** @returns the plugged stream. */ diff --git a/udkapi/com/sun/star/io/XActiveDataStreamer.idl b/udkapi/com/sun/star/io/XActiveDataStreamer.idl index a65796d6ce04..4f04ad625873 100644 --- a/udkapi/com/sun/star/io/XActiveDataStreamer.idl +++ b/udkapi/com/sun/star/io/XActiveDataStreamer.idl @@ -27,8 +27,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XActiveDataStreamer /** makes it possible to read and write the corresponding stream. @@ -37,8 +35,6 @@ module com { module sun { module star { module io { */ published interface XActiveDataStreamer: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XActiveDataStreamer::setStream /** plugs the input/output stream. <p>If <type>XConnectable</type> is also implemented, this @@ -47,8 +43,6 @@ published interface XActiveDataStreamer: com::sun::star::uno::XInterface */ void setStream( [in] com::sun::star::io::XStream aStream ); - - // DocMerge from idl: method com::sun::star::io::XActiveDataStreamer::getStream /** @returns the plugged stream. */ diff --git a/udkapi/com/sun/star/io/XConnectable.idl b/udkapi/com/sun/star/io/XConnectable.idl index 04cb3f0fc712..f0e5d7e55143 100644 --- a/udkapi/com/sun/star/io/XConnectable.idl +++ b/udkapi/com/sun/star/io/XConnectable.idl @@ -25,8 +25,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XConnectable /** makes it possible to connect data sinks and sources. <p>The predecessor-member is the element in the connection that is @@ -40,27 +38,19 @@ */ published interface XConnectable: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XConnectable::setPredecessor /** sets the source of the data flow for this object. */ void setPredecessor( [in] com::sun::star::io::XConnectable aPredecessor ); - - // DocMerge from idl: method com::sun::star::io::XConnectable::getPredecessor /** @returns the predecessor of this object. */ com::sun::star::io::XConnectable getPredecessor(); - - // DocMerge from xml: method com::sun::star::io::XConnectable::setSuccessor /** sets the sink of the data flow for this object. */ void setSuccessor( [in] com::sun::star::io::XConnectable aSuccessor ); - - // DocMerge from idl: method com::sun::star::io::XConnectable::getSuccessor /** @returns the successor of this object. */ diff --git a/udkapi/com/sun/star/io/XDataExporter.idl b/udkapi/com/sun/star/io/XDataExporter.idl index 99a68a009690..a51d54a8a808 100644 --- a/udkapi/com/sun/star/io/XDataExporter.idl +++ b/udkapi/com/sun/star/io/XDataExporter.idl @@ -31,8 +31,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XDataExporter /** makes it possible to export data from a component into a data sink. <p>Exporter objects are registered for specific components and data types. @@ -40,16 +38,12 @@ module com { module sun { module star { module io { */ published interface XDataExporter: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XDataExporter::exportData /** exports data for a component into an output stream. */ void exportData( [in] com::sun::star::io::XOutputStream aOutputStream, [in] com::sun::star::lang::XComponent Component, [in] com::sun::star::io::XDataTransferEventListener aListener ); - - // DocMerge from xml: method com::sun::star::io::XDataExporter::cancel /** cancels the export process. */ void cancel(); diff --git a/udkapi/com/sun/star/io/XDataImporter.idl b/udkapi/com/sun/star/io/XDataImporter.idl index b5938b0975eb..af4073997e00 100644 --- a/udkapi/com/sun/star/io/XDataImporter.idl +++ b/udkapi/com/sun/star/io/XDataImporter.idl @@ -31,24 +31,18 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XDataImporter /** makes it possible to import data from a data source into a component. <p>Importer objects are registered for specific components and data types.</p> */ published interface XDataImporter: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XDataImporter::importData /** imports data for a component from an active data source. */ void importData( [in] com::sun::star::io::XActiveDataSource aActiveSource, [in] com::sun::star::lang::XComponent Component, [in] com::sun::star::io::XDataTransferEventListener aListener ); - - // DocMerge from xml: method com::sun::star::io::XDataImporter::cancel /** cancels the import process. */ void cancel(); diff --git a/udkapi/com/sun/star/io/XDataInputStream.idl b/udkapi/com/sun/star/io/XDataInputStream.idl index d2148a31eb11..ea22ae5ea67e 100644 --- a/udkapi/com/sun/star/io/XDataInputStream.idl +++ b/udkapi/com/sun/star/io/XDataInputStream.idl @@ -27,73 +27,53 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XDataInputStream /** makes it possible to read machine-independent simple data types from a stream. @see com::sun::star::io::XDataOutputStream */ published interface XDataInputStream: com::sun::star::io::XInputStream { - - // DocMerge from xml: method com::sun::star::io::XDataInputStream::readBoolean /** reads in a boolean. It is an 8-bit value. 0 means FALSE; all other values mean TRUE. */ byte readBoolean() raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataInputStream::readByte /** reads an 8-bit byte. */ byte readByte() raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataInputStream::readChar /** reads a 16-bit unicode character. */ char readChar() raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataInputStream::readShort /** reads a 16-bit big endian integer. */ short readShort() raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataInputStream::readLong /** reads a 32-bit big endian integer. */ long readLong() raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataInputStream::readHyper /** reads a 64-bit big endian integer. */ hyper readHyper() raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataInputStream::readFloat /** reads a 32-bit IEEE float. */ float readFloat() raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataInputStream::readDouble /** reads a 64-bit IEEE double. */ double readDouble() raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataInputStream::readUTF /** reads a string of UTF encoded characters. */ string readUTF() diff --git a/udkapi/com/sun/star/io/XDataOutputStream.idl b/udkapi/com/sun/star/io/XDataOutputStream.idl index 69836652496b..5a0e7b2f0787 100644 --- a/udkapi/com/sun/star/io/XDataOutputStream.idl +++ b/udkapi/com/sun/star/io/XDataOutputStream.idl @@ -27,73 +27,53 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XDataOutputStream /** makes it possible to write machine-independent simple data types to a stream. @see com::sun::star::io::XDataInputStream */ published interface XDataOutputStream: com::sun::star::io::XOutputStream { - - // DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeBoolean /** writes a boolean. It is an 8-bit value. 0 means FALSE; all other values mean TRUE. */ void writeBoolean( [in] boolean Value ) raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeByte /** writes an 8-bit byte. */ void writeByte( [in] byte Value ) raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeChar /** writes a 16-bit character. */ void writeChar( [in] char Value ) raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeShort /** writes a 16-bit big endian integer. */ void writeShort( [in] short Value ) raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeLong /** writes a 32-bit big endian integer. */ void writeLong( [in] long Value ) raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeHyper /** writes a 64-bit big endian integer. */ void writeHyper( [in] hyper Value ) raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeFloat /** writes a 32-bit IEEE float. */ void writeFloat( [in] float Value ) raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeDouble /** writes a 64-bit IEEE double. */ void writeDouble( [in] double Value ) raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeUTF /** writes a string in UTF format. */ void writeUTF( [in] string Value ) diff --git a/udkapi/com/sun/star/io/XDataTransferEventListener.idl b/udkapi/com/sun/star/io/XDataTransferEventListener.idl index 15c7b97991ce..ffde32b661ee 100644 --- a/udkapi/com/sun/star/io/XDataTransferEventListener.idl +++ b/udkapi/com/sun/star/io/XDataTransferEventListener.idl @@ -27,20 +27,14 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XDataTransferEventListener /** is used to receive callbacks from an importer or exporter. */ published interface XDataTransferEventListener: com::sun::star::lang::XEventListener { - - // DocMerge from xml: method com::sun::star::io::XDataTransferEventListener::finished /** is called when an import or export process has finished. */ void finished( [in] com::sun::star::io::DataTransferEvent aEvent ); - - // DocMerge from xml: method com::sun::star::io::XDataTransferEventListener::cancelled /** is called when an import or export process has been cancelled. */ void cancelled( [in] com::sun::star::io::DataTransferEvent aEvent ); diff --git a/udkapi/com/sun/star/io/XInputStream.idl b/udkapi/com/sun/star/io/XInputStream.idl index 90af38667849..9e65585914e5 100644 --- a/udkapi/com/sun/star/io/XInputStream.idl +++ b/udkapi/com/sun/star/io/XInputStream.idl @@ -29,8 +29,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XInputStream /** This is the basic interface to read data from a stream. <p> See the <a href="http://udk.openoffice.org/common/man/concept/streams.html"> @@ -38,8 +36,6 @@ module com { module sun { module star { module io { */ published interface XInputStream: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XInputStream::readBytes /** reads the specified number of bytes in the given sequence. <p>The return value specifies the number of bytes which have been @@ -81,8 +77,6 @@ published interface XInputStream: com::sun::star::uno::XInterface com::sun::star::io::BufferSizeExceededException, com::sun::star::io::IOException); - - // DocMerge from xml: method com::sun::star::io::XInputStream::readSomeBytes /** reads the available number of bytes, at maximum <var>nMaxBytesToRead</var>. @@ -104,8 +98,6 @@ published interface XInputStream: com::sun::star::uno::XInterface com::sun::star::io::BufferSizeExceededException, com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XInputStream::skipBytes /** skips the next <var>nBytesToSkip</var> bytes (must be positive). <p>It is up to the implementation whether this method is @@ -118,8 +110,6 @@ published interface XInputStream: com::sun::star::uno::XInterface com::sun::star::io::BufferSizeExceededException, com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XInputStream::available /** states how many bytes can be read or skipped without blocking. <p>Note: This method offers no information on whether the EOF @@ -130,8 +120,6 @@ published interface XInputStream: com::sun::star::uno::XInterface com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XInputStream::closeInput /** closes the stream. <p>Users must close the stream explicitly when no further diff --git a/udkapi/com/sun/star/io/XMarkableStream.idl b/udkapi/com/sun/star/io/XMarkableStream.idl index d85cf6c9b6fd..61f80a4e8dba 100644 --- a/udkapi/com/sun/star/io/XMarkableStream.idl +++ b/udkapi/com/sun/star/io/XMarkableStream.idl @@ -29,21 +29,15 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XMarkableStream /** makes it possible to set and remove seekable marks to a stream. */ published interface XMarkableStream: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XMarkableStream::createMark /** creates a mark of the current postion and returns an identifier to it. */ long createMark() raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XMarkableStream::deleteMark /** deletes the mark that you previously created with <member>XMarkableStream::createMark</member>. @@ -56,8 +50,6 @@ published interface XMarkableStream: com::sun::star::uno::XInterface raises( com::sun::star::io::IOException, com::sun::star::lang::IllegalArgumentException ); - - // DocMerge from xml: method com::sun::star::io::XMarkableStream::jumpToMark /** jumps to a previously created mark. */ void jumpToMark( [in] long nMark ) @@ -74,8 +66,6 @@ published interface XMarkableStream: com::sun::star::uno::XInterface void jumpToFurthest() raises( com::sun::star::io::IOException ); - - // DocMerge from idl: method com::sun::star::io::XMarkableStream::offsetToMark /** @returns the offset from the current stream position to the mark ("current position" - "mark position"). diff --git a/udkapi/com/sun/star/io/XOutputStream.idl b/udkapi/com/sun/star/io/XOutputStream.idl index bfd81c30a6a2..83f4dd52dc20 100644 --- a/udkapi/com/sun/star/io/XOutputStream.idl +++ b/udkapi/com/sun/star/io/XOutputStream.idl @@ -29,8 +29,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XOutputStream /** This is the basic interface to write data to a stream. <p> See the <a href="http://udk.openoffice.org/common/man/concept/streams.html"> @@ -38,8 +36,6 @@ module com { module sun { module star { module io { */ published interface XOutputStream: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XOutputStream::writeBytes /** writes the whole sequence to the stream. (blocking call) */ void writeBytes( [in] sequence<byte> aData ) @@ -47,8 +43,6 @@ published interface XOutputStream: com::sun::star::uno::XInterface com::sun::star::io::BufferSizeExceededException, com::sun::star::io::IOException); - - // DocMerge from xml: method com::sun::star::io::XOutputStream::flush /** flushes out of the stream any data that may exist in buffers. <p>The semantics of this method are rather vague. See @@ -61,8 +55,6 @@ published interface XOutputStream: com::sun::star::uno::XInterface com::sun::star::io::BufferSizeExceededException, com::sun::star::io::IOException); - - // DocMerge from xml: method com::sun::star::io::XOutputStream::closeOutput /** gets called to indicate that all data has been written. <p>If this method has not yet been called, no attached diff --git a/udkapi/com/sun/star/io/XPersist.idl b/udkapi/com/sun/star/io/XPersist.idl index 578e952c9177..1df555eaa21a 100644 --- a/udkapi/com/sun/star/io/XPersist.idl +++ b/udkapi/com/sun/star/io/XPersist.idl @@ -27,20 +27,14 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XPersist /** makes it possible to write this object to an URL or read it from an URL. */ published interface XPersist: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XPersist::write /** writes all the persistent data of the object to the URL. */ void write ( [in] string URL ) raises ( com::sun::star::io::IOException ) ; - - // DocMerge from xml: method com::sun::star::io::XPersist::read /** reads all the persistent data of the object from the URL. */ void read ( [in] string URL ) raises ( com::sun::star::io::IOException ) ; diff --git a/udkapi/com/sun/star/io/XPersistObject.idl b/udkapi/com/sun/star/io/XPersistObject.idl index 19a9808f101e..af02ad0b9cff 100644 --- a/udkapi/com/sun/star/io/XPersistObject.idl +++ b/udkapi/com/sun/star/io/XPersistObject.idl @@ -67,8 +67,6 @@ published interface XPersistObject: com::sun::star::uno::XInterface */ string getServiceName(); - - // DocMerge from xml: method com::sun::star::io::XPersistObject::write /** writes all the persistent data of the object to the stream. <p>The implementation must write the data in the order documented in the service specification. @@ -78,8 +76,6 @@ published interface XPersistObject: com::sun::star::uno::XInterface void write( [in] com::sun::star::io::XObjectOutputStream OutStream ) raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XPersistObject::read /** reads all the persistent data of the object from the stream. <p>In case other XPersistObjects are read from the stream, the implementation uses a factory diff --git a/udkapi/com/sun/star/io/XSeekable.idl b/udkapi/com/sun/star/io/XSeekable.idl index c377924e21c4..55355c2d0f87 100644 --- a/udkapi/com/sun/star/io/XSeekable.idl +++ b/udkapi/com/sun/star/io/XSeekable.idl @@ -27,8 +27,6 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XSeekable /** makes it possible to seek to a certain position within a stream. <p>This interface should be supported, if it is possible to access the @@ -38,8 +36,6 @@ module com { module sun { module star { module io { */ published interface XSeekable: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XSeekable::seek /** changes the seek pointer to a new location relative to the beginning of the stream. @@ -52,8 +48,6 @@ published interface XSeekable: com::sun::star::uno::XInterface void seek( [in] hyper location ) raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XSeekable::getPosition /** returns the current offset of the stream. @returns the current offset in this stream. @@ -61,8 +55,6 @@ published interface XSeekable: com::sun::star::uno::XInterface hyper getPosition() raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XSeekable::getLength /** returns the length of the stream. @returns the length of the storage medium on which the stream works. diff --git a/udkapi/com/sun/star/io/XStream.idl b/udkapi/com/sun/star/io/XStream.idl index e6ede57f1f8f..e4d0445f043c 100644 --- a/udkapi/com/sun/star/io/XStream.idl +++ b/udkapi/com/sun/star/io/XStream.idl @@ -27,14 +27,10 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XStream /** offers read and write access to the same stream. */ published interface XStream: com::sun::star::uno::XInterface { - - // DocMerge from xml: method com::sun::star::io::XStream::getInputStream /** @returns the <type>XInputStream</type> part of the stream. Closing the returned <type>XInputStream</type> also closes any <type>XOutputStream</type> part. @@ -42,8 +38,6 @@ published interface XStream: com::sun::star::uno::XInterface XInputStream getInputStream(); - - // DocMerge from xml: method com::sun::star::io::XStream::getOutputStream /** @returns the <type>XInputStream</type> part of the stream. Closing the returned <type>XOutputStream</type> also closes the <type>XInputStream</type> part. diff --git a/udkapi/com/sun/star/io/XStreamListener.idl b/udkapi/com/sun/star/io/XStreamListener.idl index fa19b3790fe4..ed8faa0dba4e 100644 --- a/udkapi/com/sun/star/io/XStreamListener.idl +++ b/udkapi/com/sun/star/io/XStreamListener.idl @@ -25,20 +25,14 @@ module com { module sun { module star { module io { - -// DocMerge from xml: interface com::sun::star::io::XStreamListener /** makes it possible to receive events from an active data control. */ published interface XStreamListener: com::sun::star::lang::XEventListener { - - // DocMerge from xml: method com::sun::star::io::XStreamListener::started /** gets called as soon as data transfer has started. */ void started(); - - // DocMerge from xml: method com::sun::star::io::XStreamListener::closed /** gets called when data transfer terminates normally or when data transfer is terminated from outside. @@ -47,14 +41,10 @@ published interface XStreamListener: com::sun::star::lang::XEventListener */ void closed(); - - // DocMerge from xml: method com::sun::star::io::XStreamListener::terminated /** gets called when <member>XActiveDataControl::terminate()</member> is called. */ void terminated(); - - // DocMerge from xml: method com::sun::star::io::XStreamListener::error /** gets called when an internal error in source or sink has occurred. <p>After the method is called, the close is called on the |