summaryrefslogtreecommitdiffstats
path: root/sw/inc/anchoreddrawobject.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-15 10:39:16 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-15 10:39:16 +0000
commit9787f7963a85e462709277c94a05176550d6d9f9 (patch)
tree7fb786369f1d50d8ea70abcae7d320732f7b94a4 /sw/inc/anchoreddrawobject.hxx
parentINTEGRATION: CWS so20403_SRC680 (1.36.2); FILE MERGED (diff)
downloadcore-9787f7963a85e462709277c94a05176550d6d9f9.tar.gz
core-9787f7963a85e462709277c94a05176550d6d9f9.zip
INTEGRATION: CWS swqbf81 (1.10.212); FILE MERGED
2006/08/21 10:07:01 od 1.10.212.2: RESYNC: (1.10-1.11); FILE MERGED 2006/08/21 07:01:44 od 1.10.212.1: #i68520# - performance improvement: - introduce cache for bounding rectangle of anchored objects and implement usage of this cache.
Diffstat (limited to 'sw/inc/anchoreddrawobject.hxx')
-rw-r--r--sw/inc/anchoreddrawobject.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/inc/anchoreddrawobject.hxx b/sw/inc/anchoreddrawobject.hxx
index e578e900089d..126ab48bbc1e 100644
--- a/sw/inc/anchoreddrawobject.hxx
+++ b/sw/inc/anchoreddrawobject.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: anchoreddrawobject.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:16:00 $
+ * last change: $Author: obo $ $Date: 2006-09-15 11:39:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -145,6 +145,11 @@ class SwAnchoredDrawObject : public SwAnchoredObject
*/
virtual void RegisterAtCorrectPage();
+ // --> OD 2006-08-10 #i68520#
+ virtual const bool _SetObjTop( const SwTwips _nTop);
+ virtual const bool _SetObjLeft( const SwTwips _nLeft);
+ // <--
+
public:
TYPEINFO();
@@ -165,8 +170,6 @@ class SwAnchoredDrawObject : public SwAnchoredObject
// accessors to the object area and its position
virtual const SwRect GetObjRect() const;
- virtual void SetObjTop( const SwTwips _nTop);
- virtual void SetObjLeft( const SwTwips _nLeft);
// --> OD 2004-09-29 #i34748# - change return type to a pointer.
// Return value can be NULL.
const Rectangle* GetLastObjRect() const;