summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2002-10-29 13:32:33 +0000
committerDaniel Boelzle <dbo@openoffice.org>2002-10-29 13:32:33 +0000
commit159100804dec1d377aa9e13773458355bee461a6 (patch)
treeaf8e75e61a40ff793fb2d998a749cdd475d43fba
parent42c4d107ddbada235f9845a44b307ef5ef5060b4 (diff)
#104560# docu
-rw-r--r--udkapi/com/sun/star/container/XHierarchicalNameAccess.idl6
-rw-r--r--udkapi/com/sun/star/reflection/TypeDescriptionManager.idl16
-rw-r--r--udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl16
3 files changed, 29 insertions, 9 deletions
diff --git a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
index 1b816c948327..1c09f777d34b 100644
--- a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
+++ b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XHierarchicalNameAccess.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:52 $
+ * last change: $Author: dbo $ $Date: 2002-10-29 14:27:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ module com { module sun { module star { module container {
/** is used to have hierarchical access to elements within a container.
<p>You address an object of a specific level in the hierarchy by giving its
- fully qualified name, e.g., "com::sun::star::uno::XInterface". </p>
+ fully qualified name, e.g., "com.sun.star.uno.XInterface". </p>
<p>To implement inaccurate name access, support the
<type scope="com::sun::star::beans">XExactName</type> interface. </p>
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
index 2bdc42174c98..870cbb6bc635 100644
--- a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
+++ b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TypeDescriptionManager.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dbo $ $Date: 2002-03-08 17:19:13 $
+ * last change: $Author: dbo $ $Date: 2002-10-29 14:32:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,11 +100,18 @@
You can later on manually add or remove a provider via the
<type scope="com::sun::star::container>XSet</type> interface.
+ @see com::sun::star::reflection::TypeDescriptionProvider
@see com::sun::star::reflection::XTypeDescription
*/
service TypeDescriptionManager
{
- /** Interface to retrieve type descriptions.
+ /** Interface to retrieve type descriptions:
+ <ul>
+ <li>names are given in dotted notation, e.g. "com.sun.star.uno.XInterface"</li>
+ <li>sequences are accessable via "[]element_name"</li>
+ <li>interface members are accessable via "interface_name::member_name"</li>
+ </ul>
+ The returned values are of interface type <type>XTypeDescription</type>.
*/
interface com::sun::star::container::XHierarchicalNameAccess;
/** Interface to modify the set of
@@ -125,6 +132,9 @@ service TypeDescriptionManager
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2002/03/08 17:19:13 dbo
+ #96711# reviewed reflection API documentation
+
Revision 1.6 2001/11/16 15:02:57 mi
proofing by Richard Holt
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
index 165282805cc8..d77e239da1f6 100644
--- a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
+++ b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TypeDescriptionProvider.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dbo $ $Date: 2002-03-08 17:19:13 $
+ * last change: $Author: dbo $ $Date: 2002-10-29 14:32:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,10 +84,17 @@
"/singletons/com.sun.star.reflection.theTypeDescriptionManager".<br>
@see com::sun::star::reflection::TypeDescriptionManager
+ @see com::sun::star::reflection::XTypeDescription
*/
service TypeDescriptionProvider
{
- /** Interface to retrieve type descriptions.
+ /** Interface to retrieve type descriptions:
+ <ul>
+ <li>names are given in dotted notation, e.g. "com.sun.star.uno.XInterface"</li>
+ <li>sequences are accessable via "[]element_name"</li>
+ <li>interface members are accessable via "interface_name::member_name"</li>
+ </ul>
+ The returned values are of interface type <type>XTypeDescription</type>.
*/
interface com::sun::star::container::XHierarchicalNameAccess;
/** Interface to signal shutdown to the provider.<br>
@@ -105,6 +112,9 @@ service TypeDescriptionProvider
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2002/03/08 17:19:13 dbo
+ #96711# reviewed reflection API documentation
+
Revision 1.5 2001/11/16 15:02:57 mi
proofing by Richard Holt