Home
last modified time | relevance | path

Searched refs:m_aEventListenerMutex (Results 1 – 4 of 4) sorted by relevance

/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx189 new cppu::OInterfaceContainerHelper( m_aEventListenerMutex ); in addEventListener()
449 m_pPropertyListener = new PropertyListeners( m_aEventListenerMutex ); in addPropertiesChangeListener()
553 new cppu::OInterfaceContainerHelper( m_aEventListenerMutex ); in addContentEventListener()
688 … m_pPropertySetInfoChangeListeners = new cppu::OInterfaceContainerHelper( m_aEventListenerMutex ); in addPropertySetInfoChangeListener()
H A Dfilrset.cxx178 new cppu::OInterfaceContainerHelper( m_aEventListenerMutex ); in XTYPEPROVIDER_IMPL_10()
804 new cppu::OInterfaceContainerHelper( m_aEventListenerMutex ); in addPropertyChangeListener()
813 new cppu::OInterfaceContainerHelper( m_aEventListenerMutex ); in addPropertyChangeListener()
H A Dbc.hxx260 osl::Mutex m_aEventListenerMutex; member in fileaccess::BaseContent
H A Dfilrset.hxx535 osl::Mutex m_aEventListenerMutex; member in fileaccess::XResultSet_impl