|
LibreOffice Module sw (master) 1
|
#include <fltshell.hxx>
Public Member Functions | |
| SwFltEndStack (SwDoc &rDo, sal_uLong nFieldFl) | |
Public Member Functions inherited from SwFltControlStack | |
| void | MoveAttrs (const SwPosition &rPos, MoveAttrsMode=MoveAttrsMode::DEFAULT) |
| SwFltControlStack (SwDoc &rDo, sal_uLong nFieldFl) | |
| virtual | ~SwFltControlStack () |
| bool | IsFlagSet (Flags no) const |
| void | NewAttr (const SwPosition &rPos, const SfxPoolItem &rAttr) |
| virtual SwFltStackEntry * | SetAttr (const SwPosition &rPos, sal_uInt16 nAttrId, bool bTstEnd=true, tools::Long nHand=LONG_MAX, bool consumedByField=false) |
| void | StealAttr (const SwNode &rNode) |
| void | MarkAllAttrsOld () |
| void | KillUnlockedAttrs (const SwPosition &pPos) |
| SfxPoolItem * | GetFormatStackAttr (sal_uInt16 nWhich, sal_uInt16 *pPos) |
| const SfxPoolItem * | GetOpenStackAttr (const SwPosition &rPos, sal_uInt16 nWhich) |
| void | Delete (const SwPaM &rPam) |
| bool | empty () const |
| Entries::size_type | size () const |
| SwFltStackEntry & | operator[] (Entries::size_type nIndex) |
| void | DeleteAndDestroy (Entries::size_type nCnt) |
Additional Inherited Members | |
Public Types inherited from SwFltControlStack | |
| enum class | MoveAttrsMode { DEFAULT , POSTIT_INSERTED } |
| enum | Flags { HYPO , TAGS_DO_ID , TAGS_VISIBLE , BOOK_TO_VAR_REF , BOOK_AND_REF , TAGS_IN_TEXT , ALLOW_FLD_CR } |
Protected Member Functions inherited from SwFltControlStack | |
| virtual void | SetAttrInDoc (const SwPosition &rTmpPos, SwFltStackEntry &rEntry) |
Protected Attributes inherited from SwFltControlStack | |
| SwDoc & | m_rDoc |
| bool | m_bIsEndStack |
Definition at line 280 of file fltshell.hxx.
Definition at line 283 of file fltshell.hxx.
References SwFltControlStack::m_bIsEndStack.