LibreOffice Module sw (master) 1
|
#include <ww8par.hxx>
Public Member Functions | |
SwWW8ReferencedFltEndStack (SwDoc &rDo, sal_uLong nFieldFl) | |
Public Member Functions inherited from SwFltEndStack | |
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) |
Public Attributes | |
std::set< OUString, SwWW8::ltstr > | m_aReferencedTOCBookmarks |
Protected Member Functions | |
virtual void | SetAttrInDoc (const SwPosition &rTmpPos, SwFltStackEntry &rEntry) override |
virtual void | SetAttrInDoc (const SwPosition &rTmpPos, SwFltStackEntry &rEntry) |
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 Attributes inherited from SwFltControlStack | |
SwDoc & | m_rDoc |
bool | m_bIsEndStack |
Definition at line 454 of file ww8par.hxx.
Definition at line 457 of file ww8par.hxx.
|
overrideprotectedvirtual |
Reimplemented from SwFltControlStack.
Definition at line 1306 of file ww8par.cxx.
References SwFltBookmark::GetName(), SwFltBookmark::IsTOCBookmark(), m_aReferencedTOCBookmarks, SwFltStackEntry::m_pAttr, RES_FLTR_BOOKMARK(), and SwFltControlStack::SetAttrInDoc().
std::set<OUString, SwWW8::ltstr> SwWW8ReferencedFltEndStack::m_aReferencedTOCBookmarks |
Definition at line 464 of file ww8par.hxx.
Referenced by SetAttrInDoc().