summaryrefslogtreecommitdiff
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index 0c98c5f6a945..3c126bc8e198 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pam.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 15:23:53 $
+ * last change: $Author: rt $ $Date: 2004-05-17 16:10:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,6 +158,7 @@ class SwPaM : public Ring
SwPosition aBound2;
SwPosition *pPoint;
SwPosition *pMark;
+ FASTBOOL bIsInFrontOfLabel;
SwPaM* MakeRegion( SwMoveFn fnMove, const SwPaM * pOrigRg = 0 );
@@ -196,6 +197,9 @@ public:
SwMoveFn fnMove = fnMoveForward,
const SwPaM *pPam =0, FASTBOOL bInReadOnly = FALSE );
+ FASTBOOL IsInFrontOfLabel() const;
+ void SetInFrontOfLabel(FASTBOOL bIsInFrontOfLabel); // #i27615#
+
virtual void SetMark();
void DeleteMark() { pMark = pPoint; }
#ifdef PRODUCT