Home
last modified time | relevance | path

Searched refs:aEvt (Results 1 – 25 of 105) sorted by path

12345

/aoo41x/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()
/aoo41x/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()
H A DPlayerWindow.java232 aEvt.translatePoint( ( (java.awt.Component) aEvt.getSource() ).getX(), in implFireMouseEvent()
245 maFrame.fireKeyEvent( aEvt ); in keyPressed()
252 maFrame.fireKeyEvent( aEvt ); in keyReleased()
259 maFrame.fireKeyEvent( aEvt ); in keyTyped()
268 implFireMouseEvent( aEvt ); in mousePressed()
275 implFireMouseEvent( aEvt ); in mouseClicked()
282 implFireMouseEvent( aEvt ); in mouseEntered()
289 implFireMouseEvent( aEvt ); in mouseExited()
296 implFireMouseEvent( aEvt ); in mouseReleased()
305 implFireMouseEvent( aEvt ); in mouseDragged()
[all …]
H A DWindowAdapter.java196 switch( aEvt.getKeyCode() ) in fireKeyEvent()
211 switch( aEvt.getKeyCode() ) in fireKeyEvent()
241 aUNOEvt.KeyChar = aEvt.getKeyChar(); in fireKeyEvent()
265 aUNOEvt.X = aEvt.getX(); in fireMouseEvent()
266 aUNOEvt.Y = aEvt.getY(); in fireMouseEvent()
270 if( aEvt.isShiftDown() ) in fireMouseEvent()
273 if( aEvt.isControlDown() ) in fireMouseEvent()
276 if( aEvt.isAltDown() ) in fireMouseEvent()
280 if( SwingUtilities.isLeftMouseButton( aEvt ) ) in fireMouseEvent()
283 if( SwingUtilities.isMiddleMouseButton( aEvt ) ) in fireMouseEvent()
[all …]
/aoo41x/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx533 ScriptEventDescriptor aEvt = ScriptEvent; in registerScriptEvent() local
534 const sal_Unicode* pLastDot = aEvt.ListenerType.getStr(); in registerScriptEvent()
537 aEvt.ListenerType = pLastDot +1; in registerScriptEvent()
539 (*aIt).aEventList.push_back( aEvt ); in registerScriptEvent()
542 (*aIt).aEventList.getArray()[(*aIt).aEventList.getLength() -1] = aEvt; in registerScriptEvent()
/aoo41x/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()
/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/cppuhelper/source/
H A Dcomponent.cxx175 EventObject aEvt; in dispose() local
176 aEvt.Source = xSource; in dispose()
179 rBHelper.aLC.disposeAndClear( aEvt ); in dispose()
H A Dimplbase.cxx274 lang::EventObject aEvt( static_cast< OWeakObject * >( this ) ); in dispose() local
277 rBHelper.aLC.disposeAndClear( aEvt ); in dispose()
315 lang::EventObject aEvt( static_cast< OWeakObject * >( this ) ); in addEventListener() local
316 xListener->disposing( aEvt ); in addEventListener()
410 lang::EventObject aEvt( static_cast< OWeakObject * >( this ) ); in dispose() local
413 rBHelper.aLC.disposeAndClear( aEvt ); in dispose()
451 lang::EventObject aEvt( static_cast< OWeakObject * >( this ) ); in addEventListener() local
452 xListener->disposing( aEvt ); in addEventListener()
H A Dpropshlp.cxx233 EventObject aEvt; in disposing() local
234 aEvt.Source = rSource; in disposing()
238 aBoundLC.disposeAndClear( aEvt ); in disposing()
239 aVetoableLC.disposeAndClear( aEvt ); in disposing()
/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/dbaccess/source/core/api/
H A DRowSet.cxx906 notifyAllListenersRowBeforeChange(aGuard,aEvt); in insertRow()
922 notifyAllListenersRowChanged(aGuard,aEvt); in insertRow()
975 aEvt.Rows += aBookmarks.size(); in updateRow()
1042 notifyAllListenersRowBeforeChange(aGuard,aEvt); in deleteRow()
1052 notifyAllListenersRowChanged(aGuard,aEvt); in deleteRow()
1129 EventObject aEvt(*m_pMySelf); in notifyAllListeners() local
1137 EventObject aEvt(*m_pMySelf); in notifyAllListenersCursorMoved() local
1153 EventObject aEvt(*m_pMySelf); in notifyAllListenersCursorBeforeMove() local
1544 EventObject aEvt(*this); in approveExecution() local
2131 aEvt.Rows = aResults.getLength(); in deleteRows()
[all …]
/aoo41x/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx122 EventObject aEvt(*this); in disposing() local
123 m_aContentListeners.disposeAndClear(aEvt); in disposing()
H A Dbookmarkcontainer.cxx94 EventObject aEvt(*this); in dispose() local
95 m_aContainerListeners.disposeAndClear(aEvt); in dispose()
H A Ddefinitioncontainer.cxx172 EventObject aEvt(*this); in disposing() local
173 m_aApproveListeners.disposeAndClear(aEvt); in disposing()
174 m_aContainerListeners.disposeAndClear(aEvt); in disposing()
H A Dintercept.cxx66 EventObject aEvt( *this ); in dispose() local
71 m_pDisposeEventListeners->disposeAndClear( aEvt ); in dispose()
74 m_pStatCL->disposeAndClear( aEvt ); in dispose()
424 FeatureStateEvent aEvt; in notifyEvent() local
425 aEvt.FeatureURL.Complete = m_aInterceptedURL[DISPATCH_SAVE]; in notifyEvent()
426 aEvt.FeatureDescriptor = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Update")); in notifyEvent()
428 aEvt.IsEnabled = xModel.is() && xModel->isModified(); in notifyEvent()
429 aEvt.Requery = sal_False; in notifyEvent()
/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/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/app/
H A DAppControllerGen.cxx345 EventObject aEvt; in propertyChange() local
346 aEvt.Source = m_xModel; in propertyChange()
347 modified(aEvt); in propertyChange()
/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()
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()
H A Dformadapter.cxx1217 aEvt.Source = *this; in setFastPropertyValue()
1220 aEvt.OldValue <<= m_sName; in setFastPropertyValue()
1221 aEvt.NewValue = aValue; in setFastPropertyValue()
1527 aEvt.Source = *this; in IMPLEMENT_LISTENER_ADMINISTRATION()
1528 aEvt.Accessor <<= nIndex; in IMPLEMENT_LISTENER_ADMINISTRATION()
1529 aEvt.Element <<= xElement; in IMPLEMENT_LISTENER_ADMINISTRATION()
1647 aEvt.Source = *this; in removeByIndex()
1648 aEvt.Element <<= xAffected; in removeByIndex()
1708 aEvt.Source = *this; in replaceByIndex()
1710 aEvt.Element <<= xElement; in replaceByIndex()
[all …]
H A Dsbagrid.cxx448 EventObject aEvt; in dispose() local
449 aEvt.Source = *this; in dispose()
457 (*aIter).second->disposeAndClear(aEvt); in dispose()
488 EventObject aEvt(*this); in dispose() local
490 m_aStatusListeners.disposeAndClear(aEvt); in dispose()
503 aEvt.Source = *this; in NotifyStatusChanged()
504 aEvt.IsEnabled = !pGrid->IsReadOnlyDB(); in NotifyStatusChanged()
505 aEvt.FeatureURL = _rUrl; in NotifyStatusChanged()
509 aEvt.State <<= aURLStatePos->second; in NotifyStatusChanged()
511 aEvt.State <<= sal_False; in NotifyStatusChanged()
[all …]
H A Dunodatbr.cxx319 EventObject aEvt(*this); in disposing() local
320 m_aSelectionListeners.disposeAndClear(aEvt); in disposing()
321 m_aContextMenuInterceptors.disposeAndClear(aEvt); in disposing()
/aoo41x/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx345 ::com::sun::star::lang::EventObject aEvt(m_rParent); \
346 m_aListeners.disposeAndClear(aEvt); \

Completed in 233 milliseconds

12345