summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/pview.hxx
diff options
context:
space:
mode:
authorOliver Düsterhoff <od@openoffice.org>2002-12-06 15:25:21 +0000
committerOliver Düsterhoff <od@openoffice.org>2002-12-06 15:25:21 +0000
commit9bd769dff3c48c144ef2655cb15c21865efe5d9b (patch)
tree3ba104a2e6ae1b7a4ba6285816ad29c18a15eeec /sw/source/ui/inc/pview.hxx
parente6c126680c49855b15d8b9c816247d3406273fc7 (diff)
#103492# new preview functionality
Diffstat (limited to 'sw/source/ui/inc/pview.hxx')
-rw-r--r--sw/source/ui/inc/pview.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/source/ui/inc/pview.hxx b/sw/source/ui/inc/pview.hxx
index 53ff01f3a11b..c94ecffd5b25 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: os $ $Date: 2002-12-04 12:17:24 $
+ * last change: $Author: od $ $Date: 2002-12-06 16:16:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,6 +160,7 @@ public:
@author OD
*/
void AdjustPreviewToNewZoom( const sal_uInt16 nZoomFactor );
+
const Size& GetPreviewDocSize() const
{ return maPreviewDocSize;}
@@ -204,7 +205,7 @@ class SwPagePreView: public SfxViewShell
// aktiv sind
Window *pScrollFill;
- USHORT nPageCount;
+ USHORT mnPageCount;
BOOL bNormalPrint;
void Init(const SwViewOption* = 0);
@@ -262,7 +263,7 @@ public:
void ShowVScrollbar(sal_Bool bShow);
sal_Bool IsVScrollbarVisible()const;
- USHORT GetPageCount() const { return nPageCount; }
+ USHORT GetPageCount() const { return mnPageCount; }
BOOL HandleWheelCommands( const CommandEvent& );