summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang')
-rw-r--r--udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl21
-rw-r--r--udkapi/com/sun/star/lang/ClassNotFoundException.idl21
-rw-r--r--udkapi/com/sun/star/lang/DisposedException.idl24
-rw-r--r--udkapi/com/sun/star/lang/EventObject.idl18
-rw-r--r--udkapi/com/sun/star/lang/IllegalAccessException.idl18
-rw-r--r--udkapi/com/sun/star/lang/IllegalArgumentException.idl24
-rw-r--r--udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl21
-rw-r--r--udkapi/com/sun/star/lang/InvalidListenerException.idl21
-rw-r--r--udkapi/com/sun/star/lang/ListenerExistException.idl21
-rw-r--r--udkapi/com/sun/star/lang/Locale.idl45
-rw-r--r--udkapi/com/sun/star/lang/MultiServiceFactory.idl36
-rw-r--r--udkapi/com/sun/star/lang/NoSuchFieldException.idl21
-rw-r--r--udkapi/com/sun/star/lang/NoSuchMethodException.idl21
-rw-r--r--udkapi/com/sun/star/lang/NoSupportException.idl30
-rw-r--r--udkapi/com/sun/star/lang/NullPointerException.idl30
-rw-r--r--udkapi/com/sun/star/lang/RegistryServiceManager.idl36
-rw-r--r--udkapi/com/sun/star/lang/ServiceManager.idl51
-rw-r--r--udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl21
-rw-r--r--udkapi/com/sun/star/lang/SystemDependent.idl30
-rw-r--r--udkapi/com/sun/star/lang/WrappedTargetException.idl27
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl57
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl51
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPointContainer.idl48
-rw-r--r--udkapi/com/sun/star/lang/XEventListener.idl33
-rw-r--r--udkapi/com/sun/star/lang/XInitialization.idl30
-rw-r--r--udkapi/com/sun/star/lang/XLocalizable.idl27
-rw-r--r--udkapi/com/sun/star/lang/XMain.idl27
-rw-r--r--udkapi/com/sun/star/lang/XMultiServiceFactory.idl39
-rw-r--r--udkapi/com/sun/star/lang/XServiceInfo.idl36
-rw-r--r--udkapi/com/sun/star/lang/XServiceName.idl36
-rw-r--r--udkapi/com/sun/star/lang/XSingleServiceFactory.idl30
-rw-r--r--udkapi/com/sun/star/lang/XUnoTunnel.idl31
32 files changed, 918 insertions, 64 deletions
diff --git a/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl b/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
index cf999314ab1d..379893357f72 100644
--- a/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
+++ b/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ArrayIndexOutOfBoundsException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:32:48 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,5 +89,22 @@ exception ArrayIndexOutOfBoundsException: com::sun::star::lang::IndexOutOfBounds
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:40 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/lang/ClassNotFoundException.idl b/udkapi/com/sun/star/lang/ClassNotFoundException.idl
index eabce3ddd3f5..97a2a2ad76a9 100644
--- a/udkapi/com/sun/star/lang/ClassNotFoundException.idl
+++ b/udkapi/com/sun/star/lang/ClassNotFoundException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ClassNotFoundException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:32:22 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,5 +86,22 @@ exception ClassNotFoundException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:40 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/lang/DisposedException.idl b/udkapi/com/sun/star/lang/DisposedException.idl
index ad9425d0f1c3..b70811ce5140 100644
--- a/udkapi/com/sun/star/lang/DisposedException.idl
+++ b/udkapi/com/sun/star/lang/DisposedException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DisposedException.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:31:27 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,5 +90,25 @@ exception DisposedException: com::sun::star::uno::RuntimeException
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/01/18 14:39:29 jbu
+ #96701# API review
+
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:40 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/lang/EventObject.idl b/udkapi/com/sun/star/lang/EventObject.idl
index 2fe0b7f3e5d9..bf4ea384eaef 100644
--- a/udkapi/com/sun/star/lang/EventObject.idl
+++ b/udkapi/com/sun/star/lang/EventObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: EventObject.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:32:27 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,5 +91,19 @@ struct EventObject
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:40 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/lang/IllegalAccessException.idl b/udkapi/com/sun/star/lang/IllegalAccessException.idl
index 812330516136..282587ccde68 100644
--- a/udkapi/com/sun/star/lang/IllegalAccessException.idl
+++ b/udkapi/com/sun/star/lang/IllegalAccessException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IllegalAccessException.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:32:16 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,5 +86,19 @@ exception IllegalAccessException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:40 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/lang/IllegalArgumentException.idl b/udkapi/com/sun/star/lang/IllegalArgumentException.idl
index b2a5ac052b0a..280625c17f26 100644
--- a/udkapi/com/sun/star/lang/IllegalArgumentException.idl
+++ b/udkapi/com/sun/star/lang/IllegalArgumentException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IllegalArgumentException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:31:22 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,5 +95,25 @@ exception IllegalArgumentException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:32 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/17 17:42:02 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/lang/IndexOutOfBoundsException.idl b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
index fa32b65c39bc..d40ae4c391d0 100644
--- a/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
+++ b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IndexOutOfBoundsException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:31:57 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,5 +89,22 @@ exception IndexOutOfBoundsException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 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/lang/InvalidListenerException.idl b/udkapi/com/sun/star/lang/InvalidListenerException.idl
index 7138acdc0326..dfab81c8dd06 100644
--- a/udkapi/com/sun/star/lang/InvalidListenerException.idl
+++ b/udkapi/com/sun/star/lang/InvalidListenerException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InvalidListenerException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:31:16 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,5 +89,22 @@ exception InvalidListenerException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 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/lang/ListenerExistException.idl b/udkapi/com/sun/star/lang/ListenerExistException.idl
index 22e4d55c5012..4be5fd3716df 100644
--- a/udkapi/com/sun/star/lang/ListenerExistException.idl
+++ b/udkapi/com/sun/star/lang/ListenerExistException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ListenerExistException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:33:18 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,5 +88,22 @@ exception ListenerExistException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 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/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl
index c7512b36ebb2..e483ab564d0b 100644
--- a/udkapi/com/sun/star/lang/Locale.idl
+++ b/udkapi/com/sun/star/lang/Locale.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Locale.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:31:51 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,5 +152,46 @@ struct Locale
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/12/10 10:31:32 mi
+ #105668# fixed dead links
+
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.4 2000/10/29 16:19:44 er
+ moved all types except struct Locale to ../i18n/XLocale.idl
+
+ Revision 1.3 2000/10/18 10:12:56 mi
+ well formed documentation in struict Locale
+
+ Revision 1.2 2000/10/13 17:35:02 er
+ added enums and constants
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.7 2000/09/11 11:52:32 mi
+ documentation merged from XML
+
+ Revision 1.5 2000/06/29 14:39:46 sse
+ New UNO interface for accessing locale data from XML
+
+ Revision 1.4 2000/03/09 12:36:14 mi
+ #70728# missing documentation
+
+ Revision 1.3 2000/02/23 11:41:15 mi
+ results from 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/lang/MultiServiceFactory.idl b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
index 332f4642bc28..e0648f3f0219 100644
--- a/udkapi/com/sun/star/lang/MultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MultiServiceFactory.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:31:05 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,5 +116,37 @@ service MultiServiceFactory
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.9 2002/01/23 08:52:20 dbo
+ #96711# IDL documentation review
+
+ Revision 1.8 2001/11/16 14:57:39 mi
+ proofing by Richard Holt
+
+ Revision 1.7 2001/05/04 14:32:20 dbo
+ prepared service descr of service manager for XMultiComponentFactory
+
+ Revision 1.6 2001/05/04 14:24:26 dbo
+ new: XSingleComponentFactory, XMultiComponentFactory
+
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.2 2000/10/09 14:24:57 mi
+ #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
+
+ 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/lang/NoSuchFieldException.idl b/udkapi/com/sun/star/lang/NoSuchFieldException.idl
index 7861613d2738..23458f8deaa4 100644
--- a/udkapi/com/sun/star/lang/NoSuchFieldException.idl
+++ b/udkapi/com/sun/star/lang/NoSuchFieldException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NoSuchFieldException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:31:45 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,5 +85,22 @@ exception NoSuchFieldException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 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/lang/NoSuchMethodException.idl b/udkapi/com/sun/star/lang/NoSuchMethodException.idl
index 6fc0b14dd9b0..7744b9007a1c 100644
--- a/udkapi/com/sun/star/lang/NoSuchMethodException.idl
+++ b/udkapi/com/sun/star/lang/NoSuchMethodException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NoSuchMethodException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:31:33 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,5 +85,22 @@ exception NoSuchMethodException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 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/lang/NoSupportException.idl b/udkapi/com/sun/star/lang/NoSupportException.idl
index 3e2416828627..0d6f55252b11 100644
--- a/udkapi/com/sun/star/lang/NoSupportException.idl
+++ b/udkapi/com/sun/star/lang/NoSupportException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NoSupportException.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:30:35 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,5 +92,31 @@ exception NoSupportException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/12/10 10:31:32 mi
+ #105668# fixed dead links
+
+ Revision 1.6 2000/12/19 16:15:26 mi
+ documentation syntax fixed
+
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:32 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/17 17:42:02 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/lang/NullPointerException.idl b/udkapi/com/sun/star/lang/NullPointerException.idl
index 277e8e2a8105..08e1e9860c4a 100644
--- a/udkapi/com/sun/star/lang/NullPointerException.idl
+++ b/udkapi/com/sun/star/lang/NullPointerException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NullPointerException.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:32:54 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,5 +91,31 @@ exception NullPointerException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.8 2002/12/10 10:31:33 mi
+ #105668# fixed dead links
+
+ Revision 1.7 2000/12/19 16:15:26 mi
+ documentation syntax fixed
+
+ Revision 1.6 2000/12/19 13:49:35 mi
+ syntax errors in documentation fixed
+
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 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:33 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/lang/RegistryServiceManager.idl b/udkapi/com/sun/star/lang/RegistryServiceManager.idl
index 18ede37de4b5..e4f71aea40b9 100644
--- a/udkapi/com/sun/star/lang/RegistryServiceManager.idl
+++ b/udkapi/com/sun/star/lang/RegistryServiceManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RegistryServiceManager.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:31:11 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,5 +130,37 @@ service RegistryServiceManager
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.8 2002/01/23 08:52:20 dbo
+ #96711# IDL documentation review
+
+ Revision 1.7 2001/11/16 14:57:39 mi
+ proofing by Richard Holt
+
+ Revision 1.6 2000/12/19 15:32:24 mi
+ documentation syntax fixed
+
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 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:33 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/02/07 11:24:38 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.2 1999/12/13 14:58:15 mi
+ #70786# new XLocalizable for AddIns
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/lang/ServiceManager.idl b/udkapi/com/sun/star/lang/ServiceManager.idl
index ca1e4917dd85..7a0c149bb85e 100644
--- a/udkapi/com/sun/star/lang/ServiceManager.idl
+++ b/udkapi/com/sun/star/lang/ServiceManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ServiceManager.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:32:03 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,5 +171,52 @@ service ServiceManager
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.10 2002/12/10 10:31:33 mi
+ #105668# fixed dead links
+
+ Revision 1.9 2002/01/23 08:52:20 dbo
+ #96711# IDL documentation review
+
+ Revision 1.8 2001/11/16 14:57:39 mi
+ proofing by Richard Holt
+
+ Revision 1.7 2001/06/13 10:44:10 dbo
+ #87233# ServiceManager has to export lang.XMultiComponentFactory
+
+ Revision 1.6 2000/12/19 15:32:25 mi
+ documentation syntax fixed
+
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.2 2000/10/09 14:24:57 mi
+ #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.7 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.5 2000/02/07 11:24:39 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.4 1999/11/18 12:13:30 mi
+ wrong #ifndef
+
+ Revision 1.3 1999/11/18 11:54:10 mi
+ wrong #ifndef
+
+ 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/lang/ServiceNotRegisteredException.idl b/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
index 64ce407d13b2..ee86b65ca5c3 100644
--- a/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
+++ b/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ServiceNotRegisteredException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:30:47 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,5 +88,22 @@ exception ServiceNotRegisteredException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:33 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/lang/SystemDependent.idl b/udkapi/com/sun/star/lang/SystemDependent.idl
index 9832608fd683..333064b5b7df 100644
--- a/udkapi/com/sun/star/lang/SystemDependent.idl
+++ b/udkapi/com/sun/star/lang/SystemDependent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SystemDependent.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:32:43 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,5 +155,31 @@ constants SystemDependent
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/01/18 14:39:29 jbu
+ #96701# API review
+
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.2 2000/10/09 14:24:57 mi
+ #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/03/15 08:06:38 jl
+ SYSTEM_ prepended to all symbols
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/lang/WrappedTargetException.idl b/udkapi/com/sun/star/lang/WrappedTargetException.idl
index dd08ba49c0b0..796a6406ca5c 100644
--- a/udkapi/com/sun/star/lang/WrappedTargetException.idl
+++ b/udkapi/com/sun/star/lang/WrappedTargetException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: WrappedTargetException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:33:06 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,5 +99,28 @@ exception WrappedTargetException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.2 2000/10/09 14:24:57 mi
+ #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/17 17:42:02 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/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index 8ab9b3cd541e..3c7a8a4e4eca 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XComponent.idl,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:30:53 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -174,4 +174,57 @@ interface XComponent: com::sun::star::uno::XInterface
}; }; }; };
+/*=============================================================================
+
+ $Log: not supported by cvs2svn $
+ Revision 1.12 2002/12/10 10:31:33 mi
+ #105668# fixed dead links
+
+ Revision 1.11 2002/12/06 13:26:40 sb
+ #105668#, #105983# Clarified documentation.
+
+ Revision 1.10 2002/08/05 09:33:56 mi
+ add/remove...Listener more precisely specified for adding the same interface multiple times
+
+ Revision 1.9 2002/01/18 13:39:36 jbu
+ #96701# API review
+
+ Revision 1.8 2001/11/16 14:57:39 mi
+ proofing by Richard Holt
+
+ Revision 1.7 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.6 2000/12/19 16:15:26 mi
+ documentation syntax fixed
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.6 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.4 2000/02/23 11:41:16 mi
+ results from proofreading in layouted version
+
+ Revision 1.3 2000/02/07 11:24:39 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.2 1999/11/18 11:49:57 mi
+ XComponent now in module lang
+
+ Revision 1.1 1999/11/18 10:34:02 mi
+ XComponent now in module lang
+
+ Revision 1.1.1.1 1999/11/11 09:48:41 jsc
+ new
+
+
+=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index 09ef5590ecd9..774080d7f3c3 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XConnectionPoint.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:32:37 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -239,4 +239,51 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
}; }; }; };
+/*=============================================================================
+
+ $Log: not supported by cvs2svn $
+ Revision 1.9 2002/12/10 10:31:33 mi
+ #105668# fixed dead links
+
+ Revision 1.8 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.7 2001/01/31 09:45:41 mi
+ TYPE_XIDLCLASS is now 'type'
+
+ Revision 1.6 2000/12/19 15:32:25 mi
+ documentation syntax fixed
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.2 2000/10/09 14:24:57 mi
+ #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.7 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.5 2000/03/09 12:36:15 mi
+ #70728# missing documentation
+
+ Revision 1.4 2000/02/23 11:41:16 mi
+ results from proofreading in layouted version
+
+ Revision 1.3 2000/02/07 11:24:39 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.2 2000/01/14 10:57:01 jsc
+ #71616# Typumstellung
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
+=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
index 200016322a5a..77994707a089 100644
--- a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XConnectionPointContainer.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:30:41 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,5 +152,49 @@ interface XConnectionPointContainer: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.8 2001/11/16 14:57:39 mi
+ proofing by Richard Holt
+
+ Revision 1.7 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.6 2001/01/31 09:45:41 mi
+ TYPE_XIDLCLASS is now 'type'
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.2 2000/10/09 14:24:57 mi
+ #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.8 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.6 2000/03/09 12:36:15 mi
+ #70728# missing documentation
+
+ Revision 1.5 2000/02/23 11:41:16 mi
+ results from proofreading in layouted version
+
+ Revision 1.4 2000/02/07 11:24:39 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.3 2000/01/14 10:57:01 jsc
+ #71616# Typumstellung
+
+ Revision 1.2 1999/11/24 17:48:18 mi
+ documentation welformed
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/lang/XEventListener.idl b/udkapi/com/sun/star/lang/XEventListener.idl
index c8a08077db84..fa3fb95a1d58 100644
--- a/udkapi/com/sun/star/lang/XEventListener.idl
+++ b/udkapi/com/sun/star/lang/XEventListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XEventListener.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:30:24 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,5 +106,34 @@ interface XEventListener: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.8 2002/10/03 12:44:03 mi
+ #94968# IDL reviews merged
+
+ Revision 1.7.2.1 2002/03/18 15:48:12 mi
+ disposing is called even without registering at XComponent
+
+ Revision 1.7 2002/01/18 13:39:36 jbu
+ #96701# API review
+
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:33 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/lang/XInitialization.idl b/udkapi/com/sun/star/lang/XInitialization.idl
index fb620c788648..6cb64df9b2b0 100644
--- a/udkapi/com/sun/star/lang/XInitialization.idl
+++ b/udkapi/com/sun/star/lang/XInitialization.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInitialization.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:30:59 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,5 +113,31 @@ interface XInitialization: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.8 2002/01/18 13:39:36 jbu
+ #96701# API review
+
+ Revision 1.7 2001/11/16 14:57:39 mi
+ proofing by Richard Holt
+
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:33 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/lang/XLocalizable.idl b/udkapi/com/sun/star/lang/XLocalizable.idl
index b26590f39a1d..d2c4f3e1f8ec 100644
--- a/udkapi/com/sun/star/lang/XLocalizable.idl
+++ b/udkapi/com/sun/star/lang/XLocalizable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLocalizable.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:33:12 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,5 +100,28 @@ interface XLocalizable: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2001/11/16 14:57:39 mi
+ proofing by Richard Holt
+
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.1 1999/12/13 14:58:15 mi
+ #70786# new XLocalizable for AddIns
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/lang/XMain.idl b/udkapi/com/sun/star/lang/XMain.idl
index a08fa3c252ed..bb59bd53cce1 100644
--- a/udkapi/com/sun/star/lang/XMain.idl
+++ b/udkapi/com/sun/star/lang/XMain.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMain.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:33:01 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,5 +99,28 @@ interface XMain: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/01/23 08:52:20 dbo
+ #96711# IDL documentation review
+
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 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:33 mi
+ documentation merged from XML
+
+ Revision 1.1 2000/04/07 11:53:48 dbo
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
index 6041fa67ca8f..7a223c60ad8e 100644
--- a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultiServiceFactory.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:30:30 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,5 +127,40 @@ interface XMultiServiceFactory: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.8 2002/01/23 08:52:20 dbo
+ #96711# IDL documentation review
+
+ Revision 1.7 2001/11/16 14:57:39 mi
+ proofing by Richard Holt
+
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.6 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.4 2000/03/09 12:36:15 mi
+ #70728# missing documentation
+
+ Revision 1.3 2000/02/21 10:55:48 mi
+ proofreading in layouted version
+
+ Revision 1.2 2000/02/07 11:24:39 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/lang/XServiceInfo.idl b/udkapi/com/sun/star/lang/XServiceInfo.idl
index 0449ce830939..7efabe0d18d5 100644
--- a/udkapi/com/sun/star/lang/XServiceInfo.idl
+++ b/udkapi/com/sun/star/lang/XServiceInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XServiceInfo.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:31:40 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,5 +109,37 @@ interface XServiceInfo: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.8 2002/01/23 08:52:20 dbo
+ #96711# IDL documentation review
+
+ Revision 1.7 2002/01/18 15:34:15 jbu
+ #96701# API review
+
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/03/09 12:36:15 mi
+ #70728# missing documentation
+
+ Revision 1.2 2000/02/07 11:24:39 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/lang/XServiceName.idl b/udkapi/com/sun/star/lang/XServiceName.idl
index 7e369c4f2ef8..a668a8769e41 100644
--- a/udkapi/com/sun/star/lang/XServiceName.idl
+++ b/udkapi/com/sun/star/lang/XServiceName.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XServiceName.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:32:09 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,4 +95,36 @@ interface XServiceName: com::sun::star::uno::XInterface
}; }; }; };
+/*=============================================================================
+
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/12/10 10:31:33 mi
+ #105668# fixed dead links
+
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/02/21 10:55:48 mi
+ proofreading in layouted version
+
+ Revision 1.2 2000/02/07 11:24:40 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/lang/XSingleServiceFactory.idl b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
index 807a75d26d14..e9ef7077835c 100644
--- a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSingleServiceFactory.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:32:32 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,5 +112,31 @@ interface XSingleServiceFactory: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/01/23 08:52:20 dbo
+ #96711# IDL documentation review
+
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/07 11:24:40 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/lang/XUnoTunnel.idl b/udkapi/com/sun/star/lang/XUnoTunnel.idl
index f3e3dd8a6857..5e35a302c21c 100644
--- a/udkapi/com/sun/star/lang/XUnoTunnel.idl
+++ b/udkapi/com/sun/star/lang/XUnoTunnel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XUnoTunnel.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:30:17 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,5 +110,32 @@ interface XUnoTunnel: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.8 2002/01/23 08:52:20 dbo
+ #96711# IDL documentation review
+
+ Revision 1.7 2001/11/16 14:57:39 mi
+ proofing by Richard Holt
+
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:25 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.1 2000/02/21 14:42:54 mm
+ interface to replace smart uno getImplementation
+
+
+
=============================================================================*/
#endif