LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies support for indirect manipulation of a string list More...
import"XListEntrySink.idl";
Public Member Functions | |
void | setListEntrySource ([in] XListEntrySource Source) |
sets the new source for the list entries of the component More... | |
XListEntrySource | getListEntrySource () |
retrieves the current source for the list entries of the component. 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 support for indirect manipulation of a string list
XListEntrySource getListEntrySource | ( | ) |
retrieves the current source for the list entries of the component.
void setListEntrySource | ( | [in] XListEntrySource | Source | ) |
sets the new source for the list entries of the component
The list represented by this component will be cleared, and initially filled with the entries from the new list source.
Source | the new source for the list entries. May be NULL , in this case, the current source is revoked. |