| /trunk/main/avmedia/source/java/ |
| H A D | PlayerWindow.java | 227 private void implFireMouseEvent( java.awt.event.MouseEvent aEvt ) in implFireMouseEvent() argument 229 if( aEvt.getSource() != null && in implFireMouseEvent() 230 aEvt.getSource() instanceof java.awt.Component ) in implFireMouseEvent() 232 aEvt.translatePoint( ( (java.awt.Component) aEvt.getSource() ).getX(), in implFireMouseEvent() 233 ( (java.awt.Component) aEvt.getSource() ).getY() ); in implFireMouseEvent() 236 maFrame.fireMouseEvent( aEvt ); in implFireMouseEvent() 243 public void keyPressed( java.awt.event.KeyEvent aEvt ) in keyPressed() argument 245 maFrame.fireKeyEvent( aEvt ); in keyPressed() 250 public void keyReleased( java.awt.event.KeyEvent aEvt ) in keyReleased() argument 252 maFrame.fireKeyEvent( aEvt ); in keyReleased() [all …]
|
| H A D | WindowAdapter.java | 188 public void fireKeyEvent( java.awt.event.KeyEvent aEvt ) in fireKeyEvent() argument 194 if( java.awt.event.KeyEvent.KEY_PRESSED == aEvt.getID() ) in fireKeyEvent() 196 switch( aEvt.getKeyCode() ) in fireKeyEvent() 209 else if( java.awt.event.KeyEvent.KEY_RELEASED == aEvt.getID() ) in fireKeyEvent() 211 switch( aEvt.getKeyCode() ) in fireKeyEvent() 240 aUNOEvt.KeyCode = implGetUNOKeyCode( aEvt.getKeyCode() ); in fireKeyEvent() 241 aUNOEvt.KeyChar = aEvt.getKeyChar(); in fireKeyEvent() 259 public void fireMouseEvent( java.awt.event.MouseEvent aEvt ) in fireMouseEvent() argument 265 aUNOEvt.X = aEvt.getX(); in fireMouseEvent() 266 aUNOEvt.Y = aEvt.getY(); in fireMouseEvent() [all …]
|
| /trunk/main/ucb/source/cacher/ |
| H A D | cachedcontentresultset.cxx | 853 PropertyChangeEvent aEvt; in impl_changeRowCount() local 856 aEvt.Source = static_cast< XPropertySet * >( this ); in impl_changeRowCount() 857 aEvt.Further = sal_False; in impl_changeRowCount() 858 aEvt.OldValue <<= nOld; in impl_changeRowCount() 859 aEvt.NewValue <<= nNew; in impl_changeRowCount() 865 impl_notifyPropertyChangeListeners( aEvt ); in impl_changeRowCount() 876 PropertyChangeEvent aEvt; in impl_changeIsRowCountFinal() local 879 aEvt.Source = static_cast< XPropertySet * >( this ); in impl_changeIsRowCountFinal() 880 aEvt.Further = sal_False; in impl_changeIsRowCountFinal() 881 aEvt.OldValue <<= bOld; in impl_changeIsRowCountFinal() [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 416 aEvt.Source = static_cast< XPropertySet * >( this ); in SAL_STATIC_CAST() 419 m_pPropertyChangeListeners->disposeAndClear( aEvt ); in SAL_STATIC_CAST() 425 EventObject aEvt; in SAL_STATIC_CAST() local 426 aEvt.Source = static_cast< XPropertySet * >( this ); in SAL_STATIC_CAST() 429 m_pVetoableChangeListeners->disposeAndClear( aEvt ); in SAL_STATIC_CAST() 823 PropertyChangeEvent aEvt( rEvt ); in impl_propertyChange() local [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()
|
| /trunk/main/ucbhelper/source/provider/ |
| H A D | contenthelper.cxx | 303 lang::EventObject aEvt; in dispose() local 304 aEvt.Source = static_cast< lang::XComponent * >( this ); in dispose() 305 m_pImpl->m_pDisposeEventListeners->disposeAndClear( aEvt ); in dispose() 311 lang::EventObject aEvt; in dispose() local 312 aEvt.Source = static_cast< com::sun::star::ucb::XContent * >( this ); in dispose() 313 m_pImpl->m_pContentEventListeners->disposeAndClear( aEvt ); in dispose() 319 lang::EventObject aEvt; in dispose() local 320 aEvt.Source in dispose() 322 m_pImpl->m_pPropSetChangeListeners->disposeAndClear( aEvt ); in dispose() 328 lang::EventObject aEvt; in dispose() local [all …]
|
| /trunk/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 …]
|
| /trunk/main/ucb/source/core/ |
| H A D | ucbstore.cxx | 1415 EventObject aEvt; in dispose() local 1416 aEvt.Source = static_cast< XComponent * >( this ); in dispose() 1417 m_pImpl->m_pDisposeEventListeners->disposeAndClear( aEvt ); in dispose() 1423 EventObject aEvt; in dispose() local 1424 aEvt.Source = static_cast< XPropertySetInfoChangeNotifier * >( this ); in dispose() 1425 m_pImpl->m_pPropSetChangeListeners->disposeAndClear( aEvt ); in dispose() 1430 EventObject aEvt; in dispose() local 1431 aEvt.Source = static_cast< XPropertySet * >( this ); in dispose() 1432 m_pImpl->m_pPropertyChangeListeners->disposeAndClear( aEvt ); in dispose() 1548 PropertyChangeEvent aEvt; in setPropertyValue() local [all …]
|
| /trunk/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 3234 SalExtTextInputEvent aEvt; in ImplHandleIMEConversion() local 3235 aEvt.mnTime = WinQueryMsgTime( pFrame->mhAB ); in ImplHandleIMEConversion() 3236 aEvt.mpTextAttr = NULL; in ImplHandleIMEConversion() 3237 aEvt.mnCursorPos = 0; in ImplHandleIMEConversion() 3238 aEvt.mnDeltaStart = 0; in ImplHandleIMEConversion() 3239 aEvt.mbOnlyCursor = FALSE; in ImplHandleIMEConversion() 3240 aEvt.mbCursorVisible = TRUE; in ImplHandleIMEConversion() 3257 aEvt.mbCursorVisible = TRUE; in ImplHandleIMEConversion() 3294 aEvt.mnCursorPos = 0; in ImplHandleIMEConversion() 3295 aEvt.mnDeltaStart = 0; in ImplHandleIMEConversion() [all …]
|
| /trunk/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()
|
| /trunk/main/dbaccess/source/ui/browser/ |
| H A D | formadapter.cxx | 220 ::com::sun::star::lang::EventObject aEvt(*this); in AttachForm() 223 ((::com::sun::star::form::XLoadListener*)aIt.next())->unloaded(aEvt); in AttachForm() 237 ::com::sun::star::lang::EventObject aEvt(*this); in AttachForm() 240 ((::com::sun::star::form::XLoadListener*)aIt.next())->loaded(aEvt); in AttachForm() 1152 ::com::sun::star::lang::EventObject aEvt(*this); in dispose() 1153 m_aLoadListeners.disposeAndClear(aEvt); in dispose() 1154 m_aRowSetListeners.disposeAndClear(aEvt); in dispose() 1155 m_aRowSetApproveListeners.disposeAndClear(aEvt); in dispose() 1156 m_aErrorListeners.disposeAndClear(aEvt); in dispose() 1157 m_aParameterListeners.disposeAndClear(aEvt); in dispose() [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() 502 ::com::sun::star::frame::FeatureStateEvent aEvt; in NotifyStatusChanged() 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() [all …]
|
| /trunk/main/ucb/source/sorter/ |
| H A D | sortresult.cxx | 261 EventObject aEvt; in dispose() local 262 aEvt.Source = static_cast< XComponent * >( this ); in dispose() 263 mpDisposeEventListeners->disposeAndClear( aEvt ); in dispose() 268 EventObject aEvt; in dispose() local 269 aEvt.Source = static_cast< XPropertySet * >( this ); in dispose() 270 mpPropChangeListeners->disposeAndClear( aEvt ); in dispose() 275 EventObject aEvt; in dispose() local 276 aEvt.Source = static_cast< XPropertySet * >( this ); in dispose() 277 mpVetoChangeListeners->disposeAndClear( aEvt ); in dispose() 1490 PropertyChangeEvent aEvt; in CheckProperties() local [all …]
|
| /trunk/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()
|
| /trunk/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 5396 SalExtTextInputEvent aEvt; in ImplHandleIMECompositionInput() local 5397 aEvt.mnTime = GetMessageTime(); in ImplHandleIMECompositionInput() 5398 aEvt.mpTextAttr = NULL; in ImplHandleIMECompositionInput() 5399 aEvt.mnCursorPos = 0; in ImplHandleIMECompositionInput() 5400 aEvt.mnDeltaStart = 0; in ImplHandleIMECompositionInput() 5401 aEvt.mbOnlyCursor = FALSE; in ImplHandleIMECompositionInput() 5402 aEvt.mnCursorFlags = 0; in ImplHandleIMECompositionInput() 5414 … aEvt.maText = XubString( reinterpret_cast<const xub_Unicode*>(pTextBuf), (xub_StrLen)nTextLen ); in ImplHandleIMECompositionInput() 5418 aEvt.mnCursorPos = aEvt.maText.Len(); in ImplHandleIMECompositionInput() 5419 pFrame->CallCallback( SALEVENT_EXTTEXTINPUT, (void*)&aEvt ); in ImplHandleIMECompositionInput() [all …]
|
| /trunk/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()
|
| /trunk/main/svx/source/fmcomp/ |
| H A D | fmgridif.cxx | 447 EventObject aEvt; in dispose() local 448 aEvt.Source = static_cast< ::cppu::OWeakObject* >(this); in dispose() 449 m_aModifyListeners.disposeAndClear(aEvt); in dispose() 450 m_aUpdateListeners.disposeAndClear(aEvt); in dispose() 451 m_aContainerListeners.disposeAndClear(aEvt); in dispose() 1459 EventObject aEvt; in CellModified() local 1460 aEvt.Source = static_cast< ::cppu::OWeakObject* >(this); in CellModified() 1461 m_aModifyListeners.notifyEach( &XModifyListener::modified, aEvt ); in CellModified() 1597 EventObject aEvt(static_cast< ::cppu::OWeakObject* >(this)); in commit() local 1601 if ( !static_cast< XUpdateListener* >( aIter.next() )->approveUpdate( aEvt ) ) in commit() [all …]
|
| /trunk/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()
|
| /trunk/main/dbaccess/source/core/api/ |
| H A D | RowSet.cxx | 123 bCheck = static_cast< T* >( pxInt->get() )->method(aEvt); \ 905 RowsChangeEvent aEvt(*this,RowChangeAction::INSERT,1,aChangedBookmarks); in insertRow() local 906 notifyAllListenersRowBeforeChange(aGuard,aEvt); in insertRow() 922 notifyAllListenersRowChanged(aGuard,aEvt); in insertRow() 968 RowsChangeEvent aEvt(*this,RowChangeAction::UPDATE,1,aChangedBookmarks); in updateRow() local 969 notifyAllListenersRowBeforeChange(aGuard,aEvt); in updateRow() 974 aEvt.Bookmarks = Sequence<Any>(&(*aBookmarks.begin()),aBookmarks.size()); in updateRow() 975 aEvt.Rows += aBookmarks.size(); in updateRow() 994 notifyAllListenersRowChanged(aGuard,aEvt); in updateRow() 1041 RowsChangeEvent aEvt(*this,RowChangeAction::DELETE,1,aChangedBookmarks); in deleteRow() local [all …]
|
| /trunk/main/svx/source/form/ |
| H A D | formcontroller.cxx | 1209 EventObject aEvt( *this ); in disposing() local 1213 m_aActivateListeners.notifyEach( &XFormControllerListener::formDeactivated, aEvt ); in disposing() 1216 m_aActivateListeners.disposeAndClear(aEvt); in disposing() 1217 m_aModifyListeners.disposeAndClear(aEvt); in disposing() 1218 m_aErrorListeners.disposeAndClear(aEvt); in disposing() 1219 m_aDeleteListeners.disposeAndClear(aEvt); in disposing() 1220 m_aRowSetApproveListeners.disposeAndClear(aEvt); in disposing() 1221 m_aParameterListeners.disposeAndClear(aEvt); in disposing() 1222 m_aFilterListeners.disposeAndClear(aEvt); in disposing() 1630 EventObject aEvt(static_cast<cppu::OWeakObject*>(this)); in impl_onModify() local [all …]
|
| /trunk/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() 912 m_aContainerListeners.notifyEach( &XContainerListener::elementInserted, aEvt ); 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() [all …]
|
| /trunk/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()
|
| /trunk/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()
|