diff options
author | jp <jp@openoffice.org> | 2002-02-01 11:51:13 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2002-02-01 11:51:13 +0000 |
commit | 76a098487d016175fef55fb1a83466c069452ae9 (patch) | |
tree | f985604aa03bdf85a4550d4843a45f18448dbe21 /sw/inc/pam.hxx | |
parent | ab98c273c1b18a41b34203ba8052d34e3f9fa7e3 (diff) |
Task #92291#: add new character skip modifier
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; |