|
Syntax
- string getHierarchicalName
();
Description
-
Returns
-
the fully qualified hierarchical name of the object.
Syntax
- string composeHierarchicalName
(
- string aRelativeName )
- raises ( com::sun::star::lang::IllegalArgumentException , com::sun::star::lang::NoSupportException );
Description
builds the hierarchical name of an object, given a relative name
Can be used to find the name of a descendant object in the hierarchy
without actually accessing it.
See also
- XHierarchicalNameAccess::hasByHierarchicalName
-
|