diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 09:46:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 09:46:36 +0000 |
commit | 667a345a614d1c24395007cd56d2e96f5904ef08 (patch) | |
tree | b8bfcf05370edd0d410ce399d911a97080d86e06 /sfx2/inc | |
parent | f259a78a95e462b69cc62f5fe70fd0ae459d20fe (diff) |
INTEGRATION: CWS frmcontrols02 (1.11.222); FILE MERGED
2004/01/22 09:44:35 fs 1.11.222.1: #i24411# +SetImagesForceSize
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/imgmgr.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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 ); |