Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: container ::

interface XHierarchicalName
Description
specifies the fully qualified name of the object within a hierarchy.

The name is generally globally unique in the hierarchy.

See also
XHierarchicalNameAccess, XNamed

Methods' Summary
getHierarchicalName  
composeHierarchicalName builds the hierarchical name of an object, given a relative name  
Methods' Details
getHierarchicalName
string
getHierarchicalName();

Returns
the fully qualified hierarchical name of the object.
composeHierarchicalName
string
composeHierarchicalName( [in] 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
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.