summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/SlideViewShell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/SlideViewShell.hxx')
-rw-r--r--sd/source/ui/inc/SlideViewShell.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sd/source/ui/inc/SlideViewShell.hxx b/sd/source/ui/inc/SlideViewShell.hxx
index 15673024ddce..a8c8a261938d 100644
--- a/sd/source/ui/inc/SlideViewShell.hxx
+++ b/sd/source/ui/inc/SlideViewShell.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -67,12 +67,12 @@ public:
The frame view that makes it possible to pass information from
one view shell to the next.
*/
- SlideViewShell(SfxViewFrame* pFrame,
+ SlideViewShell(SfxViewFrame* pFrame,
ViewShellBase& rViewShellBase,
::Window* pParentWindow,
FrameView* pFrameView = NULL);
- SlideViewShell(SfxViewFrame *pFrame,
+ SlideViewShell(SfxViewFrame *pFrame,
::Window* pParentWindow,
const SlideViewShell& rShell);
@@ -88,14 +88,14 @@ public:
virtual void ArrangeGUIElements (void);
virtual void AddWindow(::sd::Window* pWin) { pSlideView->AddWindowToPaintView((OutputDevice*) pWin); }
virtual void RemoveWindow(::sd::Window* pWin) { pSlideView->DeleteWindowFromPaintView((OutputDevice*) pWin); }
-
+
virtual BOOL KeyInput(const KeyEvent& rKEvt, ::sd::Window* pWin);
virtual void MouseMove(const MouseEvent& rMEvt, ::sd::Window* pWin);
virtual void MouseButtonUp(const MouseEvent& rMEvt, ::sd::Window* pWin);
virtual void MouseButtonDown(const MouseEvent& rMEvt, ::sd::Window* pWin);
virtual void Command(const CommandEvent& rCEvt, ::sd::Window* pWin);
- virtual SdPage* GetActualPage();
+ virtual SdPage* GetActualPage();
/** @returns
current or selected page or 0.
@@ -123,8 +123,8 @@ public:
virtual void ReadFrameViewData(FrameView* pView);
virtual void WriteFrameViewData();
- virtual void SetZoom(long nZoom);
- virtual void SetZoomRect(const Rectangle& rZoomRect);
+ virtual void SetZoom(long nZoom);
+ virtual void SetZoomRect(const Rectangle& rZoomRect);
virtual BOOL HasSelection( BOOL bText = TRUE ) const;
@@ -138,8 +138,8 @@ public:
@param nPage
When the page number is invalid then the call is ignored.
*/
- void DrawSelectionRect( USHORT nPage );
- void DrawFocusRect( USHORT nPage );
+ void DrawSelectionRect( USHORT nPage );
+ void DrawFocusRect( USHORT nPage );
virtual void WriteUserDataSequence ( ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
virtual void ReadUserDataSequence ( const ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
@@ -165,11 +165,11 @@ protected:
private:
SlideView* pSlideView;
- Point aDisplayPos;
- Size aDisplaySize;
+ Point aDisplayPos;
+ Size aDisplaySize;
USHORT nCurFocusPage;
- bool bSetInitialZoomFactor;
- bool bInitializeWinPos;
+ bool bSetInitialZoomFactor;
+ bool bInitializeWinPos;
void Construct(SdDrawDocument* pDoc);
void ImplDrawFocusRect( USHORT nPage, BOOL bVisible );