summaryrefslogtreecommitdiff
path: root/basctl/source/inc
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-05-15 12:16:52 +0000
committerThomas Benisch <tbe@openoffice.org>2001-05-15 12:16:52 +0000
commitdc044c8827c2576f30a1e3e674be6319f43f8f66 (patch)
tree4f880033f51e1e959de7e53591d5214272f5f9f4 /basctl/source/inc
parente8f99d4c4ecc81ac1069ee605d48b18405dbee9b (diff)
#86683# absolute position of controls
Diffstat (limited to 'basctl/source/inc')
-rw-r--r--basctl/source/inc/dlgedobj.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx
index 9219e1bba7cf..483a402b2919 100644
--- a/basctl/source/inc/dlgedobj.hxx
+++ b/basctl/source/inc/dlgedobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgedobj.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: tbe $ $Date: 2001-05-04 15:20:34 $
+ * last change: $Author: tbe $ $Date: 2001-05-15 13:09:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -180,6 +180,8 @@ protected:
const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rxSFac);
DlgEdForm();
+ 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);
public: