Home
last modified time | relevance | path

Searched refs:aEvt (Results 26 – 50 of 105) sorted by relevance

12345

/trunk/main/forms/source/component/
H A DGrid.cxx308 EventObject aEvt(static_cast<XWeak*>(this)); in disposing() local
309 m_aSelectListeners.disposeAndClear(aEvt); in disposing()
310 m_aResetListeners.disposeAndClear(aEvt); in disposing()
311 m_aRowSetChangeListeners.disposeAndClear(aEvt); in disposing()
414 EventObject aEvt(static_cast<XWeak*>(this)); in reset() local
417 bContinue =((XResetListener*)aIter.next())->approveReset(aEvt); in reset()
422 m_aResetListeners.notifyEach( &XResetListener::resetted, aEvt ); in reset()
811 EventObject aEvt( static_cast< XWeak* >( this ) ); in lostColumn() local
812 m_aSelectListeners.notifyEach( &XSelectionChangeListener::selectionChanged, aEvt ); in lostColumn()
H A Dentrylisthelper.cxx213 EventObject aEvt( static_cast< XRefreshable* >( this ) ); in refresh() local
214 m_aRefreshListeners.notifyEach( &XRefreshListener::refreshed, aEvt ); in refresh()
243 EventObject aEvt( static_cast< XRefreshable* >( this ) ); in disposing() local
244 m_aRefreshListeners.disposeAndClear(aEvt); in disposing()
H A DDatabaseForm.cxx1340 EventObject aEvt(static_cast<XWeak*>(this)); in disposing() local
1341 m_aLoadListeners.disposeAndClear(aEvt); in disposing()
1342 m_aRowSetApproveListeners.disposeAndClear(aEvt); in disposing()
1343 m_aParameterManager.disposing( aEvt ); in disposing()
1345 m_aSubmitListeners.disposeAndClear(aEvt); in disposing()
1346 m_aErrorListeners.disposeAndClear(aEvt); in disposing()
1988 EventObject aEvt; in reset() local
1989 m_pThread->addEvent(&aEvt, sal_False); in reset()
2206 EventObject aEvt(static_cast<XWeak*>(this)); in submit_impl() local
2922 EventObject aEvt(static_cast<XWeak*>(this)); in load_impl() local
[all …]
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx228 lang::EventObject aEvt( *this ); in dispose() local
229 maTextListeners.disposeAndClear( aEvt ); in dispose()
731 lang::EventObject aEvt; in dispose() local
734 maItemListeners.disposeAndClear( aEvt ); in dispose()
933 lang::EventObject aEvt; in dispose() local
1026 lang::EventObject aEvt; in dispose() local
1028 maItemListeners.disposeAndClear( aEvt ); in dispose()
1235 lang::EventObject aEvt; in dispose() local
1506 lang::EventObject aEvt; in dispose() local
2311 lang::EventObject aEvt; in IMPL_SERVICEINFO_DERIVED() local
[all …]
/trunk/main/avmedia/source/java/
H A DPlayer.java65 public synchronized void controllerUpdate( javax.media.ControllerEvent aEvt ) in controllerUpdate() argument
67 if( aEvt instanceof javax.media.EndOfMediaEvent || in controllerUpdate()
68 aEvt instanceof javax.media.StopAtTimeEvent ) in controllerUpdate()
77 else if( aEvt instanceof javax.media.EndOfMediaEvent ) in controllerUpdate()
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx237 LinguServiceEvent aEvt( GetEvtObj(), nLngSvcFlags ); in propertyChange_Impl() local
238 LaunchEvent( aEvt ); in propertyChange_Impl()
498 LinguServiceEvent aEvt( GetEvtObj(), nLngSvcFlags ); in propertyChange_Impl() local
499 LaunchEvent( aEvt ); in propertyChange_Impl()
660 LinguServiceEvent aEvt( GetEvtObj(), nLngSvcFlags ); in propertyChange_Impl() local
661 LaunchEvent( aEvt ); in propertyChange_Impl()
H A Ddicimp.cxx486 DictionaryEvent aEvt; in launchEvent() local
487 aEvt.Source = uno::Reference< XDictionary >( this ); in launchEvent()
488 aEvt.nEvent = nEvent; in launchEvent()
489 aEvt.xDictionaryEntry = xEntry; in launchEvent()
496 xRef->processDictionaryEvent( aEvt ); in launchEvent()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx129 AccessibleEventObject aEvt; in NotifyAccessibleEvent() local
130 aEvt.Source = *this; in NotifyAccessibleEvent()
131 aEvt.EventId = _nEventId; in NotifyAccessibleEvent()
132 aEvt.OldValue = _aOldValue; in NotifyAccessibleEvent()
133 aEvt.NewValue = _aNewValue; in NotifyAccessibleEvent()
136 comphelper::AccessibleEventNotifier::addEvent( m_nClientId, aEvt ); in NotifyAccessibleEvent()
/trunk/main/sd/source/core/
H A Dstlsheet.cxx847 EventObject aEvt( static_cast< OWeakObject * >( this ) ); in dispose() local
850 mrBHelper.aLC.disposeAndClear( aEvt ); in dispose()
895 EventObject aEvt( static_cast< OWeakObject * >( this ) ); in addEventListener() local
896 xListener->disposing( aEvt ); in addEventListener()
921 EventObject aEvt( static_cast< OWeakObject * >( this ) ); in addModifyListener() local
922 xListener->disposing( aEvt ); in addModifyListener()
948 EventObject aEvt( static_cast< OWeakObject * >( this ) ); in notifyModifyListener() local
949 …er->forEach<XModifyListener>( boost::bind( &XModifyListener::modified, _1, boost::cref( aEvt ) ) ); in notifyModifyListener()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx143 lang::EventObject aEvt; in dispose() local
144 aEvt.Source = static_cast< lang::XComponent * >( this ); in dispose()
148 m_pDisposeEventListeners->disposeAndClear( aEvt ); in dispose()
152 m_pRowCountListeners->disposeAndClear( aEvt ); in dispose()
156 m_pIsFinalListeners->disposeAndClear( aEvt ); in dispose()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx144 lang::EventObject aEvt; in dispose() local
145 aEvt.Source = static_cast< lang::XComponent * >( this ); in dispose()
149 m_pDisposeEventListeners->disposeAndClear( aEvt ); in dispose()
153 m_pRowCountListeners->disposeAndClear( aEvt ); in dispose()
157 m_pIsFinalListeners->disposeAndClear( aEvt ); in dispose()
/trunk/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx164 ::com::sun::star::lang::EventObject aEvt(*this); in modified()
167 ((::com::sun::star::util::XModifyListener*)aIt.next())->modified(aEvt); in modified()
344 ::com::sun::star::lang::EventObject aEvt; in disposing()
345 aEvt.Source = (XWeak*) this; in disposing()
346 m_aModifyListeners.disposeAndClear(aEvt); in disposing()
/trunk/main/comphelper/source/property/
H A Dgenericpropertyset.cxx172 PropertyChangeEvent aEvt; in _setPropertyValues() local
173 aEvt.PropertyName = aPropertyName; in _setPropertyValues()
174 aEvt.NewValue = *pValues; in _setPropertyValues()
176 pHelper->notifyEach( &XPropertyChangeListener::propertyChange, aEvt ); in _setPropertyValues()
/trunk/main/extensions/source/scanner/
H A Dtwain.cxx315 TW_EVENT aEvt = { pMess, MSG_NULL }; in ImplHandleMsg() local
317 nRet = PFUNC( &aAppIdent, &aSrcIdent, DG_CONTROL, DAT_EVENT, MSG_PROCESSEVENT, &aEvt ); in ImplHandleMsg()
319 if( aEvt.TWMessage != MSG_NULL ) in ImplHandleMsg()
321 switch( aEvt.TWMessage ) in ImplHandleMsg()
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx585 const CommandEvent aEvt( GetPointerPosPixel(), COMMAND_STARTDRAG, sal_True ); in StartDrag() local
589 ValueSet::StartDrag( aEvt, aRegion ); in StartDrag()
949 ExecuteDropEvent aEvt( rEvt ); in ExecuteDrop() local
951 aEvt.maPosPixel.Y() += GetTitleHeight(); in ExecuteDrop()
953 return( ( (GalleryBrowser2*) GetParent() )->ExecuteDrop( *this, aEvt ) ); in ExecuteDrop()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DPropChgHelper.java69 public void LaunchEvent( LinguServiceEvent aEvt ) in LaunchEvent() argument
77 xLstnr.processLinguServiceEvent( aEvt ); in LaunchEvent()
145 public void propertyChange( PropertyChangeEvent aEvt ) in propertyChange() argument
/trunk/main/cppuhelper/source/
H A Dcomponent.cxx175 EventObject aEvt; in dispose() local
176 aEvt.Source = xSource; in dispose()
179 rBHelper.aLC.disposeAndClear( aEvt ); in dispose()
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx433 lang::EventObject aEvt; in dispose() local
434 aEvt.Source = static_cast< ::cppu::OWeakObject* >(this); in dispose()
435 maSelectionListeners.disposeAndClear( aEvt ); in dispose()
436 maTreeExpansionListeners.disposeAndClear( aEvt ); in dispose()
/trunk/main/svx/source/unodraw/
H A Dunoshcol.cxx129 document::EventObject aEvt; in dispose() local
130 aEvt.Source = xSource; in dispose()
133 mrBHelper.aLC.disposeAndClear( aEvt ); in dispose()
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.cxx206 lang::EventObject aEvt; in dispose() local
207 aEvt.Source = static_cast< lang::XComponent * >( this ); in dispose()
211 m_pDisposeEventListeners->disposeAndClear( aEvt ); in dispose()
215 m_pRowCountListeners->disposeAndClear( aEvt ); in dispose()
219 m_pIsFinalListeners->disposeAndClear( aEvt ); in dispose()
H A Dbc.cxx216 lang::EventObject aEvt; in dispose() local
224 aEvt.Source = static_cast< XContent* >( this ); in dispose()
242 pDisposeEventListeners->disposeAndClear( aEvt ); in dispose()
245 pContentEventListeners->disposeAndClear( aEvt ); in dispose()
248 pPropertyListener->disposeAndClear( aEvt ); in dispose()
251 pPropertySetInfoChangeListeners->disposeAndClear( aEvt ); in dispose()
/trunk/main/ucbhelper/source/provider/
H A Dresultsethelper.cxx134 lang::EventObject aEvt; in dispose() local
135 aEvt.Source = static_cast< lang::XComponent * >( this ); in dispose()
136 m_pDisposeEventListeners->disposeAndClear( aEvt ); in dispose()
/trunk/main/embedserv/source/embed/
H A Dintercept.cxx106 lang::EventObject aEvt; in dispose() local
107 aEvt.Source = static_cast< frame::XDispatch* >( this ); in dispose()
112 m_pDisposeEventListeners->disposeAndClear( aEvt ); in dispose()
115 m_pStatCL->disposeAndClear( aEvt ); in dispose()
H A Dxwin.cxx58 lang::EventObject aEvt; in dispose() local
59 aEvt.Source = static_cast< awt::XWindow* >(this); in dispose()
61 pDisposeEventListeners->disposeAndClear(aEvt); in dispose()
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_translation_unodialog.cxx183 lang::EventObject aEvt; in dispose() local
194 aEvt.Source = static_cast< XComponent * >( this ); in dispose()
197 m_aDisposeEventListeners.disposeAndClear( aEvt ); in dispose()

Completed in 128 milliseconds

12345