Searched refs:FilterEvent (Results 1 – 8 of 8) sorted by relevance
28 #include <com/sun/star/form/runtime/FilterEvent.idl>45 …<p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> in …48 … <p><member>FilterEvent::FilterComponent</member> denotes the index of the filter component whose51 …<p><member>FilterEvent::PredicateExpression</member> is the new <em>predicate expressions</em>.</p>53 void predicateExpressionChanged( [in] FilterEvent _Event );57 …<p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> whi…60 …<p><member>FilterEvent::FilterComponent</member> and <member>FilterEvent::PredicateExpression</mem…63 void disjunctiveTermRemoved( [in] FilterEvent _Event );67 …<p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> whi…70 …<p><member>FilterEvent::FilterComponent</member> and <member>FilterEvent::PredicateExpression</mem…[all …]
38 FilterEvent.idl \
41 struct FilterEvent : ::com::sun::star::lang::EventObject
92 using ::com::sun::star::form::runtime::FilterEvent;328 …virtual void SAL_CALL predicateExpressionChanged( const FilterEvent& _Event ) throw (RuntimeExcept…329 …virtual void SAL_CALL disjunctiveTermRemoved( const FilterEvent& _Event ) throw (RuntimeException);330 … virtual void SAL_CALL disjunctiveTermAdded( const FilterEvent& _Event ) throw (RuntimeException);442 void FmFilterAdapter::predicateExpressionChanged( const FilterEvent& _Event ) throw( RuntimeExcepti… in predicateExpressionChanged()492 void SAL_CALL FmFilterAdapter::disjunctiveTermRemoved( const FilterEvent& _Event ) throw (RuntimeEx… in disjunctiveTermRemoved()527 void SAL_CALL FmFilterAdapter::disjunctiveTermAdded( const FilterEvent& _Event ) throw (RuntimeExce… in disjunctiveTermAdded()
152 using ::com::sun::star::form::runtime::FilterEvent;1075 FilterEvent aEvent; in removeDisjunctiveTerm()1546 FilterEvent aEvent; in textChanged()1653 FilterEvent aEvent; in impl_appendEmptyFilterRow()
52 Bool FilterEvent( XEvent *pEvent, XLIB_Window window );
471 SalI18N_InputMethod::FilterEvent( XEvent *pEvent, XLIB_Window window ) in FilterEvent() function in SalI18N_InputMethod
2280 if ( mpInputMethod->FilterEvent( pEvent , aWindow ) ) in Dispatch()2285 if ( mpInputMethod->FilterEvent( pEvent, None ) ) in Dispatch()
Completed in 62 milliseconds