LibreOffice
LibreOffice 24.2 SDK API Reference
|
This is the generic interface for supporting the insertion and removal of elements. More...
import"XSet.idl";
Public Member Functions | |
boolean | has ([in] any aElement) |
void | insert ([in] any aElement) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::ElementExistException ) |
inserts the given element into this container. More... | |
void | remove ([in] any aElement) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException ) |
removes the given element from this container. More... | |
Public Member Functions inherited from XEnumerationAccess | |
com::sun::star::container::XEnumeration | createEnumeration () |
Public Member Functions inherited from XElementAccess | |
type | getElementType () |
boolean | hasElements () |
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... | |
This is the generic interface for supporting the insertion and removal of elements.
boolean has | ( | [in] any | aElement | ) |
TRUE
if the given element is a member of this container, otherwise FALSE
. void insert | ( | [in] any | aElement | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException, | |||
com::sun::star::container::ElementExistException | |||||
) |
inserts the given element into this container.
void remove | ( | [in] any | aElement | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException, | |||
com::sun::star::container::NoSuchElementException | |||||
) |
removes the given element from this container.