| /aoo4110/main/sd/source/ui/accessibility/ | 
| H A D | AccessibleOutlineView.cxx | 213     AccessibleOutlineView::disposing (const lang::EventObject& rEventObject)  in disposing()  argument216     AccessibleDocumentViewBase::disposing (rEventObject);  in disposing()
 254     AccessibleOutlineView::propertyChange (const beans::PropertyChangeEvent& rEventObject)  in propertyChange()  argument
 259     AccessibleDocumentViewBase::propertyChange (rEventObject);  in propertyChange()
 263     if (rEventObject.PropertyName == ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("CurrentPage")) ||  in propertyChange()
 264 		rEventObject.PropertyName == ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("PageChange")) )  in propertyChange()
 270     	CommitChange(AccessibleEventId::PAGE_CHANGED,rEventObject.NewValue,rEventObject.OldValue);  in propertyChange()
 272 …else if (rEventObject.PropertyName == ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("VisibleArea")))  in propertyChange()
 
 | 
| H A D | AccessibleDrawDocumentView.cxx | 323     AccessibleDrawDocumentView::disposing (const lang::EventObject& rEventObject)  in disposing()  argument328     AccessibleDocumentViewBase::disposing (rEventObject);  in disposing()
 329     if (rEventObject.Source == mxModel)  in disposing()
 344     AccessibleDrawDocumentView::propertyChange (const beans::PropertyChangeEvent& rEventObject)  in propertyChange()  argument
 349     AccessibleDocumentViewBase::propertyChange (rEventObject);  in propertyChange()
 353     if (rEventObject.PropertyName == OUString (RTL_CONSTASCII_USTRINGPARAM("CurrentPage")) ||  in propertyChange()
 354 		rEventObject.PropertyName == OUString (RTL_CONSTASCII_USTRINGPARAM("PageChange")) )  in propertyChange()
 388 		CommitChange(AccessibleEventId::PAGE_CHANGED,rEventObject.NewValue,rEventObject.OldValue);  in propertyChange()
 398 	else if (rEventObject.PropertyName == OUString (RTL_CONSTASCII_USTRINGPARAM("ActiveLayer")))  in propertyChange()
 400 		CommitChange(AccessibleEventId::PAGE_CHANGED,rEventObject.NewValue,rEventObject.OldValue);  in propertyChange()
 [all …]
 
 | 
| H A D | AccessibleDocumentViewBase.cxx | 607     AccessibleDocumentViewBase::disposing (const lang::EventObject& rEventObject)  in disposing()  argument615     if ( ! rEventObject.Source.is())  in disposing()
 619     else if (rEventObject.Source == mxModel || rEventObject.Source == mxController)  in disposing()
 
 | 
| /aoo4110/main/framework/source/services/ | 
| H A D | ContextChangeEventMultiplexer.cxx | 194     const css::ui::ContextChangeEventObject& rEventObject,  in broadcastContextChangeEvent()  argument204             pFocusDescriptor->msCurrentApplicationName = rEventObject.ApplicationName;  in broadcastContextChangeEvent()
 205             pFocusDescriptor->msCurrentContextName = rEventObject.ContextName;  in broadcastContextChangeEvent()
 209     BroadcastEventToSingleContainer(rEventObject, rxEventFocus);  in broadcastContextChangeEvent()
 211         BroadcastEventToSingleContainer(rEventObject, NULL);  in broadcastContextChangeEvent()
 218     const css::ui::ContextChangeEventObject& rEventObject,  in BroadcastEventToSingleContainer()  argument
 233             (*iListener)->notifyContextChangeEvent(rEventObject);  in BroadcastEventToSingleContainer()
 
 | 
| H A D | EventMultiplexer.cxx | 138     const cssl::EventObject& rEventObject,  in broadcastEvent()  argument142     BroadcastEventToSingleContainer(rEventObject, rxEventFocus);  in broadcastEvent()
 144         BroadcastEventToSingleContainer(rEventObject, NULL);  in broadcastEvent()
 151     const cssl::EventObject& rEventObject,  in BroadcastEventToSingleContainer()  argument
 166             (*iListener)->notifyEvent(rEventObject);  in BroadcastEventToSingleContainer()
 
 | 
