summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 14:05:15 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 14:05:15 +0000
commit152ef8be8d7154b30ea9c4affde5d2c8dc9461cd (patch)
tree3b515006d5bb0bd2a48ddb71f53326619c246bfa /sw/source/ui/inc/view.hxx
parent63ecfd3af76f228f535ecb7cf3b4f7a814709acf (diff)
INTEGRATION: CWS pages01_DEV300 (1.56.56); FILE MERGED
2008/02/26 10:15:23 fme 1.56.56.3: #i1598# Multiple page view - sync with new notes feature 2008/02/21 12:44:33 fme 1.56.56.2: RESYNC: (1.56-1.57); FILE MERGED 2007/12/03 11:43:37 fme 1.56.56.1: #i1598# Disable view layout controls in browse view
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index acc925943b..b44f066fe0 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: view.hxx,v $
*
- * $Revision: 1.57 $
+ * $Revision: 1.58 $
*
- * last change: $Author: rt $ $Date: 2008-02-19 13:57:20 $
+ * last change: $Author: kz $ $Date: 2008-03-07 15:05:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -527,6 +527,8 @@ public:
void SetZoom( SvxZoomType eZoomType, short nFactor = 100, BOOL bViewOnly = FALSE);
virtual void SetZoomFactor( const Fraction &rX, const Fraction & );
+ void SetViewLayout( USHORT nColumns, bool bBookMode, BOOL bViewOnly = FALSE );
+
void ShowHScrollbar(sal_Bool bShow);
sal_Bool IsHScrollbarVisible()const;
@@ -680,8 +682,9 @@ public:
BOOL bLink = TRUE, GraphicFilter *pFlt = 0,
Graphic* pPreviewGrf = 0,
BOOL bRule = FALSE );
-
+
SwPostItMgr* GetPostItMgr() { return mpPostItMgr;}
+ const SwPostItMgr* GetPostItMgr() const { return mpPostItMgr;}
};
// ----------------- inline Methoden ----------------------