diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:19:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:19:52 +0000 |
commit | 126b5988537dadcad577c34c479d75a86cff5bfc (patch) | |
tree | eb3e8f8ce9ffca5ac47931fe9459cd683cdb5958 /sw/inc/frmfmt.hxx | |
parent | a46f33d17cf9e45c9d9c630e67c0fb039b489433 (diff) |
INTEGRATION: CWS chart2mst3 (1.11.72); FILE MERGED
2006/11/24 20:53:24 bm 1.11.72.2: RESYNC: (1.11-1.12); FILE MERGED
2006/11/22 13:20:33 tl 1.11.72.1: #i71246# positioning of the new chart wizard to not hide the already inserted chart
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r-- | sw/inc/frmfmt.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index 87b6cf5a054a..126bdeb11b46 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -4,9 +4,9 @@ * * $RCSfile: frmfmt.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2006-11-08 13:21:51 $ + * last change: $Author: vg $ $Date: 2007-05-22 16:19:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,7 @@ #endif class SwFlyFrm; +class SwAnchoredObject; class Graphic; class Point; class ImageMap; @@ -180,6 +181,9 @@ public: SwFlyFrm* GetFrm( const Point* pDocPos = 0, const BOOL bCalcFrm = FALSE ) const; + SwAnchoredObject* GetAnchoredObj( const Point* pDocPos = 0, + const BOOL bCalcFrm = FALSE ) const; + virtual Graphic MakeGraphic( ImageMap* pMap = NULL ); virtual BOOL GetInfo( SfxPoolItem& rInfo ) const; |