summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/loader
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/loader')
-rw-r--r--udkapi/com/sun/star/loader/CannotActivateFactoryException.idl30
-rw-r--r--udkapi/com/sun/star/loader/Java.idl27
-rw-r--r--udkapi/com/sun/star/loader/Java2.idl6
-rw-r--r--udkapi/com/sun/star/loader/SharedLibrary.idl30
-rw-r--r--udkapi/com/sun/star/loader/XImplementationLoader.idl44
5 files changed, 125 insertions, 12 deletions
diff --git a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
index 6fd5a3380614..bdca15adbeff 100644
--- a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
+++ b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CannotActivateFactoryException.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:34:38 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,5 +92,31 @@ exception CannotActivateFactoryException: com::sun::star::uno::Exception
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.6 2002/10/03 12:44:05 mi
+ #94968# IDL reviews merged
+
+ Revision 1.5.2.1 2002/06/05 16:38:41 jbu
+ documentation reviewed
+
+ Revision 1.5 2001/11/16 14:58:45 mi
+ proofing by Richard Holt
+
+ Revision 1.4 2000/11/08 12:28:45 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:27 hjs
+ initial import
+
+ Revision 1.3 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.1 1999/11/16 14:29:18 mi
+ new module
+
+ Revision 1.1.1.1 1999/11/11 09:48:44 jsc
+ new
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/loader/Java.idl b/udkapi/com/sun/star/loader/Java.idl
index 92687e101e7c..2568a6411333 100644
--- a/udkapi/com/sun/star/loader/Java.idl
+++ b/udkapi/com/sun/star/loader/Java.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Java.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:34:52 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,6 +95,29 @@ service Java
Source Code Control System - Update
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2002/10/03 12:44:05 mi
+ #94968# IDL reviews merged
+
+ Revision 1.4.24.1 2002/06/05 16:38:41 jbu
+ documentation reviewed
+
+ Revision 1.4 2000/11/08 12:28:45 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:27 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 1999/11/16 14:29:18 mi
+ new module
+
+
=====================================================================*/
#endif
diff --git a/udkapi/com/sun/star/loader/Java2.idl b/udkapi/com/sun/star/loader/Java2.idl
index cfcbd8bdb8a7..e788a6d6b4a5 100644
--- a/udkapi/com/sun/star/loader/Java2.idl
+++ b/udkapi/com/sun/star/loader/Java2.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Java2.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2003-01-16 09:34:02 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
module com { module sun { module star { module loader {
-/**the same as <type scope="com::sun::star::loader">Java</type>.
+/**the same as <type scope="com::sun::star::loader">com::sun::star::loader::Java</type>.
<p>This service was introduced for UNO 3 components. The then
<type scope="com::sun::star::loader">Java</type> service was intended for
UNO 2 components. Since UNO 2 is not supported anymore, the service
diff --git a/udkapi/com/sun/star/loader/SharedLibrary.idl b/udkapi/com/sun/star/loader/SharedLibrary.idl
index f1b0ef1b7bfa..0b5163a2a47e 100644
--- a/udkapi/com/sun/star/loader/SharedLibrary.idl
+++ b/udkapi/com/sun/star/loader/SharedLibrary.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SharedLibrary.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:34:44 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,6 +93,32 @@ service SharedLibrary
Source Code Control System - Update
+ $Log: not supported by cvs2svn $
+ Revision 1.5 2002/10/03 12:44:05 mi
+ #94968# IDL reviews merged
+
+ Revision 1.4.24.1 2002/06/05 16:38:41 jbu
+ documentation reviewed
+
+ Revision 1.4 2000/11/08 12:28:45 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:27 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:41 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.1 1999/11/16 14:29:18 mi
+ new module
+
+
=====================================================================*/
#endif
diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl
index 8ba71efbe484..6f01b3c1f31a 100644
--- a/udkapi/com/sun/star/loader/XImplementationLoader.idl
+++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XImplementationLoader.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2003-01-16 09:35:58 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,7 +113,7 @@ interface XImplementationLoader: com::sun::star::uno::XInterface
@return returns a factory interface, which allows to create an instance of
the concrete implementation. In general, the object supports a
- <type scope="com::sun::star::lang">XSingleComponentFactory</type>
+ <type>com::sun::star::lang::XSingleComponentFactory</type>
and the <type scope="com::sun::star::lang">XServiceInfo</type> interface. The
XServiceInfo interface informs about the capabilities of the
service implementation, not the factory itself.
@@ -154,4 +154,42 @@ interface XImplementationLoader: com::sun::star::uno::XInterface
}; }; }; };
+/*=============================================================================
+
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/12/10 10:31:35 mi
+ #105668# fixed dead links
+
+ Revision 1.6 2002/10/03 12:44:05 mi
+ #94968# IDL reviews merged
+
+ Revision 1.5.16.1 2002/06/05 16:38:41 jbu
+ documentation reviewed
+
+ Revision 1.5 2001/03/16 15:10:38 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.4 2000/11/08 12:28:45 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:27 hjs
+ initial import
+
+ Revision 1.4 2000/09/11 11:52:33 mi
+ documentation merged from XML
+
+ Revision 1.2 2000/02/23 11:41:16 mi
+ results from proofreading in layouted version
+
+ Revision 1.1 1999/11/16 14:29:18 mi
+ new module
+
+ Revision 1.1.1.1 1999/11/11 09:48:44 jsc
+ new
+
+
+=============================================================================*/
#endif