Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: form :: runtime ::

unpublished interface XFilterControllerListener
Base Interfaces
XFilterControllerListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
not published
Description
is implemented by components listening for events fired by an XFilterController.
Since
OOo 3.3

Methods' Summary
predicateExpressionChanged is fired when a single predicate expression of the filter represented by the filter controller changed.  
disjunctiveTermRemoved is fired when a disjunctive term was removed from the filter of the filter controller.  
disjunctiveTermAdded is fired when a disjunctive term was added to the filter of the filter controller.  
Methods' Details
predicateExpressionChanged
void
predicateExpressionChanged( [in] FilterEvent  _Event );

Description
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.

disjunctiveTermRemoved
void
disjunctiveTermRemoved( [in] FilterEvent  _Event );

Description
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.

disjunctiveTermAdded
void
disjunctiveTermAdded( [in] FilterEvent  _Event );

Description
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.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.