Lines Matching refs:rEvent
145 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
148 OSL_ASSERT(rEvent.ResourceId.is()); in notifyConfigurationChange()
151 rEvent.UserData >>= nEventType; in notifyConfigurationChange()
155 if (rEvent.ResourceId->isBoundToURL( in notifyConfigurationChange()
161 if (rEvent.ResourceId->getResourceTypePrefix().equals( in notifyConfigurationChange()
167 rEvent.ResourceId->getResourceURL(), in notifyConfigurationChange()
168 rEvent.Configuration, in notifyConfigurationChange()
172 else if (rEvent.ResourceId->compareTo(mxResourceId) == 0) in notifyConfigurationChange()
177 HandleResourceRequest(true, rEvent.Configuration); in notifyConfigurationChange()
182 if (rEvent.ResourceId->compareTo(mxMainViewAnchorId) == 0) in notifyConfigurationChange()
186 rEvent.Configuration, in notifyConfigurationChange()
189 else if (rEvent.ResourceId->compareTo(mxResourceId) == 0) in notifyConfigurationChange()
194 HandleResourceRequest(false, rEvent.Configuration); in notifyConfigurationChange()
278 const lang::EventObject& rEvent) in disposing() argument
282 && rEvent.Source == mxConfigurationController) in disposing()