summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uno
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/uno')
-rw-r--r--udkapi/com/sun/star/uno/DeploymentException.idl85
-rw-r--r--udkapi/com/sun/star/uno/Exception.idl30
-rw-r--r--udkapi/com/sun/star/uno/NamingService.idl27
-rw-r--r--udkapi/com/sun/star/uno/RuntimeException.idl24
-rw-r--r--udkapi/com/sun/star/uno/TypeClass.idl30
-rw-r--r--udkapi/com/sun/star/uno/Uik.idl27
-rw-r--r--udkapi/com/sun/star/uno/XAdapter.idl30
-rw-r--r--udkapi/com/sun/star/uno/XInterface.idl33
-rw-r--r--udkapi/com/sun/star/uno/XNamingService.idl33
-rw-r--r--udkapi/com/sun/star/uno/XReference.idl24
-rw-r--r--udkapi/com/sun/star/uno/XWeak.idl24
-rw-r--r--udkapi/com/sun/star/uno/makefile.mk5
12 files changed, 264 insertions, 108 deletions
diff --git a/udkapi/com/sun/star/uno/DeploymentException.idl b/udkapi/com/sun/star/uno/DeploymentException.idl
deleted file mode 100644
index 43a7ba036731..000000000000
--- a/udkapi/com/sun/star/uno/DeploymentException.idl
+++ /dev/null
@@ -1,85 +0,0 @@
-/*************************************************************************
- *
- * $RCSfile: DeploymentException.idl,v $
- *
- * $Revision: 1.1 $
- *
- * last change: $Author: dbo $ $Date: 2002-04-15 14:22:49 $
- *
- * 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_uno_DeploymentException_idl__
-#define __com_sun_star_uno_DeploymentException_idl__
-
-#ifndef __com_sun_star_uno_RuntimeException_idl__
-#include <com/sun/star/uno/RuntimeException.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module uno {
-
-//=============================================================================
-
-/** Exception signalling a deployment error.
-*/
-exception DeploymentException : com::sun::star::uno::RuntimeException
-{
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
diff --git a/udkapi/com/sun/star/uno/Exception.idl b/udkapi/com/sun/star/uno/Exception.idl
index 692859af00b0..83ac0132c47f 100644
--- a/udkapi/com/sun/star/uno/Exception.idl
+++ b/udkapi/com/sun/star/uno/Exception.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Exception.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:28:29 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:17:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,5 +101,31 @@ exception Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2002/10/03 12:44:30 mi
+ #94968# IDL reviews merged
+
+ Revision 1.4.24.1 2002/06/05 16:38:42 jbu
+ documentation reviewed
+
+ Revision 1.4 2000/11/08 12:29:00 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:36:18 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:53:04 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/03/14 12:36:35 mi
+ #70728# missing documentation
+
+ Revision 1.2 2000/02/07 11:25:05 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.1.1.1 1999/11/11 09:48:46 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/uno/NamingService.idl b/udkapi/com/sun/star/uno/NamingService.idl
index 5c615ca33f74..1641acba4c47 100644
--- a/udkapi/com/sun/star/uno/NamingService.idl
+++ b/udkapi/com/sun/star/uno/NamingService.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NamingService.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:28:46 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:17:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,29 @@ service NamingService
Source Code Control System - Update
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/10/03 12:44:30 mi
+ #94968# IDL reviews merged
+
+ Revision 1.5.2.1 2002/06/05 16:38:42 jbu
+ documentation reviewed
+
+ Revision 1.5 2001/11/20 10:20:42 mi
+ proofing by Richard Holt
+
+ Revision 1.4 2000/11/08 12:29:00 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:36:18 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:53:04 mi
+ documentation merged from XML
+
+ Revision 1.1 1999/11/12 15:03:55 mm
+ naming service
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/uno/RuntimeException.idl b/udkapi/com/sun/star/uno/RuntimeException.idl
index 45b025f7153d..49aeae238ef8 100644
--- a/udkapi/com/sun/star/uno/RuntimeException.idl
+++ b/udkapi/com/sun/star/uno/RuntimeException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RuntimeException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:28:40 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:17:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,5 +90,25 @@ exception RuntimeException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2002/10/03 12:44:31 mi
+ #94968# IDL reviews merged
+
+ Revision 1.4.24.1 2002/06/05 16:38:42 jbu
+ documentation reviewed
+
+ Revision 1.4 2000/11/08 12:29:00 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:36:18 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:53:04 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:46 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/uno/TypeClass.idl b/udkapi/com/sun/star/uno/TypeClass.idl
index f2f2d3432080..15177660fda0 100644
--- a/udkapi/com/sun/star/uno/TypeClass.idl
+++ b/udkapi/com/sun/star/uno/TypeClass.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TypeClass.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:28:35 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:17:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -183,5 +183,31 @@ enum TypeClass
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/11/13 15:51:11 kso
+ #104677# - Added PROPERTY, CONSTANT, CONSTANTS, SINGLETON
+
+ Revision 1.5 2002/01/23 08:52:21 dbo
+ #96711# IDL documentation review
+
+ Revision 1.4 2000/11/08 12:29:00 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:36:18 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:53:04 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/03/14 12:36:35 mi
+ #70728# missing documentation
+
+ Revision 1.2 2000/02/07 11:25:05 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.1.1.1 1999/11/11 09:48:46 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/uno/Uik.idl b/udkapi/com/sun/star/uno/Uik.idl
index b59ca8bcfb74..e96b13a41849 100644
--- a/udkapi/com/sun/star/uno/Uik.idl
+++ b/udkapi/com/sun/star/uno/Uik.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Uik.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:28:17 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:17:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,5 +100,28 @@ struct Uik
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2002/01/23 08:52:21 dbo
+ #96711# IDL documentation review
+
+ Revision 1.4 2000/11/08 12:29:00 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:36:18 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:53:04 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/03/14 12:36:35 mi
+ #70728# missing documentation
+
+ Revision 1.2 2000/02/07 11:25:05 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.1.1.1 1999/11/11 09:48:46 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/uno/XAdapter.idl b/udkapi/com/sun/star/uno/XAdapter.idl
index 2d22f7d7b25c..a2e587b0cefe 100644
--- a/udkapi/com/sun/star/uno/XAdapter.idl
+++ b/udkapi/com/sun/star/uno/XAdapter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAdapter.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:28:03 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:17:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,5 +122,31 @@ interface XAdapter: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/10/03 12:44:31 mi
+ #94968# IDL reviews merged
+
+ Revision 1.5.16.1 2002/06/05 16:38:42 jbu
+ documentation reviewed
+
+ Revision 1.5 2001/03/16 15:10:43 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.4 2000/11/08 12:29:00 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:36:18 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:53:04 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/21 10:55:48 mi
+ proofreading in layouted version
+
+ Revision 1.1.1.1 1999/11/11 09:48:46 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl
index 22b32064b106..6537ce586fb6 100644
--- a/udkapi/com/sun/star/uno/XInterface.idl
+++ b/udkapi/com/sun/star/uno/XInterface.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInterface.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:28:10 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:17:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -169,5 +169,34 @@ interface XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/10/03 12:44:31 mi
+ #94968# IDL reviews merged
+
+ Revision 1.5.16.1 2002/06/05 16:38:42 jbu
+ documentation reviewed
+
+ Revision 1.5 2001/03/16 15:10:43 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.4 2000/11/08 12:29:00 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:36:18 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:53:04 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/02/23 11:41:19 mi
+ results from proofreading in layouted version
+
+ Revision 1.2 2000/01/14 11:12:14 jsc
+ #71616# Typumstellung
+
+ Revision 1.1.1.1 1999/11/11 09:48:46 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/uno/XNamingService.idl b/udkapi/com/sun/star/uno/XNamingService.idl
index 2eedd9966a04..c09bfce1c70a 100644
--- a/udkapi/com/sun/star/uno/XNamingService.idl
+++ b/udkapi/com/sun/star/uno/XNamingService.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XNamingService.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:27:58 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:17:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,6 +111,35 @@ interface XNamingService: com::sun::star::uno::XInterface
Source Code Control System - Update
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/10/03 12:44:31 mi
+ #94968# IDL reviews merged
+
+ Revision 1.6.2.1 2002/06/05 16:38:42 jbu
+ documentation reviewed
+
+ Revision 1.6 2001/11/20 10:20:42 mi
+ proofing by Richard Holt
+
+ Revision 1.5 2001/03/16 15:10:43 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.4 2000/11/08 12:29:00 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:36:18 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:53:04 mi
+ documentation merged from XML
+
+ Revision 1.2 1999/12/08 14:00:16 dg
+ #70278# NamingService throws now exceptions if error occur
+
+ Revision 1.1 1999/11/12 15:04:02 mm
+ naming service
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/uno/XReference.idl b/udkapi/com/sun/star/uno/XReference.idl
index d5ffe241d2bc..09abdcac8d77 100644
--- a/udkapi/com/sun/star/uno/XReference.idl
+++ b/udkapi/com/sun/star/uno/XReference.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XReference.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:28:22 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:17:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,5 +101,25 @@ interface XReference: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/11/20 10:20:42 mi
+ proofing by Richard Holt
+
+ Revision 1.5 2001/03/16 15:10:43 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.4 2000/11/08 12:29:00 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:36:18 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:53:04 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:46 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/uno/XWeak.idl b/udkapi/com/sun/star/uno/XWeak.idl
index 00149e5a88f6..c11402e83d00 100644
--- a/udkapi/com/sun/star/uno/XWeak.idl
+++ b/udkapi/com/sun/star/uno/XWeak.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XWeak.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:28:52 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:17:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,5 +153,25 @@ interface XWeak: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2001/11/20 10:20:42 mi
+ proofing by Richard Holt
+
+ Revision 1.5 2001/03/16 15:10:43 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.4 2000/11/08 12:29:00 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:36:18 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:53:04 mi
+ documentation merged from XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:46 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/uno/makefile.mk b/udkapi/com/sun/star/uno/makefile.mk
index ed22f9aa5dcb..f2bc95620ce5 100644
--- a/udkapi/com/sun/star/uno/makefile.mk
+++ b/udkapi/com/sun/star/uno/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: dbo $ $Date: 2002-04-15 14:22:49 $
+# last change: $Author: mi $ $Date: 2003-01-21 13:17:25 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,7 +77,6 @@ IDLFILES=\
NamingService.idl\
RuntimeException.idl\
SecurityException.idl\
- DeploymentException.idl\
TypeClass.idl\
Uik.idl\
XAdapter.idl\