|
void | InstallPackageFiles ([in] sequence< string > files, [in] string interaction) |
| Installs local package sequence< string > files or service packs. More...
|
|
void | InstallProvideFiles ([in] sequence< string > files, [in] string interaction) |
| Installs sequence< string > packages to provide sequence< string > files. More...
|
|
void | InstallCatalogs ([in] sequence< string > files, [in] string interaction) |
| Installs sequence< string > packages to provide sequence< string > files. More...
|
|
void | InstallPackageNames ([in] sequence< string > packages, [in] string interaction) |
| Installs sequence< string > packages from a configured software source. More...
|
|
void | InstallMimeTypes ([in] sequence< string > mimeTypes, [in] string interaction) |
| Installs mimetype handlers from a configured software source. More...
|
|
void | InstallFontconfigResources ([in] sequence< string > resources, [in] string interaction) |
| Installs fontconfig resources ( [in] usually fonts) from a configured software source. More...
|
|
void | InstallGStreamerResources ([in] sequence< string > resources, [in] string interaction) |
| Installs GStreamer resources ( [in] usually codecs) from a configured software source. More...
|
|
void | InstallResources ([in] sequence< string > types, [in] sequence< string > resources, [in] string interaction) |
| Installs resources of a given type from a configured software source. More...
|
|
void | RemovePackageByFiles ([in] sequence< string > files, [in] string interaction) |
| Removes sequence< string > packages that provide the given local sequence< string > files. More...
|
|
void | InstallPrinterDrivers ([in] sequence< string > files, [in] string interaction) |
| Installs printer drivers from a configured software source. More...
|
|
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...
|
|
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...
|
|