Searched refs:m_aListener (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/comphelper/source/property/ |
H A D | genericpropertyset.cxx | 69 …cppu::OMultiTypeInterfaceContainerHelperVar< ::rtl::OUString,UStringHash,UStringEqual> m_aListener; 105 ,m_aListener(maMutex) in GenericPropertySet() 124 m_aListener.addInterface(pIter->Name,xListener); in addPropertyChangeListener() 128 m_aListener.addInterface(aPropertyName,xListener); in addPropertyChangeListener() 148 m_aListener.removeInterface(pIter->Name,xListener); in removePropertyChangeListener() 152 m_aListener.removeInterface(aPropertyName,xListener); in removePropertyChangeListener() 166 OInterfaceContainerHelper * pHelper = m_aListener.getContainer(aPropertyName); in _setPropertyValues()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | weakeventlistener.hxx | 53 m_aListener; 61 return m_aListener.get(); in getListener() 72 m_aListener.clear(); in resetListener() 81 :m_aListener ( _rxListener ) in OWeakListenerAdapterBase()
|
/aoo42x/main/framework/source/fwe/helper/ |
H A D | titlehelper.cxx | 71 , m_aListener (m_aMutex) in TitleHelper() 170 …m_aListener.addInterface( ::getCppuType( (const css::uno::Reference< css::frame::XTitleChangeListe… in addTitleChangeListener() 178 …m_aListener.removeInterface( ::getCppuType( (const css::uno::Reference< css::frame::XTitleChangeLi… in removeTitleChangeListener() 301 …::cppu::OInterfaceContainerHelper* pContainer = m_aListener.getContainer( ::getCppuType( ( const c… in impl_sendTitleChangedEvent()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | datasource.cxx | 124 WeakReference< XFlushListener > m_aListener; member in dbaccess::FlushNotificationAdapter 150 ,m_aListener( _rxListener ) in DBG_NAME() 182 m_aListener = Reference< XFlushListener >(); in impl_dispose() 189 Reference< XFlushListener > xListener( m_aListener ); in flushed() 199 Reference< XFlushListener > xListener( m_aListener ); in disposing()
|
/aoo42x/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 108 m_aListener(rListener), m_pNotifier(0) {} in WindowListenerGuard() 119 ::Link m_aListener;
|
/aoo42x/main/framework/inc/framework/ |
H A D | titlehelper.hxx | 217 ::cppu::OMultiTypeInterfaceContainerHelper m_aListener;
|
/aoo42x/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 78 m_pNotifier->AddEventListener(m_aListener); in startListening() 85 m_pNotifier->RemoveEventListener(m_aListener); in endListening()
|
Completed in 2925 milliseconds