LibreOffice Module extensions (master) 1
|
#include <datman.hxx>
Public Member Functions | |
BibInterceptorHelper (const ::bib::BibBeamer *pBibBeamer, css::uno::Reference< css::frame::XDispatch > const &xDispatch) | |
void | ReleaseInterceptor () |
virtual css::uno::Reference< css::frame::XDispatch > SAL_CALL | queryDispatch (const css::util::URL &aURL, const OUString &aTargetFrameName, sal_Int32 nSearchFlags) override |
virtual css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL | queryDispatches (const css::uno::Sequence< css::frame::DispatchDescriptor > &aDescripts) override |
virtual css::uno::Reference< css::frame::XDispatchProvider > SAL_CALL | getSlaveDispatchProvider () override |
virtual void SAL_CALL | setSlaveDispatchProvider (const css::uno::Reference< css::frame::XDispatchProvider > &xNewSlaveDispatchProvider) override |
virtual css::uno::Reference< css::frame::XDispatchProvider > SAL_CALL | getMasterDispatchProvider () override |
virtual void SAL_CALL | setMasterDispatchProvider (const css::uno::Reference< css::frame::XDispatchProvider > &xNewMasterDispatchProvider) override |
Protected Member Functions | |
virtual | ~BibInterceptorHelper () override |
Private Attributes | |
css::uno::Reference< css::frame::XDispatchProvider > | xMasterDispatchProvider |
css::uno::Reference< css::frame::XDispatchProvider > | xSlaveDispatchProvider |
css::uno::Reference< css::frame::XDispatch > | xFormDispatch |
css::uno::Reference< css::frame::XDispatchProviderInterception > | xInterception |
Definition at line 47 of file datman.hxx.
|
overrideprotectedvirtual |
Definition at line 468 of file datman.cxx.
BibInterceptorHelper::BibInterceptorHelper | ( | const ::bib::BibBeamer * | pBibBeamer, |
css::uno::Reference< css::frame::XDispatch > const & | xDispatch | ||
) |
Definition at line 456 of file datman.cxx.
References xDispatch, xFormDispatch, and xInterception.
|
overridevirtual |
Definition at line 519 of file datman.cxx.
References xMasterDispatchProvider.
|
overridevirtual |
Definition at line 508 of file datman.cxx.
References xSlaveDispatchProvider.
|
overridevirtual |
Definition at line 480 of file datman.cxx.
References aCommand, aURL, xFormDispatch, and xSlaveDispatchProvider.
Referenced by queryDispatches().
|
overridevirtual |
Definition at line 495 of file datman.cxx.
References queryDispatch().
void BibInterceptorHelper::ReleaseInterceptor | ( | ) |
Definition at line 472 of file datman.cxx.
References xInterception.
|
overridevirtual |
Definition at line 524 of file datman.cxx.
References xMasterDispatchProvider.
|
overridevirtual |
Definition at line 513 of file datman.cxx.
References xSlaveDispatchProvider.
|
private |
Definition at line 53 of file datman.hxx.
Referenced by BibInterceptorHelper(), and queryDispatch().
|
private |
Definition at line 54 of file datman.hxx.
Referenced by BibInterceptorHelper(), and ReleaseInterceptor().
|
private |
Definition at line 51 of file datman.hxx.
Referenced by getMasterDispatchProvider(), and setMasterDispatchProvider().
|
private |
Definition at line 52 of file datman.hxx.
Referenced by getSlaveDispatchProvider(), queryDispatch(), and setSlaveDispatchProvider().