LibreOffice Module desktop (master) 1
|
This command environment is to be used when an extension is temporarily stored in the "tmp" repository. More...
#include <dp_commandenvironments.hxx>
Public Member Functions | |
virtual | ~BaseCommandEnv () override |
BaseCommandEnv () | |
BaseCommandEnv (css::uno::Reference< css::task::XInteractionHandler > const &handler) | |
virtual css::uno::Reference< css::task::XInteractionHandler > SAL_CALL | getInteractionHandler () override |
virtual css::uno::Reference< css::ucb::XProgressHandler > SAL_CALL | getProgressHandler () override |
virtual void SAL_CALL | handle (css::uno::Reference< css::task::XInteractionRequest > const &xRequest) override |
virtual void SAL_CALL | push (css::uno::Any const &Status) override |
virtual void SAL_CALL | update (css::uno::Any const &Status) override |
virtual void SAL_CALL | pop () override |
Protected Member Functions | |
void | handle_ (bool approve, css::uno::Reference< css::task::XInteractionRequest > const &xRequest) |
Private Attributes | |
css::uno::Reference< css::task::XInteractionHandler > | m_forwardHandler |
This command environment is to be used when an extension is temporarily stored in the "tmp" repository.
It prevents all kind of user interaction.
Definition at line 35 of file dp_commandenvironments.hxx.
|
overridevirtual |
Definition at line 52 of file dp_commandenvironments.cxx.
dp_manager::BaseCommandEnv::BaseCommandEnv | ( | ) |
Definition at line 42 of file dp_commandenvironments.cxx.
|
explicit |
|
overridevirtual |
Definition at line 57 of file dp_commandenvironments.cxx.
|
overridevirtual |
Definition at line 63 of file dp_commandenvironments.cxx.
|
overridevirtual |
Reimplemented in dp_manager::TmpRepositoryCommandEnv, dp_manager::LicenseCommandEnv, dp_manager::NoLicenseCommandEnv, and dp_manager::SilentCheckPrerequisitesCommandEnv.
Definition at line 68 of file dp_commandenvironments.cxx.
|
protected |
Definition at line 73 of file dp_commandenvironments.cxx.
References m_forwardHandler, and pos.
Referenced by dp_manager::LicenseCommandEnv::handle(), dp_manager::NoLicenseCommandEnv::handle(), and dp_manager::SilentCheckPrerequisitesCommandEnv::handle().
|
overridevirtual |
Definition at line 117 of file dp_commandenvironments.cxx.
|
overridevirtual |
Definition at line 109 of file dp_commandenvironments.cxx.
|
overridevirtual |
Definition at line 113 of file dp_commandenvironments.cxx.
|
private |
Definition at line 40 of file dp_commandenvironments.hxx.
Referenced by handle_().