From 96a005af3e041c828aec2002175a95923ebcc351 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 16 Jun 2008 11:53:06 +0000 Subject: 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() --- offapi/com/sun/star/deployment/XPackage.idl | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'offapi/com/sun/star/deployment') 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 -#include -#include -#include #include #include #include #include #include +#include +#include +#include +#include #include #include -#include +#include +#include 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 if the default icon + should be used. + */ + com::sun::star::graphic::XGraphic getIcon( [in] boolean highContrast ); }; }; }; }; }; -- cgit