LibreOffice
LibreOffice 7.4 SDK API Reference
|
describes a listener for changes in an item list More...
import"XItemListListener.idl";
Public Member Functions | |
void | listItemInserted ([in] ItemListEvent Event) |
is called when an item is inserted into the list More... | |
void | listItemRemoved ([in] ItemListEvent Event) |
is called when an item is removed from the list More... | |
void | listItemModified ([in] ItemListEvent Event) |
is called when an item in the list is modified, i.e. More... | |
void | allItemsRemoved ([in] ::com::sun::star::lang::EventObject Event) |
is called when the list has been completely cleared, i.e. More... | |
void | itemListChanged ([in] ::com::sun::star::lang::EventObject Event) |
is called when the changes to the item list which occurred are too complex to be notified in single events. More... | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. More... | |
![]() | |
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... | |
describes a listener for changes in an item list
void allItemsRemoved | ( | [in] ::com::sun::star::lang::EventObject | Event | ) |
is called when the list has been completely cleared, i.e.
after an invocation of XItemList::removeAllItems()
void itemListChanged | ( | [in] ::com::sun::star::lang::EventObject | Event | ) |
is called when the changes to the item list which occurred are too complex to be notified in single events.
Consumers of this event should discard their cached information about the current item list, and completely refresh it from the XItemList's current state.
void listItemInserted | ( | [in] ItemListEvent | Event | ) |
is called when an item is inserted into the list
void listItemModified | ( | [in] ItemListEvent | Event | ) |
is called when an item in the list is modified, i.e.
its text or image changed
void listItemRemoved | ( | [in] ItemListEvent | Event | ) |
is called when an item is removed from the list