diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:29:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:29:42 +0000 |
commit | cbcfb6adaa115c54487210ada5fa704c16bccf48 (patch) | |
tree | f58de5cb36f99a180457000deb4497a347b73b03 /basctl | |
parent | 4ce4a66d7d401b0686e460f69dcfe19c07858a24 (diff) |
INTEGRATION: CWS aw024 (1.19.4); FILE MERGED
2006/03/21 13:24:18 fs 1.19.4.4: #i62854# +getFormDeviceInfo
2005/09/19 11:18:18 aw 1.19.4.3: RESYNC: (1.20-1.21); FILE MERGED
2005/07/22 11:16:46 aw 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED
2004/12/27 09:48:00 aw 1.19.4.1: #i39525
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/inc/dlgedobj.hxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx index b6c50d321693..2a0e688eb6bb 100644 --- a/basctl/source/inc/dlgedobj.hxx +++ b/basctl/source/inc/dlgedobj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgedobj.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:20:33 $ + * last change: $Author: ihi $ $Date: 2006-11-14 15:29:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,9 +85,6 @@ protected: DlgEdObj(const ::rtl::OUString& rModelName, const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rxSFac); -//BFS01 virtual void WriteData(SvStream& rOut) const; // not working yet -//BFS01 virtual void ReadData(const SdrObjIOHeader& rHead, SvStream& rIn); // not working yet - virtual void NbcMove( const Size& rSize ); virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact); virtual FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd); @@ -111,6 +108,10 @@ protected: sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn, sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut ); + /** returns the DeviceInfo for the given DlgEdForm object (needed for the various Transform* methods) + */ + ::com::sun::star::awt::DeviceInfo getFormDeviceInfo( const DlgEdForm& _rForm ); + public: TYPEINFO(); |