| LibreOffice
    LibreOffice 24.8 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. | |
| void | remove ([in] any aElement) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException ) | 
| removes the given element from this container. | |
| 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. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
This is the generic interface for supporting the insertion and removal of elements.
| 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.
| void remove | ( | [in] any | aElement | ) | ||
| raises | ( | com::sun::star::lang::IllegalArgumentException, | ||||
| com::sun::star::container::NoSuchElementException ) | ||||||
removes the given element from this container.