Home
last modified time | relevance | path

Searched refs:aEvt (Results 76 – 100 of 105) sorted by relevance

12345

/aoo41x/main/dbaccess/source/core/dataaccess/
H A Dbookmarkcontainer.cxx94 EventObject aEvt(*this); in dispose() local
95 m_aContainerListeners.disposeAndClear(aEvt); in dispose()
H A DContentHelper.cxx122 EventObject aEvt(*this); in disposing() local
123 m_aContentListeners.disposeAndClear(aEvt); in disposing()
/aoo41x/main/svx/source/unodraw/
H A Dunopage.cxx222 ::com::sun::star::document::EventObject aEvt; in dispose()
223 aEvt.Source = xSource; in dispose()
226 mrBHelper.aLC.disposeAndClear( aEvt ); in dispose()
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java308 EventObject aEvt= new EventObject(this); in postDisposing() local
311 aBoundLC.disposeAndClear(aEvt); in postDisposing()
312 aVetoableLC.disposeAndClear(aEvt); in postDisposing()
/aoo41x/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx345 EventObject aEvt; in propertyChange() local
346 aEvt.Source = m_xModel; in propertyChange()
347 modified(aEvt); in propertyChange()
/aoo41x/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx293 lang::EventObject aEvt; in dispose() local
294 aEvt.Source = static_cast< lang::XComponent * >( this ); in dispose()
295 m_pDisposeEventListeners->disposeAndClear( aEvt ); in dispose()
/aoo41x/main/svtools/source/misc/
H A Dtransfer.cxx1198 DragGestureEvent aEvt; in StartDrag() local
1199 aEvt.DragAction = DNDConstants::ACTION_COPY; in StartDrag()
1200 aEvt.DragOriginX = aPt.X(); in StartDrag()
1201 aEvt.DragOriginY = aPt.Y(); in StartDrag()
1202 aEvt.DragSource = xDragSource; in StartDrag()
1204 xDragSource->startDrag( aEvt, nDnDSourceActions, nDnDPointer, nDnDImage, this, this ); in StartDrag()
/aoo41x/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx547 ::com::sun::star::lang::EventObject aEvt; in dispose()
548 aEvt.Source = static_cast< ::cppu::OWeakObject* >(this); in dispose()
549 m_aDisposeListeners.disposeAndClear(aEvt); in dispose()
550 m_aControlObservers.disposeAndClear(aEvt); in dispose()
/aoo41x/main/forms/source/component/
H A Dclickableimage.hxx280 …void addEvent() { ::com::sun::star::lang::EventObject aEvt; OComponentEventThread::addEvent( &aEvt in addEvent()
H A DButton.cxx472 ActionEvent aEvt(static_cast<XWeak*>(this), m_aActionCommand); in IMPL_LINK() local
481 static_cast< XActionListener* >( aIter.next() )->actionPerformed(aEvt); in IMPL_LINK()
H A Dclickableimage.cxx346 ActionEvent aEvt(static_cast<XWeak*>(this), m_aActionCommand); in actionPerformed_Impl() local
347 m_aActionListeners.notifyEach( &XActionListener::actionPerformed, aEvt ); in actionPerformed_Impl()
/aoo41x/main/cppuhelper/test/
H A Dtestpropshlp.cxx358 EventObject aEvt; in dispose() local
359 aEvt.Source = Reference < XInterface > ( SAL_STATIC_CAST( OWeakObject * ,this) ); in dispose()
361 rBHelper.aLC.disposeAndClear( aEvt ); in dispose()
/aoo41x/main/connectivity/source/sdbcx/
H A DVCollection.cxx354 EventObject aEvt(static_cast<XTypeProvider*>(this)); in refresh() local
355 m_aRefreshListeners.notifyEach( &XRefreshListener::refreshed, aEvt ); in refresh()
/aoo41x/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx521 ::com::sun::star::lang::EventObject aEvt; in dispose()
522 aEvt.Source = (::com::sun::star::uno::XAggregation*)(::cppu::OWeakAggObject*)this; in dispose()
523 maDisposeListeners.disposeAndClear( aEvt ); in dispose()
525 BrdcstHelper.aLC.disposeAndClear( aEvt ); in dispose()
H A Dcontrolmodelcontainerbase.cxx1443 EventObject aEvt; in dispose() local
1444 aEvt.Source = static_cast< ::cppu::OWeakObject* >( this ); in dispose()
1454 xListener->disposing( aEvt ); in dispose()
/aoo41x/main/svtools/source/brwbox/
H A Ddatwin.cxx442 CommandEvent aEvt( aEventPos, rEvt.GetCommand(), in Command() local
447 GetParent()->Command( aEvt ); in Command()
/aoo41x/main/dbaccess/source/inc/
H A Dapitools.hxx413 static_cast< T* >( pxInt->get() )->method(aEvt); \
436 static_cast< T* >( pxInt->get() )->method(aEvt,arg1); \
/aoo41x/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx345 ::com::sun::star::lang::EventObject aEvt(m_rParent); \
346 m_aListeners.disposeAndClear(aEvt); \
/aoo41x/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx1981 ucb::ContentEvent aEvt( in notifyChildRemoved() local
1986 notifyContentEvent( aEvt ); in notifyChildRemoved()
2005 ucb::ContentEvent aEvt( in notifyChildInserted() local
2010 notifyContentEvent( aEvt ); in notifyChildInserted()
/aoo41x/main/linguistic/source/
H A Dgciterator.cxx932 lang::EventObject aEvt( (linguistic2::XProofreadingIterator *) this ); in dispose() local
933 m_aEventListeners.disposeAndClear( aEvt ); in dispose()
H A Dlngsvcmgr.cxx491 linguistic2::LinguServiceEvent aEvt( xMyEvtObj, nLngSvcEvtFlags ); in LaunchEvent() local
499 xRef->processLinguServiceEvent( aEvt ); in LaunchEvent()
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1267 awt::PaintEvent aEvt; in paint() local
1269 mxView->paint( aEvt ); in paint()
2741 awt::WindowEvent aEvt; in resize() local
2742 mxView->windowResized(aEvt); in resize()
/aoo41x/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx94 lang::EventObject aEvt(static_cast<XWeak*>(this)); in disposing() local
95 m_aParameterManager.disposing( aEvt ); in disposing()
/aoo41x/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1056 EventObject aEvt(*this); in focusGained() local
1059 static_cast<XFormControllerListener*>(aIter.next())->formActivated(aEvt); in focusGained()
1084 EventObject aEvt(*this); in focusLost() local
1087 static_cast<XFormControllerListener*>(aIter.next())->formDeactivated(aEvt); in focusLost()
/aoo41x/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1263 lang::EventObject aEvt( static_cast< ::cppu::OWeakObject* >( this ) ); in close() local
1266 …::boost::bind(&util::XCloseListener::queryClosing,_1,boost::cref(aEvt),boost::cref(_bDeliverOwners… in close()
1292 m_pImpl->m_aCloseListener.notifyEach(&util::XCloseListener::notifyClosing,aEvt); in close()
2057 document::EventObject aEvt(*this, _sEventName); in notifyEvent() local
2059 m_pImpl->m_aDocEventListeners.notifyEach(&document::XEventListener::notifyEvent,aEvt); in notifyEvent()

Completed in 234 milliseconds

12345