Home
last modified time | relevance | path

Searched refs:xListener (Results 226 – 250 of 712) sorted by relevance

12345678910>>...29

/aoo41x/main/forms/source/xforms/
H A Dbinding.hxx450 const XValidityConstraintListener_t& xListener )
455 const XValidityConstraintListener_t& xListener )
468 const XModifyListener_t& xListener )
472 const XModifyListener_t& xListener )
/aoo41x/main/comphelper/inc/comphelper/
H A Dimplbase_var.hxx386 const & xListener ) throw (::com::sun::star::uno::RuntimeException) in addEventListener()
387 { WeakComponentImplHelperBase::addEventListener( xListener ); } in addEventListener()
390 const & xListener ) throw (::com::sun::star::uno::RuntimeException) in removeEventListener()
391 { WeakComponentImplHelperBase::removeEventListener( xListener ); } in removeEventListener()
H A Dweakeventlistener.hxx174 ::com::sun::star::uno::Reference< LISTENER > xListener( getListener() ); in disposing()
175 if ( xListener.is() ) in disposing()
176 xListener->disposing( _rSource ); in disposing()
H A DChainablePropertySet.hxx119 … ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener )
133 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener )
135 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener )
137 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener )
H A DMasterPropertySet.hxx118 … ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener )
132 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener )
134 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener )
136 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener )
/aoo41x/main/UnoControls/source/controls/
H A Dframecontrol.cxx284 const Reference< XInterface >& xListener ) throw( RuntimeException ) in advise()
287 m_aConnectionPointContainer.advise( aType, xListener ); in advise()
295 const Reference< XInterface >& xListener ) throw( RuntimeException ) in unadvise()
298 m_aConnectionPointContainer.unadvise( aType, xListener ); in unadvise()
/aoo41x/main/sw/inc/
H A Dunostyle.hxx155 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::…
240 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw(::com::s…
249 …::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener ) throw(::com::s…
250 …::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener ) throw(::com::s…
251 …::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener ) throw(::com::s…
435 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw(::com::s…
444 …::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener ) throw (::com::…
445 …::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener ) throw (::com::…
446 …::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener ) throw (::com::…
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DOnewayExecutor.java173 com.sun.star.frame.XStatusListener[] xListener, in codeAddOrRemoveStatusListener() argument
179 lParams[0].add( (Object)xListener[0] ); in codeAddOrRemoveStatusListener()
184 xListener[0] = (com.sun.star.frame.XStatusListener) in codeAddOrRemoveStatusListener()
/aoo41x/main/reportdesign/source/core/api/
H A DSection.cxx540 …ntainerListener( const uno::Reference< container::XContainerListener >& xListener ) throw (uno::Ru… in addContainerListener() argument
542 m_aContainerListeners.addInterface(xListener); in addContainerListener()
545 …ntainerListener( const uno::Reference< container::XContainerListener >& xListener ) throw (uno::Ru… in removeContainerListener() argument
547 m_aContainerListeners.removeInterface(xListener); in removeContainerListener()
597 … aPropertyName, const uno::Reference< beans::XPropertyChangeListener >& xListener ) throw (beans::… in addPropertyChangeListener() argument
599 SectionPropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
/aoo41x/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx161 void SAL_CALL VCLXTabControl::addTabListener( const uno::Reference< awt::XTabListener >& xListener in addTabListener() argument
167 if ( *it == xListener ) in addTabListener()
171 mxTabListeners.push_back( xListener ); in addTabListener()
174 …bControl::removeTabListener( const uno::Reference< awt::XTabListener >& xListener ) throw (uno::Ru… in removeTabListener() argument
180 if ( *it == xListener ) in removeTabListener()
/aoo41x/main/dtrans/source/generic/
H A Dgeneric_clipboard.cxx139 Reference < XClipboardListener > xListener(aIterator.next(), UNO_QUERY); in setContents() local
140 if (xListener.is()) in setContents()
141 xListener->changedContents(aEvent); in setContents()
/aoo41x/main/sd/source/ui/framework/configuration/
H A DConfigurationControllerBroadcaster.cxx197 Reference<lang::XEventListener> xListener ( in DisposeAndClear() local
199 if (xListener.is()) in DisposeAndClear()
207 xListener->disposing(aEvent); in DisposeAndClear()
/aoo41x/main/offapi/com/sun/star/linguistic2/
H A DXLinguServiceManager.idl114 @param xListener
118 [in] com::sun::star::lang::XEventListener xListener );
126 @param xListener
130 [in] com::sun::star::lang::XEventListener xListener );
/aoo41x/main/comphelper/source/misc/
H A Dinstancelocker.cxx105 …L_CALL OInstanceLocker::addEventListener( const uno::Reference< lang::XEventListener >& xListener ) in addEventListener() argument
115 m_pListenersContainer->addInterface( xListener ); in addEventListener()
119 …ALL OInstanceLocker::removeEventListener( const uno::Reference< lang::XEventListener >& xListener ) in removeEventListener() argument
124 m_pListenersContainer->removeInterface( xListener ); in removeEventListener()
/aoo41x/main/framework/source/dispatch/
H A Doxt_handler.cxx197 … const css::uno::Reference< css::frame::XDispatchResultListener >& xListener ) in dispatchWithNotification()
214 if ( xListener.is() ) in dispatchWithNotification()
218 xListener->dispatchFinished( aEvent ); in dispatchWithNotification()
/aoo41x/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx646 …figurationManager::addEventListener( const Reference< XEventListener >& xListener ) throw (::com::… in addEventListener() argument
656 …rContainer.addInterface( ::getCppuType( ( const Reference< XEventListener >* ) NULL ), xListener ); in addEventListener()
659 …urationManager::removeEventListener( const Reference< XEventListener >& xListener ) throw (::com::… in removeEventListener() argument
662 …ntainer.removeInterface( ::getCppuType( ( const Reference< XEventListener >* ) NULL ), xListener ); in removeEventListener()
666 …ner( const Reference< ::com::sun::star::ui::XUIConfigurationListener >& xListener ) throw (::com::… in addConfigurationListener() argument
676 ….addInterface( ::getCppuType( ( const Reference< XUIConfigurationListener >* ) NULL ), xListener ); in addConfigurationListener()
679 …ner( const Reference< ::com::sun::star::ui::XUIConfigurationListener >& xListener ) throw (::com::… in removeConfigurationListener() argument
682 …moveInterface( ::getCppuType( ( const Reference< XUIConfigurationListener >* ) NULL ), xListener ); in removeConfigurationListener()
/aoo41x/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx432 …aPropertyName, const uno::Reference< beans::XPropertyChangeListener > & xListener) throw (uno::Run… in addPropertyChangeListener() argument
434 …tMixin< chart2::data::XDatabaseDataProvider >::addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
438 …aPropertyName, const uno::Reference< beans::XPropertyChangeListener > & xListener) throw (uno::Run… in removePropertyChangeListener() argument
440 …xin< chart2::data::XDatabaseDataProvider >::removePropertyChangeListener(aPropertyName, xListener); in removePropertyChangeListener()
444 …aPropertyName, const uno::Reference< beans::XVetoableChangeListener > & xListener) throw (uno::Run… in addVetoableChangeListener() argument
446 …tMixin< chart2::data::XDatabaseDataProvider >::addVetoableChangeListener(aPropertyName, xListener); in addVetoableChangeListener()
450 …aPropertyName, const uno::Reference< beans::XVetoableChangeListener > & xListener) throw (uno::Run… in removeVetoableChangeListener() argument
452 …xin< chart2::data::XDatabaseDataProvider >::removeVetoableChangeListener(aPropertyName, xListener); in removeVetoableChangeListener()
/aoo41x/main/sw/source/ui/uno/
H A Dunomodule.cxx61 …Value >& aArgs, const uno::Reference< frame::XDispatchResultListener >& xListener ) throw (uno::Ru… in dispatchWithNotification() argument
85 if ( xListener.is() ) in dispatchWithNotification()
87 xListener->dispatchFinished( in dispatchWithNotification()
/aoo41x/main/chart2/source/controller/main/
H A DCommandDispatch.cxx189 Reference< frame::XStatusListener > xListener( aIntfIt.next(), uno::UNO_QUERY ); in fireStatusEventForURL() local
192 if( xListener.is()) in fireStatusEventForURL()
193 xListener->statusChanged( aEventToSend ); in fireStatusEventForURL()
/aoo41x/main/linguistic/source/
H A Ddicimp.cxx969 const uno::Reference< XDictionaryEventListener >& xListener ) in addDictionaryEventListener()
975 if (xListener.is()) in addDictionaryEventListener()
978 bRes = aDicEvtListeners.addInterface( xListener ) != nLen; in addDictionaryEventListener()
984 const uno::Reference< XDictionaryEventListener >& xListener ) in removeDictionaryEventListener()
990 if (xListener.is()) in removeDictionaryEventListener()
993 bRes = aDicEvtListeners.removeInterface( xListener ) != nLen; in removeDictionaryEventListener()
/aoo41x/main/svx/source/inc/
H A Dgridcell.hxx807 …m::sun::star::uno::Reference< ::com::sun::star::awt::XWindowListener >& xListener ) throw (::com::…
808 …m::sun::star::uno::Reference< ::com::sun::star::awt::XWindowListener >& xListener ) throw (::com::…
809 …om::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener ) throw (::com::…
810 …om::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener ) throw (::com::…
811 …:com::sun::star::uno::Reference< ::com::sun::star::awt::XKeyListener >& xListener ) throw (::com::…
812 …:com::sun::star::uno::Reference< ::com::sun::star::awt::XKeyListener >& xListener ) throw (::com::…
813 …om::sun::star::uno::Reference< ::com::sun::star::awt::XMouseListener >& xListener ) throw (::com::…
814 …om::sun::star::uno::Reference< ::com::sun::star::awt::XMouseListener >& xListener ) throw (::com::…
815 …n::star::uno::Reference< ::com::sun::star::awt::XMouseMotionListener >& xListener ) throw (::com::…
817 …om::sun::star::uno::Reference< ::com::sun::star::awt::XPaintListener >& xListener ) throw (::com::…
[all …]
H A DGraphCtlAccessibleContext.hxx120 …om::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener ) throw (::com::…
121 …om::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener ) throw (::com::…
154 …:Reference< ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) throw (com::sun…
155 …:Reference< ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) throw (com::sun…
/aoo41x/main/toolkit/source/layout/core/
H A Droot.cxx286 void SAL_CALL LayoutRoot::addEventListener( const uno::Reference< lang::XEventListener >& xListener in addEventListener() argument
295 mpListeners->addInterface( xListener ); in addEventListener()
298 …SAL_CALL LayoutRoot::removeEventListener( const uno::Reference< lang::XEventListener >& xListener ) in removeEventListener() argument
306 mpListeners->removeInterface( xListener ); in removeEventListener()
/aoo41x/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx66 uno::Reference< frame::XTerminateListener > xListener( this ); in CreationWizardUnoDlg() local
67 xDesktop->addTerminateListener( xListener ); in CreationWizardUnoDlg()
307 uno::Reference< frame::XTerminateListener > xListener( this ); in disposing() local
308 xDesktop->removeTerminateListener( xListener ); in disposing()
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx612 const uno::Reference< lang::XEventListener > & xListener ) in addEventListener()
615 m_aEventListenerContainer.addInterface( xListener ); in addEventListener()
653 ::com::sun::star::chart::XChartDataChangeEventListener > xListener( in fireChartDataChangeEvent() local
655 if( xListener.is() ) in fireChartDataChangeEvent()
656 xListener->chartDataChanged( aEvent ); in fireChartDataChangeEvent()

Completed in 156 milliseconds

12345678910>>...29