Home
last modified time | relevance | path

Searched refs:_rEvent (Results 76 – 100 of 144) sorted by relevance

123456

/aoo42x/main/comphelper/source/property/
H A Dpropagg.cxx554 …per::vetoableChange(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( ::com::su… in vetoableChange() argument
560 sal_Int32 nHandle = rPH.getHandleByName(_rEvent.PropertyName); in vetoableChange()
561 fire(&nHandle, &_rEvent.NewValue, &_rEvent.OldValue, 1, sal_True); in vetoableChange()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx523 …void lcl_notifyMultipleStates( XStatusListener& _rListener, FeatureStateEvent& _rEvent, const S… in lcl_notifyMultipleStates() argument
530 _rEvent.State = *state; in lcl_notifyMultipleStates()
531 _rListener.statusChanged( _rEvent ); in lcl_notifyMultipleStates()
1601 bool OGenericUnoController::interceptUserInput( const NotifyEvent& _rEvent ) in interceptUserInput() argument
1603 return m_pData->m_aUserInputInterception.handleNotifyEvent( _rEvent ); in interceptUserInput()
/aoo42x/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx290 sal_Bool DlgEdFunc::handleKeyEvent(const KeyEvent& _rEvent) in handleKeyEvent() argument
296 const KeyCode& rCode = _rEvent.GetKeyCode(); in handleKeyEvent()
397 bReturn = m_rView.KeyInput(_rEvent, m_pParent); in handleKeyEvent()
H A DScrollHelper.cxx282 sal_Bool OScrollWindowHelper::handleKeyEvent(const KeyEvent& _rEvent) in handleKeyEvent() argument
284 return m_aReportWindow.handleKeyEvent(_rEvent); in handleKeyEvent()
H A DDesignView.cxx687 sal_Bool ODesignView::handleKeyEvent(const KeyEvent& _rEvent) in handleKeyEvent() argument
695 return m_aScrollWindow.handleKeyEvent(_rEvent); in handleKeyEvent()
/aoo42x/main/forms/source/component/
H A DGrid.hxx163 …virtual void SAL_CALL errorOccured( const ::com::sun::star::sdb::SQLErrorEvent& _rEvent ) throw (:…
201 const ::com::sun::star::container::ContainerEvent& _rEvent,
H A DListBox.cxx1561 … void SAL_CALL OListBoxControl::itemStateChanged(const ItemEvent& _rEvent) throw(RuntimeException) in itemStateChanged() argument
1573 m_pItemBroadcaster->addEvent( new ItemEventDescription( _rEvent ), this ); in itemStateChanged()
1669 void OListBoxControl::processEvent( const AnyEvent& _rEvent ) in processEvent() argument
1677 … const ItemEventDescription& rItemEvent = static_cast< const ItemEventDescription& >( _rEvent ); in processEvent()
H A Dclickableimage.cxx390 …void OClickableImageBaseControl::implSubmit( const MouseEvent& _rEvent, const Reference< XInteract… in implSubmit() argument
418 xParentSubmission->submit( this, _rEvent ); in implSubmit()
/aoo42x/main/svx/source/inc/
H A Dformcontroller.hxx315 …virtual void SAL_CALL mousePressed( const ::com::sun::star::awt::MouseEvent& _rEvent ) throw (::co…
316 …virtual void SAL_CALL mouseReleased( const ::com::sun::star::awt::MouseEvent& _rEvent ) throw (::c…
317 …virtual void SAL_CALL mouseEntered( const ::com::sun::star::awt::MouseEvent& _rEvent ) throw (::co…
318 …virtual void SAL_CALL mouseExited( const ::com::sun::star::awt::MouseEvent& _rEvent ) throw (::com…
/aoo42x/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx436 void ORelationTableView::_elementRemoved( const container::ContainerEvent& _rEvent ) throw(::com::s… in _elementRemoved() argument
440 if ( _rEvent.Accessor >>= sName ) in _elementRemoved()
/aoo42x/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx698 bool OApplicationDetailView::interceptKeyInput( const KeyEvent& _rEvent ) in interceptKeyInput() argument
700 const KeyCode& rKeyCode = _rEvent.GetKeyCode(); in interceptKeyInput()
702 return getTasksWindow().HandleKeyInput( _rEvent ); in interceptKeyInput()
H A DAppSwapWindow.hxx85 bool interceptKeyInput( const KeyEvent& _rEvent );
/aoo42x/main/svx/source/fmcomp/
H A Dfmgridif.cxx254 void SAL_CALL FmXSelectionMultiplexer::selectionChanged( const EventObject& _rEvent ) throw (Runtim… in selectionChanged() argument
256 EventObject aMulti(_rEvent); in selectionChanged()
1614 void FmXGridPeer::cursorMoved(const EventObject& _rEvent) throw( RuntimeException ) in cursorMoved() argument
1619 …if (pGrid && pGrid->IsOpen() && !::comphelper::getBOOL(Reference< XPropertySet > (_rEvent.Source, … in cursorMoved()
1620 pGrid->positioned(_rEvent); in cursorMoved()
1624 void FmXGridPeer::rowChanged(const EventObject& _rEvent) throw( RuntimeException ) in rowChanged() argument
1632 pGrid->inserted(_rEvent); in rowChanged()
/aoo42x/main/svx/source/form/
H A Dfmtools.cxx187 void displayException(const ::com::sun::star::sdb::SQLErrorEvent& _rEvent, Window* _pParent) in displayException() argument
189 displayException(_rEvent.Reason, _pParent); in displayException()
/aoo42x/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx219 sal_Bool dispatchKeyEvent( const KeyEvent& _rEvent );
303 virtual void DataChanged( const DataChangedEvent& _rEvent );
/aoo42x/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx188 void SAL_CALL FileDialogHelper_Impl::dialogClosed( const DialogClosedEvent& _rEvent ) throw ( Runti… in dialogClosed() argument
191 mpAntiImpl->DialogClosed( _rEvent ); in dialogClosed()
192 postExecute( _rEvent.DialogResult ); in dialogClosed()
2859 void SAL_CALL FileDialogHelper::DialogClosed( const DialogClosedEvent& _rEvent ) in DialogClosed() argument
2861 m_nError = ( RET_OK == _rEvent.DialogResult ) ? ERRCODE_NONE : ERRCODE_ABORT; in DialogClosed()
/aoo42x/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx88 bool SlideShowViewListeners::notify( const lang::EventObject& _rEvent ) throw( com::sun::star::uno:… in notify() argument
98 xListener->modified( _rEvent ); in notify()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx291 RaiseExceptionFromVeto( ContainerApprovalMethod _pMethod, const ContainerEvent& _rEvent ) in RaiseExceptionFromVeto()
293 ,m_rEvent( _rEvent ) in RaiseExceptionFromVeto()
/aoo42x/main/reportdesign/source/ui/dlg/
H A DAddField.cxx462 void OAddFieldWindow::_elementInserted( const container::ContainerEvent& _rEvent ) throw(::com::su… in _elementInserted() argument
467 if ( (_rEvent.Accessor >>= sName) && m_xColumns->hasByName(sName) ) in _elementInserted()
/aoo42x/main/reportdesign/source/core/inc/
H A Dconditionupdater.hxx51 void notifyPropertyChange( const ::com::sun::star::beans::PropertyChangeEvent& _rEvent );
/aoo42x/main/reportdesign/source/ui/inc/
H A DIReportControllerObserver.hxx41 …rtual void notifyPropertyChange( const ::com::sun::star::beans::PropertyChangeEvent& _rEvent ) = 0;
/aoo42x/main/forms/source/richtext/
H A Dparametrizedattributedispatcher.hxx55 …tureEventFromAttributeState( ::com::sun::star::frame::FeatureStateEvent& _rEvent, const AttributeS…
H A Dattributedispatcher.hxx85 …tureEventFromAttributeState( ::com::sun::star::frame::FeatureStateEvent& _rEvent, const AttributeS…
/aoo42x/main/sfx2/inc/sfx2/
H A Duserinputinterception.hxx69 bool handleNotifyEvent( const NotifyEvent& _rEvent );
/aoo42x/main/reportdesign/source/core/sdr/
H A Dformatnormalizer.hxx72 void notifyPropertyChange( const ::com::sun::star::beans::PropertyChangeEvent& _rEvent );

Completed in 298 milliseconds

123456