diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-11-24 14:59:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-11-24 14:59:59 +0000 |
commit | 27c87c3915a614bb7a8e1dfabbd3acef316690a6 (patch) | |
tree | 0c952d062646716befdc2aa33a4970ecb888afd4 /sw/inc/dcontact.hxx | |
parent | f27de87fb0e7369625062d96ee0d91cc3c3b5fe6 (diff) |
INTEGRATION: CWS aw003 (1.4.84); FILE MERGED
2003/10/23 14:39:00 aw 1.4.84.3: #111111#
Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()
2003/10/07 15:12:34 aw 1.4.84.2: RESYNC: (1.4-1.6); FILE MERGED
2003/09/18 08:43:58 aw 1.4.84.1: #111111#
Diffstat (limited to 'sw/inc/dcontact.hxx')
-rw-r--r-- | sw/inc/dcontact.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx index 51c2b09a81b1..7d7cbef5172b 100644 --- a/sw/inc/dcontact.hxx +++ b/sw/inc/dcontact.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dcontact.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2003-09-29 15:04:47 $ + * last change: $Author: rt $ $Date: 2003-11-24 15:59:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -240,9 +240,10 @@ class SwDrawVirtObj : public SdrVirtObj // #108784# // All overloaded methods which need to use the offset - virtual const Rectangle& GetBoundRect() const; + virtual const Rectangle& GetCurrentBoundRect() const; + virtual const Rectangle& GetLastBoundRect() const; virtual void RecalcBoundRect(); - virtual FASTBOOL Paint(ExtOutputDevice& rOut, const SdrPaintInfoRec& rInfoRec) const; + virtual sal_Bool DoPaintObject(ExtOutputDevice& 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; |