LibreOffice
LibreOffice 24.2 SDK API Reference
|
The PackageManagerDialog is used to visually manage installed packages of the user and shared installation as well as currently open documents. More...
import"PackageManagerDialog.idl";
Public Member Functions | |
createDefault () | |
Create a default GUI. More... | |
create ([in] com::sun::star::awt::XWindow xParent, [in] string focusedContext) | |
Create a GUI using the specific parent window and focus on the given context. More... | |
createAndInstall ([in] string extensionURL) | |
Create a GUI and pass the URL of the extension which shall be installed right away. More... | |
Public Member Functions inherited from XAsynchronousExecutableDialog | |
void | setDialogTitle ([in] string aTitle) |
Sets the title of the dialog. More... | |
void | startExecuteModal ([in] XDialogClosedListener xListener) |
Executes (shows) the dialog and returns immediately. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
The PackageManagerDialog is used to visually manage installed packages of the user and shared installation as well as currently open documents.
create | ( | [in] com::sun::star::awt::XWindow | xParent, |
[in] string | focusedContext | ||
) |
Create a GUI using the specific parent window and focus on the given context.
xParent | parent window |
focusedContext | context to be focused |
createAndInstall | ( | [in] string | extensionURL | ) |
Create a GUI and pass the URL of the extension which shall be installed right away.
This constructor is intended for the case when unopkg is run as result of clicking an extension in a file browser, etc. The extensions will always be installed for the current user.
extensionURL | URL of extension |
createDefault | ( | ) |
Create a default GUI.