From 667a345a614d1c24395007cd56d2e96f5904ef08 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 13 Apr 2004 09:46:36 +0000 Subject: INTEGRATION: CWS frmcontrols02 (1.11.222); FILE MERGED 2004/01/22 09:44:35 fs 1.11.222.1: #i24411# +SetImagesForceSize --- sfx2/inc/imgmgr.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/imgmgr.hxx b/sfx2/inc/imgmgr.hxx index e8fb92dfeccf..62155bb262ef 100644 --- a/sfx2/inc/imgmgr.hxx +++ b/sfx2/inc/imgmgr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: imgmgr.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2003-04-04 17:31:38 $ + * last change: $Author: hr $ $Date: 2004-04-13 10:46:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,6 +120,7 @@ public: Image GetImage(USHORT nId, BOOL bHiContrast, SfxModule* pMod = 0 ) const; void SetImages( ToolBox& rToolBox, SfxModule* ); void SetImages( ToolBox& rToolBox, SfxModule*, BOOL bHiContrast ); + void SetImagesForceSize( ToolBox& rToolBox, SfxModule*, BOOL bHiContrast, BOOL bLarge ); void LockImage(USHORT nNewId, ToolBox *pBox ); void LockImage(USHORT nNewId, ToolBox *pBox, BOOL bHiContrast ); Image MakeUserImage(USHORT nNewId, Image& aSourceImage, BOOL bHiContrast = FALSE ); -- cgit