LibreOffice
LibreOffice 25.8 SDK API Reference
|
The LicenseDialog is used to display a license text. More...
import "LicenseDialog.idl";
Public Member Functions | |
create ([in] com::sun::star::awt::XWindow xParent, [in] string extensionName, [in] string licenseText) | |
Create a GUI using the specific parent window and focus on the given context. | |
Public Member Functions inherited from XExecutableDialog | |
void | setTitle ([in] string aTitle) |
Sets the title of the dialog. | |
short | execute () |
Executes (shows) the dialog. | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
The LicenseDialog is used to display a license text.
create | ( | [in] com::sun::star::awt::XWindow | xParent, |
[in] string | extensionName, | ||
[in] string | licenseText ) |
Create a GUI using the specific parent window and focus on the given context.
xParent | parent window |
extensionName | the display name of the extension |
licenseText | text to be displayed |