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
This commit is contained in:
parent
a22a4c94ad
commit
3e03865175
1 changed files with 3 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue