Home
last modified time | relevance | path

Searched refs:aEvent (Results 26 – 50 of 675) sorted by relevance

12345678910>>...27

/aoo42x/main/winaccessibility/source/service/
H A DAccDescendantManagerEventListener.cxx49 …rEventListener::notifyEvent( const ::com::sun::star::accessibility::AccessibleEventObject& aEvent ) in notifyEvent() argument
52 switch (aEvent.EventId) in notifyEvent()
55 handleSelectionChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
58 handleChildChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
61 handleChildChangedNoFocusEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
64 handleSelectionChangedAddEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
67 handleSelectionChangedRemoveEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
70 handleSelectionChangedWithinEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
73 AccComponentEventListener::notifyEvent(aEvent); in notifyEvent()
/aoo42x/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx566 ConfigurationEvent aEvent; in impl_resetElementTypeData() local
568 aEvent.Accessor <<= xThis; in impl_resetElementTypeData()
569 aEvent.Source = xIfac; in impl_resetElementTypeData()
1137 ConfigurationEvent aEvent; in replaceSettings() local
1141 aEvent.Accessor <<= xThis; in replaceSettings()
1142 aEvent.Source = xIfac; in replaceSettings()
1187 ConfigurationEvent aEvent; in replaceSettings() local
1191 aEvent.Source = xIfac; in replaceSettings()
1331 ConfigurationEvent aEvent; in insertSettings() local
1334 aEvent.Accessor <<= xThis; in insertSettings()
[all …]
H A Duiconfigurationmanagerimpl.cxx538 ConfigurationEvent aEvent; in impl_resetElementTypeData() local
540 aEvent.Accessor <<= xThis; in impl_resetElementTypeData()
541 aEvent.Source = m_xOwner; in impl_resetElementTypeData()
1104 ConfigurationEvent aEvent; in replaceSettings() local
1107 aEvent.Accessor <<= xThis; in replaceSettings()
1108 aEvent.Source = m_xOwner; in replaceSettings()
1152 ConfigurationEvent aEvent; in replaceSettings() local
1156 aEvent.Source = m_xOwner; in replaceSettings()
1308 ConfigurationEvent aEvent; in insertSettings() local
1311 aEvent.Accessor <<= xThis; in insertSettings()
[all …]
H A Duiconfigurationmanager.cxx467 ConfigurationEvent aEvent; in impl_resetElementTypeData() local
469 aEvent.Accessor <<= xThis; in impl_resetElementTypeData()
470 aEvent.Source = xIfac; in impl_resetElementTypeData()
913 ConfigurationEvent aEvent; in replaceSettings() local
917 aEvent.Accessor <<= xThis; in replaceSettings()
918 aEvent.Source = xIfac; in replaceSettings()
972 ConfigurationEvent aEvent; in removeSettings() local
976 aEvent.Source = xIfac; in removeSettings()
1049 ConfigurationEvent aEvent; in insertSettings() local
1052 aEvent.Accessor <<= xThis; in insertSettings()
[all …]
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx442 AccessibleEventObject aEvent; in operator ()() local
445 aEvent.OldValue <<= xAccessible; in operator ()()
460 AccessibleEventObject aEvent; in operator ()() local
463 aEvent.NewValue <<= xAccessible; in operator ()()
837 aEvent.NewValue <<= xAcc; in FindChanged()
847 aEvent.OldValue <<= xAcc; in FindChanged()
855 AccessibleEventObject aEvent; in FindChanged() local
858 aEvent.OldValue <<= xAcc; in FindChanged()
865 AccessibleEventObject aEvent; in FindChanged() local
868 aEvent.NewValue <<= xAcc; in FindChanged()
[all …]
H A DAccessibleDocument.cxx1098 AccessibleEventObject aEvent; in FindSelectedShapesChanges() local
1108 AccessibleEventObject aEvent; in FindSelectedShapesChanges() local
1119 aEvent.NewValue <<= xChild; in FindSelectedShapesChanges()
1126 AccessibleEventObject aEvent; in FindSelectedShapesChanges() local
1130 aEvent.NewValue <<= xChild; in FindSelectedShapesChanges()
1299 AccessibleEventObject aEvent; in AddShape() local
1587 AccessibleEventObject aEvent; in Notify() local
1690 AccessibleEventObject aEvent; in selectionChanged() local
1694 CommitChange(aEvent); in selectionChanged()
2326 CommitChange( aEvent ); in AddChild()
[all …]
H A DAccessibleCsvControl.cxx170 AccessibleEventObject aEvent; in SendVisibleEvent() local
173 CommitChange( aEvent ); in SendVisibleEvent()
178 AccessibleEventObject aEvent; in SendSelectionEvent() local
181 CommitChange( aEvent ); in SendSelectionEvent()
814 aEvent.NewValue <<= nPos; in SendCaretEvent()
815 CommitChange( aEvent ); in SendCaretEvent()
1321 (bFocused ? aEvent.NewValue : aEvent.OldValue) <<= in SendFocusEvent()
1323 CommitChange( aEvent ); in SendFocusEvent()
1337 CommitChange( aEvent ); in SendTableUpdateEvent()
1352 CommitChange( aEvent ); in SendInsertColumnEvent()
[all …]
H A DAccessiblePageHeader.cxx152 AccessibleEventObject aEvent; in Notify() local
153 aEvent.EventId = AccessibleEventId::CHILD; in Notify()
154 aEvent.Source = uno::Reference< XAccessibleContext >(this); in Notify()
157 CommitChange(aEvent); // child gone - event in Notify()
162 AccessibleEventObject aEvent; in Notify() local
163 aEvent.EventId = AccessibleEventId::CHILD; in Notify()
167 CommitChange(aEvent); // new child - event in Notify()
175 AccessibleEventObject aEvent; in Notify() local
176 aEvent.EventId = AccessibleEventId::VISIBLE_DATA_CHANGED; in Notify()
177 aEvent.Source = uno::Reference< XAccessibleContext >(this); in Notify()
[all …]
/aoo42x/main/sw/source/ui/uno/
H A Dunodispatch.cxx271 frame::FeatureStateEvent aEvent; in dispatch() local
272 aEvent.IsEnabled = sal_True; in dispatch()
290 aEvent.FeatureURL = aStatus.aURL; in dispatch()
314 frame::FeatureStateEvent aEvent; in addStatusListener() local
315 aEvent.IsEnabled = bEnable; in addStatusListener()
316 aEvent.Source = *(cppu::OWeakObject*)this; in addStatusListener()
317 aEvent.FeatureURL = aURL; in addStatusListener()
334 xControl->statusChanged( aEvent ); in addStatusListener()
387 frame::FeatureStateEvent aEvent; in selectionChanged() local
388 aEvent.IsEnabled = bEnable; in selectionChanged()
[all …]
/aoo42x/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx254 switch( aEvent.EventId ) in notifyEvent()
266 if( aEvent.OldValue >>= xChild ) in notifyEvent()
269 if( aEvent.NewValue >>= xChild ) in notifyEvent()
288 if( aEvent.NewValue >>= aName ) in notifyEvent()
299 if( aEvent.NewValue >>= aDescription ) in notifyEvent()
309 AtkStateType eOldState = mapState( aEvent.OldValue ); in notifyEvent()
310 AtkStateType eNewState = mapState( aEvent.NewValue ); in notifyEvent()
391 aEvent.NewValue >>= nPos; in notifyEvent()
404 if( aEvent.OldValue >>= aDeletedText ) in notifyEvent()
421 if( aEvent.NewValue >>= aInsertedText ) in notifyEvent()
[all …]
/aoo42x/main/framework/source/fwi/classes/
H A Dpropertysethelper.cxx130 css::lang::EventObject aEvent(xThis); in impl_disablePropertySet() local
159 xListener->vetoableChange(aEvent); in impl_existsVeto()
189 xListener->propertyChange(aEvent); in impl_notifyChangeListener()
249 css::beans::PropertyChangeEvent aEvent; in setPropertyValue() local
250 aEvent.PropertyName = aPropInfo.Name; in setPropertyValue()
251 aEvent.Further = sal_False; in setPropertyValue()
252 aEvent.PropertyHandle = aPropInfo.Handle; in setPropertyValue()
253 aEvent.OldValue = aCurrentValue; in setPropertyValue()
254 aEvent.NewValue = aValue; in setPropertyValue()
264 if (impl_existsVeto(aEvent)) in setPropertyValue()
[all …]
/aoo42x/main/sdext/source/presenter/
H A DPresenterSlideShowView.cxx210 lang::EventObject aEvent; in disposing() local
211 aEvent.Source = static_cast<XWeak*>(this); in disposing()
216 pIterator->disposeAndClear(aEvent); in disposing()
616 awt::MouseEvent aEvent (rEvent); in mousePressed() local
617 aEvent.Source = static_cast<XWeak*>(this); in mousePressed()
639 awt::MouseEvent aEvent (rEvent); in mouseReleased() local
655 awt::MouseEvent aEvent (rEvent); in mouseEntered() local
671 awt::MouseEvent aEvent (rEvent); in mouseExited() local
689 awt::MouseEvent aEvent (rEvent); in mouseDragged() local
705 awt::MouseEvent aEvent (rEvent); in mouseMoved() local
[all …]
/aoo42x/main/svtools/workben/
H A Dbrowser.cxx415 aEvent += rEvt.GetMousePosPixel().X(); in Command()
417 aEvent += rEvt.GetMousePosPixel().Y(); in Command()
418 ( (AppWindow*) GetParent() )->Event( aEvent ); in Command()
432 aEvent += String( nRow ); in Select()
435 aEvent.Erase( aEvent.Len() - 2 ); in Select()
437 ( (AppWindow*) GetParent() )->Event( aEvent ); in Select()
445 aEvent += String( GetCurRow() ); in DoubleClick()
447 aEvent += String( FirstSelectedRow() ); in DoubleClick()
448 ( (AppWindow*) GetParent() )->Event( aEvent ); in DoubleClick()
464 aEvent += String( GetCurRow() ); in CursorMoved()
[all …]
/aoo42x/main/vcl/aqua/source/a11y/
H A Ddocumentfocuslistener.cxx53 DocumentFocusListener::disposing( const EventObject& aEvent ) in disposing() argument
58 if( aEvent.Source.is() ) in disposing()
59 m_aRefList.erase(aEvent.Source); in disposing()
65 DocumentFocusListener::notifyEvent( const AccessibleEventObject& aEvent ) in notifyEvent() argument
69 switch( aEvent.EventId ) in notifyEvent()
74 aEvent.NewValue >>= nState; in notifyEvent()
77 m_aFocusTracker.setFocusedObject( getAccessible(aEvent) ); in notifyEvent()
84 if( (aEvent.OldValue >>= xChild) && xChild.is() ) in notifyEvent()
87 if( (aEvent.NewValue >>= xChild) && xChild.is() ) in notifyEvent()
116 Reference< XAccessible > xAccessible(aEvent.Source, UNO_QUERY); in getAccessible()
[all …]
/aoo42x/main/framework/source/jobs/
H A Djobexecutor.cxx242 aModuleIdentifier = m_xModuleManager->identify( aEvent.Source ); in notifyEvent()
249 (aEvent.EventName.equals(EVENT_ON_NEW )) || in notifyEvent()
250 (aEvent.EventName.equals(EVENT_ON_LOAD)) in notifyEvent()
259 (aEvent.EventName.equals(EVENT_ON_CREATE )) || in notifyEvent()
260 (aEvent.EventName.equals(EVENT_ON_LOAD_FINISHED)) in notifyEvent()
268 if (m_lEvents.find(aEvent.EventName) != m_lEvents.end()) in notifyEvent()
269 JobData::appendEnabledJobsForEvent(m_xSMGR, aEvent.EventName, lJobs); in notifyEvent()
297 css::uno::Reference< css::frame::XModel > xModel(aEvent.Source, css::uno::UNO_QUERY); in notifyEvent()
314 if (aEvent.Accessor >>= sValue) in elementInserted()
329 if (aEvent.Accessor >>= sValue) in elementRemoved()
[all …]
/aoo42x/main/slideshow/source/engine/animationnodes/
H A Dgenerateevent.cxx61 animations::Event aEvent; in generateEvent() local
76 else if (rEventDescription >>= aEvent) { in generateEvent()
80 if (aEvent.Offset.hasValue() && !(aEvent.Offset >>= nDelay2)) { in generateEvent()
92 switch (aEvent.Trigger) { in generateEvent()
106 if (aEvent.Source >>= xNode) { in generateEvent()
120 if (aEvent.Source >>= xNode) { in generateEvent()
134 if ((aEvent.Source >>= xShape) && in generateEvent()
150 if ((aEvent.Source >>= xShape) && in generateEvent()
166 if ((aEvent.Source >>= xShape) && in generateEvent()
182 if ((aEvent.Source >>= xShape) && in generateEvent()
[all …]
/aoo42x/main/comphelper/source/misc/
H A Daccessiblecontexthelper.cxx202 AccessibleEventObject aEvent; in NotifyAccessibleEvent() local
203 aEvent.Source = *this; in NotifyAccessibleEvent()
204 aEvent.EventId = _nEventId; in NotifyAccessibleEvent()
205 aEvent.OldValue = _rOldValue; in NotifyAccessibleEvent()
206 aEvent.NewValue = _rNewValue; in NotifyAccessibleEvent()
230 AccessibleEventObject aEvent; in BufferAccessibleEvent() local
231 aEvent.Source = *this; in BufferAccessibleEvent()
233 aEvent.EventId = _nEventId; in BufferAccessibleEvent()
234 aEvent.OldValue = _rOldValue; in BufferAccessibleEvent()
235 aEvent.NewValue = _rNewValue; in BufferAccessibleEvent()
[all …]
/aoo42x/main/sfx2/source/control/
H A Dunoctitm.cxx311 aEvent.FeatureURL = aURL; in addStatusListener()
313 aEvent.IsEnabled = sal_True; in addStatusListener()
314 aEvent.Requery = sal_False; in addStatusListener()
315 aListener->statusChanged( aEvent ); in addStatusListener()
896 aEvent.FeatureURL = aURL; in addStatusListener()
898 aEvent.Requery = sal_False; in addStatusListener()
902 aEvent.State = aState; in addStatusListener()
915 aListener->statusChanged( aEvent ); in addStatusListener()
985 aEvent.FeatureURL = aDispatchURL; in StateChanged()
988 aEvent.Requery = sal_False; in StateChanged()
[all …]
/aoo42x/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx270 GridDataEvent aEvent( i_originalEvent ); in impl_createPublicEvent() local
271 aEvent.Source = *const_cast< SortableGridDataModel* >( this ); in impl_createPublicEvent()
272 aEvent.FirstRow = impl_getPublicRowIndex_nothrow( aEvent.FirstRow ); in impl_createPublicEvent()
273 aEvent.LastRow = impl_getPublicRowIndex_nothrow( aEvent.LastRow ); in impl_createPublicEvent()
274 return aEvent; in impl_createPublicEvent()
303 GridDataEvent const aEvent( impl_createPublicEvent( i_event ) ); in rowsInserted() local
368 GridDataEvent aEvent( i_event ); in rowsRemoved() local
369 aEvent.Source = *this; in rowsRemoved()
393 GridDataEvent const aEvent( impl_createPublicEvent( i_event ) ); in rowsRemoved() local
397 sal_Int32 const publicIndex = aEvent.FirstRow; in rowsRemoved()
[all …]
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DLayoutManager.java47 public void mouseClicked (MouseEvent aEvent) in mouseClicked() argument
49 System.out.println (aEvent); in mouseClicked()
51 public void mousePressed (MouseEvent aEvent) in mousePressed() argument
53 mnOldY = aEvent.getPoint().y; in mousePressed()
55 public void mouseReleased (MouseEvent aEvent) in mouseReleased() argument
59 InsertView (maDraggedView, aEvent.getPoint().y); in mouseReleased()
64 public void mouseEntered (MouseEvent aEvent) in mouseEntered() argument
67 public void mouseExited (MouseEvent aEvent) in mouseExited() argument
76 public void mouseDragged (MouseEvent aEvent) in mouseDragged() argument
78 int dy = mnOldY - aEvent.getPoint().y; in mouseDragged()
[all …]
/aoo42x/main/sd/source/ui/framework/configuration/
H A DConfigurationControllerBroadcaster.cxx104 ConfigurationChangeEvent aEvent (rEvent); in NotifyListeners() local
111 aEvent.UserData = iListener->maUserData; in NotifyListeners()
112 iListener->mxListener->notifyConfigurationChange(aEvent); in NotifyListeners()
162 ConfigurationChangeEvent aEvent; in NotifyListeners() local
163 aEvent.Type = rsEventType; in NotifyListeners()
164 aEvent.ResourceId = rxResourceId; in NotifyListeners()
165 aEvent.ResourceObject = rxResourceObject; in NotifyListeners()
168 NotifyListeners(aEvent); in NotifyListeners()
181 lang::EventObject aEvent; in DisposeAndClear() local
182 aEvent.Source = mxConfigurationController; in DisposeAndClear()
[all …]
/aoo42x/main/forms/source/richtext/
H A Dfeaturedispatcher.cxx66 EventObject aEvent( *this ); in dispose() local
67 m_aStatusListeners.disposeAndClear( aEvent ); in dispose()
111 FeatureStateEvent aEvent; in buildStatusEvent() local
112 aEvent.IsEnabled = sal_False; in buildStatusEvent()
113 aEvent.Source = *const_cast< ORichTextFeatureDispatcher* >( this ); in buildStatusEvent()
114 aEvent.FeatureURL = getFeatureURL(); in buildStatusEvent()
115 aEvent.Requery = sal_False; in buildStatusEvent()
116 return aEvent; in buildStatusEvent()
122 FeatureStateEvent aEvent( buildStatusEvent() ); in invalidateFeatureState_Broadcast() local
125 doNotify( static_cast< XStatusListener* >( aIter.next() ), aEvent ); in invalidateFeatureState_Broadcast()
H A Dspecialdispatchers.cxx91 FeatureStateEvent aEvent( ORichTextFeatureDispatcher::buildStatusEvent() ); in buildStatusEvent() local
92 aEvent.IsEnabled = sal_True; in buildStatusEvent()
93 return aEvent; in buildStatusEvent()
109 FeatureStateEvent aEvent( OAttributeDispatcher::buildStatusEvent() ); in buildStatusEvent() local
114 aEvent.IsEnabled = sal_False; in buildStatusEvent()
116 return aEvent; in buildStatusEvent()
148 FeatureStateEvent aEvent( ORichTextFeatureDispatcher::buildStatusEvent() ); in buildStatusEvent() local
153 aEvent.IsEnabled = sal_True; in buildStatusEvent()
154 aEvent.State <<= (sal_Bool)( pEngine && pEngine->IsVertical() ); in buildStatusEvent()
156 return aEvent; in buildStatusEvent()
/aoo42x/main/sc/source/ui/unoobj/
H A Ddispuno.cxx301 frame::FeatureStateEvent aEvent; in addStatusListener() local
302 aEvent.IsEnabled = sal_True; in addStatusListener()
303 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in addStatusListener()
304 aEvent.FeatureURL = aURL; in addStatusListener()
327 xListener->statusChanged( aEvent ); in addStatusListener()
381 frame::FeatureStateEvent aEvent; in selectionChanged() local
382 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in selectionChanged()
388 (*aDataSourceListeners[n])->statusChanged( aEvent ); in selectionChanged()
404 lang::EventObject aEvent; in disposing() local
405 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in disposing()
[all …]
/aoo42x/main/sfx2/source/notify/
H A Deventsupplier.cxx319 OUSTRING aName = aEvent.EventName; in notifyEvent()
337 …Execute( aEventData, css::document::DocumentEvent(aEvent.Source, aEvent.EventName, NULL, css::uno:… in notifyEvent()
659 css::document::DocumentEvent aDocEvent(aEvent.Source, aEvent.EventName, NULL, css::uno::Any()); in notifyEvent()
660 implts_notifyJobExecution(aEvent); in notifyEvent()
675 void SAL_CALL SfxGlobalEvents_Impl::disposing(const css::lang::EventObject& aEvent) in disposing() argument
678 css::uno::Reference< css::frame::XModel > xDoc(aEvent.Source, UNO_QUERY); in disposing()
828 xJobExecutor->notifyEvent(aEvent); in implts_notifyJobExecution()
848 if ( xEvents.is() && xEvents->hasByName( aEvent.EventName ) ) in implts_checkAndExecuteEventBindings()
849 aAny = xEvents->getByName(aEvent.EventName); in implts_checkAndExecuteEventBindings()
850 Execute(aAny, aEvent, 0); in implts_checkAndExecuteEventBindings()
[all …]

Completed in 219 milliseconds

12345678910>>...27