summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/navigatr.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-05-21 13:14:26 +0000
committerChristian Lippka <cl@openoffice.org>2002-05-21 13:14:26 +0000
commitada15b353716f2366c1b9044bd8ba2e3ebebf58c (patch)
tree4ad3ae08b37286f5019a493bf9b25f92c11577c2 /sd/source/ui/inc/navigatr.hxx
parent4e409fa1ccc7ec35ec132421727cb7bb2754cc1b (diff)
#99257# use high contrast images
Diffstat (limited to 'sd/source/ui/inc/navigatr.hxx')
-rw-r--r--sd/source/ui/inc/navigatr.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sd/source/ui/inc/navigatr.hxx b/sd/source/ui/inc/navigatr.hxx
index 5c3f3f9c52d5..efa78a45ac07 100644
--- a/sd/source/ui/inc/navigatr.hxx
+++ b/sd/source/ui/inc/navigatr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: navigatr.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ka $ $Date: 2001-04-04 16:37:40 $
+ * last change: $Author: cl $ $Date: 2002-05-21 14:14:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -157,6 +157,9 @@ private:
SdNavigatorControllerItem* pNavigatorCtrlItem;
SdPageNameControllerItem* pPageNameCtrlItem;
+ ImageList maImageList;
+ ImageList maImageListH;
+
USHORT GetDragTypeSdResId( NavigatorDragType eDT, BOOL bImage = FALSE );
NavDocInfo* GetDocInfo();
@@ -168,6 +171,10 @@ private:
DECL_LINK( SelectDocumentHdl, void * );
DECL_LINK( MenuSelectHdl, Menu * );
+ virtual void DataChanged( const DataChangedEvent& rDCEvt );
+ void SetDragImage();
+ void ApplyImageList();
+
protected:
virtual void Resize();