LibreOffice Module desktop (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
dp_gui::LicenseDialog Class Reference

#include <license_dialog.hxx>

Inheritance diagram for dp_gui::LicenseDialog:
[legend]
Collaboration diagram for dp_gui::LicenseDialog:
[legend]

Public Member Functions

 LicenseDialog (css::uno::Sequence< css::uno::Any > const &args, css::uno::Reference< css::uno::XComponentContext > const &xComponentContext)
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual void SAL_CALL setTitle (OUString const &title) override
 
virtual sal_Int16 SAL_CALL execute () override
 

Private Member Functions

sal_Int16 solar_execute ()
 

Private Attributes

css::uno::Reference< css::awt::XWindow > m_parent
 
OUString m_sExtensionName
 
OUString m_sLicenseText
 

Detailed Description

Definition at line 29 of file license_dialog.hxx.

Constructor & Destructor Documentation

◆ LicenseDialog()

dp_gui::LicenseDialog::LicenseDialog ( css::uno::Sequence< css::uno::Any > const &  args,
css::uno::Reference< css::uno::XComponentContext > const &  xComponentContext 
)

Definition at line 201 of file license_dialog.cxx.

References args, m_parent, and comphelper::unwrapArgs().

Member Function Documentation

◆ execute()

sal_Int16 dp_gui::LicenseDialog::execute ( )
overridevirtual

Definition at line 230 of file license_dialog.cxx.

References vcl::solarthread::syncExecute().

◆ getImplementationName()

OUString dp_gui::LicenseDialog::getImplementationName ( )
overridevirtual

Definition at line 208 of file license_dialog.cxx.

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > dp_gui::LicenseDialog::getSupportedServiceNames ( )
overridevirtual

Definition at line 218 of file license_dialog.cxx.

◆ setTitle()

void dp_gui::LicenseDialog::setTitle ( OUString const &  title)
overridevirtual

Definition at line 226 of file license_dialog.cxx.

◆ solar_execute()

sal_Int16 dp_gui::LicenseDialog::solar_execute ( )
private

Definition at line 236 of file license_dialog.cxx.

References Application::GetFrameWeld(), and m_parent.

◆ supportsService()

sal_Bool dp_gui::LicenseDialog::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 213 of file license_dialog.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_parent

css::uno::Reference<css::awt::XWindow> dp_gui::LicenseDialog::m_parent
private

Definition at line 32 of file license_dialog.hxx.

◆ m_sExtensionName

OUString dp_gui::LicenseDialog::m_sExtensionName
private

Definition at line 33 of file license_dialog.hxx.

◆ m_sLicenseText

OUString dp_gui::LicenseDialog::m_sLicenseText
private

Definition at line 34 of file license_dialog.hxx.


The documentation for this class was generated from the following files: