makes it possible to access contents via a unique ID. More...
import "XUniqueIDAccess.idl";
Public Member Functions | |
any | getByUniqueID ([in] string ID) raises ( com::sun::star::container::NoSuchElementException ) |
void | removeByUniqueID ([in] string ID) raises ( com::sun::star::container::NoSuchElementException ) |
removes the element with the specified unique ID from this container. | |
![]() | |
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. | |
makes it possible to access contents via a unique ID.
any getByUniqueID | ( | [in] string | ID | ) | ||
raises | ( | com::sun::star::container::NoSuchElementException ) |
void removeByUniqueID | ( | [in] string | ID | ) | ||
raises | ( | com::sun::star::container::NoSuchElementException ) |
removes the element with the specified unique ID from this container.