Searched refs:OContainerListener (Results 1 – 14 of 14) sorted by relevance
/trunk/main/comphelper/source/container/ |
H A D | containermultiplexer.cxx | 42 OContainerListener::OContainerListener(::osl::Mutex& _rMutex) in OContainerListener() function in comphelper::OContainerListener 49 OContainerListener::~OContainerListener() in ~OContainerListener() 59 …void OContainerListener::_elementInserted( const ContainerEvent& /*_rEvent*/ ) throw(RuntimeExcept… in _elementInserted() 64 void OContainerListener::_elementRemoved( const ContainerEvent& ) throw(RuntimeException) in _elementRemoved() 69 …void OContainerListener::_elementReplaced( const ContainerEvent& /*_rEvent*/ ) throw(RuntimeExcept… in _elementReplaced() 74 void OContainerListener::_disposing(const EventObject& ) throw( RuntimeException) in _disposing() 79 void OContainerListener::setAdapter(OContainerListenerAdapter* pAdapter) in setAdapter() 100 OContainerListenerAdapter::OContainerListenerAdapter(OContainerListener* _pListener, in OContainerListenerAdapter()
|
/trunk/main/dbaccess/source/core/misc/ |
H A D | ContainerListener.cxx | 51 OContainerListener::~OContainerListener() in ~OContainerListener() 56 …Reference< XVeto > SAL_CALL OContainerListener::approveInsertElement( const ContainerEvent& _Event… in approveInsertElement() 66 …Reference< XVeto > SAL_CALL OContainerListener::approveReplaceElement( const ContainerEvent& _Even… in approveReplaceElement() 76 …Reference< XVeto > SAL_CALL OContainerListener::approveRemoveElement( const ContainerEvent& _Event… in approveRemoveElement() 86 …void SAL_CALL OContainerListener::elementInserted( const ContainerEvent& _Event ) throw(RuntimeExc… in elementInserted() 96 …void SAL_CALL OContainerListener::elementRemoved( const ContainerEvent& _Event ) throw(RuntimeExce… in elementRemoved() 106 …void SAL_CALL OContainerListener::elementReplaced( const ContainerEvent& _Event ) throw(RuntimeExc… in elementReplaced() 116 … void SAL_CALL OContainerListener::disposing( const EventObject& _Source ) throw(RuntimeException) in disposing()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | containermultiplexer.hxx | 46 class COMPHELPER_DLLPUBLIC OContainerListener class 54 OContainerListener(::osl::Mutex& _rMutex); 55 virtual ~OContainerListener(); 72 friend class OContainerListener; 77 OContainerListener* m_pListener; 83 OContainerListenerAdapter(OContainerListener* _pListener,
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | ContainerListener.hxx | 54 class OContainerListener : public OContainerListener_BASE class 61 OContainerListener( OWeakObject& _rDestination, ::osl::Mutex& _rMutex ) in OContainerListener() function in dbaccess::OContainerListener 87 virtual ~OContainerListener();
|
H A D | querycontainer.hxx | 119 class OContainerListener; 134 OContainerListener* m_pCommandsListener;
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | adtabdlg.cxx | 75 , public ::comphelper::OContainerListener 85 : ::comphelper::OContainerListener(m_aMutex) in TableListFacade() 243 , public ::comphelper::OContainerListener 252 : ::comphelper::OContainerListener(m_aMutex) in QueryListFacade()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | RelationTableView.hxx | 36 , public ::comphelper::OContainerListener
|
H A D | TableWindow.hxx | 55 ,public ::comphelper::OContainerListener
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | AddField.hxx | 58 , public ::comphelper::OContainerListener
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 125 ,public ::comphelper::OContainerListener 780 , OContainerListener(m_aMutex) in DBG_NAME()
|
H A D | AddField.cxx | 166 ,::comphelper::OContainerListener(m_aMutex) in OAddFieldWindow()
|
/trunk/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationTableView.cxx | 94 , ::comphelper::OContainerListener(m_aMutex) in DBG_NAME()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | querycontainer.cxx | 125 m_pCommandsListener = new OContainerListener( *this, m_aMutex ); in DBG_NAME()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindow.cxx | 98 : ::comphelper::OContainerListener(m_aMutex) in DBG_NAME()
|
Completed in 53 milliseconds