Lines Matching refs:EventObject

155 void FmXModifyMultiplexer::disposing(const EventObject& ) throw( RuntimeException )  in disposing()  argument
160 void FmXModifyMultiplexer::modified(const EventObject& e) throw( RuntimeException ) in modified()
162 EventObject aMulti( e); in modified()
193 void FmXUpdateMultiplexer::disposing(const EventObject& ) throw( RuntimeException ) in disposing() argument
198 sal_Bool FmXUpdateMultiplexer::approveUpdate(const EventObject &e) throw( RuntimeException ) in approveUpdate()
200 EventObject aMulti( e ); in approveUpdate()
215 void FmXUpdateMultiplexer::updated(const EventObject &e) throw( RuntimeException ) in updated()
217 EventObject aMulti( e ); in updated()
249 void FmXSelectionMultiplexer::disposing(const EventObject& ) throw( RuntimeException ) in disposing() argument
254 void SAL_CALL FmXSelectionMultiplexer::selectionChanged( const EventObject& _rEvent ) throw (Runtim… in selectionChanged()
256 EventObject aMulti(_rEvent); in selectionChanged()
287 void FmXContainerMultiplexer::disposing(const EventObject& ) throw( RuntimeException ) in disposing() argument
340 void FmXGridControlMultiplexer::disposing( const EventObject& ) throw( RuntimeException ) in disposing() argument
345 void SAL_CALL FmXGridControlMultiplexer::columnChanged( const EventObject& _event ) throw (RuntimeE… in columnChanged()
347 EventObject aForwardedEvent( _event ); in columnChanged()
447 EventObject aEvt; in dispose()
1103 EventObject aSource; in selectionChanged()
1111 EventObject aEvent( *this ); in columnChanged()
1226 void FmXGridPeer::disposing(const EventObject& e) throw( RuntimeException ) in disposing()
1459 EventObject aEvt; in CellModified()
1597 EventObject aEvt(static_cast< ::cppu::OWeakObject* >(this)); in commit()
1614 void FmXGridPeer::cursorMoved(const EventObject& _rEvent) throw( RuntimeException ) in cursorMoved()
1624 void FmXGridPeer::rowChanged(const EventObject& _rEvent) throw( RuntimeException ) in rowChanged()
1637 void FmXGridPeer::rowSetChanged(const EventObject& /*event*/) throw( RuntimeException ) in rowSetChanged() argument
1645 void FmXGridPeer::loaded(const EventObject& /*rEvent*/) throw( RuntimeException ) in loaded() argument
1651 void FmXGridPeer::unloaded(const EventObject& /*rEvent*/) throw( RuntimeException ) in unloaded() argument
1657 void FmXGridPeer::reloading(const EventObject& /*aEvent*/) throw( RuntimeException ) in reloading() argument
1664 void FmXGridPeer::unloading(const EventObject& /*aEvent*/) throw( RuntimeException ) in unloading() argument
1671 void FmXGridPeer::reloaded(const EventObject& /*aEvent*/) throw( RuntimeException ) in reloaded() argument
1775 EventObject aEvt(m_xColumns); in setColumns()
2183 EventObject aEvt; in dispose()
2350 void FmXGridPeer::selectionChanged(const EventObject& evt) throw( RuntimeException ) in selectionChanged()
2688 sal_Bool FmXGridPeer::approveReset(const EventObject& /*rEvent*/) throw( RuntimeException ) in approveReset() argument
2732 void FmXGridPeer::resetted(const EventObject& rEvent) throw( RuntimeException ) in resetted()