20 #ifndef _com_sun_star_deployment_XPackage_idl
21 #define _com_sun_star_deployment_XPackage_idl
39 module com { module sun { module star { module deployment {
81 long checkPrerequisites(
84 [in]
boolean alreadyInstalled)
104 boolean checkDependencies(
124 com::sun::star::beans::Optional<
125 com::sun::star::beans::Ambiguous<boolean> > isRegistered(
146 void registerPackage(
147 [in]
boolean startup,
171 [in]
boolean startup,
200 sequence<XPackage> getBundle(
223 com::sun::star::beans::Optional<string> getIdentifier();
251 string getDisplayName()
252 raises (ExtensionRemovedException);
259 string getDescription()
260 raises (ExtensionRemovedException);
267 string getLicenseText()
269 ExtensionRemovedException);
280 sequence<
string> getUpdateInformationURLs()
281 raises (ExtensionRemovedException);
291 ::com::sun::star::beans::StringPair getPublisherInfo()
292 raises (ExtensionRemovedException);
311 void exportTo( [in]
string destFolderURL,
312 [in]
string newTitle,
313 [in]
long nameClashAction,
314 [in] com::sun::star::ucb::XCommandEnvironment xCmdEnv )
316 ExtensionRemovedException,
317 com::sun::star::ucb::CommandFailedException,
318 com::sun::star::ucb::CommandAbortedException,
319 com::sun::star::ucb::ContentCreationException);
330 com::sun::star::graphic::XGraphic getIcon( [in]
boolean highContrast )
331 raises (ExtensionRemovedException);
335 string getRepositoryName();
351 com::sun::star::beans::Optional<
string> getRegistrationDataURL()
352 raises (DeploymentException, ExtensionRemovedException);