summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io')
-rw-r--r--udkapi/com/sun/star/io/BufferSizeExceededException.idl24
-rw-r--r--udkapi/com/sun/star/io/DataInputStream.idl30
-rw-r--r--udkapi/com/sun/star/io/DataOutputStream.idl27
-rw-r--r--udkapi/com/sun/star/io/DataTransferEvent.idl30
-rw-r--r--udkapi/com/sun/star/io/FilePermission.idl117
-rw-r--r--udkapi/com/sun/star/io/IOException.idl21
-rw-r--r--udkapi/com/sun/star/io/NotConnectedException.idl21
-rw-r--r--udkapi/com/sun/star/io/ObjectInputStream.idl27
-rw-r--r--udkapi/com/sun/star/io/ObjectOutputStream.idl30
-rw-r--r--udkapi/com/sun/star/io/Pipe.idl27
-rw-r--r--udkapi/com/sun/star/io/Pump.idl27
-rw-r--r--udkapi/com/sun/star/io/UnexpectedEOFException.idl21
-rw-r--r--udkapi/com/sun/star/io/WrongFormatException.idl21
-rw-r--r--udkapi/com/sun/star/io/XActiveDataControl.idl32
-rw-r--r--udkapi/com/sun/star/io/XActiveDataSink.idl24
-rw-r--r--udkapi/com/sun/star/io/XActiveDataSource.idl27
-rw-r--r--udkapi/com/sun/star/io/XActiveDataStreamer.idl29
-rw-r--r--udkapi/com/sun/star/io/XConnectable.idl30
-rw-r--r--udkapi/com/sun/star/io/XDataExporter.idl27
-rw-r--r--udkapi/com/sun/star/io/XDataImporter.idl27
-rw-r--r--udkapi/com/sun/star/io/XDataInputStream.idl33
-rw-r--r--udkapi/com/sun/star/io/XDataOutputStream.idl27
-rw-r--r--udkapi/com/sun/star/io/XDataTransferEventListener.idl24
-rw-r--r--udkapi/com/sun/star/io/XInputStream.idl51
-rw-r--r--udkapi/com/sun/star/io/XMarkableStream.idl27
-rw-r--r--udkapi/com/sun/star/io/XObjectInputStream.idl30
-rw-r--r--udkapi/com/sun/star/io/XObjectOutputStream.idl30
-rw-r--r--udkapi/com/sun/star/io/XOutputStream.idl33
-rw-r--r--udkapi/com/sun/star/io/XPersistObject.idl44
-rw-r--r--udkapi/com/sun/star/io/XStream.idl30
-rw-r--r--udkapi/com/sun/star/io/XStreamListener.idl24
-rw-r--r--udkapi/com/sun/star/io/XTruncate.idl12
-rw-r--r--udkapi/com/sun/star/io/makefile.mk5
33 files changed, 806 insertions, 183 deletions
diff --git a/udkapi/com/sun/star/io/BufferSizeExceededException.idl b/udkapi/com/sun/star/io/BufferSizeExceededException.idl
index 9967592458f1..3f4c0d88d711 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:37:49 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,5 +91,25 @@ exception BufferSizeExceededException: com::sun::star::io::IOException
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:30 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/17 17:19:43 mi
+ proofreading in layouted version
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/DataInputStream.idl b/udkapi/com/sun/star/io/DataInputStream.idl
index 510039492229..21accc9025d4 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:36:16 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,5 +112,31 @@ service DataInputStream
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.6 2001/11/16 14:45:32 mi
+ proofing by Richard Holt
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:30 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/17 17:19:43 mi
+ proofreading in layouted version
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/DataOutputStream.idl b/udkapi/com/sun/star/io/DataOutputStream.idl
index 23b7d98c1106..1b4a66561a42 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:37:37 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,5 +102,28 @@ service DataOutputStream
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:30 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/17 17:19:43 mi
+ proofreading in layouted version
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/DataTransferEvent.idl b/udkapi/com/sun/star/io/DataTransferEvent.idl
index 7644e2b49537..d9d48f2c2e34 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:36:55 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,5 +94,31 @@ struct DataTransferEvent: com::sun::star::lang::EventObject
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/11/16 14:45:32 mi
+ proofing by Richard Holt
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:52:30 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/03/09 15:48:50 mi
+ #70728# missing documentation
+
+ Revision 1.2 2000/02/07 11:24:34 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/FilePermission.idl b/udkapi/com/sun/star/io/FilePermission.idl
deleted file mode 100644
index 634f3f31ee13..000000000000
--- a/udkapi/com/sun/star/io/FilePermission.idl
+++ /dev/null
@@ -1,117 +0,0 @@
-/*************************************************************************
- *
- * $RCSfile: FilePermission.idl,v $
- *
- * $Revision: 1.3 $
- *
- * last change: $Author: dbo $ $Date: 2002-04-11 08:45:52 $
- *
- * The Contents of this file are made available subject to the terms of
- * either of the following licenses
- *
- * - GNU Lesser General Public License Version 2.1
- * - Sun Industry Standards Source License Version 1.1
- *
- * Sun Microsystems Inc., October, 2000
- *
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2000 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
- *
- * Sun Industry Standards Source License Version 1.1
- * =================================================
- * The contents of this file are subject to the Sun Industry Standards
- * Source License Version 1.1 (the "License"); You may not use this file
- * except in compliance with the License. You may obtain a copy of the
- * License at http://www.openoffice.org/license.html.
- *
- * Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- * See the License for the specific provisions governing your rights and
- * obligations concerning the Software.
- *
- * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
- *
- * Copyright: 2000 by Sun Microsystems, Inc.
- *
- * All Rights Reserved.
- *
- * Contributor(s): _______________________________________
- *
- *
- ************************************************************************/
-#ifndef __com_sun_star_io_FilePermission_idl__
-#define __com_sun_star_io_FilePermission_idl__
-
-//=============================================================================
-
-module com { module sun { module star { module io {
-
-//=============================================================================
-
-/** This permission represents access to a file or directory.
- A FilePermission consists of a file url and a set of actions valid for that url.
- <p>
- The path of the file url that ends in <code>"/*"</code> indicates all the files and
- directories contained in that directory. A path that ends with <code>"/-"</code>
- indicates (recursively) all files and subdirectories contained in that
- directory. A file url string consisting of the special token
- <code>"&lt;&lt;ALL FILES&gt;&gt;"</code> matches any file.
- <br>
- Note: A file url string consisting of a single <code>"*"</code> indicates all the files
- in the current directory, while a string consisting of a single <code>"-"</code> indicates
- all the files in the current directory and (recursively) all files and
- subdirectories contained in the current directory.
- <br>
- The actions to be granted is a list of one or more comma-separated keywords.
- The possible keywords are <code>"read"</code>, <code>"write"</code>,
- <code>"execute"</code>, and <code>"delete"</code>.
- Their meaning is defined as follows:
- <ul>
- <li><code>read</code> -- read permission</li>
- <li><code>write</code> -- write permission</li>
- <li><code>execute</code> -- execute permission</li>
- <li><code>delete</code> -- delete permission</li>
- </ul><br>
- The actions string is processed case-insensitive.
- </p>
-
- @attention
- Be careful when granting FilePermissions. Think about the implications of
- granting read and especially write access to various files and directories.
- The <code>"&lt;&lt;ALL FILES&gt;&gt;"</code> permission with write action is
- especially dangerous. This grants permission to write to the entire file system.
-*/
-struct FilePermission
-{
- /** target file url
- */
- string URL;
- /** comma separated actions list
- */
- string Actions;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
diff --git a/udkapi/com/sun/star/io/IOException.idl b/udkapi/com/sun/star/io/IOException.idl
index 2a04a5580740..f7cbffbfee61 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:36:22 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,5 +85,22 @@ exception IOException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:30 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/NotConnectedException.idl b/udkapi/com/sun/star/io/NotConnectedException.idl
index d21f83707277..7bfd38e042c2 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:36:48 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,5 +86,22 @@ exception NotConnectedException: com::sun::star::io::IOException
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:30 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/ObjectInputStream.idl b/udkapi/com/sun/star/io/ObjectInputStream.idl
index d6ddb3ceaeba..40812025acb9 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:36:03 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,5 +140,28 @@ service ObjectInputStream
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/17 17:19:43 mi
+ proofreading in layouted version
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/ObjectOutputStream.idl b/udkapi/com/sun/star/io/ObjectOutputStream.idl
index 66d5c88cbf37..b6bd69ee3a4e 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:35:46 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,5 +127,31 @@ service ObjectOutputStream
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.6 2001/11/16 14:45:32 mi
+ proofing by Richard Holt
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/17 17:19:43 mi
+ proofreading in layouted version
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/Pipe.idl b/udkapi/com/sun/star/io/Pipe.idl
index 4e68ffd5e942..fa127fef5572 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:37:19 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,5 +103,28 @@ service Pipe
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/17 17:19:43 mi
+ proofreading in layouted version
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/Pump.idl b/udkapi/com/sun/star/io/Pump.idl
index 2a88abf735bd..127f99714ef3 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:35:33 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,5 +109,28 @@ service Pump
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.1 1999/11/25 15:56:18 pl
+ new Pump service
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/UnexpectedEOFException.idl b/udkapi/com/sun/star/io/UnexpectedEOFException.idl
index b9d252323a72..a6e6c713a83b 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:37:07 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,5 +86,22 @@ exception UnexpectedEOFException: com::sun::star::io::IOException
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/WrongFormatException.idl b/udkapi/com/sun/star/io/WrongFormatException.idl
index 60d290e6d5d2..22052d8cd848 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:35:40 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,5 +86,22 @@ exception WrongFormatException: com::sun::star::io::IOException
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XActiveDataControl.idl b/udkapi/com/sun/star/io/XActiveDataControl.idl
index 5dedccd20473..f8f145615998 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:37:31 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,5 +138,33 @@ interface XActiveDataControl: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/08/05 09:33:54 mi
+ add/remove...Listener more precisely specified for adding the same interface multiple times
+
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/07/03 07:45:52 abi
+ Added XStream for read/write access to a stream
+ and XActiveDataStreamer as controller.
+ Updating documentation.
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XActiveDataSink.idl b/udkapi/com/sun/star/io/XActiveDataSink.idl
index 518500203ebb..64772540c57f 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:37:24 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,5 +111,25 @@ interface XActiveDataSink: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XActiveDataSource.idl b/udkapi/com/sun/star/io/XActiveDataSource.idl
index 13b18e1f64c3..8607eeaa42d6 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:37:12 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,5 +112,28 @@ interface XActiveDataSource: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/04/20 13:59:03 mi
+ documentation
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XActiveDataStreamer.idl b/udkapi/com/sun/star/io/XActiveDataStreamer.idl
index 9f625a461e43..d3ba8ff9ced6 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:38:02 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,5 +112,30 @@ interface XActiveDataStreamer: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/07/03 16:19:45 hr
+ removed cut and paste error
+
+ Revision 1.1 2000/07/03 07:45:52 abi
+ Added XStream for read/write access to a stream
+ and XActiveDataStreamer as controller.
+ Updating documentation.
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XConnectable.idl b/udkapi/com/sun/star/io/XConnectable.idl
index 613b0118aebd..05ca09f6f984 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:35:20 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,5 +125,31 @@ interface XConnectable: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/03/09 15:48:50 mi
+ #70728# missing documentation
+
+ Revision 1.2 2000/02/07 11:24:37 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XDataExporter.idl b/udkapi/com/sun/star/io/XDataExporter.idl
index 5fac179931e9..c65724080fa1 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:37:56 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,5 +116,28 @@ interface XDataExporter: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.2 1999/11/18 11:49:57 mi
+ XComponent now in module lang
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XDataImporter.idl b/udkapi/com/sun/star/io/XDataImporter.idl
index 95262706324d..be49d0c2bbb8 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:35:52 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,5 +115,28 @@ interface XDataImporter: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.2 1999/11/18 11:49:57 mi
+ XComponent now in module lang
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XDataInputStream.idl b/udkapi/com/sun/star/io/XDataInputStream.idl
index c9a144342060..24dc3e3dbb2d 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:35:06 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,5 +165,34 @@ interface XDataInputStream: com::sun::star::io::XInputStream
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/03/09 15:48:50 mi
+ #70728# missing documentation
+
+ Revision 1.2 2000/02/07 11:24:37 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XDataOutputStream.idl b/udkapi/com/sun/star/io/XDataOutputStream.idl
index 06ee207a1e94..65979af4feb5 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:35:58 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,5 +165,28 @@ interface XDataOutputStream: com::sun::star::io::XOutputStream
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XDataTransferEventListener.idl b/udkapi/com/sun/star/io/XDataTransferEventListener.idl
index 693bac0d2952..f683ec6ce06e 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:38:15 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,5 +103,25 @@ interface XDataTransferEventListener: com::sun::star::lang::XEventListener
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:23 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XInputStream.idl b/udkapi/com/sun/star/io/XInputStream.idl
index 441d9c7ce08a..edf86720a275 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:35:26 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -204,5 +204,52 @@ interface XInputStream: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.11 2002/10/03 12:43:59 mi
+ #94968# IDL reviews merged
+
+ Revision 1.10.2.1 2002/06/05 16:38:40 jbu
+ documentation reviewed
+
+ Revision 1.10 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.9 2001/11/16 14:45:32 mi
+ proofing by Richard Holt
+
+ Revision 1.8 2001/05/03 12:37:21 jbu
+ removed a typo
+
+ Revision 1.7 2001/05/03 12:26:14 jbu
+ improved documentation for the readBytes()-call
+
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.6 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.4 2000/02/17 17:19:43 mi
+ proofreading in layouted version
+
+ Revision 1.3 1999/11/25 14:20:11 jbu
+ now passes unoidl compiler
+
+ Revision 1.2 1999/11/25 09:14:09 jbu
+ added IOException
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XMarkableStream.idl b/udkapi/com/sun/star/io/XMarkableStream.idl
index dc9bad7d00fc..28600c9eefad 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:38:08 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,5 +158,28 @@ interface XMarkableStream: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2001/03/19 13:32:35 jbu
+ improved documentation of jumpToFurthest
+
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XObjectInputStream.idl b/udkapi/com/sun/star/io/XObjectInputStream.idl
index 532030be447b..4d4dcb59df96 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:37:00 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,5 +102,31 @@ interface XObjectInputStream: com::sun::star::io::XDataInputStream
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/10/03 12:43:59 mi
+ #94968# IDL reviews merged
+
+ Revision 1.6.16.1 2002/06/05 16:38:41 jbu
+ documentation reviewed
+
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XObjectOutputStream.idl b/udkapi/com/sun/star/io/XObjectOutputStream.idl
index c053834a2c79..e0fa9e3b3e60 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:36:10 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,5 +101,31 @@ interface XObjectOutputStream: XDataOutputStream
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/10/03 12:43:59 mi
+ #94968# IDL reviews merged
+
+ Revision 1.6.16.1 2002/06/05 16:38:41 jbu
+ documentation reviewed
+
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XOutputStream.idl b/udkapi/com/sun/star/io/XOutputStream.idl
index e07e6937dab9..e52abe5cefa9 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:36:36 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,5 +130,34 @@ interface XOutputStream: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/02/17 17:19:43 mi
+ proofreading in layouted version
+
+ Revision 1.2 1999/11/25 09:14:09 jbu
+ added IOException
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XPersistObject.idl b/udkapi/com/sun/star/io/XPersistObject.idl
index 739d8500150e..eda84a5f7771 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mi $ $Date: 2003-01-16 09:32:35 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ interface XObjectOutputStream;
itself again (by using the read method). Therefor it must be
createable by name via a factory, which is in general
the global service manager. The create and read mechanism
- is implemented by the <type scope="com::sun::star::io">ObjectInputStream</type>.
+ is implemented by the <type>com::sun::star::io::ObjectInputStream</type>.
<p>The serialization format (the series of strings, integers, objects) must
be specified at the specification of the concrete service.
@@ -148,4 +148,42 @@ interface XPersistObject: com::sun::star::uno::XInterface
}; }; }; };
+/*=============================================================================
+
+ $Log: not supported by cvs2svn $
+ Revision 1.8 2002/10/03 12:44:00 mi
+ #94968# IDL reviews merged
+
+ Revision 1.7.2.1 2002/06/05 16:38:41 jbu
+ documentation reviewed
+
+ Revision 1.7 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/02/17 17:19:43 mi
+ proofreading in layouted version
+
+ Revision 1.2 2000/02/07 11:24:38 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
+=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XStream.idl b/udkapi/com/sun/star/io/XStream.idl
index 333879f6333f..3333ecf327be 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:36:29 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,5 +110,31 @@ interface XStream: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ 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
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:32 mi
+ documentation merged from XML
+
+ Revision 1.1 2000/07/03 07:45:52 abi
+ Added XStream for read/write access to a stream
+ and XActiveDataStreamer as controller.
+ Updating documentation.
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XStreamListener.idl b/udkapi/com/sun/star/io/XStreamListener.idl
index cada4005b541..ca7e5c82679f 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:37:42 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,5 +120,25 @@ interface XStreamListener: com::sun::star::lang::XEventListener
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:32 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/XTruncate.idl b/udkapi/com/sun/star/io/XTruncate.idl
index 3ec2c6d13230..c525baf9f009 100644
--- a/udkapi/com/sun/star/io/XTruncate.idl
+++ b/udkapi/com/sun/star/io/XTruncate.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTruncate.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:35:13 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,5 +97,13 @@ interface XTruncate: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.2 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.1 2001/02/02 16:20:03 mi
+ new interface XTruncate
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/io/makefile.mk b/udkapi/com/sun/star/io/makefile.mk
index a13988215449..eb1888f2a154 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.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: dbo $ $Date: 2002-01-10 13:35:01 $
+# last change: $Author: mi $ $Date: 2003-01-21 13:16:24 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,7 +73,6 @@ PACKAGE=com$/sun$/star$/io
# ------------------------------------------------------------------------
IDLFILES=\
- FilePermission.idl\
BufferSizeExceededException.idl\
MarkableInputStream.idl\
MarkableOutputStream.idl\