Home
last modified time | relevance | path

Searched refs:_rEvent (Results 1 – 25 of 144) sorted by relevance

123456

/AOO41X/main/forms/source/component/
H A Dentrylisthelper.cxx89 …void SAL_CALL OEntryListHelper::entryChanged( const ListEntryEvent& _rEvent ) throw (RuntimeExcept… in entryChanged() argument
93 OSL_ENSURE( _rEvent.Source == m_xListSource, in entryChanged()
95 OSL_ENSURE( ( _rEvent.Position >= 0 ) && ( _rEvent.Position < m_aStringItems.getLength() ), in entryChanged()
97 OSL_ENSURE( _rEvent.Entries.getLength() == 1, in entryChanged()
100 if ( ( _rEvent.Position >= 0 ) in entryChanged()
101 && ( _rEvent.Position < m_aStringItems.getLength() ) in entryChanged()
102 && ( _rEvent.Entries.getLength() > 0 ) in entryChanged()
105 m_aStringItems[ _rEvent.Position ] = _rEvent.Entries[ 0 ]; in entryChanged()
111 …void SAL_CALL OEntryListHelper::entryRangeInserted( const ListEntryEvent& _rEvent ) throw (Runtime… in entryRangeInserted() argument
115 OSL_ENSURE( _rEvent.Source == m_xListSource, in entryRangeInserted()
[all …]
H A DFormComponent.cxx293 void SAL_CALL OControl::disposing(const com::sun::star::lang::EventObject& _rEvent) throw (RuntimeE… in disposing() argument
299 if (xAggAsIface != Reference< XInterface >(_rEvent.Source, UNO_QUERY)) in disposing()
303 xListener->disposing(_rEvent); in disposing()
1643 void SAL_CALL OBoundControlModel::disposing(const com::sun::star::lang::EventObject& _rEvent) throw… in disposing() argument
1647 if ( _rEvent.Source == getField() ) in disposing()
1651 else if ( _rEvent.Source == m_xLabelControl ) in disposing()
1659 else if ( _rEvent.Source == m_xExternalBinding ) in disposing()
1663 else if ( _rEvent.Source == m_xValidator ) in disposing()
1669 OControlModel::disposing(_rEvent); in disposing()
2282 void SAL_CALL OBoundControlModel::loaded( const EventObject& _rEvent ) throw(RuntimeException) in loaded() argument
[all …]
/AOO41X/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx139 …virtual void _propertyChanged(const beans::PropertyChangeEvent& _rEvent) throw( uno::RuntimeExcept…
142 …virtual void _elementInserted( const container::ContainerEvent& _rEvent ) throw(uno::RuntimeExcept…
144 …virtual void _elementReplaced( const container::ContainerEvent& _rEvent ) throw(uno::RuntimeExcept…
180 …virtual void _propertyChanged(const beans::PropertyChangeEvent& _rEvent) throw( uno::RuntimeExcept…
183 void _elementInserted( const container::ContainerEvent& _rEvent );
185 void _elementReplaced( const container::ContainerEvent& _rEvent );
667 void NavigatorTree::_propertyChanged(const beans::PropertyChangeEvent& _rEvent) throw( uno::Runtime… in _propertyChanged() argument
669 uno::Reference< report::XReportDefinition> xReport(_rEvent.Source,uno::UNO_QUERY); in _propertyChanged()
673 _rEvent.NewValue >>= bEnabled; in _propertyChanged()
677 if ( _rEvent.PropertyName == PROPERTY_REPORTHEADERON ) in _propertyChanged()
[all …]
/AOO41X/main/comphelper/source/misc/
H A Daccessiblewrapper.cxx199 …eChildrenManager::translateAccessibleEvent( const AccessibleEventObject& _rEvent, AccessibleEventO… in translateAccessibleEvent() argument
202 _rTranslatedEvent.NewValue = _rEvent.NewValue; in translateAccessibleEvent()
203 _rTranslatedEvent.OldValue = _rEvent.OldValue; in translateAccessibleEvent()
205 switch ( _rEvent.EventId ) in translateAccessibleEvent()
216 implTranslateChildEventValue( _rEvent.OldValue, _rTranslatedEvent.OldValue ); in translateAccessibleEvent()
217 implTranslateChildEventValue( _rEvent.NewValue, _rTranslatedEvent.NewValue ); in translateAccessibleEvent()
254 … OWrappedAccessibleChildrenManager::handleChildNotification( const AccessibleEventObject& _rEvent ) in handleChildNotification() argument
256 if ( AccessibleEventId::INVALIDATE_ALL_CHILDREN == _rEvent.EventId ) in handleChildNotification()
260 else if ( AccessibleEventId::CHILD == _rEvent.EventId ) in handleChildNotification()
264 if ( _rEvent.OldValue >>= xRemoved ) in handleChildNotification()
[all …]
H A Dasyncnotification.cxx81 …ProcessableEvent( const AnyEventRef& _rEvent, const ::rtl::Reference< IEventProcessor >& _xProcess… in ProcessableEvent()
82 :aEvent( _rEvent ) in ProcessableEvent()
110 bool operator()( const ProcessableEvent& _rEvent ) in operator ()()
112 return _rEvent.xProcessor.get() == rProcessor.get(); in operator ()()
178 …void AsyncEventNotifier::addEvent( const AnyEventRef& _rEvent, const ::rtl::Reference< IEventProce… in addEvent() argument
182 OSL_TRACE( "AsyncEventNotifier(%p): adding %p\n", this, _rEvent.get() ); in addEvent()
184 m_pImpl->aEvents.push_back( ProcessableEvent( _rEvent, _xProcessor ) ); in addEvent()
/AOO41X/main/svx/source/form/
H A Dfmscriptingenv.cxx138 …ptEvent_nothrow( ::osl::ClearableMutexGuard& _rGuard, const ScriptEvent& _rEvent, Any* _pSyncronou…
164 void doFireScriptEvent( const ScriptEvent& _rEvent, Any* _pSyncronousResult );
222 …ptEvent_nothrow( ::osl::ClearableMutexGuard& _rGuard, const ScriptEvent& _rEvent, Any* _pSyncronou… in impl_doFireScriptEvent_nothrow() argument
228 pExecutor->doFireScriptEvent( _rEvent, _pSyncronousResult ); in impl_doFireScriptEvent_nothrow()
232 void SAL_CALL FormScriptListener::firing( const ScriptEvent& _rEvent ) throw (RuntimeException) in firing() argument
237 if ( _rEvent.ScriptType.equals(vbaInterOp) ) in firing()
243 …if ( !impl_allowAsynchronousCall_nothrow( _rEvent.ListenerType.getTypeName(), _rEvent.MethodName )… in firing()
245 impl_doFireScriptEvent_nothrow( aGuard, _rEvent, NULL ); in firing()
250 …:PostUserEvent( LINK( this, FormScriptListener, OnAsyncScriptEvent ), new ScriptEvent( _rEvent ) ); in firing()
254 …Any SAL_CALL FormScriptListener::approveFiring( const ScriptEvent& _rEvent ) throw (InvocationTarg… in approveFiring() argument
[all …]
/AOO41X/main/comphelper/inc/comphelper/
H A Dlistenernotification.hxx114 …bool impl_notify( const ::com::sun::star::lang::EventObject& _rEvent ) SAL_THROW(( ::com::sun::…
141 const ::com::sun::star::lang::EventObject& _rEvent
210 …inline bool notify( const EventClass& _rEvent, NotificationMethod _pNotify ) SAL_THROW(( ::com:…
215 const ::com::sun::star::lang::EventObject& _rEvent
221 …inline bool OSimpleListenerContainer< LISTENER, EVENT >::notify( const EventClass& _rEvent, Notifi… in notify() argument
224 bool bRet = OListenerContainer::impl_notify( _rEvent ); in notify()
233 …const ::com::sun::star::lang::EventObject& _rEvent ) SAL_THROW( ( ::com::sun::star::uno::Excepti… in implNotify()
235 const EventClass& rTypedEvent( static_cast< const EventClass& >( _rEvent ) ); in implNotify()
269 inline bool notify( const EventClass& _rEvent ) in notify() argument
271 return OListenerContainer::impl_notify( _rEvent ); in notify()
[all …]
H A Dasyncnotification.hxx80 virtual void processEvent( const AnyEvent& _rEvent ) = 0;
158 …void addEvent( const AnyEventRef& _rEvent, const ::rtl::Reference< IEventProcessor >& _xProcessor …
183 inline EventHolder( const EventObjectType& _rEvent ) in EventHolder() argument
184 :m_aEvent( _rEvent ) in EventHolder()
/AOO41X/main/sfx2/source/view/
H A Duserinputinterception.cxx83 void lcl_initModifiers( InputEvent& _rEvent, const VLCEVENT& _rVclEvent ) in lcl_initModifiers() argument
85 _rEvent.Modifiers = 0; in lcl_initModifiers()
88 _rEvent.Modifiers |= KeyModifier::SHIFT; in lcl_initModifiers()
90 _rEvent.Modifiers |= KeyModifier::MOD1; in lcl_initModifiers()
92 _rEvent.Modifiers |= KeyModifier::MOD2; in lcl_initModifiers()
94 _rEvent.Modifiers |= KeyModifier::MOD3; in lcl_initModifiers()
179 bool UserInputInterception::handleNotifyEvent( const NotifyEvent& _rEvent ) in handleNotifyEvent() argument
183 sal_uInt16 nType = _rEvent.GetType(); in handleNotifyEvent()
192 lcl_initKeyEvent( aEvent, *_rEvent.GetKeyEvent() ); in handleNotifyEvent()
193 if ( _rEvent.GetWindow() ) in handleNotifyEvent()
[all …]
/AOO41X/main/extensions/source/bibliography/
H A Dloadlisteneradapter.cxx198 … void SAL_CALL OLoadListenerAdapter::loaded( const EventObject& _rEvent ) throw (RuntimeException) in loaded() argument
201 getLoadListener( )->_loaded( _rEvent ); in loaded()
205 …void SAL_CALL OLoadListenerAdapter::unloading( const EventObject& _rEvent ) throw (RuntimeExceptio… in unloading() argument
208 getLoadListener( )->_unloading( _rEvent ); in unloading()
212 …void SAL_CALL OLoadListenerAdapter::unloaded( const EventObject& _rEvent ) throw (RuntimeException) in unloaded() argument
215 getLoadListener( )->_unloaded( _rEvent ); in unloaded()
219 …void SAL_CALL OLoadListenerAdapter::reloading( const EventObject& _rEvent ) throw (RuntimeExceptio… in reloading() argument
222 getLoadListener( )->_reloading( _rEvent ); in reloading()
226 …void SAL_CALL OLoadListenerAdapter::reloaded( const EventObject& _rEvent ) throw (RuntimeException) in reloaded() argument
229 getLoadListener( )->_reloaded( _rEvent ); in reloaded()
H A Dformcontrolcontainer.hxx67 virtual void _loaded( const ::com::sun::star::lang::EventObject& _rEvent );
68 virtual void _unloading( const ::com::sun::star::lang::EventObject& _rEvent );
69 virtual void _unloaded( const ::com::sun::star::lang::EventObject& _rEvent );
70 virtual void _reloading( const ::com::sun::star::lang::EventObject& _rEvent );
71 virtual void _reloaded( const ::com::sun::star::lang::EventObject& _rEvent );
/AOO41X/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx135 void SAL_CALL OContainerMediator::elementInserted( const ContainerEvent& _rEvent ) throw(RuntimeExc… in elementInserted() argument
138 if ( _rEvent.Source == m_xSettings && m_xSettings.is() ) in elementInserted()
141 _rEvent.Accessor >>= sElementName; in elementInserted()
145 Reference< XPropertySet> xDest(_rEvent.Element,UNO_QUERY); in elementInserted()
151 void SAL_CALL OContainerMediator::elementRemoved( const ContainerEvent& _rEvent ) throw(RuntimeExce… in elementRemoved() argument
155 if ( _rEvent.Source == xContainer && xContainer.is() ) in elementRemoved()
158 _rEvent.Accessor >>= sElementName; in elementRemoved()
173 void SAL_CALL OContainerMediator::elementReplaced( const ContainerEvent& _rEvent ) throw(RuntimeExc… in elementReplaced() argument
176 if ( _rEvent.Source == xContainer && xContainer.is() ) in elementReplaced()
179 _rEvent.ReplacedElement >>= sElementName; in elementReplaced()
[all …]
/AOO41X/main/dbaccess/source/core/dataaccess/
H A Ddocumenteventnotifier.cxx141 virtual void processEvent( const ::comphelper::AnyEvent& _rEvent );
144 void impl_notifyEvent_nothrow( const DocumentEvent& _rEvent );
145 void impl_notifyEventAsync_nothrow( const DocumentEvent& _rEvent );
200 void DocumentEventNotifier_Impl::impl_notifyEvent_nothrow( const DocumentEvent& _rEvent ) in impl_notifyEvent_nothrow() argument
206 document::EventObject aLegacyEvent( _rEvent.Source, _rEvent.EventName ); in impl_notifyEvent_nothrow()
215 … m_aDocumentEventListeners.notifyEach( &XDocumentEventListener::documentEventOccured, _rEvent ); in impl_notifyEvent_nothrow()
224 void DocumentEventNotifier_Impl::impl_notifyEventAsync_nothrow( const DocumentEvent& _rEvent ) in impl_notifyEventAsync_nothrow() argument
234 m_pEventBroadcaster->addEvent( new DocumentEventHolder( _rEvent ), this ); in impl_notifyEventAsync_nothrow()
238 void DocumentEventNotifier_Impl::processEvent( const ::comphelper::AnyEvent& _rEvent ) in processEvent() argument
246 … const DocumentEventHolder& rEventHolder = dynamic_cast< const DocumentEventHolder& >( _rEvent ); in processEvent()
/AOO41X/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx250 void SAL_CALL OXUndoEnvironment::propertyChange( const PropertyChangeEvent& _rEvent ) throw(uno::Ru… in propertyChange() argument
257 Reference< XPropertySet > xSet( _rEvent.Source, UNO_QUERY ); in propertyChange()
285 PropertiesInfo::iterator aPropertyPos = rObjectInfo.aProperties.find( _rEvent.PropertyName ); in propertyChange()
293 if ( xPSI->hasPropertyByName( _rEvent.PropertyName ) ) in propertyChange()
295 nPropertyAttributes = xPSI->getPropertyByName( _rEvent.PropertyName ).Attributes; in propertyChange()
311 m_pImpl->m_xIntrospection->inspect( makeAny( _rEvent.Source ) ), in propertyChange()
320 … nPropertyAttributes = xPSI->getPropertyByName( _rEvent.PropertyName ).Attributes; in propertyChange()
334 _rEvent.PropertyName, in propertyChange()
350 m_pImpl->m_aFormatNormalizer.notifyPropertyChange( _rEvent ); in propertyChange()
351 m_pImpl->m_aConditionUpdater.notifyPropertyChange( _rEvent ); in propertyChange()
[all …]
H A Dformatnormalizer.cxx83 …rmatNormalizer::notifyPropertyChange( const ::com::sun::star::beans::PropertyChangeEvent& _rEvent ) in notifyPropertyChange() argument
88 if ( ( _rEvent.Source == m_xReportDefinition ) && m_xReportDefinition.is() ) in notifyPropertyChange()
90 impl_onDefinitionPropertyChange( _rEvent.PropertyName ); in notifyPropertyChange()
94 Reference< XFormattedField > xFormatted( _rEvent.Source, UNO_QUERY ); in notifyPropertyChange()
96 impl_onFormattedProperttyChange( xFormatted, _rEvent.PropertyName ); in notifyPropertyChange()
/AOO41X/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx429 void SAL_CALL AccessibleControlShape::propertyChange( const PropertyChangeEvent& _rEvent ) throw (R… in IMPLEMENT_FORWARD_REFCOUNT()
434 if ( _rEvent.PropertyName.equals( lcl_getNamePropertyName() ) in IMPLEMENT_FORWARD_REFCOUNT()
435 || _rEvent.PropertyName.equals( lcl_getLabelPropertyName( ) ) in IMPLEMENT_FORWARD_REFCOUNT()
442 else if ( _rEvent.PropertyName.equals( lcl_getDescPropertyName() ) ) in IMPLEMENT_FORWARD_REFCOUNT()
500 void SAL_CALL AccessibleControlShape::notifyEvent( const AccessibleEventObject& _rEvent ) throw (Ru… in notifyEvent() argument
502 if ( AccessibleEventId::STATE_CHANGED == _rEvent.EventId ) in notifyEvent()
506 _rEvent.OldValue >>= nLostState; in notifyEvent()
507 _rEvent.NewValue >>= nGainedState; in notifyEvent()
518 AccessibleEventObject aTranslatedEvent( _rEvent ); in notifyEvent()
525 m_pChildManager->translateAccessibleEvent( _rEvent, aTranslatedEvent ); in notifyEvent()
[all …]
/AOO41X/main/comphelper/source/container/
H A Dcontainermultiplexer.cxx176 …void SAL_CALL OContainerListenerAdapter::elementInserted( const ContainerEvent& _rEvent ) throw(Ru… in elementInserted() argument
179 m_pListener->_elementInserted(_rEvent); in elementInserted()
183 …void SAL_CALL OContainerListenerAdapter::elementRemoved( const ContainerEvent& _rEvent ) throw(Run… in elementRemoved() argument
186 m_pListener->_elementRemoved(_rEvent); in elementRemoved()
190 …void SAL_CALL OContainerListenerAdapter::elementReplaced( const ContainerEvent& _rEvent ) throw(Ru… in elementReplaced() argument
193 m_pListener->_elementReplaced(_rEvent); in elementReplaced()
/AOO41X/main/svx/source/inc/
H A Dfmtextcontrolshell.hxx67 virtual void focusGained( const ::com::sun::star::awt::FocusEvent& _rEvent ) = 0;
68 virtual void focusLost( const ::com::sun::star::awt::FocusEvent& _rEvent ) = 0;
77 … virtual void contextMenuRequested( const ::com::sun::star::awt::MouseEvent& _rEvent ) = 0;
151 virtual void focusGained( const ::com::sun::star::awt::FocusEvent& _rEvent );
152 virtual void focusLost( const ::com::sun::star::awt::FocusEvent& _rEvent );
155 virtual void contextMenuRequested( const ::com::sun::star::awt::MouseEvent& _rEvent );
/AOO41X/main/dbaccess/source/ui/dlg/
H A Dadtabdlg.cxx99 …virtual void _elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(…
100 …virtual void _elementRemoved( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(…
101 …virtual void _elementReplaced( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(…
263 …virtual void _elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(…
264 …virtual void _elementRemoved( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(…
265 …virtual void _elementReplaced( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(…
273 void QueryListFacade::_elementInserted( const container::ContainerEvent& _rEvent ) throw(::com::su… in _elementInserted() argument
276 if ( _rEvent.Accessor >>= sName ) in _elementInserted()
/AOO41X/main/reportdesign/source/core/misc/
H A Dconditionupdater.cxx62 void ConditionUpdater::notifyPropertyChange( const PropertyChangeEvent& _rEvent ) in notifyPropertyChange() argument
67 Reference< XReportControlModel > xRptControlModel( _rEvent.Source, UNO_QUERY ); in notifyPropertyChange()
68 if ( xRptControlModel.is() && _rEvent.PropertyName.equalsAscii( "DataField" ) ) in notifyPropertyChange()
71 OSL_VERIFY( _rEvent.OldValue >>= sOldDataSource ); in notifyPropertyChange()
72 OSL_VERIFY( _rEvent.NewValue >>= sNewDataSource ); in notifyPropertyChange()
/AOO41X/main/svtools/inc/svtools/
H A Ddialogcontrolling.hxx71 virtual bool payAttentionTo( const VclWindowEvent& _rEvent ) const = 0;
251 bool payAttentionTo( const VclWindowEvent& _rEvent ) const in payAttentionTo()
253 if ( ( _rEvent.GetWindow() == &m_rWindow ) in payAttentionTo()
254 && ( ( _rEvent.GetId() == VCLEVENT_RADIOBUTTON_TOGGLE ) in payAttentionTo()
255 || ( _rEvent.GetId() == VCLEVENT_CHECKBOX_TOGGLE ) in payAttentionTo()
/AOO41X/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx749 …void SAL_CALL OPropertyBrowserController::propertyChange( const PropertyChangeEvent& _rEvent ) thr… in propertyChange() argument
751 if ( _rEvent.Source == m_xModel ) in propertyChange()
753 if ( _rEvent.PropertyName.equalsAscii( "IsReadOnly" ) ) in propertyChange()
758 if ( m_sCommittingProperty == _rEvent.PropertyName ) in propertyChange()
764 Any aNewValue( _rEvent.NewValue ); in propertyChange()
765 if ( impl_hasPropertyHandlerFor_nothrow( _rEvent.PropertyName ) ) in propertyChange()
768 aNewValue = impl_getPropertyValue_throw( _rEvent.PropertyName ); in propertyChange()
773 …PropertyHandlerRef xHandler( impl_getHandlerForProperty_throw( _rEvent.PropertyName ), UNO_SET_THR… in propertyChange()
774 PropertyState ePropertyState( xHandler->getPropertyState( _rEvent.PropertyName ) ); in propertyChange()
777 getPropertyBox().SetPropertyValue( _rEvent.PropertyName, aNewValue, bAmbiguousValue ); in propertyChange()
[all …]
/AOO41X/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx274 …ner::elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(::com::su… in elementInserted() argument
278 _rEvent.Accessor >>= sElementName; in elementInserted()
297 …iner::elementRemoved( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(::com::su… in elementRemoved() argument
300 _rEvent.Accessor >>= sAccessor; in elementRemoved()
311 …ner::elementReplaced( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(::com::su… in elementReplaced() argument
316 _rEvent.Accessor >>= sAccessor; in elementReplaced()
/AOO41X/main/svx/source/fmcomp/
H A Dgridcell.cxx670 void DbCellControl::_propertyChanged(const PropertyChangeEvent& _rEvent) throw(RuntimeException) in _propertyChanged() argument
674 Reference< XPropertySet > xSourceProps( _rEvent.Source, UNO_QUERY ); in _propertyChanged()
676 if ( _rEvent.PropertyName.equals( FM_PROP_VALUE ) in _propertyChanged()
677 || _rEvent.PropertyName.equals( FM_PROP_STATE ) in _propertyChanged()
678 || _rEvent.PropertyName.equals( FM_PROP_TEXT ) in _propertyChanged()
679 || _rEvent.PropertyName.equals( FM_PROP_EFFECTIVE_VALUE ) in _propertyChanged()
687 else if ( _rEvent.PropertyName.equals( FM_PROP_READONLY ) ) in _propertyChanged()
691 else if ( _rEvent.PropertyName.equals( FM_PROP_ISREADONLY ) ) in _propertyChanged()
694 _rEvent.NewValue >>= bReadOnly; in _propertyChanged()
698 else if ( _rEvent.PropertyName.equals( FM_PROP_ENABLED ) ) in _propertyChanged()
[all …]
/AOO41X/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx125 void OSectionWindow::_propertyChanged(const beans::PropertyChangeEvent& _rEvent) throw( uno::Runtim… in _propertyChanged() argument
127 const uno::Reference< report::XSection > xSection(_rEvent.Source,uno::UNO_QUERY); in _propertyChanged()
131 if ( _rEvent.PropertyName.equals(PROPERTY_HEIGHT) ) in _propertyChanged()
143 else if ( _rEvent.PropertyName.equals(PROPERTY_NAME) && !xSection->getGroup().is() ) in _propertyChanged()
161 else if ( _rEvent.PropertyName.equals(PROPERTY_EXPRESSION) ) in _propertyChanged()
163 uno::Reference< report::XGroup > xGroup(_rEvent.Source,uno::UNO_QUERY); in _propertyChanged()

123456