| /aoo4110/main/vcl/source/app/ | 
| H A D | unohelp.cxx | 210 …bleStateEventGlobally( const ::com::sun::star::accessibility::AccessibleEventObject& rEventObject )  in NotifyAccessibleStateEventGlobally()  argument217         rEventObject.NewValue >>= nType;  in NotifyAccessibleStateEventGlobally()
 219             xExtToolkit->fireFocusGained( rEventObject.Source );  in NotifyAccessibleStateEventGlobally()
 222             rEventObject.OldValue >>= nType;  in NotifyAccessibleStateEventGlobally()
 224                 xExtToolkit->fireFocusLost( rEventObject.Source );  in NotifyAccessibleStateEventGlobally()
 
 | 
| /aoo4110/main/svx/source/accessibility/ | 
| H A D | ChildrenManagerImpl.cxx | 677     ChildrenManagerImpl::disposing (const lang::EventObject& rEventObject)  in disposing()  argument680     if (rEventObject.Source == maShapeTreeInfo.GetModelBroadcaster()  in disposing()
 681             || rEventObject.Source == maShapeTreeInfo.GetController())  in disposing()
 689         Reference<drawing::XShape> xShape (rEventObject.Source, uno::UNO_QUERY);  in disposing()
 713 		const document::EventObject& rEventObject)  in notifyEvent()  argument
 722     if (rEventObject.EventName.equals (sShapeInserted))  in notifyEvent()
 723         AddShape (Reference<drawing::XShape>(rEventObject.Source, uno::UNO_QUERY));  in notifyEvent()
 724     else if (rEventObject.EventName.equals (sShapeRemoved))  in notifyEvent()
 725         RemoveShape (Reference<drawing::XShape>(rEventObject.Source, uno::UNO_QUERY));  in notifyEvent()
 
 | 
| H A D | ChildrenManagerImpl.hxx | 253         disposing (const ::com::sun::star::lang::EventObject& rEventObject)260         notifyEvent (const ::com::sun::star::document::EventObject& rEventObject)
 
 | 
| /aoo4110/main/sw/source/ui/uiview/ | 
| H A D | uivwimp.cxx | 290 void SAL_CALL SwScannerEventListener::disposing( const EventObject& rEventObject) throw(uno::Runtim…  in disposing()  argument295 		pView->ScannerEventHdl( rEventObject );  in disposing()
 310 …L_CALL SwClipboardChangeListener::changedContents( const CLIP_NMSPC::ClipboardEvent& rEventObject )  in changedContents()  argument
 318             TransferableDataHelper aDataHelper( rEventObject.Contents );  in changedContents()
 
 | 
| /aoo4110/main/sw/source/ui/inc/ | 
| H A D | uivwimp.hxx | 66 …const ::com::sun::star::lang::EventObject& rEventObject ) throw(::com::sun::star::uno::RuntimeExce…79 	virtual void SAL_CALL disposing( const STAR_NMSPC::lang::EventObject& rEventObject )
 83 	virtual void SAL_CALL changedContents( const CLIP_NMSPC::ClipboardEvent& rEventObject )
 
 | 
| /aoo4110/main/sd/source/ui/framework/tools/ | 
| H A D | FrameworkHelper.cxx | 337     virtual void SAL_CALL disposing (const lang::EventObject& rEventObject)935 void FrameworkHelper::disposing (const lang::EventObject& rEventObject)  in disposing()  argument
 937     if (rEventObject.Source == mxConfigurationController)  in disposing()
 1079 void SAL_CALL FrameworkHelper::DisposeListener::disposing (const lang::EventObject& rEventObject)  in disposing()  argument
 1083         mpHelper->disposing(rEventObject);  in disposing()
 
 | 
| /aoo4110/main/sd/source/ui/tools/ | 
| H A D | EventMultiplexer.cxx | 92         disposing (const ::com::sun::star::lang::EventObject& rEventObject)528     const lang::EventObject& rEventObject)  in disposing()  argument
 534         if (rEventObject.Source == xController)  in disposing()
 543         && rEventObject.Source == xConfigurationController)  in disposing()
 
 | 
