specifies the fully qualified name of the object within a hierarchy. More...
import "XHierarchicalName.idl";
 
  
| Public Member Functions | |
| string | getHierarchicalName () | 
| string | composeHierarchicalName ([in] string aRelativeName) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::NoSupportException ) | 
| builds the hierarchical name of an object, given a relative name | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
specifies the fully qualified name of the object within a hierarchy.
The name is generally globally unique in the hierarchy.
| string composeHierarchicalName | ( | [in] string | aRelativeName | ) | ||
| raises | ( | com::sun::star::lang::IllegalArgumentException, | ||||
| com::sun::star::lang::NoSupportException ) | ||||||
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.
| string getHierarchicalName | ( | ) |