To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98990





------- Additional comments from [email protected] Mon Mar  2 12:10:00 +0000 
2009 -------
>@jl: So is there an 'official way' to retrieve installed packages at script
provider instantiation time ..?


create com.sun.star.deployment.thePackageManagerFactory.
create the XPackageManager for "user" and "shared":
XPackageManagerFactory.getPackageManager

Get all installed Extensions:

Sequence<XPackage> s = XPackageManager.getDeployedPackages();



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to