LibreOffice Module xmloff (master) 1
|
#include <eventimport.hxx>
Public Member Functions | |
virtual void | registerEvents (const css::uno::Reference< css::beans::XPropertySet > &_rxElement, const css::uno::Sequence< css::script::ScriptEventDescriptor > &_rEvents) override |
virtual void | registerEvents (const css::uno::Reference< css::beans::XPropertySet > &_rxElement, const css::uno::Sequence< css::script::ScriptEventDescriptor > &_rEvents)=0 |
Protected Member Functions | |
void | setEvents (const css::uno::Reference< css::container::XIndexAccess > &_rxContainer) |
virtual | ~ODefaultEventAttacherManager () |
Protected Member Functions inherited from xmloff::IEventAttacherManager | |
~IEventAttacherManager () | |
Private Types | |
typedef std::map< css::uno::Reference< css::beans::XPropertySet >, css::uno::Sequence< css::script::ScriptEventDescriptor > > | MapPropertySet2ScriptSequence |
Private Attributes | |
MapPropertySet2ScriptSequence | m_aEvents |
Definition at line 48 of file eventimport.hxx.
|
private |
Definition at line 53 of file eventimport.hxx.
|
protectedvirtual |
Definition at line 95 of file eventimport.cxx.
|
overridevirtual |
Implements xmloff::IEventAttacherManager.
Definition at line 99 of file eventimport.cxx.
References m_aEvents.
|
protected |
Definition at line 108 of file eventimport.cxx.
References i, m_aEvents, and nCount.
Referenced by xmloff::OGridImport::endFastElement(), xmloff::OFormImport::endFastElement(), and xmloff::OFormLayerXMLImport_Impl::endPage().
|
private |
Definition at line 58 of file eventimport.hxx.
Referenced by registerEvents(), and setEvents().