summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container/XHierarchicalName.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container/XHierarchicalName.idl')
-rw-r--r--udkapi/com/sun/star/container/XHierarchicalName.idl25
1 files changed, 13 insertions, 12 deletions
diff --git a/udkapi/com/sun/star/container/XHierarchicalName.idl b/udkapi/com/sun/star/container/XHierarchicalName.idl
index c71976069..54bd94992 100644
--- a/udkapi/com/sun/star/container/XHierarchicalName.idl
+++ b/udkapi/com/sun/star/container/XHierarchicalName.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XHierarchicalName.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:31 $
+ * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,11 +83,10 @@
// DocMerge from xml: interface com::sun::star::container::XHierarchicalName
/** specifies the fully qualified name of the object within a hierarchy.
-
- <p>The name is generally globally unique in the hierarchy.
-
- </p>@see com::sun::star::container::XHierarchicalNameAccess
- @see com::sun::star::container::XNamed
+ <p>The name is generally globally unique in the hierarchy. </p>
+
+ @see com::sun::star::container::XHierarchicalNameAccess
+ @see com::sun::star::container::XNamed
*/
[ uik(C98C6340-4209-11d4-9F5D0050-DA6BA2A6), ident( "XHierarchicalName", 1.0 ) ]
interface XHierarchicalName: com::sun::star::uno::XInterface
@@ -96,7 +95,7 @@ interface XHierarchicalName: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::container::XHierarchicalName::getHierarchicalName
/** @returns
- the fully qualified hierarchical name of the object.
+ the fully qualified hierarchical name of the object.
*/
[const] string getHierarchicalName();
@@ -105,11 +104,10 @@ interface XHierarchicalName: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::container::XHierarchicalName::composeHierarchicalName
/** builds the hierarchical name of an object, given a relative name
-
<p>Can be used to find the name of a descendant object in the hierarchy
- without actually accessing it.
-
- </p>@see XHierarchicalNameAccess::hasByHierarchicalName
+ without actually accessing it. </p>
+
+ @see XHierarchicalNameAccess::hasByHierarchicalName
*/
[const] string composeHierarchicalName( [in] string aRelativeName )
raises( com::sun::star::lang::IllegalArgumentException,
@@ -123,6 +121,9 @@ interface XHierarchicalName: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:31 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:04 hjs
initial import