Home
last modified time | relevance | path

Searched refs:_xListener (Results 1 – 7 of 7) sorted by relevance

/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx1242 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 Ddatasource.cxx1413 …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()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageMap.cxx223 …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()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1242 …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()
2037 …ion::addModifyListener( const uno::Reference< util::XModifyListener >& _xListener ) throw (uno::Ru… in addModifyListener() argument
2041 if ( _xListener.is() ) in addModifyListener()
2042 m_pImpl->m_aModifyListeners.addInterface(_xListener); in addModifyListener()
2049 m_pImpl->m_aModifyListeners.removeInterface(_xListener); in removeModifyListener()
2072 if ( _xListener.is() ) in addEventListener()
2073 m_pImpl->m_aDocEventListeners.addInterface(_xListener); in addEventListener()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx638 …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()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHStorageMap.hxx71 …onst ::com::sun::star::uno::Reference< ::com::sun::star::embed::XTransactionListener>& _xListener);
/trunk/main/dbaccess/inc/
H A Dgenericcontroller.hxx401 …sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& _xListener, sal_Bool _bForc…

Completed in 79 milliseconds