LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
FilterEvent Struct Reference

is an event fired by a filter controller, when the filter managed by the controller changes. More...

import"FilterEvent.idl";

Inheritance diagram for FilterEvent:
EventObject

Public Attributes

long DisjunctiveTerm
 denotes the index of the disjunctive term to which the event applies, if any. More...
 
long FilterComponent
 denotes the index of the filter component to which the event applies, if any. More...
 
string PredicateExpression
 denotes the predicate expression associated with the event. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

is an event fired by a filter controller, when the filter managed by the controller changes.

See also
XFilterController
Since
OOo 3.3

Member Data Documentation

◆ DisjunctiveTerm

long DisjunctiveTerm

denotes the index of the disjunctive term to which the event applies, if any.

◆ FilterComponent

long FilterComponent

denotes the index of the filter component to which the event applies, if any.

◆ PredicateExpression

string PredicateExpression

denotes the predicate expression associated with the event.


The documentation for this struct was generated from the following file: