Home
last modified time | relevance | path

Searched refs:_rEvent (Results 1 – 25 of 144) sorted by path

123456

/trunk/main/accessibility/inc/accessibility/extended/
H A Daccessibleeditbrowseboxcell.hxx94 …void notifyTranslatedEvent( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent
/trunk/main/accessibility/source/extended/
H A Daccessibleeditbrowseboxcell.cxx88 …void EditBrowseBoxTableCell::notifyTranslatedEvent( const AccessibleEventObject& _rEvent ) throw (… in IMPLEMENT_FORWARD_XINTERFACE2()
90 commitEvent( _rEvent.EventId, _rEvent.NewValue, _rEvent.OldValue ); in IMPLEMENT_FORWARD_XINTERFACE2()
/trunk/main/basctl/source/basicide/
H A Ddoceventnotifier.cxx134 …void SAL_CALL DocumentEventNotifier_Impl::notifyEvent( const EventObject& _rEvent ) throw (Runtime… in notifyEvent() argument
142 Reference< XModel > xDocument( _rEvent.Source, UNO_QUERY ); in notifyEvent()
166 if ( !_rEvent.EventName.equalsAscii( aEvents[i].pEventName ) ) in notifyEvent()
/trunk/main/comphelper/inc/comphelper/
H A Daccessibleeventnotifier.hxx139 const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent
H A Daccessiblewrapper.hxx223 …atedEvent( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent ) throw (::com::s…
297 …atedEvent( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent ) throw (::com::s…
377 …d handleChildNotification( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent );
383 const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent,
H A Dasyncnotification.hxx80 virtual void processEvent( const AnyEvent& _rEvent ) = 0;
158 …void addEvent( const AnyEventRef& _rEvent, const ::rtl::Reference< IEventProcessor >& _xProcessor …
183 inline EventHolder( const EventObjectType& _rEvent ) in EventHolder() argument
184 :m_aEvent( _rEvent ) in EventHolder()
H A Dcontainermultiplexer.hxx57 …virtual void _elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(…
59 …virtual void _elementReplaced( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(…
H A Dlistenernotification.hxx141 const ::com::sun::star::lang::EventObject& _rEvent
215 const ::com::sun::star::lang::EventObject& _rEvent
224 bool bRet = OListenerContainer::impl_notify( _rEvent ); in notify()
233 …const ::com::sun::star::lang::EventObject& _rEvent ) SAL_THROW( ( ::com::sun::star::uno::Excepti… in implNotify()
235 const EventClass& rTypedEvent( static_cast< const EventClass& >( _rEvent ) ); in implNotify()
269 inline bool notify( const EventClass& _rEvent ) in notify() argument
271 return OListenerContainer::impl_notify( _rEvent ); in notify()
279 const ::com::sun::star::lang::EventObject& _rEvent
284 const EventClass& _rEvent
291 …const ::com::sun::star::lang::EventObject& _rEvent ) SAL_THROW( ( ::com::sun::star::uno::Excepti… in implNotify()
[all …]
H A Dpropmultiplex.hxx58 …virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( …
/trunk/main/comphelper/source/container/
H A Dcontainermultiplexer.cxx176 …void SAL_CALL OContainerListenerAdapter::elementInserted( const ContainerEvent& _rEvent ) throw(Ru… in elementInserted() argument
179 m_pListener->_elementInserted(_rEvent); in elementInserted()
183 …void SAL_CALL OContainerListenerAdapter::elementRemoved( const ContainerEvent& _rEvent ) throw(Run… in elementRemoved() argument
186 m_pListener->_elementRemoved(_rEvent); in elementRemoved()
190 …void SAL_CALL OContainerListenerAdapter::elementReplaced( const ContainerEvent& _rEvent ) throw(Ru… in elementReplaced() argument
193 m_pListener->_elementReplaced(_rEvent); in elementReplaced()
/trunk/main/comphelper/source/misc/
H A DSelectionMultiplex.cxx162 void SAL_CALL OSelectionChangeMultiplexer::selectionChanged( const EventObject& _rEvent ) throw( R… in selectionChanged() argument
165 m_pListener->_selectionChanged(_rEvent); in selectionChanged()
H A Daccessibleeventnotifier.cxx216 …tifier::addEvent( const TClientId _nClient, const AccessibleEventObject& _rEvent ) SAL_THROW( ( ) ) in addEvent() argument
241 static_cast< XAccessibleEventListener* >( pListeners->get() )->notifyEvent( _rEvent ); in addEvent()
H A Daccessiblewrapper.cxx202 _rTranslatedEvent.NewValue = _rEvent.NewValue; in translateAccessibleEvent()
203 _rTranslatedEvent.OldValue = _rEvent.OldValue; in translateAccessibleEvent()
205 switch ( _rEvent.EventId ) in translateAccessibleEvent()
260 else if ( AccessibleEventId::CHILD == _rEvent.EventId ) in handleChildNotification()
264 if ( _rEvent.OldValue >>= xRemoved ) in handleChildNotification()
469 if ( AccessibleEventId::STATE_CHANGED == _rEvent.EventId ) in notifyEvent()
473 if ( _rEvent.OldValue >>= nChangeState ) in notifyEvent()
475 if ( _rEvent.NewValue >>= nChangeState ) in notifyEvent()
482 AccessibleEventObject aTranslatedEvent( _rEvent ); in notifyEvent()
492 m_pChildMapper->handleChildNotification( _rEvent ); in notifyEvent()
[all …]
H A Dasyncnotification.cxx81 …ProcessableEvent( const AnyEventRef& _rEvent, const ::rtl::Reference< IEventProcessor >& _xProcess… in ProcessableEvent()
82 :aEvent( _rEvent ) in ProcessableEvent()
110 bool operator()( const ProcessableEvent& _rEvent ) in operator ()()
112 return _rEvent.xProcessor.get() == rProcessor.get(); in operator ()()
178 …void AsyncEventNotifier::addEvent( const AnyEventRef& _rEvent, const ::rtl::Reference< IEventProce… in addEvent() argument
182 OSL_TRACE( "AsyncEventNotifier(%p): adding %p\n", this, _rEvent.get() ); in addEvent()
184 m_pImpl->aEvents.push_back( ProcessableEvent( _rEvent, _xProcessor ) ); in addEvent()
H A Dlistenernotification.cxx87 bool OListenerContainer::impl_notify( const EventObject& _rEvent ) SAL_THROW(( Exception )) in impl_notify() argument
99 bCancelled = !implNotify( xListener, _rEvent ); in impl_notify()
/trunk/main/comphelper/source/property/
H A Dpropagg.cxx554 …per::vetoableChange(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( ::com::su… in vetoableChange() argument
560 sal_Int32 nHandle = rPH.getHandleByName(_rEvent.PropertyName); in vetoableChange()
561 fire(&nHandle, &_rEvent.NewValue, &_rEvent.OldValue, 1, sal_True); in vetoableChange()
H A Dpropmultiplex.cxx157 void SAL_CALL OPropertyChangeMultiplexer::propertyChange( const PropertyChangeEvent& _rEvent ) thr… in propertyChange() argument
160 m_pListener->_propertyChanged(_rEvent); in propertyChange()
/trunk/main/connectivity/inc/connectivity/
H A Dconncleanup.hxx66 …virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& _rEvent
/trunk/main/connectivity/source/commontools/
H A Dconncleanup.cxx142 …void SAL_CALL OAutoConnectionDisposer::propertyChange( const PropertyChangeEvent& _rEvent ) throw … in propertyChange() argument
144 if ( _rEvent.PropertyName.equals( getActiveConnectionPropertyName() ) ) in propertyChange()
148 _rEvent.NewValue >>= xNewConnection; in propertyChange()
186 _rEvent.OldValue >>= xOldConnection; in propertyChange()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx104 const EventObject& _rEvent
109 …tify( const Reference< XFlushListener >& _rxListener, const EventObject& _rEvent ) SAL_THROW( ( Ex… in implTypedNotify() argument
111 _rxListener->flushed( _rEvent ); in implTypedNotify()
/trunk/main/dbaccess/inc/
H A DIController.hxx133 virtual bool interceptUserInput( const NotifyEvent& _rEvent ) = 0;
H A Dgenericcontroller.hxx451 virtual bool interceptUserInput( const NotifyEvent& _rEvent );
/trunk/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx274 …ner::elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(::com::su… in elementInserted() argument
278 _rEvent.Accessor >>= sElementName; in elementInserted()
297 …iner::elementRemoved( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(::com::su… in elementRemoved() argument
300 _rEvent.Accessor >>= sAccessor; in elementRemoved()
311 …ner::elementReplaced( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(::com::su… in elementReplaced() argument
316 _rEvent.Accessor >>= sAccessor; in elementReplaced()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx291 RaiseExceptionFromVeto( ContainerApprovalMethod _pMethod, const ContainerEvent& _rEvent ) in RaiseExceptionFromVeto()
293 ,m_rEvent( _rEvent ) in RaiseExceptionFromVeto()
H A Ddocumenteventnotifier.cxx141 virtual void processEvent( const ::comphelper::AnyEvent& _rEvent );
144 void impl_notifyEvent_nothrow( const DocumentEvent& _rEvent );
145 void impl_notifyEventAsync_nothrow( const DocumentEvent& _rEvent );
200 void DocumentEventNotifier_Impl::impl_notifyEvent_nothrow( const DocumentEvent& _rEvent ) in impl_notifyEvent_nothrow() argument
206 document::EventObject aLegacyEvent( _rEvent.Source, _rEvent.EventName ); in impl_notifyEvent_nothrow()
215 … m_aDocumentEventListeners.notifyEach( &XDocumentEventListener::documentEventOccured, _rEvent ); in impl_notifyEvent_nothrow()
224 void DocumentEventNotifier_Impl::impl_notifyEventAsync_nothrow( const DocumentEvent& _rEvent ) in impl_notifyEventAsync_nothrow() argument
234 m_pEventBroadcaster->addEvent( new DocumentEventHolder( _rEvent ), this ); in impl_notifyEventAsync_nothrow()
238 void DocumentEventNotifier_Impl::processEvent( const ::comphelper::AnyEvent& _rEvent ) in processEvent() argument
246 … const DocumentEventHolder& rEventHolder = dynamic_cast< const DocumentEventHolder& >( _rEvent ); in processEvent()

Completed in 108 milliseconds

123456