LibreOffice Module desktop (master) 1
Namespaces | Functions
dp_gui_service.cxx File Reference
#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>
Include dependency graph for dp_gui_service.cxx:

Go to the source code of this file.

Namespaces

namespace  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)
 

Function Documentation

◆ desktop_LicenseDialog_get_implementation()

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.

References args.

◆ desktop_ServiceImpl_get_implementation()

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.

References args.

◆ desktop_UpdateRequiredDialogService_get_implementation()

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.

References args.

Variable Documentation

◆ m_bShowUpdateOnly

bool m_bShowUpdateOnly
private

Definition at line 116 of file dp_gui_service.cxx.

◆ m_extensionURL

std::optional<OUString> m_extensionURL
private

Definition at line 114 of file dp_gui_service.cxx.

◆ m_initialTitle

OUString m_initialTitle
private

Definition at line 115 of file dp_gui_service.cxx.

◆ m_parent

std::optional< Reference<awt::XWindow> > m_parent
private

◆ m_xComponentContext

Reference<XComponentContext> const m_xComponentContext
private