Home
last modified time | relevance | path

Searched refs:aEvent (Results 226 – 250 of 675) sorted by relevance

12345678910>>...27

/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeaderArea.cxx114 AccessibleEventObject aEvent; in Notify() local
115 aEvent.EventId = AccessibleEventId::VISIBLE_DATA_CHANGED; in Notify()
116 aEvent.Source = uno::Reference< XAccessibleContext >(this); in Notify()
117 CommitChange(aEvent); in Notify()
H A DAccessibleTableBase.cxx491 AccessibleEventObject aEvent; in CommitTableModelChange() local
492 aEvent.EventId = AccessibleEventId::TABLE_MODEL_CHANGED; in CommitTableModelChange()
493 aEvent.Source = uno::Reference< XAccessibleContext >(this); in CommitTableModelChange()
494 aEvent.NewValue <<= aModelChange; in CommitTableModelChange()
496 CommitChange(aEvent); in CommitTableModelChange()
H A DDrawModelBroadcaster.cxx66 document::EventObject aEvent; in Notify() local
67 if( !SvxUnoDrawMSFactory::createEvent( mpDrawModel, pSdrHint, aEvent ) ) in Notify()
76 xListener->notifyEvent( aEvent ); in Notify()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx159 void SbaExternalSourceBrowser::modified(const ::com::sun::star::lang::EventObject& aEvent) throw( R… in modified() argument
161 SbaXDataBrowserController::modified(aEvent); in modified()
366 void SAL_CALL SbaExternalSourceBrowser::unloading(const ::com::sun::star::lang::EventObject& aEvent in unloading() argument
368 if (m_pDataSourceImpl && (m_pDataSourceImpl->getAttachedForm() == aEvent.Source)) in unloading()
373 SbaXDataBrowserController::unloading(aEvent); in unloading()
/aoo42x/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx529 EventObject aEvent; in notifyModified() local
530 aEvent.Source.set(*this); in notifyModified()
537 static_cast< XModifyListener* >( aIter.next() )->modified( aEvent ); in notifyModified()
559 void SAL_CALL OCellValueBinding::disposing( const EventObject& aEvent ) throw (RuntimeException) in disposing() argument
564 if ( xCellInt == aEvent.Source ) in disposing()
/aoo42x/main/framework/inc/services/
H A Dpluginframe.hxx189 …inished ( const css::frame::DispatchResultEvent& aEvent ) throw( css::…
195 …void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException …
252 …ol impldbg_checkParameter_statusChanged ( const css::frame::FeatureStateEvent& aEvent );
253 …static sal_Bool impldbg_checkParameter_disposing ( const css::lang::EventObject& aEvent
/aoo42x/main/filter/source/config/cache/
H A Dlateinitlistener.cxx76 void SAL_CALL LateInitListener::notifyEvent(const css::document::EventObject& aEvent) in notifyEvent() argument
81 (aEvent.EventName.equalsAscii("OnNew") ) || in notifyEvent()
82 (aEvent.EventName.equalsAscii("OnLoad")) in notifyEvent()
/aoo42x/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx2723 void SAL_CALL LayoutManager::windowResized( const awt::WindowEvent& aEvent ) in windowResized() argument
2738 if ( xIfac == aEvent.Source && m_bVisible ) in windowResized()
2786 if ( xIfac == aEvent.Source ) in windowShown()
2808 if ( xIfac == aEvent.Source ) in windowHidden()
2846 void SAL_CALL LayoutManager::frameAction( const FrameActionEvent& aEvent ) in frameAction() argument
2849 …if (( aEvent.Action == FrameAction_COMPONENT_ATTACHED ) || ( aEvent.Action == FrameAction_COMPONEN… in frameAction()
2862 …else if (( aEvent.Action == FrameAction_FRAME_UI_ACTIVATED ) || ( aEvent.Action == FrameAction_FRA… in frameAction()
2867 m_bActive = ( aEvent.Action == FrameAction_FRAME_UI_ACTIVATED ); in frameAction()
2872 else if ( aEvent.Action == FrameAction_COMPONENT_DETACHING ) in frameAction()
2982 lang::EventObject aEvent( xThis ); in disposing() local
[all …]
H A Dtoolbarlayoutmanager.hxx160 …virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeEx…
165 …virtual void SAL_CALL windowResized( const css::awt::WindowEvent& aEvent ) throw( css::uno::Runtim…
166 …virtual void SAL_CALL windowMoved( const css::awt::WindowEvent& aEvent ) throw( css::uno::RuntimeE…
167 …virtual void SAL_CALL windowShown( const css::lang::EventObject& aEvent ) throw( css::uno::Runtime…
168 …virtual void SAL_CALL windowHidden( const css::lang::EventObject& aEvent ) throw( css::uno::Runtim…
/aoo42x/main/vcl/aqua/source/app/
H A Dsalinst.cxx693 SalUserEvent aEvent( NULL, NULL, 0 ); in Yield() local
696 aEvent = maUserEvents.front(); in Yield()
706 if( aEvent.mpFrame && AquaSalFrame::isAlive( aEvent.mpFrame ) ) in Yield()
708 aEvent.mpFrame->CallCallback( aEvent.mnType, aEvent.mpData ); in Yield()
/aoo42x/main/framework/inc/helper/
H A Dtagwindowasmodified.hxx130 virtual void SAL_CALL modified(const css::lang::EventObject& aEvent)
135 virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent)
140 virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
H A Dtitlebarupdate.hxx177 virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent)
182 virtual void SAL_CALL titleChanged(const css::frame::TitleChangedEvent& aEvent)
187 virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
/aoo42x/main/sfx2/source/appl/
H A Dhelpinterceptor.cxx95 ::com::sun::star::frame::FeatureStateEvent aEvent; in addURL()
98 aEvent.FeatureURL = aURL; in addURL()
99 aEvent.Source = (::com::sun::star::frame::XDispatch*)this; in addURL()
100 m_xListener->statusChanged( aEvent ); in addURL()
/aoo42x/main/framework/source/helper/
H A Dtitlebarupdate.cxx194 void SAL_CALL TitleBarUpdate::frameAction(const css::frame::FrameActionEvent& aEvent) in frameAction() argument
200 (aEvent.Action == css::frame::FrameAction_COMPONENT_ATTACHED ) || in frameAction()
201 (aEvent.Action == css::frame::FrameAction_COMPONENT_REATTACHED) || in frameAction()
202 (aEvent.Action == css::frame::FrameAction_COMPONENT_DETACHING ) in frameAction()
/aoo42x/main/offapi/com/sun/star/awt/
H A DXKeyHandler.idl62 @param aEvent
71 boolean keyPressed ([in] com::sun::star::awt::KeyEvent aEvent);
83 @param aEvent
92 boolean keyReleased ([in] com::sun::star::awt::KeyEvent aEvent);
/aoo42x/main/framework/source/uielement/
H A Duicommanddescription.cxx135 … virtual void SAL_CALL elementInserted( const ContainerEvent& aEvent ) throw(RuntimeException);
136 … virtual void SAL_CALL elementRemoved ( const ContainerEvent& aEvent ) throw(RuntimeException);
137 … virtual void SAL_CALL elementReplaced( const ContainerEvent& aEvent ) throw(RuntimeException);
140 virtual void SAL_CALL disposing( const EventObject& aEvent ) throw(RuntimeException);
614 void SAL_CALL ConfigurationAccess_UICommand::disposing( const EventObject& aEvent ) throw(RuntimeEx… in disposing() argument
620 Reference< XInterface > xIfac1( aEvent.Source, UNO_QUERY ); in disposing()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DContextView.java92 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
94 switch (aEvent.EventId) in notifyEvent()
102 public void actionPerformed (ActionEvent aEvent) in actionPerformed() argument
/aoo42x/main/framework/inc/
H A Dstdtypes.h80 size_t operator()( const css::awt::KeyEvent& aEvent ) const in operator ()()
82 return (size_t)(aEvent.KeyCode + in operator ()()
85 aEvent.Modifiers); in operator ()()
/aoo42x/main/framework/source/services/
H A DContextChangeEventMultiplexer.cxx65 css::lang::EventObject aEvent (xThis); in disposing() local
83 (*iListener)->disposing(aEvent); in disposing()
122 css::ui::ContextChangeEventObject aEvent ( in addContextChangeEventListener() local
126 rxListener->notifyContextChangeEvent(aEvent); in addContextChangeEventListener()
H A Dtabwindowservice.cxx285 css::lang::EventObject aEvent(xThis); in dispose() local
287 m_lListener.disposeAndClear (aEvent); in dispose()
371 css::lang::EventObject aEvent( xThis ); in IMPL_LINK() local
375 m_lListener.disposeAndClear (aEvent); in IMPL_LINK()
/aoo42x/main/sw/source/core/access/
H A Daccpara.cxx430 AccessibleEventObject aEvent; in _InvalidateContent() local
436 aEvent.OldValue, aEvent.NewValue ); in _InvalidateContent()
438 FireAccessibleEvent( aEvent ); in _InvalidateContent()
483 AccessibleEventObject aEvent; in _InvalidateContent() local
485 aEvent.OldValue <<= sOldDesc; in _InvalidateContent()
486 aEvent.NewValue <<= sNewDesc; in _InvalidateContent()
519 AccessibleEventObject aEvent; in _InvalidateCursorPos() local
521 aEvent.OldValue <<= nOld; in _InvalidateCursorPos()
522 aEvent.NewValue <<= nNew; in _InvalidateCursorPos()
524 FireAccessibleEvent( aEvent ); in _InvalidateCursorPos()
[all …]
/aoo42x/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx370 void SAL_CALL SalGtkFilePicker::disposing( const lang::EventObject& aEvent ) throw( uno::RuntimeExc… in disposing() argument
372 …uno::Reference<XFilePickerListener> xFilePickerListener( aEvent.Source, ::com::sun::star::uno::UNO… in disposing()
382 void SAL_CALL SalGtkFilePicker::fileSelectionChanged( FilePickerEvent aEvent ) in fileSelectionChanged() argument
385 if (m_xListener.is()) m_xListener->fileSelectionChanged( aEvent ); in fileSelectionChanged()
388 void SAL_CALL SalGtkFilePicker::directoryChanged( FilePickerEvent aEvent ) in directoryChanged() argument
391 if (m_xListener.is()) m_xListener->directoryChanged( aEvent ); in directoryChanged()
394 void SAL_CALL SalGtkFilePicker::controlStateChanged( FilePickerEvent aEvent ) in controlStateChanged() argument
397 if (m_xListener.is()) m_xListener->controlStateChanged( aEvent ); in controlStateChanged()
404 rtl::OUString SAL_CALL SalGtkFilePicker::helpRequested( FilePickerEvent aEvent ) const in helpRequested()
430 aTempString = xFPListener->helpRequested( aEvent ); in helpRequested()
/aoo42x/main/chart2/source/tools/
H A DRangeHighlighter.cxx314 lang::EventObject aEvent( static_cast< lang::XComponent* >( this ) ); in addSelectionChangeListener() local
315 xListener->selectionChanged( aEvent ); in addSelectionChangeListener()
344 lang::EventObject aEvent( static_cast< lang::XComponent* >( this ) ); in fireSelectionEvent() local
350 xListener->selectionChanged( aEvent ); in fireSelectionEvent()
/aoo42x/main/framework/source/jobs/
H A Djobdispatch.cxx342 css::frame::DispatchResultEvent aEvent; in impl_dispatchEvent() local
343 aEvent.Source = xThis; in impl_dispatchEvent()
344 aEvent.State = css::frame::DispatchResultState::SUCCESS; in impl_dispatchEvent()
345 xListener->dispatchFinished(aEvent); in impl_dispatchEvent()
/aoo42x/main/toolkit/test/accessibility/ov/
H A DTextView.java128 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
130 System.out.println (aEvent); in notifyEvent()
131 switch (aEvent.EventId) in notifyEvent()

Completed in 153 milliseconds

12345678910>>...27