21module
com { module sun { module star { module form { module binding {
23interface XListEntryListener;
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
This exception is thrown when an application attempts to use NULL in a case where an object is requir...
Definition NullPointerException.idl:33
specifies a listener for changes in a string entry list
Definition XListEntryListener.idl:27
specifies a source of string list entries
Definition XListEntrySource.idl:34
long getListEntryCount()
retrieves the number of entries in the list
void removeListEntryListener([in] XListEntryListener Listener)
revokes the given listener from the list of components which will be notified about changes in the en...
void addListEntryListener([in] XListEntryListener Listener)
adds a listener which will be notified about changes in the list reflected by the component.
string getListEntry([in] long Position)
provides access to a single list entry
sequence< string > getAllListEntries()
provides access to the entirety of all list entries
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20