LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_form_binding_XListEntrySource_idl__
21 #define __com_sun_star_form_binding_XListEntrySource_idl__
28 module
com { module sun { module star { module form { module binding {
30 interface XListEntryListener;
sequence< string > getAllListEntries()
provides access to the entirety of all list entries
void removeListEntryListener([in] XListEntryListener Listener)
revokes the given listener from the list of components which will be notified about changes in the en...
This exception is thrown when an application attempts to use NULL in a case where an object is requir...
Definition: NullPointerException.idl:37
long getListEntryCount()
retrieves the number of entries in the list
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
string getListEntry([in] long Position)
provides access to a single list entry
specifies a listener for changes in a string entry list
Definition: XListEntryListener.idl:33
void addListEntryListener([in] XListEntryListener Listener)
adds a listener which will be notified about changes in the list reflected by the component.
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35
specifies a source of string list entries
Definition: XListEntrySource.idl:41