diff options
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r-- | sw/inc/pam.hxx | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx index a20198dd3b88..29ae5f6c3038 100644 --- a/sw/inc/pam.hxx +++ b/sw/inc/pam.hxx @@ -2,9 +2,9 @@ * * $RCSfile: pam.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tl $ $Date: 2001-03-12 08:13:31 $ + * last change: $Author: jp $ $Date: 2002-02-01 12:33:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -148,23 +148,12 @@ typedef SwMoveFnCollection* SwMoveFn; extern SwMoveFn fnMoveForward, fnMoveBackward; typedef FASTBOOL (*SwGoInDoc)( SwPaM& rPam, SwMoveFn fnMove ); -extern SwGoInDoc fnGoDoc, fnGoSection, fnGoNode, fnGoCntnt; +extern SwGoInDoc fnGoDoc, fnGoSection, fnGoNode, fnGoCntnt, fnGoCntntCells; void _InitPam(); class SwPaM : public Ring { - friend class SwTxtFrm; - friend FASTBOOL GoInDoc( SwPaM&, SwMoveFn ); - friend FASTBOOL GoInNode( SwPaM&, SwMoveFn ); - friend FASTBOOL GoInCntnt( SwPaM&, SwMoveFn ); - friend FASTBOOL GoPrevPara( SwPaM&, SwPosPara ); - friend FASTBOOL GoCurrPara( SwPaM&, SwPosPara ); - friend FASTBOOL GoNextPara( SwPaM&, SwPosPara ); - friend FASTBOOL GoPrevSection( SwPaM&, SwPosSection ); - friend FASTBOOL GoCurrSection( SwPaM&, SwPosSection ); - friend FASTBOOL GoNextSection( SwPaM&, SwPosSection ); - SwPosition aBound1; SwPosition aBound2; SwPosition *pPoint; |