Home
last modified time | relevance | path

Searched refs:aEvent (Results 426 – 450 of 675) sorted by relevance

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

/aoo42x/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx424 const AccessibleEventObject aEvent( in BroadcastAccEvent() local
429 ::comphelper::AccessibleEventNotifier::addEvent( m_nEventNotifierId, aEvent ); in BroadcastAccEvent()
437 ::vcl::unohelper::NotifyAccessibleStateEventGlobally( aEvent ); in BroadcastAccEvent()
/aoo42x/main/chart2/source/tools/
H A DChartModelHelper.cxx189 lang::EventObject aEvent( xSelectionChangeListener ); in triggerRangeHighlighting() local
190 xSelectionChangeListener->selectionChanged( aEvent ); in triggerRangeHighlighting()
H A DErrorBar.cxx279 void SAL_CALL ErrorBar::modified( const lang::EventObject& aEvent ) in modified() argument
282 m_xModifyEventForwarder->modified( aEvent ); in modified()
H A DRegressionCurveModel.cxx235 void SAL_CALL RegressionCurveModel::modified( const lang::EventObject& aEvent ) in modified() argument
238 m_xModifyEventForwarder->modified( aEvent ); in modified()
/aoo42x/main/toolkit/source/awt/
H A Dvclxtabpagecontainer.cxx177 awt::tab::TabPageActivatedEvent aEvent(NULL,page); in ProcessWindowEvent() local
178 m_aTabPageListeners.tabPageActivated(aEvent); in ProcessWindowEvent()
/aoo42x/main/toolkit/source/controls/grid/
H A Dgridcolumn.cxx87 GridColumnEvent const aEvent( in broadcast_changed() local
96 pIter->notifyEach( &XGridColumnListener::columnChanged, aEvent ); in broadcast_changed()
/aoo42x/main/framework/source/uielement/
H A Dmenubarwrapper.cxx117 com::sun::star::lang::EventObject aEvent( xThis ); in dispose() local
118 m_aListenerContainer.disposeAndClear( aEvent ); in dispose()
/aoo42x/main/linguistic/inc/linguistic/
H A Dmisc.hxx256 …virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& aEvent ) throw(…
257 …virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& aEvent ) throw…
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java351 public void notifyEvent(com.sun.star.accessibility.AccessibleEventObject aEvent) { in notifyEvent() argument
353 switch (aEvent.EventId) { in notifyEvent()
/aoo42x/main/framework/inc/dispatch/
H A Dbasedispatcher.hxx272 …void dispatchFinished ( const css::frame::DispatchResultEvent& aEvent, const css::uno::Reference <…
296 … ( const css::lang::EventObject& aEvent ) throw( css::…
/aoo42x/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx156 void SAL_CALL HelpAgentDispatcher::disposing(const css::lang::EventObject& aEvent) in disposing() argument
166 if (aEvent.Source != m_xContainerWindow) in disposing()
H A Dinterceptionhelper.cxx286 void SAL_CALL InterceptionHelper::disposing(const css::lang::EventObject& aEvent) in disposing() argument
295 if (aEvent.Source != xOwner) in disposing()
/aoo42x/main/svx/source/dialog/
H A Ddocrecovery.cxx480 void SAL_CALL RecoveryCore::statusChanged(const css::frame::FeatureStateEvent& aEvent) in statusChanged() argument
485 if (aEvent.FeatureDescriptor.equals(RECOVERY_OPERATIONSTATE_START)) in statusChanged()
492 if (aEvent.FeatureDescriptor.equals(RECOVERY_OPERATIONSTATE_STOP)) in statusChanged()
502 if (! aEvent.FeatureDescriptor.equals(RECOVERY_OPERATIONSTATE_UPDATE)) in statusChanged()
505 ::comphelper::SequenceAsHashMap lInfo(aEvent.State); in statusChanged()
/aoo42x/main/xmloff/source/draw/
H A Danimationexport.cxx576 Event aEvent; in exportTransitionNode() local
577 aEvent.Source <<= xSource; in exportTransitionNode()
578 aEvent.Trigger = EventTrigger::BEGIN_EVENT; in exportTransitionNode()
579 aEvent.Repeat = 0; in exportTransitionNode()
581 convertTiming( sTmp, Any( aEvent ) ); in exportTransitionNode()
/aoo42x/main/chart2/source/model/main/
H A DTitle.cxx356 void SAL_CALL Title::modified( const lang::EventObject& aEvent ) in modified() argument
359 m_xModifyEventForwarder->modified( aEvent ); in modified()
H A DBaseCoordinateSystem.cxx351 void SAL_CALL BaseCoordinateSystem::modified( const lang::EventObject& aEvent ) in modified() argument
354 m_xModifyEventForwarder->modified( aEvent ); in modified()
/aoo42x/main/svx/source/form/
H A Dfmscriptingenv.cxx95 virtual void SAL_CALL firing( const ScriptEvent& aEvent ) throw (RuntimeException);
96 …virtual Any SAL_CALL approveFiring( const ScriptEvent& aEvent ) throw (InvocationTargetException, …
/aoo42x/main/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java202 TreeModelEvent aEvent = createEvent (aRootNode, aNode); in removeNode() local
206 fireTreeNodesRemoved (aEvent); in removeNode()
/aoo42x/main/dtrans/source/os2/clipb/
H A DOs2Clipboard.cxx237 ClipboardEvent aEvent(static_cast < XClipboard * > (this), m_aContents); in setContents() local
244 xListener->changedContents(aEvent); in setContents()
/aoo42x/main/svtools/source/brwbox/
H A Debbcontrols.cxx602 KeyEvent aEvent( pKeyEvent->GetCharCode(), in PreNotify() local
606 if ( dispatchKeyEvent( aEvent ) ) in PreNotify()
/aoo42x/main/sfx2/source/doc/
H A Dobjxtor.cxx163 …virtual void SAL_CALL queryClosing( const com::sun::star::lang::EventObject& aEvent, sal_Bool bDel…
165 …virtual void SAL_CALL notifyClosing( const com::sun::star::lang::EventObject& aEvent ) throw ( com…
166 …virtual void SAL_CALL disposing( const com::sun::star::lang::EventObject& aEvent ) throw ( com::su…
/aoo42x/main/sw/source/core/ole/
H A Dndole.cxx113 …virtual void SAL_CALL changingState( const lang::EventObject& aEvent, ::sal_Int32 nOldState, ::sal…
114 …virtual void SAL_CALL stateChanged( const lang::EventObject& aEvent, ::sal_Int32 nOldState, ::sal_…
115 … virtual void SAL_CALL disposing( const lang::EventObject& aEvent ) throw (uno::RuntimeException);
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx1291 lang::EventObject aEvent( *this ); in impl_setModified_nothrow() local
1292 m_aModifyListeners.notifyEach( &XModifyListener::modified, aEvent ); in impl_setModified_nothrow()
1482 lang::EventObject aEvent( *this ); in close() local
1484 …boost::bind( &XCloseListener::queryClosing, _1, boost::cref( aEvent ), boost::cref( _bDeliverOwner… in close()
1491 … m_aCloseListener.notifyEach( &XCloseListener::notifyClosing, (const lang::EventObject&)aEvent ); in close()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunomodel.cxx454 document::EventObject aEvent; in Notify() local
455 if( SvxUnoDrawMSFactory::createEvent( mpDoc, pSdrHint, aEvent ) ) in Notify()
456 notifyEvent( aEvent ); in Notify()
3056 ::com::sun::star::document::EventObject aEvent( xSource, rEventName ); in NotifyDocumentEvent()
3057 xModel->notifyEvent(aEvent ); in NotifyDocumentEvent()
3067 ::com::sun::star::document::EventObject aEvent( xSource, rEventName ); in NotifyDocumentEvent()
3068 xModel->notifyEvent(aEvent ); in NotifyDocumentEvent()
/aoo42x/main/framework/source/inc/accelerators/
H A Dacceleratorconfiguration.hxx432 virtual void SAL_CALL changesOccurred(const css::util::ChangesEvent& aEvent)
436 virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)

Completed in 787 milliseconds

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