Kaydet (Commit) 62a498b0 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

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#
üst e096a60b
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dcontact.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -363,9 +363,9 @@ class SwDrawVirtObj : public SdrVirtObj ...@@ -363,9 +363,9 @@ class SwDrawVirtObj : public SdrVirtObj
virtual void RecalcBoundRect(); virtual void RecalcBoundRect();
virtual sal_Bool DoPaintObject(XOutputDevice& rOut, const SdrPaintInfoRec& rInfoRec) const; virtual sal_Bool DoPaintObject(XOutputDevice& rOut, const SdrPaintInfoRec& rInfoRec) const;
virtual SdrObject* CheckHit(const Point& rPnt, USHORT nTol, const SetOfByte* pVisiLayer) const; virtual SdrObject* CheckHit(const Point& rPnt, USHORT nTol, const SetOfByte* pVisiLayer) const;
virtual void TakeXorPoly(XPolyPolygon& rPoly, FASTBOOL bDetail) const; virtual ::basegfx::B2DPolyPolygon TakeXorPoly(sal_Bool bDetail) const;
virtual void TakeContour(XPolyPolygon& rPoly) const; virtual ::basegfx::B2DPolyPolygon TakeContour() const;
virtual SdrHdl* GetHdl(USHORT nHdlNum) const; virtual SdrHdl* GetHdl(sal_uInt32 nHdlNum) const;
virtual SdrHdl* GetPlusHdl(const SdrHdl& rHdl, USHORT nPlNum) const; virtual SdrHdl* GetPlusHdl(const SdrHdl& rHdl, USHORT nPlNum) const;
virtual void NbcMove(const Size& rSiz); virtual void NbcMove(const Size& rSiz);
virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact); virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact);
...@@ -384,9 +384,9 @@ class SwDrawVirtObj : public SdrVirtObj ...@@ -384,9 +384,9 @@ class SwDrawVirtObj : public SdrVirtObj
virtual const Rectangle& GetLogicRect() const; virtual const Rectangle& GetLogicRect() const;
virtual void SetLogicRect(const Rectangle& rRect); virtual void SetLogicRect(const Rectangle& rRect);
virtual void NbcSetLogicRect(const Rectangle& rRect); virtual void NbcSetLogicRect(const Rectangle& rRect);
virtual Point GetSnapPoint(USHORT i) const; virtual Point GetSnapPoint(sal_uInt32 i) const;
virtual const Point& GetPoint(USHORT i) const; virtual Point GetPoint(sal_uInt32 i) const;
virtual void NbcSetPoint(const Point& rPnt, USHORT i); virtual void NbcSetPoint(const Point& rPnt, sal_uInt32 i);
// #108784# // #108784#
virtual FASTBOOL HasTextEdit() const; virtual FASTBOOL HasTextEdit() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment