LibreOffice Module chart2 (master) 1
Classes | Namespaces | Functions
EventListenerHelper.hxx File Reference
#include <com/sun/star/lang/XComponent.hpp>
#include <algorithm>
#include <utility>
Include dependency graph for EventListenerHelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  chart::EventListenerHelper::impl::addListenerFunctor< InterfaceRef >
 
struct  chart::EventListenerHelper::impl::removeListenerFunctor< InterfaceRef >
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::lang
 
namespace  chart
 
namespace  chart::EventListenerHelper
 
namespace  chart::EventListenerHelper::impl
 

Functions

template<class InterfaceRef >
void chart::EventListenerHelper::addListener (const InterfaceRef &xObject, const css::uno::Reference< css::lang::XEventListener > &xListener)
 
template<class Container >
void chart::EventListenerHelper::addListenerToAllElements (const Container &rContainer, const css::uno::Reference< css::lang::XEventListener > &xListener)
 
template<class InterfaceRef >
void chart::EventListenerHelper::removeListener (const InterfaceRef &xObject, const css::uno::Reference< css::lang::XEventListener > &xListener)
 
template<class Container >
void chart::EventListenerHelper::removeListenerFromAllElements (const Container &rContainer, const css::uno::Reference< css::lang::XEventListener > &xListener)