Home
last modified time | relevance | path

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

12345

/trunk/main/avmedia/source/java/
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 …]
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx853 PropertyChangeEvent aEvt; in impl_changeRowCount() local
857 aEvt.Further = sal_False; in impl_changeRowCount()
858 aEvt.OldValue <<= nOld; in impl_changeRowCount()
859 aEvt.NewValue <<= nNew; in impl_changeRowCount()
876 PropertyChangeEvent aEvt; in impl_changeIsRowCountFinal() local
881 aEvt.OldValue <<= bOld; in impl_changeIsRowCountFinal()
882 aEvt.NewValue <<= bNew; in impl_changeIsRowCountFinal()
1035 aEvt.NewValue <<= nNew; in setPropertyValue()
1068 aEvt.NewValue <<= nNew; in setPropertyValue()
1179 aEvt.Further = sal_False; in impl_propertyChange()
[all …]
H A Dcontentresultsetwrapper.cxx405 EventObject aEvt; in SAL_STATIC_CAST() local
406 aEvt.Source = static_cast< XComponent * >( this ); in SAL_STATIC_CAST()
409 m_pDisposeEventListeners->disposeAndClear( aEvt ); in SAL_STATIC_CAST()
415 EventObject aEvt; in SAL_STATIC_CAST() local
425 EventObject aEvt; in SAL_STATIC_CAST() local
823 PropertyChangeEvent aEvt( rEvt ); in impl_propertyChange() local
825 aEvt.Further = sal_False; in impl_propertyChange()
826 impl_notifyPropertyChangeListeners( aEvt ); in impl_propertyChange()
837 PropertyChangeEvent aEvt( rEvt ); in impl_vetoableChange() local
839 aEvt.Further = sal_False; in impl_vetoableChange()
[all …]
H A Dcachedcontentresultsetstub.cxx102 PropertyChangeEvent aEvt( rEvt ); in impl_propertyChange() local
103 aEvt.Source = static_cast< XPropertySet * >( this ); in impl_propertyChange()
104 aEvt.Further = sal_False; in impl_propertyChange()
106 impl_notifyPropertyChangeListeners( aEvt ); in impl_propertyChange()
124 PropertyChangeEvent aEvt( rEvt ); in impl_vetoableChange() local
125 aEvt.Source = static_cast< XPropertySet * >( this ); in impl_vetoableChange()
126 aEvt.Further = sal_False; in impl_vetoableChange()
128 impl_notifyVetoableChangeListeners( aEvt ); in impl_vetoableChange()
/trunk/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx303 lang::EventObject aEvt; in dispose() local
311 lang::EventObject aEvt; in dispose() local
319 lang::EventObject aEvt; in dispose() local
320 aEvt.Source in dispose()
328 lang::EventObject aEvt; in dispose() local
335 lang::EventObject aEvt; in dispose() local
336 aEvt.Source in dispose()
1015 xParent->notifyContentEvent( aEvt ); in inserted()
1035 xParent->notifyContentEvent( aEvt ); in deleted()
1078 com::sun::star::ucb::ContentEvent aEvt( in exchange() local
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dfilnot.cxx75 ContentEvent aEvt( m_xCreatorContent, in notifyChildInserted() local
84 ref->contentEvent( aEvt ); in notifyChildInserted()
91 ContentEvent aEvt( m_xCreatorContent, in notifyDeleted() local
101 ref->contentEvent( aEvt ); in notifyDeleted()
121 ContentEvent aEvt( m_xCreatorContent, in notifyRemoved() local
130 ref->contentEvent( aEvt ); in notifyRemoved()
136 ContentEvent aEvt( m_xCreatorContent, in notifyExchanged() local
145 ref->contentEvent( aEvt ); in notifyExchanged()
173 beans::PropertySetInfoChangeEvent aEvt( m_xCreatorContent, in notifyPropertyAdded() local
182 ref->propertySetInfoChange( aEvt ); in notifyPropertyAdded()
[all …]
/trunk/main/ucb/source/core/
H A Ducbstore.cxx1417 EventObject aEvt; in dispose() local
1425 EventObject aEvt; in dispose() local
1432 EventObject aEvt; in dispose() local
1550 PropertyChangeEvent aEvt; in setPropertyValue() local
1562 aEvt.PropertyHandle = nHandle; in setPropertyValue()
1563 aEvt.Further = sal_False; in setPropertyValue()
1564 aEvt.OldValue = aOldValue; in setPropertyValue()
1565 aEvt.NewValue = aValue; in setPropertyValue()
2316 PropertyChangeEvent aEvt; in setPropertyValues() local
2320 aEvt.Further = sal_False; in setPropertyValues()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DPropChgHelper_Spell.java49 public void propertyChange( PropertyChangeEvent aEvt ) in propertyChange() argument
57 boolean bVal = ((Boolean) aEvt.NewValue).booleanValue(); in propertyChange()
59 if (aEvt.PropertyName.equals( "IsIgnoreControlCharacters" )) in propertyChange()
63 else if (aEvt.PropertyName.equals( "IsGermanPreReform" )) in propertyChange()
67 else if (aEvt.PropertyName.equals( "IsUseDictionaryList" )) in propertyChange()
71 else if (aEvt.PropertyName.equals( "IsSpellUpperCase" )) in propertyChange()
76 else if (aEvt.PropertyName.equals( "IsSpellWithDigits" )) in propertyChange()
81 else if (aEvt.PropertyName.equals( "IsSpellCapitalization" )) in propertyChange()
H A DPropChgHelper_Hyph.java49 public void propertyChange( PropertyChangeEvent aEvt ) in propertyChange() argument
54 if (aEvt.PropertyName.equals( "IsIgnoreControlCharacters" )) in propertyChange()
58 else if (aEvt.PropertyName.equals( "IsUseDictionaryList" ) || in propertyChange()
59 aEvt.PropertyName.equals( "IsGermanPreReform" ) || in propertyChange()
60 aEvt.PropertyName.equals( "HyphMinLeading" ) || in propertyChange()
61 aEvt.PropertyName.equals( "HyphMinTrailing" ) || in propertyChange()
62 aEvt.PropertyName.equals( "HyphMinWordLength" )) in propertyChange()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx3234 SalExtTextInputEvent aEvt; in ImplHandleIMEConversion() local
3294 aEvt.mnCursorPos = 0; in ImplHandleIMEConversion()
3295 aEvt.mnDeltaStart = 0; in ImplHandleIMEConversion()
3336 aEvt.mnCursorPos = aEvt.maText.Len(); in ImplHandleIMEConversion()
3396 aEvt.mpPosAry = new SalExtCharPos[aEvt.mnChars]; in ImplHandleIMEOpenCandidate()
3397 memset( aEvt.mpPosAry, 0, aEvt.mnChars*sizeof(SalExtCharPos) ); in ImplHandleIMEOpenCandidate()
3403 long nMaxBottom = aEvt.mpPosAry[0].mnY+aEvt.mpPosAry[0].mnHeight; in ImplHandleIMEOpenCandidate()
3406 while ( i < aEvt.mnChars ) in ImplHandleIMEOpenCandidate()
3415 if ( aEvt.mpPosAry[i].mnX+aEvt.mpPosAry[0].mnWidth > nMaxRight ) in ImplHandleIMEOpenCandidate()
3416 nMaxRight = aEvt.mpPosAry[i].mnX+aEvt.mpPosAry[0].mnWidth; in ImplHandleIMEOpenCandidate()
[all …]
/trunk/main/dbaccess/source/ui/browser/
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 …]
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx261 EventObject aEvt; in dispose() local
268 EventObject aEvt; in dispose() local
275 EventObject aEvt; in dispose() local
1490 PropertyChangeEvent aEvt; in CheckProperties() local
1493 aEvt.Further = sal_False; in CheckProperties()
1494 aEvt.PropertyHandle = -1; in CheckProperties()
1495 aEvt.OldValue <<= nOldCount; in CheckProperties()
1496 aEvt.NewValue <<= GetCount(); in CheckProperties()
1498 PropertyChanged( aEvt ); in CheckProperties()
1505 aEvt.Further = sal_False; in CheckProperties()
[all …]
/trunk/main/vcl/unx/generic/window/
H A Dsalobj.cxx494 SalMouseEvent aEvt; in Dispatch() local
505 aEvt.mnX = dest_x; in Dispatch()
506 aEvt.mnY = dest_y; in Dispatch()
507 aEvt.mnTime = pEvent->xbutton.time; in Dispatch()
508 aEvt.mnCode = sal_GetCode( pEvent->xbutton.state ); in Dispatch()
509 aEvt.mnButton = 0; in Dispatch()
516 case Button1: aEvt.mnButton = MOUSE_LEFT;break; in Dispatch()
517 case Button2: aEvt.mnButton = MOUSE_MIDDLE;break; in Dispatch()
518 case Button3: aEvt.mnButton = MOUSE_RIGHT;break; in Dispatch()
528 pObject->mpParent->CallCallback( nEvent, &aEvt ); in Dispatch()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx5403 aEvt.mnCursorPos = 0; in ImplHandleIMECompositionInput()
5404 aEvt.mnDeltaStart = 0; in ImplHandleIMECompositionInput()
5406 aEvt.mnCursorFlags = 0; in ImplHandleIMECompositionInput()
5422 aEvt.mnCursorPos = aEvt.maText.Len(); in ImplHandleIMECompositionInput()
5703 aEvt.maText = UniString(); in ImplHandleIMEReconvertString()
5704 aEvt.mnStart = aEvt.mnEnd = 0; in ImplHandleIMEReconvertString()
5721 if( aEvt.maText.Len() == 0 ) in ImplHandleIMEReconvertString()
5739 pReconvertString->dwCompStrLen = aEvt.mnEnd - aEvt.mnStart; in ImplHandleIMEReconvertString()
5757 aEvt.maText = UniString(); in ImplHandleIMEConfirmReconvertString()
5758 aEvt.mnStart = aEvt.mnEnd = 0; in ImplHandleIMEConfirmReconvertString()
[all …]
/trunk/main/cppuhelper/source/
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()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx447 EventObject aEvt; in dispose() local
1459 EventObject aEvt; in CellModified() local
1775 EventObject aEvt(m_xColumns); in setColumns() local
1776 selectionChanged(aEvt); in setColumns()
2183 EventObject aEvt; in dispose() local
2512 ContainerEvent aEvt; in columnVisible() local
2514 aEvt.Accessor <<= _nIndex; in columnVisible()
2515 aEvt.Element <<= xControl; in columnVisible()
2527 ContainerEvent aEvt; in columnHidden() local
2529 aEvt.Accessor <<= _nIndex; in columnHidden()
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
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()
/trunk/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 …]
/trunk/main/svx/source/form/
H A Dformcontroller.cxx1209 EventObject aEvt( *this ); in disposing() local
1905 unloaded(aEvt); in setModel()
1966 loaded(aEvt); in setModel()
3739 aEvt.Source = *this; in approveRowChange()
3825 EventObject aEvt(event); in approveCursorMove() local
3826 aEvt.Source = *this; in approveCursorMove()
3842 EventObject aEvt(event); in approveRowSetChange() local
3843 aEvt.Source = *this; in approveRowSetChange()
3880 aEvt.Source = *this; in errorOccured()
3953 aEvt.Source = *this; in approveParameter()
[all …]
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx277 EventObject aEvt(static_cast<XContainer*>(this)); in disposing() local
278 m_aContainerListeners.disposeAndClear(aEvt); in disposing()
906 ContainerEvent aEvt; in implInsert() local
907 aEvt.Source = static_cast<XContainer*>(this); in implInsert()
908 aEvt.Accessor <<= _nIndex; in implInsert()
909 aEvt.Element = pElementMetaData->aElementTypeInterface; in implInsert()
1089 ContainerEvent aEvt; in implRemoveByIndex() local
1090 aEvt.Source = static_cast<XContainer*>(this); in implRemoveByIndex()
1091 aEvt.Element = xElement->queryInterface( m_aElementType ); in implRemoveByIndex()
1092 aEvt.Accessor <<= _nIndex; in implRemoveByIndex()
[all …]
/trunk/main/forms/source/component/
H A DFile.cxx147 EventObject aEvt(static_cast<XWeak*>(this)); in disposing() local
148 m_aResetListeners.disposeAndClear(aEvt); in disposing()
260 EventObject aEvt(static_cast<XWeak*>(this)); in reset() local
263 bContinue =((XResetListener*)aIter.next())->approveReset(aEvt); in reset()
272 m_aResetListeners.notifyEach( &XResetListener::resetted, aEvt ); in reset()
H A DFilter.cxx191 EventObject aEvt(*this); in dispose() local
192 m_aTextListeners.disposeAndClear( aEvt ); in dispose()
379 TextEvent aEvt; in itemStateChanged() local
380 aEvt.Source = *this; in itemStateChanged()
383 ((XTextListener *)aIt.next())->textChanged( aEvt ); in itemStateChanged()
552 TextEvent aEvt; in commit() local
553 aEvt.Source = *this; in commit()
556 static_cast< XTextListener* >( aIt.next() )->textChanged( aEvt ); in commit()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx712 PropertyChangeEvent aEvt; in setPropertyValue() local
713 aEvt.Source = (OWeakObject*)this; in setPropertyValue()
714 aEvt.PropertyName = aPropertyName; in setPropertyValue()
715 aEvt.PropertyHandle = 0L; in setPropertyValue()
719 aPropChangeListener->propertyChange( aEvt ); in setPropertyValue()
723 PropertyChangeEvent aEvt; in setPropertyValue() local
724 aEvt.Source = (OWeakObject*)this; in setPropertyValue()
725 aEvt.PropertyName = aVetoPropChangeListenerStr; in setPropertyValue()
726 aEvt.PropertyHandle = 0L; in setPropertyValue()
730 aVetoPropChangeListener->vetoableChange( aEvt ); in setPropertyValue()

Completed in 215 milliseconds

12345