summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/workwin.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-02-19 10:55:10 +0000
committerMathias Bauer <mba@openoffice.org>2001-02-19 10:55:10 +0000
commit36386278d9632ec62407402b16f14586a13bce27 (patch)
tree950d87ef0d961832dcaeee9b8953afb80a79e4e4 /sfx2/source/inc/workwin.hxx
parent77af98c7505d04497ce733c83966189392389cf3 (diff)
#82739#: EndAutoShow must look at the mouse position
Diffstat (limited to 'sfx2/source/inc/workwin.hxx')
-rw-r--r--sfx2/source/inc/workwin.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx
index 253c73dfc552..acf1a201d126 100644
--- a/sfx2/source/inc/workwin.hxx
+++ b/sfx2/source/inc/workwin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: workwin.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: as $ $Date: 2000-11-08 14:25:54 $
+ * last change: $Author: mba $ $Date: 2001-02-19 11:54:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -303,13 +303,14 @@ public:
BOOL PrepareClose_Impl();
virtual void ArrangeChilds_Impl();
void DeleteControllers_Impl();
+ void SaveStatus_Impl();
void HidePopups_Impl(BOOL bHide, BOOL bParent=FALSE, USHORT nId=0);
void ConfigChild_Impl(SfxChildIdentifier,
SfxDockingConfig, USHORT);
void MakeChildsVisible_Impl( BOOL bVis );
void ArrangeAutoHideWindows( SfxSplitWindow *pSplit );
BOOL IsAutoHideMode( const SfxSplitWindow *pSplit );
- void EndAutoShow_Impl();
+ void EndAutoShow_Impl( Point aPos );
// Methoden f"ur Objectbars
virtual void UpdateObjectBars_Impl();