| /aoo4110/main/sd/source/ui/framework/factories/ | 
| H A D | BasicPaneFactory.cxx | 436     const lang::EventObject& rEventObject)  in disposing()  argument439     if (mxConfigurationControllerWeak == rEventObject.Source)  in disposing()
 447         Reference<XResource> xPane (rEventObject.Source, UNO_QUERY);  in disposing()
 
 | 
| H A D | BasicToolBarFactory.cxx | 177     const lang::EventObject& rEventObject)  in disposing()  argument180     if (rEventObject.Source == mxConfigurationController)  in disposing()
 
 | 
| H A D | PresentationFactory.cxx | 234     const lang::EventObject& rEventObject)  in disposing()  argument237     (void)rEventObject;  in disposing()
 
 | 
| /aoo4110/main/svtools/source/misc/ | 
| H A D | cliplistener.cxx | 55 							const datatransfer::clipboard::ClipboardEvent& rEventObject )  in changedContents()  argument62 		TransferableDataHelper aDataHelper( rEventObject.Contents );  in changedContents()
 
 | 
| /aoo4110/main/sfx2/source/sidebar/ | 
| H A D | SidebarPanel.cxx | 74 void SAL_CALL SidebarPanel::disposing (const css::lang::EventObject& rEventObject)  in disposing()  argument77     (void)rEventObject;  in disposing()
 
 | 
| /aoo4110/main/sd/source/ui/slidesorter/controller/ | 
| H A D | SlsListener.hxx | 104         disposing (const ::com::sun::star::lang::EventObject& rEventObject)111             const ::com::sun::star::document::EventObject& rEventObject)
 
 | 
| H A D | SlsListener.cxx | 444     const lang::EventObject& rEventObject)  in disposing()  argument449         && rEventObject.Source   in disposing()
 458         if (rEventObject.Source == xController)  in disposing()
 
 | 
| /aoo4110/main/sd/source/ui/inc/ | 
| H A D | AccessibleOutlineView.hxx | 109 		disposing (const ::com::sun::star::lang::EventObject& rEventObject)115 		propertyChange (const ::com::sun::star::beans::PropertyChangeEvent& rEventObject)
 
 | 
| H A D | AccessibleDrawDocumentView.hxx | 86 		disposing (const ::com::sun::star::lang::EventObject& rEventObject)93 		propertyChange (const ::com::sun::star::beans::PropertyChangeEvent& rEventObject)
 
 | 
| /aoo4110/main/framework/inc/services/ | 
| H A D | EventMultiplexer.hxx | 72         const cssl::EventObject& rEventObject,110         const cssl::EventObject& rEventObject,
 
 | 
| /aoo4110/main/sdext/source/presenter/ | 
| H A D | PresenterHelpView.cxx | 231 void SAL_CALL PresenterHelpView::disposing (const lang::EventObject& rEventObject)  in disposing()  argument234     if (rEventObject.Source == mxCanvas)  in disposing()
 238     else if (rEventObject.Source == mxWindow)  in disposing()
 
 | 
| /aoo4110/main/vbahelper/source/vbahelper/ | 
| H A D | vbashape.cxx | 81 ScVbaShape::disposing( const lang::EventObject& rEventObject ) throw( uno::RuntimeException )  in disposing()  argument85     uno::Reference< drawing::XShapes > xShapes( rEventObject.Source, uno::UNO_QUERY );  in disposing()
 86     uno::Reference< drawing::XShape > xShape( rEventObject.Source, uno::UNO_QUERY );  in disposing()
 
 | 
| /aoo4110/main/sd/source/ui/view/ | 
| H A D | drviewsa.cxx | 116 …virtual void SAL_CALL 	disposing( const ::com::sun::star::lang::EventObject& rEventObject ) throw …129 …rEventListener::disposing( const ::com::sun::star::lang::EventObject& rEventObject ) throw (::com:…  in disposing()  argument
 132 		mpParent->ScannerEvent( rEventObject );  in disposing()
 
 |