diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 17:09:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 17:09:58 +0000 |
commit | bf5d446c4deb8416f75ce55177fee035235ed5e9 (patch) | |
tree | 50a479619694a10e059290b500f15ba9ebf4035e /sw | |
parent | a7ee59db90c36078df78101318f10eac8f09d8bd (diff) |
INTEGRATION: CWS os7 (1.26.2.2.32); FILE MERGED
2003/03/28 14:36:21 os 1.26.2.2.32.2: RESYNC: (1.26.2.2-1.26.2.3); FILE MERGED
2003/03/23 09:51:12 os 1.26.2.2.32.1: #108290# convert document position to page related position
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/fesh.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index bc586edfae82..4117a638a35b 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fesh.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: hr $ $Date: 2003-03-27 15:38:36 $ + * last change: $Author: hr $ $Date: 2003-04-04 18:09:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -525,6 +525,9 @@ public: //Auskunft ueber naechstliegenden Inhalt zum uebergebenen Point Point GetCntntPos( const Point& rPoint, BOOL bNext ) const; + //convert document position into position relative to the current page + Point GetRelativePagePosition(const Point& rDocPos); + //Layout-Selektion Hiden/Zeigen und aufruf an die CrsrSh weiterreichen. void ShLooseFcs(); void ShGetFcs( BOOL bUpdate = TRUE ); |