Lines Matching refs:rEvent

86 	void CallListeners (EventMultiplexerEvent& rEvent);
99 const com::sun::star::beans::PropertyChangeEvent& rEvent)
105 const com::sun::star::lang::EventObject& rEvent)
114 frameAction (const ::com::sun::star::frame::FrameActionEvent& rEvent)
120 const ::com::sun::star::drawing::framework::ConfigurationChangeEvent& rEvent)
555 const beans::PropertyChangeEvent& rEvent) in propertyChange() argument
560 if (rEvent.PropertyName.equals(msCurrentPagePropertyName)) in propertyChange()
564 else if (rEvent.PropertyName.equals(msEditModePropertyName)) in propertyChange()
567 rEvent.NewValue >>= bIsMasterPageMode; in propertyChange()
581 const frame::FrameActionEvent& rEvent) in frameAction() argument
585 if (rEvent.Frame == xFrame) in frameAction()
586 switch (rEvent.Action) in frameAction()
628 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
632 rEvent.UserData >>= nEventType; in notifyConfigurationChange()
636 if (rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix)) in notifyConfigurationChange()
640 if (rEvent.ResourceId->isBoundToURL( in notifyConfigurationChange()
647 if (rEvent.ResourceId->getResourceURL().equals(FrameworkHelper::msSlideSorterURL)) in notifyConfigurationChange()
652 Reference<XView>(rEvent.ResourceObject,UNO_QUERY)).get()); in notifyConfigurationChange()
663 if (rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix)) in notifyConfigurationChange()
667 if (rEvent.ResourceId->isBoundToURL( in notifyConfigurationChange()
675 if (rEvent.ResourceId->getResourceURL().equals(FrameworkHelper::msSlideSorterURL)) in notifyConfigurationChange()
680 Reference<XView>(rEvent.ResourceObject, UNO_QUERY)).get()); in notifyConfigurationChange()
782 void EventMultiplexer::Implementation::CallListeners (EventMultiplexerEvent& rEvent) in CallListeners() argument
789 if ((iListener->second && rEvent.meEventId) != 0) in CallListeners()
790 iListener->first.Call(&rEvent); in CallListeners()