summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-05-27 08:55:47 +0000
committerFrank Schönheit <fs@openoffice.org>2002-05-27 08:55:47 +0000
commit431c3935e9a08b03b80e928a48f4ff1f13b34b98 (patch)
treee88d911f50f38008cdd9dc6472ce3c53648f943b /sfx2
parentbbaf634414ddc1dc504c306fb73a0a5afeb0cd0e (diff)
#99484# +updateFamilyImages for high contrast support
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/inc/templdgi.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx
index aca3ad15a618..e3d899bd334d 100644
--- a/sfx2/source/inc/templdgi.hxx
+++ b/sfx2/source/inc/templdgi.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templdgi.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: gt $ $Date: 2002-05-14 13:19:30 $
+ * last change: $Author: fs $ $Date: 2002-05-27 09:55:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -183,6 +183,7 @@ protected:
SfxModule* pModule;
Timer* pTimer;
+ ResId* m_pStyleFamiliesId;
SfxStyleFamilies* pStyleFamilies;
SfxTemplateItem* pFamilyState[MAX_FAMILIES];
SfxStyleSheetBasePool* pStyleSheetPool;
@@ -224,7 +225,7 @@ protected:
virtual void EnableItem( USHORT nMesId, BOOL bCheck = TRUE ) {}
virtual void CheckItem( USHORT nMesId, BOOL bCheck = TRUE ) {}
virtual BOOL IsCheckedItem( USHORT nMesId ) { return TRUE; }
- virtual void Resize() {}
+ virtual void LoadedFamilies() {}
virtual void Update() { UpdateStyles_Impl(UPDATE_FAMILY_LIST); }
virtual void InvalidateBindings();
virtual void InsertFamilyItem( USHORT nId, const SfxStyleFamilyItem* pIten ) = 0;
@@ -323,6 +324,7 @@ protected:
virtual void EnableItem( USHORT nMesId, BOOL bCheck = TRUE );
virtual void CheckItem( USHORT nMesId, BOOL bCheck = TRUE );
virtual BOOL IsCheckedItem( USHORT nMesId );
+ virtual void LoadedFamilies();
virtual void InsertFamilyItem( USHORT nId, const SfxStyleFamilyItem* pIten );
virtual void EnableFamilyItem( USHORT nId, BOOL bEnabled = TRUE );
virtual void ClearFamilyList();
@@ -330,6 +332,8 @@ protected:
void Resize();
Size GetMinOutputSizePixel();
+ void updateFamilyImages();
+
public:
friend class SfxTemplateDialog;
TYPEINFO();