LibreOffice Module vbahelper (master) 1
Classes | Namespaces | Typedefs
vbaeventshelperbase.hxx File Reference
#include <deque>
#include <map>
#include <unordered_map>
#include <com/sun/star/document/XEventListener.hpp>
#include <com/sun/star/lang/EventObject.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/script/vba/XVBAEventProcessor.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/util/XChangesListener.hpp>
#include <cppuhelper/implbase.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <vbahelper/vbadllapi.h>
Include dependency graph for vbaeventshelperbase.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VbaEventsHelperBase
 
struct  VbaEventsHelperBase::EventHandlerInfo
 
struct  VbaEventsHelperBase::EventQueueEntry
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::document
 
namespace  com::sun::star::frame
 
namespace  com::sun::star::script
 
namespace  com::sun::star::script::vba
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::util
 

Typedefs

typedef ::cppu::WeakImplHelper< css::script::vba::XVBAEventProcessor, css::document::XEventListener, css::util::XChangesListener, css::lang::XServiceInfo > VbaEventsHelperBase_BASE
 

Typedef Documentation

◆ VbaEventsHelperBase_BASE

typedef ::cppu::WeakImplHelper< css::script::vba::XVBAEventProcessor, css::document::XEventListener, css::util::XChangesListener, css::lang::XServiceInfo > VbaEventsHelperBase_BASE

Definition at line 55 of file vbaeventshelperbase.hxx.