Lines Matching refs:aEvent

1075     FilterEvent aEvent;  in removeDisjunctiveTerm()  local
1076 aEvent.Source = *this; in removeDisjunctiveTerm()
1077 aEvent.DisjunctiveTerm = _Term; in removeDisjunctiveTerm()
1081 m_aFilterListeners.notifyEach( &XFilterControllerListener::disjunctiveTermRemoved, aEvent ); in removeDisjunctiveTerm()
1546 FilterEvent aEvent; in textChanged() local
1547 aEvent.Source = *this; in textChanged()
1548aEvent.FilterComponent = ::std::find( m_aFilterComponents.begin(), m_aFilterComponents.end(), xTex… in textChanged()
1549 aEvent.DisjunctiveTerm = getActiveTerm(); in textChanged()
1550 aEvent.PredicateExpression = aText; in textChanged()
1556 m_aFilterListeners.notifyEach( &XFilterControllerListener::predicateExpressionChanged, aEvent ); in textChanged()
1653 FilterEvent aEvent; in impl_appendEmptyFilterRow() local
1654 aEvent.Source = *this; in impl_appendEmptyFilterRow()
1655 aEvent.DisjunctiveTerm = (sal_Int32)m_aFilterRows.size() - 1; in impl_appendEmptyFilterRow()
1658 m_aFilterListeners.notifyEach( &XFilterControllerListener::disjunctiveTermAdded, aEvent ); in impl_appendEmptyFilterRow()
1818 EventObject aEvent; variable
1819 aEvent.Source = *this;
1820 m_aActivateListeners.notifyEach( &XFormControllerListener::formActivated, aEvent );
1828 EventObject aEvent; variable
1829 aEvent.Source = *this;
1830 m_aActivateListeners.notifyEach( &XFormControllerListener::formDeactivated, aEvent );
2716 void FormController::reloaded(const EventObject& aEvent) throw( RuntimeException ) in reloaded() argument
2721 loaded(aEvent); in reloaded()
3871 void SAL_CALL FormController::errorOccured(const SQLErrorEvent& aEvent) throw( RuntimeException ) in errorOccured() argument
3879 SQLErrorEvent aEvt(aEvent); in errorOccured()
3886 displayException( aEvent ); in errorOccured()
3943 sal_Bool SAL_CALL FormController::approveParameter(const DatabaseParameterEvent& aEvent) throw( Run… in approveParameter() argument
3952 DatabaseParameterEvent aEvt(aEvent); in approveParameter()
3969 aRequest.Parameters = aEvent.Parameters; in approveParameter()
3970 …tion = OStaticDataAccessTools().getRowSetConnection(Reference< XRowSet >(aEvent.Source, UNO_QUERY)… in approveParameter()
4040 sal_Bool SAL_CALL FormController::confirmDelete(const RowChangeEvent& aEvent) throw( RuntimeExcepti… in confirmDelete() argument
4048 RowChangeEvent aEvt(aEvent); in confirmDelete()
4055 sal_Int32 nLength = aEvent.Rows; in confirmDelete()
4210 FeatureStateEvent aEvent; in addStatusListener() local
4211 aEvent.FeatureURL = _rURL; in addStatusListener()
4212 aEvent.IsEnabled = sal_True; in addStatusListener()
4213 _rxListener->statusChanged(aEvent); in addStatusListener()