LibreOffice Module desktop (master)
1
|
#include <memory>
#include "dp_gui_theextmgr.hxx"
#include <osl/diagnose.h>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <unotools/configmgr.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/unwrapargs.hxx>
#include <unotools/resmgr.hxx>
#include <vcl/weld.hxx>
#include <vcl/window.hxx>
#include <vcl/svapp.hxx>
#include <com/sun/star/task/XJobExecutor.hpp>
#include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.hpp>
#include <optional>
#include "license_dialog.hxx"
#include "dp_gui_dialog2.hxx"
#include "dp_gui_extensioncmdqueue.hxx"
#include <dp_misc.h>
Go to the source code of this file.
Namespaces | |
dp_gui | |
Functions | |
static OUString | dp_gui::ReplaceProductNameHookProc (const OUString &rStr) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | desktop_LicenseDialog_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &args) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | desktop_ServiceImpl_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &args) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | desktop_UpdateRequiredDialogService_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &args) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* desktop_LicenseDialog_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | args | ||
) |
Definition at line 296 of file dp_gui_service.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* desktop_ServiceImpl_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | args | ||
) |
Definition at line 303 of file dp_gui_service.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* desktop_UpdateRequiredDialogService_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | args | ||
) |
Definition at line 310 of file dp_gui_service.cxx.
bool m_bShowUpdateOnly |
Definition at line 116 of file dp_gui_service.cxx.
std::optional<OUString> m_extensionURL |
Definition at line 114 of file dp_gui_service.cxx.
OUString m_initialTitle |
Definition at line 115 of file dp_gui_service.cxx.
std::optional< Reference<awt::XWindow> > m_parent |
Definition at line 113 of file dp_gui_service.cxx.
Referenced by dp_gui::LicenseDialog::LicenseDialog(), and dp_gui::LicenseDialog::solar_execute().
Reference<XComponentContext> const m_xComponentContext |
Definition at line 112 of file dp_gui_service.cxx.
Referenced by dp_gui::UpdateInstallDialog::Thread::downloadExtensions().