Home
last modified time | relevance | path

Searched refs:rEvent (Results 201 – 225 of 364) sorted by relevance

12345678910>>...15

/aoo42x/main/sfx2/source/appl/
H A Dhelpinterceptor.cxx352 const FeatureStateEvent& rEvent ) throw( RuntimeException ) in statusChanged() argument
354 aStateEvent = rEvent; in statusChanged()
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_service.cxx319 void ServiceImpl::trigger( OUString const &rEvent ) throw (RuntimeException) in trigger() argument
321 if ( rEvent == OUSTR("SHOW_UPDATE_DIALOG") ) in trigger()
/aoo42x/main/framework/source/services/
H A DContextChangeEventMultiplexer.cxx326 const css::lang::EventObject& rEvent) in disposing() argument
329 ListenerMap::iterator iDescriptor (maListeners.find(rEvent.Source)); in disposing()
/aoo42x/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx258 const DataChangedEvent& rEvent) in DataChanged() argument
260 (void)rEvent; in DataChanged()
H A DAlignmentPropertyPanel.cxx370 const DataChangedEvent& rEvent) in DataChanged() argument
372 (void)rEvent; in DataChanged()
/aoo42x/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx884 const beans::PropertyChangeEvent& rEvent = pEvents[ n ]; in notifyPropertiesChange() local
885 const rtl::OUString& rName = rEvent.PropertyName; in notifyPropertiesChange()
911 p->append( rEvent ); in notifyPropertiesChange()
/aoo42x/main/sd/source/ui/app/
H A Dsdmod1.cxx454 …const CommandEvent& rEvent = *(const CommandEvent*)static_cast<VclWindowEvent*>(pEvent)->GetData(); in IMPL_LINK() local
456 if( rEvent.GetCommand() == COMMAND_MEDIA ) in IMPL_LINK()
458 switch( rEvent.GetMediaCommand() ) in IMPL_LINK()
/aoo42x/main/sdext/source/presenter/
H A DPresenterPaneContainer.cxx420 const com::sun::star::lang::EventObject& rEvent) in disposing() argument
424 FindContentWindow(Reference<awt::XWindow>(rEvent.Source, UNO_QUERY))); in disposing()
/aoo42x/main/sd/source/ui/framework/factories/
H A DBasicPaneFactory.cxx392 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
396 rEvent.UserData >>= nEventType; in notifyConfigurationChange()
/aoo42x/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx157 void SAL_CALL PopupMenuControllerBase::itemSelected( const awt::MenuEvent& rEvent ) throw (RuntimeE… in itemSelected() argument
166 dispatchCommand( m_xPopupMenu->getCommand( rEvent.MenuId ), aArgs ); in itemSelected()
/aoo42x/main/svx/inc/svx/
H A Dfmgridif.hxx427 …virtual void SAL_CALL loaded(const ::com::sun::star::lang::EventObject& rEvent) throw(::com::sun::…
428 …virtual void SAL_CALL unloaded(const ::com::sun::star::lang::EventObject& rEvent) throw(::com::sun…
511 …virtual sal_Bool SAL_CALL approveReset(const ::com::sun::star::lang::EventObject& rEvent) throw(::…
512 …virtual void SAL_CALL resetted(const ::com::sun::star::lang::EventObject& rEvent) throw(::com::sun…
/aoo42x/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx193 …virtual void SAL_CALL propertiesChange ( const Sequence<PropertyChangeEvent> &rEvent) throw(Runt…
196 …geListener_Impl::propertiesChange ( const Sequence<PropertyChangeEvent> &rEvent) throw(RuntimeExce… in propertiesChange() argument
198 sal_Int32 i, n = rEvent.getLength(); in propertiesChange()
201 PropertyChangeEvent evt (rEvent[i]); in propertiesChange()
/aoo42x/main/sw/source/core/access/
H A Dacccontext.cxx488 void SwAccessibleContext::FireAccessibleEvent( AccessibleEventObject& rEvent ) in FireAccessibleEvent() argument
494 if( !rEvent.Source.is() ) in FireAccessibleEvent()
497 rEvent.Source = xThis; in FireAccessibleEvent()
501 comphelper::AccessibleEventNotifier::addEvent( nClientId, rEvent ); in FireAccessibleEvent()
/aoo42x/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx254 void SAL_CALL BaseContainerControl::disposing( const EventObject& rEvent ) throw( RuntimeException ) in disposing() argument
256 Reference< XControl > xControl( rEvent.Source, UNO_QUERY ); in disposing()
/aoo42x/main/svtools/source/inc/
H A Dunoiface.hxx273 …void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& rEvent )throw(::…
274 …void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& rEvent )throw(::c…
275 …void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& rEvent )throw(::…
/aoo42x/main/sfx2/source/dialog/
H A Dmailmodel.cxx136 void PrepareListener_Impl::statusChanged(const css::frame::FeatureStateEvent& rEvent) throw(css::un… in statusChanged() argument
138 if( rEvent.IsEnabled ) in statusChanged()
139 rEvent.State >>= m_bState; in statusChanged()
/aoo42x/main/framework/source/uielement/
H A Dtoolbarsmenucontroller.cxx620 void SAL_CALL ToolbarsMenuController::itemSelected( const css::awt::MenuEvent& rEvent ) throw (Runt… in itemSelected() argument
644 rtl::OUString aCmd( pVCLPopupMenu->GetItemCommand( rEvent.MenuId )); in itemSelected()
760 sal_Bool bShow( !pVCLPopupMenu->IsItemChecked( rEvent.MenuId )); in itemSelected()
/aoo42x/main/svx/source/form/
H A Dfmshimp.cxx901 void SAL_CALL FmXFormShell::formActivated(const EventObject& rEvent) throw( RuntimeException ) in formActivated() argument
906 Reference< runtime::XFormController > xController( rEvent.Source, UNO_QUERY_THROW ); in formActivated()
912 void SAL_CALL FmXFormShell::formDeactivated(const EventObject& rEvent) throw( RuntimeException ) in formDeactivated() argument
917 Reference< runtime::XFormController > xController( rEvent.Source, UNO_QUERY_THROW ); in formDeactivated()
2730 void FmXFormShell::selectionChanged(const EventObject& rEvent) throw(::com::sun::star::uno::Runtime… in selectionChanged() argument
2735 Reference< XSelectionSupplier > xSupplier( rEvent.Source, UNO_QUERY ); in selectionChanged()
2743 sal_Bool bMarkChanged = m_pShell->GetFormView()->checkUnMarkAll(rEvent.Source); in selectionChanged()
2744 Reference< XForm > xNewForm( GetForm( rEvent.Source ) ); in selectionChanged()
/aoo42x/main/svx/inc/
H A Dtbunosearchcontrollers.hxx178 …virtual void SAL_CALL statusChanged( const css::frame::FeatureStateEvent& rEvent ) throw ( css::un…
217 …virtual void SAL_CALL statusChanged( const css::frame::FeatureStateEvent& rEvent ) throw ( css::un…
/aoo42x/main/ucb/source/core/
H A Ducbstore.cxx2373 const PropertyChangeEvent& rEvent ) const in notifyPropertyChangeEvent()
2378 rEvent.PropertyName ); in notifyPropertyChangeEvent()
2388 xListener->propertyChange( rEvent ); in notifyPropertyChangeEvent()
2404 xListener->propertyChange( rEvent ); in notifyPropertyChangeEvent()
/aoo42x/main/sd/source/ui/framework/configuration/
H A DConfigurationController.cxx273 const ConfigurationChangeEvent& rEvent) in notifyEvent() argument
277 mpImplementation->mpBroadcaster->NotifyListeners(rEvent); in notifyEvent()
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleContextBase.cxx559 void ScAccessibleContextBase::CommitChange(const AccessibleEventObject& rEvent) const in CommitChange()
562 comphelper::AccessibleEventNotifier::addEvent( mnClientId, rEvent ); in CommitChange()
/aoo42x/main/sfx2/source/control/
H A Dstatcach.cxx95 …h_Impl::statusChanged( const ::com::sun::star::frame::FeatureStateEvent& rEvent ) throw( ::com::su… in statusChanged() argument
97 aStatus = rEvent; in statusChanged()
/aoo42x/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx324 const DataChangedEvent& rEvent) in DataChanged() argument
326 (void)rEvent; in DataChanged()
/aoo42x/main/svtools/source/control/
H A Dinettbc.cxx1051 const KeyEvent& rEvent = *rNEvt.GetKeyEvent(); in PreNotify() local
1052 const KeyCode& rKey = rEvent.GetKeyCode(); in PreNotify()
1062 GetSubEdit()->KeyInput( rEvent ); in PreNotify()

Completed in 1590 milliseconds

12345678910>>...15