LibreOffice
LibreOffice 24.2 SDK API Reference
|
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 More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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 | ( | ) |