Home
last modified time | relevance | path

Searched refs:aEvent (Results 376 – 400 of 675) sorted by relevance

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

/aoo42x/main/svx/inc/svx/
H A Dfmgridif.hxx140 …virtual void SAL_CALL selectionChanged( const ::com::sun::star::lang::EventObject& aEvent ) throw …
429 …virtual void SAL_CALL unloading(const ::com::sun::star::lang::EventObject& aEvent) throw(::com::su…
430 …virtual void SAL_CALL reloading(const ::com::sun::star::lang::EventObject& aEvent) throw(::com::su…
431 …virtual void SAL_CALL reloaded(const ::com::sun::star::lang::EventObject& aEvent) throw(::com::sun…
474 …virtual void SAL_CALL selectionChanged(const ::com::sun::star::lang::EventObject& aEvent) throw(::…
/aoo42x/main/forms/source/runtime/
H A Dformoperations.cxx582 RowChangeEvent aEvent; in execute() local
583 aEvent.Source = Reference< XInterface >( m_xCursor, UNO_QUERY ); in execute()
584 aEvent.Action = RowChangeAction::DELETE; in execute()
585 aEvent.Rows = 1; in execute()
586 bSuccess = xConfirmDelete->confirmDelete( aEvent ); in execute()
/aoo42x/main/sfx2/source/toolbox/
H A Dtbxitem.cxx523 void SAL_CALL SfxToolBoxControl::disposing( const ::com::sun::star::lang::EventObject& aEvent ) in disposing() argument
526 svt::ToolboxController::disposing( aEvent ); in disposing()
729 … SAL_CALL SfxToolBoxControl::endPopupMode( const ::com::sun::star::awt::EndPopupModeEvent& aEvent ) in endPopupMode() argument
758 if( aEvent.bTearoff ) in endPopupMode()
792 … xLayoutManager->setElementPos( aSubToolBarResName, aEvent.FloatingPosition ); in endPopupMode()
/aoo42x/main/chart2/source/tools/
H A DModifyListenerHelper.cxx188 void SAL_CALL ModifyEventForwarder::modified( const lang::EventObject& aEvent ) in modified() argument
191 FireEvent( aEvent ); in modified()
/aoo42x/main/fpicker/source/office/
H A DOfficeFolderPicker.cxx149 ::com::sun::star::ui::dialogs::DialogClosedEvent aEvent( *this, nRet ); in IMPL_LINK()
150 m_xListener->dialogClosed( aEvent ); in IMPL_LINK()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DComponentView.java172 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
174 switch (aEvent.EventId) in notifyEvent()
H A DStateSetView.java74 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
76 if (aEvent.EventId == AccessibleEventId.STATE_CHANGED) in notifyEvent()
/aoo42x/main/dbaccess/source/ui/inc/
H A Dexsrcbrw.hxx72 …virtual void SAL_CALL modified(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::su…
82 …virtual void SAL_CALL unloading(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::s…
/aoo42x/main/framework/inc/classes/
H A Dpropertysethelper.hxx247 sal_Bool impl_existsVeto(const css::beans::PropertyChangeEvent& aEvent);
249 void impl_notifyChangeListener(const css::beans::PropertyChangeEvent& aEvent);
/aoo42x/main/slideshow/source/engine/
H A Deventmultiplexer.cxx639 awt::MouseEvent aEvent( e ); in notifyMouseHandlers() local
640 aEvent.X = ::basegfx::fround( aPosition.getX() ); in notifyMouseHandlers()
641 aEvent.Y = ::basegfx::fround( aPosition.getY() ); in notifyMouseHandlers()
652 aEvent )); in notifyMouseHandlers()
H A Deventqueue.cxx206 const EventEntry aEvent (maNextNextEvents.top()); in process_() local
208 maEvents.push(aEvent); in process_()
/aoo42x/main/chart2/source/model/main/
H A DFormattedString.cxx187 void SAL_CALL FormattedString::modified( const lang::EventObject& aEvent ) in modified() argument
190 m_xModifyEventForwarder->modified( aEvent ); in modified()
H A DGridProperties.cxx227 void SAL_CALL GridProperties::modified( const lang::EventObject& aEvent ) in modified() argument
230 m_xModifyEventForwarder->modified( aEvent ); in modified()
H A DPageBackground.cxx204 void SAL_CALL PageBackground::modified( const lang::EventObject& aEvent ) in modified() argument
207 m_xModifyEventForwarder->modified( aEvent ); in modified()
H A DStockBar.cxx216 void SAL_CALL StockBar::modified( const lang::EventObject& aEvent ) in modified() argument
219 m_xModifyEventForwarder->modified( aEvent ); in modified()
H A DWall.cxx207 void SAL_CALL Wall::modified( const lang::EventObject& aEvent ) in modified() argument
210 m_xModifyEventForwarder->modified( aEvent ); in modified()
/aoo42x/main/odk/examples/DevelopersGuide/Charts/
H A DSelectionChangeListener.java156 public void selectionChanged( EventObject aEvent ) { in selectionChanged() argument
157 … XController aCtrl = (XController) UnoRuntime.queryInterface( XController.class, aEvent.Source ); in selectionChanged()
/aoo42x/main/embeddedobj/source/msole/
H A Downview.cxx601 void SAL_CALL OwnView_Impl::notifyEvent( const document::EventObject& aEvent ) in notifyEvent() argument
609 if ( aEvent.Source == m_xModel && aEvent.EventName.equalsAscii( "OnSaveAsDone" ) ) in notifyEvent()
/aoo42x/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2243 XEvent aEvent; in Yield() local
2248 XNextEvent( pDisp_, &aEvent ); in Yield()
2250 Dispatch( &aEvent ); in Yield()
2256 PrintEvent( "SalDisplay::Yield (WasXError)", &aEvent ); in Yield()
2717 XEvent aEvent; in GetLastUserEventTime() local
2723 if( ! XIfEventWithTimeout( &aEvent, (XPointer)this, timestamp_predicate ) ) in GetLastUserEventTime()
2726 aEvent.xproperty.time = CurrentTime; in GetLastUserEventTime()
2729 m_nLastUserEventTime = aEvent.xproperty.time; in GetLastUserEventTime()
/aoo42x/main/sfx2/source/appl/
H A Dshutdownicon.hxx152 virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& aEvent )
154 virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& aEvent )
/aoo42x/main/vcl/unx/generic/dtrans/
H A DX11_clipboard.cxx112 ClipboardEvent aEvent( static_cast<OWeakObject*>(this), m_aContents); in fireChangedContentsEvent() local
116 listeners.front()->changedContents(aEvent); in fireChangedContentsEvent()
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHTables.cxx184 ContainerEvent aEvent(static_cast<XContainer*>(this), makeAny(_rsNewTable), Any(), Any()); in appendNew() local
187 static_cast<XContainerListener*>(aListenerLoop.next())->elementInserted(aEvent); in appendNew()
/aoo42x/main/framework/source/uiconfiguration/
H A Dmoduleuicfgsupplier.cxx258 css::lang::EventObject aEvent( xThis ); in dispose() local
259 m_aListenerContainer.disposeAndClear( aEvent ); in dispose()
/aoo42x/main/framework/source/uielement/
H A Dpanelwrapper.cxx114 com::sun::star::lang::EventObject aEvent( xThis ); in dispose() local
115 m_aListenerContainer.disposeAndClear( aEvent ); in dispose()
/aoo42x/main/sd/source/ui/accessibility/
H A DAccessibleOutlineView.cxx221 void AccessibleOutlineView::FireEvent(const AccessibleEventObject& aEvent ) in FireEvent() argument
224 maTextHelper.FireEvent(aEvent); in FireEvent()

Completed in 326 milliseconds

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