summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/drawview.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-01 08:21:45 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-01 08:21:45 +0000
commit0ea922712cebe40f0492e3de5be3bcd46f7844da (patch)
treec47142473d4e99b27cf19c6a4dfd45af0b37a0bc /sd/source/ui/inc/drawview.hxx
parent9a8fdd4c774faf1f479024a9ab881bfa59dddb5a (diff)
INTEGRATION: CWS impress99 (1.8.158); FILE MERGED
2006/07/06 14:55:18 cl 1.8.158.1: #i66670# removed unused code
Diffstat (limited to 'sd/source/ui/inc/drawview.hxx')
-rw-r--r--sd/source/ui/inc/drawview.hxx21
1 files changed, 2 insertions, 19 deletions
diff --git a/sd/source/ui/inc/drawview.hxx b/sd/source/ui/inc/drawview.hxx
index d3b8b5a8ddd6..cd62fbcc14b7 100644
--- a/sd/source/ui/inc/drawview.hxx
+++ b/sd/source/ui/inc/drawview.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawview.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2006-01-10 14:32:12 $
+ * last change: $Author: ihi $ $Date: 2006-08-01 09:21:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,21 +80,11 @@ public:
BOOL SetStyleSheet(SfxStyleSheet* pStyleSheet, BOOL bDontRemoveHardAttr = FALSE);
virtual BOOL IsObjMarkable(SdrObject* pObj, SdrPageView* pPV) const;
- void AllowPresPaint(BOOL bAllowed);
- BOOL IsPresPaintAllowed() const { return nPresPaintSmph == 0; }
- void SetPixelMode(BOOL bOn);
- BOOL IsPixelMode() const { return bPixelMode; }
- void SetActionMode(BOOL bOn) { bActionMode = bOn; }
- BOOL IsActionMode() const { return bActionMode; }
-
virtual void MakeVisible(const Rectangle& rRect, ::Window& rWin);
virtual void HidePage(SdrPageView* pPV);
void PresPaint(const Region& rRegion);
- void SetAnimationMode(BOOL bStart);
- void AnimatePage();
- BOOL IsInAnimation() { return bInAnimation; }
Slideshow* GetSlideShow() { return mpSlideShow; }
virtual SdrObject* GetMaxToBtmObj(SdrObject* pObj) const;
@@ -112,14 +102,7 @@ private:
VirtualDevice* pVDev;
USHORT nPOCHSmph; // zum blockieren des PageOrderChangedHint
- USHORT nPresPaintSmph; // zum Blockieren des Zeichnens
- // in der Diashow
- BOOL bPixelMode;
Slideshow* mpSlideShow;
- BOOL bInAnimation;
- ULONG nMagic;
-
- BOOL bActionMode;
};
} // end of namespace sd