summaryrefslogtreecommitdiff
path: root/sfx2/inc/imgmgr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:31:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:31:38 +0000
commitc14789548b8b6932c7928a01c0c27c6bc292e124 (patch)
tree1e3304a8ed5aef8b1c03813ea3f889565af2abb3 /sfx2/inc/imgmgr.hxx
parent9fddc60536f583d79ab357cdc00f2ef25edb2265 (diff)
INTEGRATION: CWS fwk01 (1.9.2.1.62); FILE MERGED
2003/03/17 09:23:56 cd 1.9.2.1.62.1: #107372# Added function to retrieve symbol set according to spec
Diffstat (limited to 'sfx2/inc/imgmgr.hxx')
-rw-r--r--sfx2/inc/imgmgr.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/inc/imgmgr.hxx b/sfx2/inc/imgmgr.hxx
index 0681157106ca..e8fb92dfeccf 100644
--- a/sfx2/inc/imgmgr.hxx
+++ b/sfx2/inc/imgmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imgmgr.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 11:27:25 $
+ * last change: $Author: hr $ $Date: 2003-04-04 17:31:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,8 +90,10 @@ class SfxImageManager
void SetSymbolSet_Impl( sal_Int16 );
void SetOutStyle_Impl( sal_Int16 );
void ExchangeItemImage_Impl( USHORT nId, const Image& rImage );
+
DECL_LINK( OptionsChanged_Impl, void* );
DECL_LINK( ConfigChanged_Impl, void* );
+ DECL_LINK( SettingsChanged_Impl, void* );
public:
static BOOL Import( SvStream& rInStream, SotStorage& rOutStorage );
@@ -100,6 +102,7 @@ public:
static Image GetGlobalImage( USHORT nId, BOOL bBig );
static Image GetGlobalImage( USHORT nId, BOOL bBig, BOOL bHiContrast );
static ImageList* GetGlobalDefaultImageList( BOOL bBig, BOOL bHiContrast );
+ static sal_Int16 GetCurrentSymbolSet();
// each document may have its own imagemanager, but all documents without an own
// image configuration share the same instance