summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-11-06 12:01:12 +0000
committerMichael Hönnig <mi@openoffice.org>2000-11-06 12:01:12 +0000
commit1f47610c1e38e0c1d987cac06a5a02aa36908355 (patch)
treed0b9c87728cbb123390ff9b70ca3fa7abd183104 /udkapi/com/sun/star/io
parent84fed643f682ab53359dfda50124c5bc8b6a87d3 (diff)
moved from api
Diffstat (limited to 'udkapi/com/sun/star/io')
-rw-r--r--udkapi/com/sun/star/io/BufferSizeExceededException.idl7
-rw-r--r--udkapi/com/sun/star/io/DataInputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/DataOutputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/DataTransferEvent.idl7
-rw-r--r--udkapi/com/sun/star/io/IOException.idl7
-rw-r--r--udkapi/com/sun/star/io/NotConnectedException.idl7
-rw-r--r--udkapi/com/sun/star/io/ObjectInputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/ObjectOutputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/Pipe.idl7
-rw-r--r--udkapi/com/sun/star/io/Pump.idl7
-rw-r--r--udkapi/com/sun/star/io/TextInputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/TextOutputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/UnexpectedEOFException.idl7
-rw-r--r--udkapi/com/sun/star/io/WrongFormatException.idl7
-rw-r--r--udkapi/com/sun/star/io/XActiveDataControl.idl7
-rw-r--r--udkapi/com/sun/star/io/XActiveDataSink.idl7
-rw-r--r--udkapi/com/sun/star/io/XActiveDataSource.idl7
-rw-r--r--udkapi/com/sun/star/io/XActiveDataStreamer.idl7
-rw-r--r--udkapi/com/sun/star/io/XConnectable.idl7
-rw-r--r--udkapi/com/sun/star/io/XDataExporter.idl7
-rw-r--r--udkapi/com/sun/star/io/XDataImporter.idl7
-rw-r--r--udkapi/com/sun/star/io/XDataInputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/XDataOutputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/XDataTransferEventListener.idl7
-rw-r--r--udkapi/com/sun/star/io/XInputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/XMarkableStream.idl7
-rw-r--r--udkapi/com/sun/star/io/XObjectInputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/XObjectOutputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/XOutputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/XPersist.idl4
-rw-r--r--udkapi/com/sun/star/io/XPersistObject.idl7
-rw-r--r--udkapi/com/sun/star/io/XSeekable.idl7
-rw-r--r--udkapi/com/sun/star/io/XStream.idl7
-rw-r--r--udkapi/com/sun/star/io/XStreamListener.idl7
-rw-r--r--udkapi/com/sun/star/io/XTextInputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/XTextOutputStream.idl7
-rw-r--r--udkapi/com/sun/star/io/XXMLExtractor.idl4
-rw-r--r--udkapi/com/sun/star/io/makefile.mk4
38 files changed, 76 insertions, 181 deletions
diff --git a/udkapi/com/sun/star/io/BufferSizeExceededException.idl b/udkapi/com/sun/star/io/BufferSizeExceededException.idl
index 7b86a6bd4a73..901da509dda3 100644
--- a/udkapi/com/sun/star/io/BufferSizeExceededException.idl
+++ b/udkapi/com/sun/star/io/BufferSizeExceededException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BufferSizeExceededException.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,9 +94,6 @@ exception BufferSizeExceededException: com::sun::star::io::IOException
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/DataInputStream.idl b/udkapi/com/sun/star/io/DataInputStream.idl
index f29fae91febd..b4f352763368 100644
--- a/udkapi/com/sun/star/io/DataInputStream.idl
+++ b/udkapi/com/sun/star/io/DataInputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataInputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,9 +110,6 @@ service DataInputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/DataOutputStream.idl b/udkapi/com/sun/star/io/DataOutputStream.idl
index d4a44ad0540a..5336675830af 100644
--- a/udkapi/com/sun/star/io/DataOutputStream.idl
+++ b/udkapi/com/sun/star/io/DataOutputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataOutputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,9 +103,6 @@ service DataOutputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/DataTransferEvent.idl b/udkapi/com/sun/star/io/DataTransferEvent.idl
index ef17ff9ea997..7a70e550cd93 100644
--- a/udkapi/com/sun/star/io/DataTransferEvent.idl
+++ b/udkapi/com/sun/star/io/DataTransferEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataTransferEvent.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,9 +93,6 @@ struct DataTransferEvent: com::sun::star::lang::EventObject
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/IOException.idl b/udkapi/com/sun/star/io/IOException.idl
index 9a917d23868e..d2fbd284c32c 100644
--- a/udkapi/com/sun/star/io/IOException.idl
+++ b/udkapi/com/sun/star/io/IOException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IOException.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,9 +86,6 @@ exception IOException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/NotConnectedException.idl b/udkapi/com/sun/star/io/NotConnectedException.idl
index fcb6cbfc03c2..33776b2af499 100644
--- a/udkapi/com/sun/star/io/NotConnectedException.idl
+++ b/udkapi/com/sun/star/io/NotConnectedException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NotConnectedException.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,9 +87,6 @@ exception NotConnectedException: com::sun::star::io::IOException
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/ObjectInputStream.idl b/udkapi/com/sun/star/io/ObjectInputStream.idl
index cb59605035d4..d6845351e149 100644
--- a/udkapi/com/sun/star/io/ObjectInputStream.idl
+++ b/udkapi/com/sun/star/io/ObjectInputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ObjectInputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -148,9 +148,6 @@ service ObjectInputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/ObjectOutputStream.idl b/udkapi/com/sun/star/io/ObjectOutputStream.idl
index 473e9c98054d..8b45262632e5 100644
--- a/udkapi/com/sun/star/io/ObjectOutputStream.idl
+++ b/udkapi/com/sun/star/io/ObjectOutputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ObjectOutputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,9 +133,6 @@ service ObjectOutputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/Pipe.idl b/udkapi/com/sun/star/io/Pipe.idl
index 527659d283c6..776fa5a4b3a2 100644
--- a/udkapi/com/sun/star/io/Pipe.idl
+++ b/udkapi/com/sun/star/io/Pipe.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Pipe.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,9 +108,6 @@ service Pipe
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/Pump.idl b/udkapi/com/sun/star/io/Pump.idl
index afb53f2f5310..838869cd2737 100644
--- a/udkapi/com/sun/star/io/Pump.idl
+++ b/udkapi/com/sun/star/io/Pump.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Pump.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,9 +113,6 @@ service Pump
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/TextInputStream.idl b/udkapi/com/sun/star/io/TextInputStream.idl
index e6c12fb834b0..e7f912d73bde 100644
--- a/udkapi/com/sun/star/io/TextInputStream.idl
+++ b/udkapi/com/sun/star/io/TextInputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextInputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,9 +107,6 @@ service TextInputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/TextOutputStream.idl b/udkapi/com/sun/star/io/TextOutputStream.idl
index 502ca274e135..63b3c757c329 100644
--- a/udkapi/com/sun/star/io/TextOutputStream.idl
+++ b/udkapi/com/sun/star/io/TextOutputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextOutputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,9 +103,6 @@ service TextOutputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/UnexpectedEOFException.idl b/udkapi/com/sun/star/io/UnexpectedEOFException.idl
index 31bc6e115fc5..dfb52beae9bc 100644
--- a/udkapi/com/sun/star/io/UnexpectedEOFException.idl
+++ b/udkapi/com/sun/star/io/UnexpectedEOFException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnexpectedEOFException.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,9 +87,6 @@ exception UnexpectedEOFException: com::sun::star::io::IOException
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/WrongFormatException.idl b/udkapi/com/sun/star/io/WrongFormatException.idl
index a979ae9e827f..9cf94750ce6c 100644
--- a/udkapi/com/sun/star/io/WrongFormatException.idl
+++ b/udkapi/com/sun/star/io/WrongFormatException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: WrongFormatException.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,9 +87,6 @@ exception WrongFormatException: com::sun::star::io::IOException
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XActiveDataControl.idl b/udkapi/com/sun/star/io/XActiveDataControl.idl
index a4e3d5428729..9d26f109a28d 100644
--- a/udkapi/com/sun/star/io/XActiveDataControl.idl
+++ b/udkapi/com/sun/star/io/XActiveDataControl.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XActiveDataControl.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,9 +140,6 @@ interface XActiveDataControl: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XActiveDataSink.idl b/udkapi/com/sun/star/io/XActiveDataSink.idl
index edeb08a289b9..28ccf24e9599 100644
--- a/udkapi/com/sun/star/io/XActiveDataSink.idl
+++ b/udkapi/com/sun/star/io/XActiveDataSink.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XActiveDataSink.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,9 +117,6 @@ interface XActiveDataSink: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XActiveDataSource.idl b/udkapi/com/sun/star/io/XActiveDataSource.idl
index d069f24a3648..c574db9796b9 100644
--- a/udkapi/com/sun/star/io/XActiveDataSource.idl
+++ b/udkapi/com/sun/star/io/XActiveDataSource.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XActiveDataSource.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,9 +114,6 @@ interface XActiveDataSource: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XActiveDataStreamer.idl b/udkapi/com/sun/star/io/XActiveDataStreamer.idl
index 67dc5ce2ff9f..ef3a6b6df35c 100644
--- a/udkapi/com/sun/star/io/XActiveDataStreamer.idl
+++ b/udkapi/com/sun/star/io/XActiveDataStreamer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XActiveDataStreamer.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,9 +115,6 @@ interface XActiveDataStreamer: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XConnectable.idl b/udkapi/com/sun/star/io/XConnectable.idl
index bc779baaba12..ff3fb070e05c 100644
--- a/udkapi/com/sun/star/io/XConnectable.idl
+++ b/udkapi/com/sun/star/io/XConnectable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XConnectable.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,9 +130,6 @@ interface XConnectable: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XDataExporter.idl b/udkapi/com/sun/star/io/XDataExporter.idl
index b1c73558520d..c95d34f2a391 100644
--- a/udkapi/com/sun/star/io/XDataExporter.idl
+++ b/udkapi/com/sun/star/io/XDataExporter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDataExporter.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,9 +120,6 @@ interface XDataExporter: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XDataImporter.idl b/udkapi/com/sun/star/io/XDataImporter.idl
index 87ed942807c3..1ddc00bc16f2 100644
--- a/udkapi/com/sun/star/io/XDataImporter.idl
+++ b/udkapi/com/sun/star/io/XDataImporter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDataImporter.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,9 +119,6 @@ interface XDataImporter: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XDataInputStream.idl b/udkapi/com/sun/star/io/XDataInputStream.idl
index df974a09c63e..18e49805a506 100644
--- a/udkapi/com/sun/star/io/XDataInputStream.idl
+++ b/udkapi/com/sun/star/io/XDataInputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDataInputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,9 +165,6 @@ interface XDataInputStream: com::sun::star::io::XInputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XDataOutputStream.idl b/udkapi/com/sun/star/io/XDataOutputStream.idl
index 52103bcc939a..fa9ff56ec1c7 100644
--- a/udkapi/com/sun/star/io/XDataOutputStream.idl
+++ b/udkapi/com/sun/star/io/XDataOutputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDataOutputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:35 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,9 +165,6 @@ interface XDataOutputStream: com::sun::star::io::XOutputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XDataTransferEventListener.idl b/udkapi/com/sun/star/io/XDataTransferEventListener.idl
index 4b03abe17651..7830a9144917 100644
--- a/udkapi/com/sun/star/io/XDataTransferEventListener.idl
+++ b/udkapi/com/sun/star/io/XDataTransferEventListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDataTransferEventListener.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,9 +105,6 @@ interface XDataTransferEventListener: com::sun::star::lang::XEventListener
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XInputStream.idl b/udkapi/com/sun/star/io/XInputStream.idl
index 53ab4920187d..86302e7436d4 100644
--- a/udkapi/com/sun/star/io/XInputStream.idl
+++ b/udkapi/com/sun/star/io/XInputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -188,9 +188,6 @@ interface XInputStream: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XMarkableStream.idl b/udkapi/com/sun/star/io/XMarkableStream.idl
index 89f0b10d4517..42cd037931b1 100644
--- a/udkapi/com/sun/star/io/XMarkableStream.idl
+++ b/udkapi/com/sun/star/io/XMarkableStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMarkableStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,9 +160,6 @@ interface XMarkableStream: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XObjectInputStream.idl b/udkapi/com/sun/star/io/XObjectInputStream.idl
index 2c57d47a561d..913c2eeb8605 100644
--- a/udkapi/com/sun/star/io/XObjectInputStream.idl
+++ b/udkapi/com/sun/star/io/XObjectInputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XObjectInputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,9 +103,6 @@ interface XObjectInputStream: com::sun::star::io::XDataInputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XObjectOutputStream.idl b/udkapi/com/sun/star/io/XObjectOutputStream.idl
index 1927da68df64..b13cbcfb3b3a 100644
--- a/udkapi/com/sun/star/io/XObjectOutputStream.idl
+++ b/udkapi/com/sun/star/io/XObjectOutputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XObjectOutputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,9 +129,6 @@ interface XObjectOutputStream: XDataOutputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XOutputStream.idl b/udkapi/com/sun/star/io/XOutputStream.idl
index 801b17f59d1c..7a9bfa58e6f7 100644
--- a/udkapi/com/sun/star/io/XOutputStream.idl
+++ b/udkapi/com/sun/star/io/XOutputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XOutputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,9 +131,6 @@ interface XOutputStream: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XPersist.idl b/udkapi/com/sun/star/io/XPersist.idl
index 93afb25fb8b3..10752ac5c5aa 100644
--- a/udkapi/com/sun/star/io/XPersist.idl
+++ b/udkapi/com/sun/star/io/XPersist.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPersist.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
diff --git a/udkapi/com/sun/star/io/XPersistObject.idl b/udkapi/com/sun/star/io/XPersistObject.idl
index 8e53b58af1ab..6d2d16a51054 100644
--- a/udkapi/com/sun/star/io/XPersistObject.idl
+++ b/udkapi/com/sun/star/io/XPersistObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPersistObject.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,9 +124,6 @@ interface XPersistObject: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XSeekable.idl b/udkapi/com/sun/star/io/XSeekable.idl
index 22a92a176e2c..9ee0331663fe 100644
--- a/udkapi/com/sun/star/io/XSeekable.idl
+++ b/udkapi/com/sun/star/io/XSeekable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSeekable.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,9 +123,6 @@ interface XSeekable: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XStream.idl b/udkapi/com/sun/star/io/XStream.idl
index 1ec72775cbb9..3f6af2940452 100644
--- a/udkapi/com/sun/star/io/XStream.idl
+++ b/udkapi/com/sun/star/io/XStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,9 +116,6 @@ interface XStream: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.2 2000/10/23 07:50:28 abi
Replaced all Methods by getInputStream and getOutputStream,
so it fits now better into the io-project
diff --git a/udkapi/com/sun/star/io/XStreamListener.idl b/udkapi/com/sun/star/io/XStreamListener.idl
index 99cd483effa3..3287893e68a9 100644
--- a/udkapi/com/sun/star/io/XStreamListener.idl
+++ b/udkapi/com/sun/star/io/XStreamListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStreamListener.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,9 +126,6 @@ interface XStreamListener: com::sun::star::lang::XEventListener
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XTextInputStream.idl b/udkapi/com/sun/star/io/XTextInputStream.idl
index b93fe4d3032d..42768ea09702 100644
--- a/udkapi/com/sun/star/io/XTextInputStream.idl
+++ b/udkapi/com/sun/star/io/XTextInputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTextInputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,9 +130,6 @@ interface XTextInputStream: com::sun::star::io::XInputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XTextOutputStream.idl b/udkapi/com/sun/star/io/XTextOutputStream.idl
index d098ec342ceb..4120571d1b5f 100644
--- a/udkapi/com/sun/star/io/XTextOutputStream.idl
+++ b/udkapi/com/sun/star/io/XTextOutputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTextOutputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,9 +111,6 @@ interface XTextOutputStream: com::sun::star::io::XOutputStream
/*=============================================================================
$Log: not supported by cvs2svn $
- Revision 1.1 2000/11/03 15:06:57 mi
- moved from api module
-
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import
diff --git a/udkapi/com/sun/star/io/XXMLExtractor.idl b/udkapi/com/sun/star/io/XXMLExtractor.idl
index e7331e963e3d..90430c613d9e 100644
--- a/udkapi/com/sun/star/io/XXMLExtractor.idl
+++ b/udkapi/com/sun/star/io/XXMLExtractor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XXMLExtractor.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
diff --git a/udkapi/com/sun/star/io/makefile.mk b/udkapi/com/sun/star/io/makefile.mk
index 5bbab9b1ed3e..09da311612f3 100644
--- a/udkapi/com/sun/star/io/makefile.mk
+++ b/udkapi/com/sun/star/io/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: mi $ $Date: 2000-11-06 12:21:36 $
+# last change: $Author: mi $ $Date: 2000-11-06 13:00:42 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses