summaryrefslogtreecommitdiff
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-17 15:10:42 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-17 15:10:42 +0000
commite8c5092f3a9a6b1f2f456f9c44113a749f43a577 (patch)
tree69302abd215ec12a4a428bf99b8c72d070822170 /sw/inc/pam.hxx
parentfcbff21382198036362067dabe558d8be8112957 (diff)
INTEGRATION: CWS hbqea101 (1.7.92); FILE MERGED
2004/04/26 13:38:22 hbrinkm 1.7.92.2: #i27615# allow cursor in front of numbering label and propagate char attrs to according numbering format 2004/04/08 15:12:05 hbrinkm 1.7.92.1: #i27615#
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