diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 09:24:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 09:24:00 +0000 |
commit | 3e038651755b6dfbf0210dc8f2a8c3439b3280ae (patch) | |
tree | 98d3d6c9ee30150c290dec1d66feb1f4e29a887a /sw | |
parent | a22a4c94ad73f0a67c6f4e0a4ff0bc567a0d1427 (diff) |
INTEGRATION: CWS swenhancedfields2 (1.17.232); FILE MERGED
2008/08/04 14:16:17 b_michaelsen 1.17.232.2: RESYNC: (1.17-1.18); FILE MERGED
2008/04/23 14:29:20 ama 1.17.232.1: #i33737#: Enhanced fields
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/inc/fltshell.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/inc/fltshell.hxx b/sw/source/filter/inc/fltshell.hxx index 2b7516aca255..e1390f21fa1c 100644 --- a/sw/source/filter/inc/fltshell.hxx +++ b/sw/source/filter/inc/fltshell.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fltshell.hxx,v $ - * $Revision: 1.18 $ + * $Revision: 1.19 $ * * This file is part of OpenOffice.org. * @@ -80,6 +80,7 @@ public: BOOL bOld; // to mark Attributes *before* skipping field results BOOL bLocked; BOOL bCopied; + BOOL bConsumedByField; SwFltStackEntry(const SwPosition & rStartPos, SfxPoolItem* pHt ); SwFltStackEntry(const SwFltStackEntry& rEntry); @@ -128,7 +129,7 @@ public: void NewAttr(const SwPosition& rPos, const SfxPoolItem & rAttr ); - virtual void SetAttr(const SwPosition& rPos, USHORT nAttrId=0, BOOL bTstEnde=TRUE, long nHand = LONG_MAX); + virtual void SetAttr(const SwPosition& rPos, USHORT nAttrId=0, BOOL bTstEnde=TRUE, long nHand = LONG_MAX, BOOL consumedByField=FALSE); void StealAttr(const SwPosition* pPos, USHORT nAttrId = 0); void MarkAllAttrsOld(); |