summaryrefslogtreecommitdiffstats
path: root/sw/inc/dcontact.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 14:06:58 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 14:06:58 +0000
commit62a498b05e70a225d0440edcb3a6699e38aaf5f0 (patch)
treec2fc1786c55da77c7a57e53c0c19b5baf1f0442a /sw/inc/dcontact.hxx
parentINTEGRATION: CWS os71 (1.53.24); FILE MERGED (diff)
downloadcore-62a498b05e70a225d0440edcb3a6699e38aaf5f0.tar.gz
core-62a498b05e70a225d0440edcb3a6699e38aaf5f0.zip
INTEGRATION: CWS aw024 (1.15.152); FILE MERGED
2006/09/22 00:23:05 aw 1.15.152.5: RESYNC: (1.20-1.21); FILE MERGED 2006/09/08 18:56:14 aw 1.15.152.4: RESYNC: (1.19-1.20); FILE MERGED 2006/05/12 21:08:36 aw 1.15.152.3: RESYNC: (1.16-1.19); FILE MERGED 2005/09/17 16:56:22 aw 1.15.152.2: RESYNC: (1.15-1.16); FILE MERGED 2005/04/26 15:09:08 aw 1.15.152.1: #i39528#
Diffstat (limited to 'sw/inc/dcontact.hxx')
-rw-r--r--sw/inc/dcontact.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx
index da3b8acaf83c..9ab0f5b6a0f4 100644
--- a/sw/inc/dcontact.hxx
+++ b/sw/inc/dcontact.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dcontact.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2006-09-15 11:39:45 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 15:06:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -363,9 +363,9 @@ class SwDrawVirtObj : public SdrVirtObj
virtual void RecalcBoundRect();
virtual sal_Bool DoPaintObject(XOutputDevice& rOut, const SdrPaintInfoRec& rInfoRec) const;
virtual SdrObject* CheckHit(const Point& rPnt, USHORT nTol, const SetOfByte* pVisiLayer) const;
- virtual void TakeXorPoly(XPolyPolygon& rPoly, FASTBOOL bDetail) const;
- virtual void TakeContour(XPolyPolygon& rPoly) const;
- virtual SdrHdl* GetHdl(USHORT nHdlNum) const;
+ virtual ::basegfx::B2DPolyPolygon TakeXorPoly(sal_Bool bDetail) const;
+ virtual ::basegfx::B2DPolyPolygon TakeContour() const;
+ virtual SdrHdl* GetHdl(sal_uInt32 nHdlNum) const;
virtual SdrHdl* GetPlusHdl(const SdrHdl& rHdl, USHORT nPlNum) const;
virtual void NbcMove(const Size& rSiz);
virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact);
@@ -384,9 +384,9 @@ class SwDrawVirtObj : public SdrVirtObj
virtual const Rectangle& GetLogicRect() const;
virtual void SetLogicRect(const Rectangle& rRect);
virtual void NbcSetLogicRect(const Rectangle& rRect);
- virtual Point GetSnapPoint(USHORT i) const;
- virtual const Point& GetPoint(USHORT i) const;
- virtual void NbcSetPoint(const Point& rPnt, USHORT i);
+ virtual Point GetSnapPoint(sal_uInt32 i) const;
+ virtual Point GetPoint(sal_uInt32 i) const;
+ virtual void NbcSetPoint(const Point& rPnt, sal_uInt32 i);
// #108784#
virtual FASTBOOL HasTextEdit() const;