Home
last modified time | relevance | path

Searched refs:_rEvent (Results 51 – 75 of 144) sorted by relevance

123456

/aoo42x/main/reportdesign/source/ui/report/
H A DReportWindow.cxx311 sal_Bool OReportWindow::handleKeyEvent(const KeyEvent& _rEvent) in handleKeyEvent() argument
313 return m_aViewsWindow.handleKeyEvent(_rEvent); in handleKeyEvent()
443 void OReportWindow::_propertyChanged(const beans::PropertyChangeEvent& _rEvent) throw( uno::Runtime… in _propertyChanged() argument
445 (void)_rEvent; in _propertyChanged()
H A DFormattedFieldBeautifier.cxx146 void FormattedFieldBeautifier::notifyPropertyChange( const beans::PropertyChangeEvent& _rEvent ) in notifyPropertyChange() argument
148 if ( !_rEvent.PropertyName.equalsAscii( "DataField" ) ) in notifyPropertyChange()
152 setPlaceholderText( _rEvent.Source ); in notifyPropertyChange()
H A DFixedTextColor.cxx136 void FixedTextColor::notifyPropertyChange( const beans::PropertyChangeEvent& _rEvent ) in notifyPropertyChange() argument
139 uno::Reference< report::XFixedText > xFixedText( _rEvent.Source, uno::UNO_QUERY ); in notifyPropertyChange()
/aoo42x/main/basctl/source/basicide/
H A Ddoceventnotifier.cxx134 …void SAL_CALL DocumentEventNotifier_Impl::notifyEvent( const EventObject& _rEvent ) throw (Runtime… in notifyEvent() argument
142 Reference< XModel > xDocument( _rEvent.Source, UNO_QUERY ); in notifyEvent()
166 if ( !_rEvent.EventName.equalsAscii( aEvents[i].pEventName ) ) in notifyEvent()
/aoo42x/main/dbaccess/source/ui/app/
H A DAppSwapWindow.cxx156 bool OApplicationSwapWindow::interceptKeyInput( const KeyEvent& _rEvent ) in interceptKeyInput() argument
158 const KeyCode& rKeyCode = _rEvent.GetKeyCode(); in interceptKeyInput()
160 return m_aIconControl.DoKeyInput( _rEvent ); in interceptKeyInput()
/aoo42x/main/comphelper/inc/comphelper/
H A Daccessiblewrapper.hxx223 …atedEvent( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent ) throw (::com::s…
297 …atedEvent( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent ) throw (::com::s…
377 …d handleChildNotification( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent );
383 const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent,
H A Dcontainermultiplexer.hxx57 …virtual void _elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(…
59 …virtual void _elementReplaced( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(…
/aoo42x/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx190 virtual void processEvent( const ::comphelper::AnyEvent& _rEvent );
199 void impl_processEvent_throw( const ::comphelper::AnyEvent& _rEvent );
313 void PropertyControlContext_Impl::processEvent( const ::comphelper::AnyEvent& _rEvent ) in processEvent() argument
321 impl_processEvent_throw( _rEvent ); in processEvent()
332 … void PropertyControlContext_Impl::impl_processEvent_throw( const ::comphelper::AnyEvent& _rEvent ) in impl_processEvent_throw() argument
334 const ControlEvent& rControlEvent = static_cast< const ControlEvent& >( _rEvent ); in impl_processEvent_throw()
/aoo42x/main/forms/source/component/
H A DListBox.hxx233 …virtual void SAL_CALL focusGained(const ::com::sun::star::awt::FocusEvent& _rEvent) throw(::com::s…
234 …virtual void SAL_CALL focusLost(const ::com::sun::star::awt::FocusEvent& _rEvent) throw(::com::sun…
237 …virtual void SAL_CALL itemStateChanged(const ::com::sun::star::awt::ItemEvent& _rEvent) throw(::co…
271 virtual void processEvent( const ::comphelper::AnyEvent& _rEvent );
H A DGroupManager.hxx207 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& _rEvent) …
208 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& _rEvent) t…
209 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& _rEvent) …
/aoo42x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx338 const CopyTableRowEvent& _rEvent );
1077 bool CopyTableWizard::impl_processCopyError_nothrow( const CopyTableRowEvent& _rEvent ) in impl_processCopyError_nothrow() argument
1086 sal_Int16 nListenerChoice = xListener->copyRowError( _rEvent ); in impl_processCopyError_nothrow()
1114 ::dbtools::SQLExceptionInfo aInfo( _rEvent.Error ); in impl_processCopyError_nothrow()
1116 aError.NextException = _rEvent.Error; in impl_processCopyError_nothrow()
1121 OSL_VERIFY( _rEvent.Error >>= aException ); in impl_processCopyError_nothrow()
1125 aContext.Details = _rEvent.Error.getValueTypeName(); in impl_processCopyError_nothrow()
/aoo42x/main/svtools/source/uno/
H A Dunoiface.cxx1501 RMItemData SVTXRoadmap::GetRMItemData( const ::com::sun::star::container::ContainerEvent& _rEvent ) in GetRMItemData() argument
1505 _rEvent.Element >>= xRoadmapItem; in GetRMItemData()
1519 void SVTXRoadmap::elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent )thro… in elementInserted() argument
1525 RMItemData CurItemData = GetRMItemData( _rEvent ); in elementInserted()
1527 _rEvent.Accessor >>= InsertIndex; in elementInserted()
1532 void SVTXRoadmap::elementRemoved( const ::com::sun::star::container::ContainerEvent& _rEvent )throw… in elementRemoved() argument
1539 _rEvent.Accessor >>= DelIndex; in elementRemoved()
1546 void SVTXRoadmap::elementReplaced( const ::com::sun::star::container::ContainerEvent& _rEvent )thro… in elementReplaced() argument
1552 RMItemData CurItemData = GetRMItemData( _rEvent ); in elementReplaced()
1554 _rEvent.Accessor >>= ReplaceIndex; in elementReplaced()
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx104 const EventObject& _rEvent
109 …tify( const Reference< XFlushListener >& _rxListener, const EventObject& _rEvent ) SAL_THROW( ( Ex… in implTypedNotify() argument
111 _rxListener->flushed( _rEvent ); in implTypedNotify()
/aoo42x/main/extensions/source/bibliography/
H A Dbibview.hxx62 virtual void _loaded( const ::com::sun::star::lang::EventObject& _rEvent );
63 virtual void _reloaded( const ::com::sun::star::lang::EventObject& _rEvent );
/aoo42x/main/comphelper/source/misc/
H A Dlistenernotification.cxx87 bool OListenerContainer::impl_notify( const EventObject& _rEvent ) SAL_THROW(( Exception )) in impl_notify() argument
99 bCancelled = !implNotify( xListener, _rEvent ); in impl_notify()
H A DSelectionMultiplex.cxx162 void SAL_CALL OSelectionChangeMultiplexer::selectionChanged( const EventObject& _rEvent ) throw( R… in selectionChanged() argument
165 m_pListener->_selectionChanged(_rEvent); in selectionChanged()
H A Daccessibleeventnotifier.cxx216 …tifier::addEvent( const TClientId _nClient, const AccessibleEventObject& _rEvent ) SAL_THROW( ( ) ) in addEvent() argument
241 static_cast< XAccessibleEventListener* >( pListeners->get() )->notifyEvent( _rEvent ); in addEvent()
/aoo42x/main/forms/source/inc/
H A Dlistenercontainers.hxx66 const EventClass& _rEvent
127 const ::com::sun::star::lang::EventObject& _rEvent
/aoo42x/main/comphelper/source/property/
H A Dpropmultiplex.cxx157 void SAL_CALL OPropertyChangeMultiplexer::propertyChange( const PropertyChangeEvent& _rEvent ) thr… in propertyChange() argument
160 m_pListener->_propertyChanged(_rEvent); in propertyChange()
/aoo42x/main/forms/source/richtext/
H A Dfeaturedispatcher.cxx135 …onst Reference< XStatusListener >& _rxListener, const FeatureStateEvent& _rEvent ) const SAL_THROW… in doNotify()
142 _rxListener->statusChanged( _rEvent ); in doNotify()
/aoo42x/main/svx/source/form/
H A Dformcontroller.cxx1586 void FormController::modified( const EventObject& _rEvent ) throw( RuntimeException ) in modified() argument
1592 if ( _rEvent.Source != m_xActiveControl ) in modified()
1600 Reference< XWindow > xControlWindow( _rEvent.Source, UNO_QUERY_THROW ); in modified()
1865 void SAL_CALL FormController::mouseEntered( const awt::MouseEvent& _rEvent ) throw (RuntimeExceptio… in mouseEntered() argument
1867 m_pControlBorderManager->mouseEntered( _rEvent.Source ); in mouseEntered()
1871 void SAL_CALL FormController::mouseExited( const awt::MouseEvent& _rEvent ) throw (RuntimeException) in mouseExited() argument
1873 m_pControlBorderManager->mouseExited( _rEvent.Source ); in mouseExited()
3738 RowChangeEvent aEvt( _rEvent ); in approveRowChange()
3746 if ( ( _rEvent.Action != RowChangeAction::INSERT ) in approveRowChange()
3747 && ( _rEvent.Action != RowChangeAction::UPDATE ) in approveRowChange()
[all …]
/aoo42x/main/reportdesign/source/ui/inc/
H A DReportSection.hxx85 …virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( …
136 sal_Bool handleKeyEvent(const KeyEvent& _rEvent);
H A DReportWindow.hxx77 …virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( …
185 sal_Bool handleKeyEvent(const KeyEvent& _rEvent);
H A DScrollHelper.hxx80 …virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent)…
172 sal_Bool handleKeyEvent(const KeyEvent& _rEvent);
/aoo42x/main/sfx2/source/doc/
H A Dobjxtor.cxx181 void SAL_CALL SfxModelListener_Impl::disposing( const com::sun::star::lang::EventObject& _rEvent ) … in disposing() argument
186 if ( SfxObjectShell::GetCurrentComponent() == _rEvent.Source ) in disposing()
195 if ( _rEvent.Source.is() ) in disposing()
197 VBAConstantNameMap::iterator aIt = s_aRegisteredVBAConstants.find( _rEvent.Source.get() ); in disposing()

Completed in 209 milliseconds

123456