LibreOffice
LibreOffice 25.8 SDK API Reference
|
Insertion and removal of hierarchical elements. More...
import "XHierarchicalNameContainer.idl";
Public Member Functions | |
void | insertByHierarchicalName ([in] string aName, [in] any aElement) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::ElementExistException, com::sun::star::lang::WrappedTargetException ) |
inserts the element at the specified name. | |
void | removeByHierarchicalName ([in] string Name) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
removes the element at the specified name. | |
Public Member Functions inherited from XHierarchicalNameReplace | |
void | replaceByHierarchicalName ([in] string aName, [in] any aElement) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
replaces the element at the specified name. | |
Public Member Functions inherited from XHierarchicalNameAccess | |
any | getByHierarchicalName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException ) |
boolean | hasByHierarchicalName ([in] string aName) |
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. |
Insertion and removal of hierarchical elements.
void insertByHierarchicalName | ( | [in] string | aName, | |||
[in] any | aElement ) | |||||
raises | ( | com::sun::star::lang::IllegalArgumentException, | ||||
com::sun::star::container::ElementExistException, | ||||||
com::sun::star::lang::WrappedTargetException ) |
inserts the element at the specified name.
void removeByHierarchicalName | ( | [in] string | Name | ) | ||
raises | ( | com::sun::star::container::NoSuchElementException, | ||||
com::sun::star::lang::WrappedTargetException ) |
removes the element at the specified name.