summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/navigatr.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-08-28 12:38:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-08-28 12:38:13 +0000
commit9e31b2e383a3f65174fc563ba98c7c6c6bd038c8 (patch)
tree3cbc629348bf171e61aea67abe999235b230549e /sd/source/ui/inc/navigatr.hxx
parente8c4b5f7b751b1623a257df4f65ca27a37924a8c (diff)
INTEGRATION: CWS navorder (1.13.116); FILE MERGED
2007/07/05 08:04:06 af 1.13.116.1: #i68097# Added drop down menu for shape filter.
Diffstat (limited to 'sd/source/ui/inc/navigatr.hxx')
-rw-r--r--sd/source/ui/inc/navigatr.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sd/source/ui/inc/navigatr.hxx b/sd/source/ui/inc/navigatr.hxx
index 59508c16d501..e95155c4f669 100644
--- a/sd/source/ui/inc/navigatr.hxx
+++ b/sd/source/ui/inc/navigatr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: navigatr.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 17:44:36 $
+ * last change: $Author: vg $ $Date: 2007-08-28 13:38:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -156,6 +156,11 @@ private:
ImageList maImageList;
ImageList maImageListH;
+ /** This flag controls whether all shapes or only the named shapes are
+ shown.
+ */
+ bool mbShowAllShapes;
+
USHORT GetDragTypeSdResId( NavigatorDragType eDT, BOOL bImage = FALSE );
NavDocInfo* GetDocInfo();
@@ -167,6 +172,7 @@ private:
DECL_LINK( ClickObjectHdl, void * );
DECL_LINK( SelectDocumentHdl, void * );
DECL_LINK( MenuSelectHdl, Menu * );
+ DECL_LINK( ShapeFilterCallback, Menu * );
virtual void DataChanged( const DataChangedEvent& rDCEvt );
void SetDragImage();