/aoo41x/main/avmedia/source/java/ |
H A D | PlayerWindow.java | 232 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 D | WindowAdapter.java | 196 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/ucb/source/cacher/ |
H A D | cachedcontentresultset.cxx | 853 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 D | contentresultsetwrapper.cxx | 405 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 D | cachedcontentresultsetstub.cxx | 102 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()
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | contenthelper.cxx | 303 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 …]
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filnot.cxx | 75 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 …]
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | PropChgHelper_Spell.java | 49 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 D | PropChgHelper_Hyph.java | 49 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()
|
/aoo41x/main/ucb/source/core/ |
H A D | ucbstore.cxx | 1417 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 …]
|
/aoo41x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 3234 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 …]
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | formadapter.cxx | 1217 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 D | sbagrid.cxx | 448 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 …]
|
/aoo41x/main/ucb/source/sorter/ |
H A D | sortresult.cxx | 261 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 …]
|
/aoo41x/main/vcl/unx/generic/window/ |
H A D | salobj.cxx | 494 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()
|
/aoo41x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 5400 aEvt.mnCursorPos = 0; in ImplHandleIMECompositionInput() 5401 aEvt.mnDeltaStart = 0; in ImplHandleIMECompositionInput() 5403 aEvt.mnCursorFlags = 0; in ImplHandleIMECompositionInput() 5419 aEvt.mnCursorPos = aEvt.maText.Len(); in ImplHandleIMECompositionInput() 5700 aEvt.maText = UniString(); in ImplHandleIMEReconvertString() 5701 aEvt.mnStart = aEvt.mnEnd = 0; in ImplHandleIMEReconvertString() 5718 if( aEvt.maText.Len() == 0 ) in ImplHandleIMEReconvertString() 5736 pReconvertString->dwCompStrLen = aEvt.mnEnd - aEvt.mnStart; in ImplHandleIMEReconvertString() 5754 aEvt.maText = UniString(); in ImplHandleIMEConfirmReconvertString() 5755 aEvt.mnStart = aEvt.mnEnd = 0; in ImplHandleIMEConfirmReconvertString() [all …]
|
/aoo41x/main/cppuhelper/source/ |
H A D | implbase.cxx | 274 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()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | intercept.cxx | 66 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/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 447 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 …]
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 906 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/svx/source/form/ |
H A D | formcontroller.cxx | 1209 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 …]
|
/aoo41x/main/forms/source/misc/ |
H A D | InterfaceContainer.cxx | 277 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 …]
|
/aoo41x/main/forms/source/component/ |
H A D | File.cxx | 147 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 D | Filter.cxx | 191 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()
|
/aoo41x/main/stoc/test/ |
H A D | testintrosp.cxx | 712 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()
|