Searched refs:_xListener (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.cxx | 1242 void SAL_CALL ODatabaseDocument::addModifyListener( const Reference< XModifyListener >& _xListener … in addModifyListener() argument 1245 m_aModifyListeners.addInterface(_xListener); in addModifyListener() 1249 …aseDocument::removeModifyListener( const Reference< XModifyListener >& _xListener ) throw (Runtime… in removeModifyListener() argument 1252 m_aModifyListeners.removeInterface(_xListener); in removeModifyListener() 1805 …seDocument::addEventListener( const Reference< lang::XEventListener >& _xListener ) throw (Runtime… in addEventListener() argument 1807 ::cppu::WeakComponentImplHelperBase::addEventListener( _xListener ); in addEventListener() 1810 …ocument::removeEventListener( const Reference< lang::XEventListener >& _xListener ) throw (Runtime… in removeEventListener() argument 1812 ::cppu::WeakComponentImplHelperBase::removeEventListener( _xListener ); in removeEventListener()
|
H A D | datasource.cxx | 1413 …shListener( const Reference< ::com::sun::star::util::XFlushListener >& _xListener ) throw (Runtime… in addFlushListener() argument 1416 m_aFlushListeners.addInterface(_xListener); in addFlushListener() 1419 …shListener( const Reference< ::com::sun::star::util::XFlushListener >& _xListener ) throw (Runtime… in removeFlushListener() argument 1422 m_aFlushListeners.removeInterface(_xListener); in removeFlushListener()
|
/aoo4110/main/connectivity/source/drivers/hsqldb/ |
H A D | HStorageMap.cxx | 223 …iner::revokeStorage(const ::rtl::OUString& _sKey,const Reference<XTransactionListener>& _xListener) in revokeStorage() argument 231 if ( _xListener.is() ) in revokeStorage() 235 xBroad->removeTransactionListener(_xListener); in revokeStorage()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 1242 …ition::addCloseListener( const uno::Reference< util::XCloseListener >& _xListener ) throw (uno::Ru… in addCloseListener() argument 1245 if ( _xListener.is() ) in addCloseListener() 1246 m_pImpl->m_aCloseListener.addInterface(_xListener); in addCloseListener() 1252 m_pImpl->m_aCloseListener.removeInterface(_xListener); in removeCloseListener() 2036 …ion::addModifyListener( const uno::Reference< util::XModifyListener >& _xListener ) throw (uno::Ru… in addModifyListener() argument 2040 if ( _xListener.is() ) in addModifyListener() 2041 m_pImpl->m_aModifyListeners.addInterface(_xListener); in addModifyListener() 2048 m_pImpl->m_aModifyListeners.removeInterface(_xListener); in removeModifyListener() 2071 if ( _xListener.is() ) in addEventListener() 2072 m_pImpl->m_aDocEventListeners.addInterface(_xListener); in addEventListener() [all …]
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 638 …const ::rtl::OUString& _rURLPath, const Reference< XStatusListener > & _xListener, sal_Bool _bForc… in InvalidateFeature() argument 640 …ImplInvalidateFeature( m_aSupportedFeatures[ _rURLPath ].nFeatureId, _xListener, _bForceBroadcast … in InvalidateFeature() 701 …InvalidateFeature( sal_Int32 _nId, const Reference< XStatusListener >& _xListener, sal_Bool _bForc… in ImplInvalidateFeature() argument 717 aListener.xListener = _xListener; in ImplInvalidateFeature() 732 …nvalidateFeature(sal_uInt16 _nId, const Reference< XStatusListener > & _xListener, sal_Bool _bForc… in InvalidateFeature() argument 734 ImplInvalidateFeature( _nId, _xListener, _bForceBroadcast ); in InvalidateFeature()
|
/aoo4110/main/connectivity/source/inc/hsqldb/ |
H A D | HStorageMap.hxx | 71 …onst ::com::sun::star::uno::Reference< ::com::sun::star::embed::XTransactionListener>& _xListener);
|
/aoo4110/main/dbaccess/inc/ |
H A D | genericcontroller.hxx | 401 …sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& _xListener, sal_Bool _bForc…
|
Completed in 188 milliseconds