LibreOffice Module extensions (master) 1
Classes | Namespaces | Typedefs
eventhandler.hxx File Reference
#include "pcrcommon.hxx"
#include <com/sun/star/script/ScriptEventDescriptor.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/inspection/XPropertyHandler.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/compbase.hxx>
#include <unotools/resmgr.hxx>
#include <unordered_map>
Include dependency graph for eventhandler.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pcr::EventDescription
 
class  pcr::EventHandler
 

Namespaces

namespace  pcr
 a property handler for any virtual string properties
 

Typedefs

typedef sal_Int32 pcr::EventId
 
typedef std::unordered_map< OUString, EventDescriptionpcr::EventMap
 
typedef ::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler, css::lang::XServiceInfo > pcr::EventHandler_Base