summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-16 11:53:06 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-16 11:53:06 +0000
commit96a005af3e041c828aec2002175a95923ebcc351 (patch)
tree1abb9c90b7d2cb077c7355f178e30664380772f7 /offapi/com/sun/star/deployment
parent23dc05d93e1e1ddb71e235d1b506e2577ad80a95 (diff)
INTEGRATION: CWS extmgrui02 (1.12.60); FILE MERGED
2008/06/05 07:54:56 dv 1.12.60.3: #i90386# Added support for custom icons 2008/05/27 13:38:41 dv 1.12.60.2: Added missing include statement 2008/05/27 11:32:49 dv 1.12.60.1: Added getPublisherInfo()
Diffstat (limited to 'offapi/com/sun/star/deployment')
-rw-r--r--offapi/com/sun/star/deployment/XPackage.idl24
1 files changed, 18 insertions, 6 deletions
diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl
index 4518bba7b088..4847f09090a2 100644
--- a/offapi/com/sun/star/deployment/XPackage.idl
+++ b/offapi/com/sun/star/deployment/XPackage.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: XPackage.idl,v $
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
* This file is part of OpenOffice.org.
*
@@ -31,18 +31,19 @@
#if ! defined INCLUDED_com_sun_star_deployment_XPackage_idl
#define INCLUDED_com_sun_star_deployment_XPackage_idl
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/task/XAbortChannel.idl>
-#include <com/sun/star/util/XModifyBroadcaster.idl>
-#include <com/sun/star/ucb/XCommandEnvironment.idl>
#include <com/sun/star/beans/Optional.idl>
#include <com/sun/star/beans/Ambiguous.idl>
#include <com/sun/star/beans/StringPair.idl>
#include <com/sun/star/deployment/DeploymentException.idl>
#include <com/sun/star/deployment/XPackageTypeInfo.idl>
+#include <com/sun/star/graphic/XGraphic.idl>
+#include <com/sun/star/lang/XComponent.idl>
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#include <com/sun/star/task/XAbortChannel.idl>
#include <com/sun/star/ucb/CommandFailedException.idl>
#include <com/sun/star/ucb/CommandAbortedException.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
+#include <com/sun/star/ucb/XCommandEnvironment.idl>
+#include <com/sun/star/util/XModifyBroadcaster.idl>
module com { module sun { module star { module deployment {
@@ -278,6 +279,17 @@ interface XPackage
[in] com::sun::star::ucb::XCommandEnvironment xCmdEnv )
raises (com::sun::star::ucb::CommandFailedException,
com::sun::star::ucb::CommandAbortedException);
+
+ /** returns an icon for a package.
+
+ @param highContrast
+ return high contrast icon
+ @return
+ the icon which should be used to represent the table in the
+ database application window, or <NULL/> if the default icon
+ should be used.
+ */
+ com::sun::star::graphic::XGraphic getIcon( [in] boolean highContrast );
};
}; }; }; };