#include <vbaeventshelper.hxx>
|
| virtual bool | implPrepareEvent (EventQueue &rEventQueue, const EventHandlerInfo &rInfo, const css::uno::Sequence< css::uno::Any > &rArgs) override |
| |
| virtual css::uno::Sequence< css::uno::Any > | implBuildArgumentList (const EventHandlerInfo &rInfo, const css::uno::Sequence< css::uno::Any > &rArgs) override |
| |
| virtual void | implPostProcessEvent (EventQueue &rEventQueue, const EventHandlerInfo &rInfo, bool bCancel) override |
| |
| virtual OUString | implGetDocumentModuleName (const EventHandlerInfo &rInfo, const css::uno::Sequence< css::uno::Any > &rArgs) const override |
| |
| void | registerEventHandler (sal_Int32 nEventId, sal_Int32 nModuleType, const char *pcMacroName, sal_Int32 nCancelIndex=-1, const css::uno::Any &rUserData=css::uno::Any()) |
| |
| virtual bool | implPrepareEvent (EventQueue &rEventQueue, const EventHandlerInfo &rInfo, const css::uno::Sequence< css::uno::Any > &rArgs)=0 |
| |
| virtual css::uno::Sequence< css::uno::Any > | implBuildArgumentList (const EventHandlerInfo &rInfo, const css::uno::Sequence< css::uno::Any > &rArgs)=0 |
| |
| virtual void | implPostProcessEvent (EventQueue &rEventQueue, const EventHandlerInfo &rInfo, bool bCancel)=0 |
| |
| virtual OUString | implGetDocumentModuleName (const EventHandlerInfo &rInfo, const css::uno::Sequence< css::uno::Any > &rArgs) const=0 |
| |
Definition at line 25 of file vbaeventshelper.hxx.
◆ SwVbaEventsHelper()
| SwVbaEventsHelper::SwVbaEventsHelper |
( |
const css::uno::Sequence< css::uno::Any > & |
rArgs, |
|
|
const css::uno::Reference< css::uno::XComponentContext > & |
rxContext |
|
) |
| |
◆ ~SwVbaEventsHelper()
| SwVbaEventsHelper::~SwVbaEventsHelper |
( |
| ) |
|
|
overridevirtual |
◆ getImplementationName()
| OUString SwVbaEventsHelper::getImplementationName |
( |
| ) |
|
|
overridevirtual |
◆ getSupportedServiceNames()
| css::uno::Sequence< OUString > SwVbaEventsHelper::getSupportedServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ implBuildArgumentList()
| uno::Sequence< uno::Any > SwVbaEventsHelper::implBuildArgumentList |
( |
const EventHandlerInfo & |
rInfo, |
|
|
const css::uno::Sequence< css::uno::Any > & |
rArgs |
|
) |
| |
|
overrideprotectedvirtual |
◆ implGetDocumentModuleName()
| OUString SwVbaEventsHelper::implGetDocumentModuleName |
( |
const EventHandlerInfo & |
rInfo, |
|
|
const css::uno::Sequence< css::uno::Any > & |
rArgs |
|
) |
| const |
|
overrideprotectedvirtual |
◆ implPostProcessEvent()
| void SwVbaEventsHelper::implPostProcessEvent |
( |
EventQueue & |
rEventQueue, |
|
|
const EventHandlerInfo & |
rInfo, |
|
|
bool |
bCancel |
|
) |
| |
|
overrideprotectedvirtual |
◆ implPrepareEvent()
| bool SwVbaEventsHelper::implPrepareEvent |
( |
EventQueue & |
rEventQueue, |
|
|
const EventHandlerInfo & |
rInfo, |
|
|
const css::uno::Sequence< css::uno::Any > & |
rArgs |
|
) |
| |
|
overrideprotectedvirtual |
◆ supportsService()
| sal_Bool SwVbaEventsHelper::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: