LibreOffice Module scripting (master) 1
Classes | Namespaces | Typedefs
dlgevtatt.hxx File Reference
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/script/XAllListener.hpp>
#include <com/sun/star/script/XEventAttacher.hpp>
#include <com/sun/star/script/XScriptEventsAttacher.hpp>
#include <com/sun/star/script/XScriptListener.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/awt/XControl.hpp>
#include <com/sun/star/beans/XIntrospectionAccess.hpp>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/script/XScriptEventsSupplier.hpp>
#include <unordered_map>
#include <utility>
Include dependency graph for dlgevtatt.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dlgprov::DialogEventsAttacherImpl
 
class  dlgprov::DialogAllListenerImpl
 
class  dlgprov::DialogScriptListenerImpl
 

Namespaces

namespace  dlgprov
 anonymous implementation namespace
 

Typedefs

typedef std::unordered_map< OUString, css::uno::Reference< css::script::XScriptListener > > dlgprov::ListenerHash
 
typedef ::cppu::WeakImplHelper< css::script::XScriptEventsAttacher > dlgprov::DialogEventsAttacherImpl_BASE
 
typedef ::cppu::WeakImplHelper< css::script::XAllListener > dlgprov::DialogAllListenerImpl_BASE
 
typedef ::cppu::WeakImplHelper< css::script::XScriptListener > dlgprov::DialogScriptListenerImpl_BASE