summaryrefslogtreecommitdiff
path: root/starmath/inc/toolbox.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-17 07:14:30 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-17 07:14:30 +0000
commit883fdc0e15f4d4b4e8c28bd102255edff8f73c4e (patch)
treeb6691e53c583a509d5670054504cd622a085aa35 /starmath/inc/toolbox.hxx
parent464e46c3ff637dfeb9838f143a136a9fd8796465 (diff)
INTEGRATION: CWS os41 (1.7.240); FILE MERGED
2004/10/28 08:42:47 tl 1.7.240.1: #i35352# initial startup performance for image lists
Diffstat (limited to 'starmath/inc/toolbox.hxx')
-rw-r--r--starmath/inc/toolbox.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/starmath/inc/toolbox.hxx b/starmath/inc/toolbox.hxx
index 0c3c3751bd6f..13e357c8bdd8 100644
--- a/starmath/inc/toolbox.hxx
+++ b/starmath/inc/toolbox.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbox.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 13:11:34 $
+ * last change: $Author: rt $ $Date: 2004-11-17 08:14:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,16 +92,18 @@ protected:
ToolBox *vToolBoxCategories[NUM_TBX_CATEGORIES];
ImageList *aImageLists [NUM_TBX_CATEGORIES + 1]; /* regular */
ImageList *aImageListsH[NUM_TBX_CATEGORIES + 1]; /* high contrast */
- USHORT nActiveCategory;
+ USHORT nActiveCategoryRID;
virtual BOOL Close();
virtual void GetFocus();
- void ApplyImageLists();
+ void ApplyImageLists( USHORT nCategoryRID );
DECL_LINK( CategoryClickHdl, ToolBox* );
DECL_LINK( CmdSelectHdl, ToolBox* );
+ const ImageList * GetImageList( USHORT nResId, BOOL bHighContrast );
+
public:
SmToolBoxWindow(SfxBindings *pBindings,
SfxChildWindow *pChildWindow,