summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/pview.hxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 08:41:25 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 08:41:25 +0000
commit25b215ed612f8afc8b4e399dce22fcca8d0f7ee8 (patch)
tree7f6c9ac831b95ca3136020781fea6019f0d95ebe /sw/source/ui/inc/pview.hxx
parentf800f106ac27147125399b9b65ea1bca22c5ea7b (diff)
INTEGRATION: CWS gt04 (1.14.26); FILE MERGED
2004/03/05 13:23:58 od 1.14.26.1: #i18143# class <SwPagePreViewWin> - interface for switching the book preview mode
Diffstat (limited to 'sw/source/ui/inc/pview.hxx')
-rw-r--r--sw/source/ui/inc/pview.hxx29
1 files changed, 22 insertions, 7 deletions
diff --git a/sw/source/ui/inc/pview.hxx b/sw/source/ui/inc/pview.hxx
index 7a88faef2c17..a3a1c5652e5c 100644
--- a/sw/source/ui/inc/pview.hxx
+++ b/sw/source/ui/inc/pview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pview.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 09:46:39 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 09:41:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -187,15 +187,30 @@ public:
void AdjustPreviewToNewZoom( const sal_uInt16 _nZoomFactor,
const SvxZoomType _eZoomType );
- const Rectangle& GetPaintedPreviewDocRect() const
- { return maPaintedPreviewDocRect;}
- void Scroll(long nXMove, long nYMove);
+ const Rectangle& GetPaintedPreviewDocRect() const
+ {
+ return maPaintedPreviewDocRect;
+ }
+
+ void Scroll(long nXMove, long nYMove);
+
+ /** method to enable/disable book preview
+
+ OD 2004-03-05 #i18143#
+
+ @author OD
+
+ @param _bBookPreview
+ input parameter - boolean indicating, if book preview mode has to
+ switch on <TRUE> or of <FALSE>
+
+ @return boolean indicating, if book preview mode has changed.
+ */
+ bool SetBookPreviewMode( const bool _bBookPreview );
-#ifdef ACCESSIBLE_LAYOUT
virtual ::com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessible>
CreateAccessible();
-#endif
};