Home
last modified time | relevance | path

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

123456

/aoo42x/main/forms/source/component/
H A Dentrylisthelper.cxx95 OSL_ENSURE( ( _rEvent.Position >= 0 ) && ( _rEvent.Position < m_aStringItems.getLength() ), in entryChanged()
105 m_aStringItems[ _rEvent.Position ] = _rEvent.Entries[ 0 ]; in entryChanged()
117 …OSL_ENSURE( ( _rEvent.Position > 0 ) && ( _rEvent.Position < m_aStringItems.getLength() ) && ( _rE… in entryRangeInserted()
120 if ( ( _rEvent.Position > 0 ) in entryRangeInserted()
128 _rEvent.Position in entryRangeInserted()
139 _rEvent.Entries, in entryRangeInserted()
154 …OSL_ENSURE( ( _rEvent.Position > 0 ) && ( _rEvent.Count > 0 ) && ( _rEvent.Position + _rEvent.Coun… in entryRangeRemoved()
157 if ( ( _rEvent.Position > 0 ) in entryRangeRemoved()
158 && ( _rEvent.Count > 0 ) in entryRangeRemoved()
159 && ( _rEvent.Position + _rEvent.Count <= m_aStringItems.getLength() ) in entryRangeRemoved()
[all …]
H A DFormComponent.cxx299 if (xAggAsIface != Reference< XInterface >(_rEvent.Source, UNO_QUERY)) in disposing()
303 xListener->disposing(_rEvent); in disposing()
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
2288 (void)_rEvent; in loaded()
2329 void SAL_CALL OBoundControlModel::reloaded( const EventObject& _rEvent ) throw(RuntimeException) in reloaded() argument
[all …]
/aoo42x/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx185 void _elementReplaced( const container::ContainerEvent& _rEvent );
673 _rEvent.NewValue >>= bEnabled; in _propertyChanged()
699 SvLBoxEntry* pEntry = find(_rEvent.Source); in _elementInserted()
748 xProp.set(_rEvent.Element,uno::UNO_QUERY); in _elementReplaced()
825 SvLBoxEntry* pEntry = m_pTree->find(_rEvent.Source); in _propertyChanged()
853 else if ( PROPERTY_EXPRESSION == _rEvent.PropertyName) in _propertyChanged()
856 _rEvent.NewValue >>= sNewName; in _propertyChanged()
859 …lse if ( PROPERTY_DATAFIELD == _rEvent.PropertyName || PROPERTY_LABEL == _rEvent.PropertyName || P… in _propertyChanged()
871 m_pTree->_elementInserted( _rEvent ); in _elementInserted()
876 m_pTree->_elementRemoved( _rEvent ); in _elementRemoved()
[all …]
/aoo42x/main/comphelper/source/misc/
H A Daccessiblewrapper.cxx202 _rTranslatedEvent.NewValue = _rEvent.NewValue; in translateAccessibleEvent()
203 _rTranslatedEvent.OldValue = _rEvent.OldValue; in translateAccessibleEvent()
205 switch ( _rEvent.EventId ) in translateAccessibleEvent()
260 else if ( AccessibleEventId::CHILD == _rEvent.EventId ) in handleChildNotification()
264 if ( _rEvent.OldValue >>= xRemoved ) in handleChildNotification()
469 if ( AccessibleEventId::STATE_CHANGED == _rEvent.EventId ) in notifyEvent()
473 if ( _rEvent.OldValue >>= nChangeState ) in notifyEvent()
475 if ( _rEvent.NewValue >>= nChangeState ) in notifyEvent()
482 AccessibleEventObject aTranslatedEvent( _rEvent ); in notifyEvent()
492 m_pChildMapper->handleChildNotification( _rEvent ); in notifyEvent()
[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()
/aoo42x/main/svx/source/form/
H A Dfmscriptingenv.cxx164 void doFireScriptEvent( const ScriptEvent& _rEvent, Any* _pSyncronousResult );
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()
260 impl_doFireScriptEvent_nothrow( aGuard, _rEvent, &aResult ); in approveFiring()
437 if ( !_rEvent.ScriptType.equalsAscii( "StarBasic" ) ) in doFireScriptEvent()
439 pScript.reset( new NewStyleUNOScript( *xObjectShell, _rEvent.ScriptCode ) ); in doFireScriptEvent()
443 ::rtl::OUString sScriptCode = _rEvent.ScriptCode; in doFireScriptEvent()
[all …]
/aoo42x/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()
183 sal_uInt16 nType = _rEvent.GetType(); in handleNotifyEvent()
192 lcl_initKeyEvent( aEvent, *_rEvent.GetKeyEvent() ); in handleNotifyEvent()
193 if ( _rEvent.GetWindow() ) in handleNotifyEvent()
230 lcl_initMouseEvent( aEvent, *_rEvent.GetMouseEvent() ); in handleNotifyEvent()
[all …]
/aoo42x/main/comphelper/inc/comphelper/
H A Dlistenernotification.hxx141 const ::com::sun::star::lang::EventObject& _rEvent
215 const ::com::sun::star::lang::EventObject& _rEvent
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()
279 const ::com::sun::star::lang::EventObject& _rEvent
284 const EventClass& _rEvent
291 …const ::com::sun::star::lang::EventObject& _rEvent ) SAL_THROW( ( ::com::sun::star::uno::Excepti… in implNotify()
[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()
/aoo42x/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 );
/aoo42x/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()
/aoo42x/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 …]
/aoo42x/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()
/aoo42x/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx434 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()
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()
528 m_pChildManager->handleChildNotification( _rEvent ); in notifyEvent()
927 Reference< XContainer > xContainer( _rEvent.Source, UNO_QUERY ); in elementInserted()
[all …]
/aoo42x/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()
/aoo42x/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 );
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx751 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()
782 if ( impl_isActuatingProperty_nothrow( _rEvent.PropertyName ) ) in propertyChange()
[all …]
/aoo42x/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()
/aoo42x/main/svx/source/fmcomp/
H A Dgridcell.cxx676 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()
694 _rEvent.NewValue >>= bReadOnly; in _propertyChanged()
1497 … sal_Int32 nNewKey = _rEvent.NewValue.hasValue() ? ::comphelper::getINT32(_rEvent.NewValue) : 0; in _propertyChanged()
2477 SetList(_rEvent.NewValue); in _propertyChanged()
2481 DbCellControl::_propertyChanged( _rEvent ) ; in _propertyChanged()
2606 SetList(_rEvent.NewValue); in _propertyChanged()
2610 DbCellControl::_propertyChanged( _rEvent ) ; in _propertyChanged()
3890 FmXTextCell::onFocusGained( _rEvent ); in onFocusGained()
[all …]
/aoo42x/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()
/aoo42x/main/forms/source/runtime/
H A Dformoperations.cxx940 …void SAL_CALL FormOperations::propertyChange( const PropertyChangeEvent& _rEvent ) throw (RuntimeE… in propertyChange() argument
944 if ( m_xCursor.is() && ( m_xCursor == _rEvent.Source ) ) in propertyChange()
947 if ( ( _rEvent.PropertyName == PROPERTY_ISMODIFIED ) in propertyChange()
948 || ( _rEvent.PropertyName == PROPERTY_ISNEW ) in propertyChange()
951 if ( ( _rEvent.NewValue >>= bIs ) && !bIs ) in propertyChange()
957 if ( m_xParser.is() && ( m_xCursor == _rEvent.Source ) ) in propertyChange()
962 _rEvent.NewValue >>= sNewValue; in propertyChange()
963 if ( _rEvent.PropertyName == PROPERTY_ACTIVECOMMAND ) in propertyChange()
967 else if ( _rEvent.PropertyName == PROPERTY_FILTER ) in propertyChange()
972 else if ( _rEvent.PropertyName == PROPERTY_SORT ) in propertyChange()
[all …]

Completed in 212 milliseconds

123456