diff options
author | Andreas Martens <ama@openoffice.org> | 2001-09-19 07:45:10 +0000 |
---|---|---|
committer | Andreas Martens <ama@openoffice.org> | 2001-09-19 07:45:10 +0000 |
commit | c90b6806d18c8ed25015eb2ecdff13c7bab2572d (patch) | |
tree | 056e149f8531fe28895ce5aad5b49d2f043c4e90 /sw/inc/swrect.hxx | |
parent | c48b3e46e6f54c3125a04c6e4c3d80bb24ec37ec (diff) |
Chg: Moving vertical help functions from SwFrm to SwRect
Diffstat (limited to 'sw/inc/swrect.hxx')
-rw-r--r-- | sw/inc/swrect.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/swrect.hxx b/sw/inc/swrect.hxx index 7090f7c15e17..3afca4fb63b7 100644 --- a/sw/inc/swrect.hxx +++ b/sw/inc/swrect.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swrect.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ama $ $Date: 2001-09-18 09:14:03 $ + * last change: $Author: ama $ $Date: 2001-09-19 08:37:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -180,6 +180,12 @@ public: const Size _Size() const; const Point SwappedPos() const; const Size SwappedSize() const; + long GetLeftDistance( long ) const; + long GetBottomDistance( long ) const; + long GetRightDistance( long ) const; + long GetTopDistance( long ) const; + BOOL OverStepLeft( long ) const; + BOOL OverStepBottom( long ) const; #endif }; @@ -191,6 +197,8 @@ typedef void (SwRect:: *SwRectSet)( const long nNew ); typedef long (SwRect:: *SwRectGet)() const; typedef const Point (SwRect:: *SwRectPoint)() const; typedef const Size (SwRect:: *SwRectSize)() const; +typedef BOOL (SwRect:: *SwRectMax)( long ) const; +typedef long (SwRect:: *SwRectDist)( long ) const; #endif //---------------------------------- Set-Methoden |