LibreOffice
LibreOffice 24.2 SDK API Reference
|
The interface used for querying the package database. More...
import"XQuery.idl";
Public Member Functions | |
void | IsInstalled ([in] string packageName, [in] string interaction, [out] boolean installed) |
Installs local package files or service packs. More... | |
void | SearchFile ([in] string fileName, [in] string interaction, [out] boolean installed, [out] string packageName) |
Installs packages to provide files. 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 interface used for querying the package database.
void IsInstalled | ( | [in] string | packageName, |
[in] string | interaction, | ||
[out] boolean | installed | ||
) |
Installs local package files or service packs.
void SearchFile | ( | [in] string | fileName, |
[in] string | interaction, | ||
[out] boolean | installed, | ||
[out] string | packageName | ||
) |
Installs packages to provide files.