Home
last modified time | relevance | path

Searched refs:FilterEvent (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/offapi/com/sun/star/form/runtime/
H A DXFilterControllerListener.idl28 #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 whose
51 …<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 …]
H A Dmakefile.mk38 FilterEvent.idl \
H A DFilterEvent.idl41 struct FilterEvent : ::com::sun::star::lang::EventObject
/aoo4110/main/svx/source/form/
H A Dfiltnav.cxx92 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()
H A Dformcontroller.cxx152 using ::com::sun::star::form::runtime::FilterEvent;
1075 FilterEvent aEvent; in removeDisjunctiveTerm()
1546 FilterEvent aEvent; in textChanged()
1653 FilterEvent aEvent; in impl_appendEmptyFilterRow()
/aoo4110/main/vcl/inc/unx/
H A Di18n_im.hxx52 Bool FilterEvent( XEvent *pEvent, XLIB_Window window );
/aoo4110/main/vcl/unx/generic/app/
H A Di18n_im.cxx471 SalI18N_InputMethod::FilterEvent( XEvent *pEvent, XLIB_Window window ) in FilterEvent() function in SalI18N_InputMethod
H A Dsaldisp.cxx2280 if ( mpInputMethod->FilterEvent( pEvent , aWindow ) ) in Dispatch()
2285 if ( mpInputMethod->FilterEvent( pEvent, None ) ) in Dispatch()

Completed in 151 milliseconds