|
LibreOffice Module comphelper (master) 1
|
#include <config_options.h>#include <comphelper/compbase.hxx>#include <cppuhelper/basemutex.hxx>#include <cppuhelper/weakref.hxx>#include <comphelper/comphelperdllapi.h>#include <com/sun/star/lang/XEventListener.hpp>#include <com/sun/star/lang/XComponent.hpp>#include <utility>Go to the source code of this file.
Classes | |
| class | comphelper::OWeakListenerAdapterBase |
| (the base for) an adapter which allows to add as listener to a foreign component, without being held hard. More... | |
| class | comphelper::OWeakListenerAdapter< BROADCASTER, LISTENER > |
| yet another base for weak listener adapters, this time with some type safety More... | |
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::uno |
| namespace | comphelper |
Typedefs | |
| typedef OWeakListenerAdapter< css::lang::XComponent, css::lang::XEventListener > | comphelper::OWeakEventListenerAdapter_Base |