LibreOffice
LibreOffice 7.4 SDK API Reference
|
is implemented by components listening for events fired by an XFilterController. More...
import"XFilterControllerListener.idl";
Public Member Functions | |
void | predicateExpressionChanged ([in] FilterEvent Event) |
is fired when a single predicate expression of the filter represented by the filter controller changed. More... | |
void | disjunctiveTermRemoved ([in] FilterEvent Event) |
is fired when a disjunctive term was removed from the filter of the filter controller. More... | |
void | disjunctiveTermAdded ([in] FilterEvent Event) |
is fired when a disjunctive term was added to the filter of the filter controller. 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... | |
is implemented by components listening for events fired by an XFilterController.
void disjunctiveTermAdded | ( | [in] FilterEvent | Event | ) |
is fired when a disjunctive term was added to the filter of the filter controller.
FilterEvent::DisjunctiveTerm is the index of the disjunctive term which was added.
FilterEvent::FilterComponent and FilterEvent::PredicateExpression are not used for this event type.
void disjunctiveTermRemoved | ( | [in] FilterEvent | Event | ) |
is fired when a disjunctive term was removed from the filter of the filter controller.
FilterEvent::DisjunctiveTerm is the index of the disjunctive term which was removed.
FilterEvent::FilterComponent and FilterEvent::PredicateExpression are not used for this event type.
void predicateExpressionChanged | ( | [in] FilterEvent | Event | ) |
is fired when a single predicate expression of the filter represented by the filter controller changed.
FilterEvent::DisjunctiveTerm is the index of the disjunctive term in which the expression changed. This usually equals XFilterController::ActiveTerm.
FilterEvent::FilterComponent denotes the index of the filter component whose predicate expression changed.
FilterEvent::PredicateExpression is the new predicate expressions.