Home
last modified time | relevance | path

Searched refs:aEvent (Results 301 – 325 of 675) sorted by relevance

1...<<11121314151617181920>>...27

/aoo42x/main/chart2/source/tools/
H A DChartViewHelper.cxx55 … lang::EventObject aEvent( Reference< lang::XComponent >( xChartModel, uno::UNO_QUERY ) ); in setViewToDirtyState() local
56 xModifyListener->modified( aEvent ); in setViewToDirtyState()
/aoo42x/main/chart2/source/controller/dialogs/
H A DRangeSelectionListener.cxx51 void SAL_CALL RangeSelectionListener::done( const sheet::RangeSelectionEvent& aEvent ) in done() argument
54 m_aRange = aEvent.RangeDescriptor; in done()
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHTerminateListener.hxx53 … virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& aEvent )
55 … virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& aEvent )
/aoo42x/main/toolkit/test/accessibility/
H A DTableEventHandler.java33 public TableEventHandler (AccessibleEventObject aEvent, AccessibilityTreeModel aTreeModel) in TableEventHandler() argument
35 super (aEvent, aTreeModel); in TableEventHandler()
H A DContextEventHandler.java35 public ContextEventHandler (AccessibleEventObject aEvent, AccessibilityTreeModel aTreeModel) in ContextEventHandler() argument
37 super (aEvent, aTreeModel); in ContextEventHandler()
H A DGeometryEventHandler.java32 public GeometryEventHandler (AccessibleEventObject aEvent, AccessibilityTreeModel aTreeModel) in GeometryEventHandler() argument
34 super (aEvent, aTreeModel); in GeometryEventHandler()
/aoo42x/main/sc/source/ui/unoobj/
H A DChartRangeSelectionListener.cxx54 void SAL_CALL ScChartRangeSelectionListener::selectionChanged( const lang::EventObject& aEvent ) in selectionChanged() argument
57 Reference< chart2::data::XRangeHighlighter > xRangeHighlighter( aEvent.Source, uno::UNO_QUERY ); in selectionChanged()
/aoo42x/main/filter/source/config/cache/
H A Dcacheupdatelistener.hxx131 virtual void SAL_CALL changesOccurred(const css::util::ChangesEvent& aEvent)
136 virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
/aoo42x/main/toolkit/test/accessibility/ov/
H A DListeningObjectView.java73 abstract public void notifyEvent (AccessibleEventObject aEvent); in notifyEvent() argument
78 public void disposing (EventObject aEvent) in disposing() argument
/aoo42x/main/sc/inc/
H A Dlistenercalls.hxx45 ::com::sun::star::lang::EventObject aEvent;
51 aEvent( rE ) in ScUnoListenerEntry()
/aoo42x/main/chart2/source/controller/inc/
H A DRangeSelectionListener.hxx57 virtual void SAL_CALL done( const ::com::sun::star::sheet::RangeSelectionEvent& aEvent )
59 virtual void SAL_CALL aborted( const ::com::sun::star::sheet::RangeSelectionEvent& aEvent )
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DConnector.java62 ActionEvent aEvent = new ActionEvent (aOffice,0,"<connected>"); in run() local
65 aEvent); in run()
/aoo42x/main/framework/inc/helper/
H A Docomponentenumeration.hxx129 …virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeEx…
240 …Bool impldbg_checkParameter_disposing ( const css::lang::EventObject& aEvent );
H A Dotasksenumeration.hxx139 …virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeEx…
250 …l_Bool impldbg_checkParameter_disposing ( const css::lang::EventObject& aEvent );
/aoo42x/main/svx/source/sidebar/
H A DContextChangeEventMultiplexer.cxx45 const css::ui::ContextChangeEventObject aEvent( in NotifyContextChange() local
54 xMultiplexer->broadcastContextChangeEvent(aEvent, rxController); in NotifyContextChange()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DPropChgHelper_Hyph.java69 LinguServiceEvent aEvent = new LinguServiceEvent( GetEvtSource(), nLngSvcFlags ); in propertyChange() local
70 LaunchEvent( aEvent ); in propertyChange()
H A DPropChgHelper_Spell.java93 LinguServiceEvent aEvent = new LinguServiceEvent( GetEvtSource(), nLngSvcFlags ); in propertyChange() local
94 LaunchEvent( aEvent ); in propertyChange()
/aoo42x/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx588 EventObject aEvent (static_cast<XAccessible*>(this)); in disposing() local
593 (*aListenerIterator)->disposing (aEvent); in disposing()
672 EventObject aEvent (static_cast<XAccessible*>(this)); in disposing() local
677 (*aListenerIterator)->disposing (aEvent); in disposing()
/aoo42x/main/svx/source/accessibility/
H A DGraphCtlAccessibleContext.cxx321 AccessibleEventObject aEvent ( in CommitChange() local
327 FireEvent (aEvent); in CommitChange()
331 void SvxGraphCtrlAccessibleContext::FireEvent (const AccessibleEventObject& aEvent) in FireEvent() argument
334 comphelper::AccessibleEventNotifier::addEvent( mnClientId, aEvent ); in FireEvent()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.cxx463 ContainerEvent aEvent(static_cast<XContainer*>(this), makeAny(_rName), makeAny(_rxObject), Any()); in registerObject() local
464 m_aContainerListeners.notifyEach( &XContainerListener::elementInserted, aEvent ); in registerObject()
559 ContainerEvent aEvent( *this, makeAny( _rName ), Any(), Any() ); in revokeObject() local
561 m_aContainerListeners.notifyEach( &XContainerListener::elementRemoved, aEvent ); in revokeObject()
/aoo42x/main/forms/source/component/
H A DImageControl.cxx779 EventObject aEvent( *this ); in disposing() local
780 m_aModifyListeners.disposeAndClear( aEvent ); in disposing()
996 EventObject aEvent( *this ); in mousePressed() local
997 m_aModifyListeners.notifyEach( &XModifyListener::modified, aEvent ); in mousePressed()
/aoo42x/main/forms/source/helper/
H A Dresettable.cxx93 EventObject aEvent( m_rParent ); in disposing() local
94 m_aResetListeners.disposeAndClear( aEvent ); in disposing()
/aoo42x/main/comphelper/inc/comphelper/
H A DSelectionMultiplex.hxx59 …virtual void _selectionChanged( const ::com::sun::star::lang::EventObject& aEvent ) throw (::com::…
96 …virtual void SAL_CALL selectionChanged( const ::com::sun::star::lang::EventObject& aEvent ) throw …
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DCaretSpinnerModel.java110 ChangeEvent aEvent = new ChangeEvent (this); in Update() local
112 ((ChangeListener)maListeners.elementAt(i)).stateChanged (aEvent); in Update()
/aoo42x/main/framework/source/uiconfiguration/
H A Dimagemanagerimpl.cxx731 css::lang::EventObject aEvent( m_xOwner ); in dispose() local
732 m_aListenerContainer.disposeAndClear( aEvent ); in dispose()
1420 void ImageManagerImpl::implts_notifyContainerListener( const ConfigurationEvent& aEvent, NotifyOp e… in implts_notifyContainerListener() argument
1434 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementReplaced( aEvent ); in implts_notifyContainerListener()
1437 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementInserted( aEvent ); in implts_notifyContainerListener()
1440 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementRemoved( aEvent ); in implts_notifyContainerListener()

Completed in 126 milliseconds

1...<<11121314151617181920>>...27