LibreOffice Module sw (master)
1
|
#include <ww8par.hxx>
Public Member Functions | |
SwWW8ReferencedFltEndStack (SwDoc &rDo, sal_uLong nFieldFl) | |
![]() | |
SwFltEndStack (SwDoc &rDo, sal_uLong nFieldFl) | |
![]() | |
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 SwNodeIndex &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 > | aReferencedTOCBookmarks |
Protected Member Functions | |
virtual void | SetAttrInDoc (const SwPosition &rTmpPos, SwFltStackEntry &rEntry) override |
![]() | |
virtual sal_Int32 | GetCurrAttrCP () const |
virtual bool | IsParaEndInCPs (sal_Int32 nStart, sal_Int32 nEnd, bool bSdOD) const |
virtual void | ClearParaEndPosition () |
virtual bool | CheckSdOD (sal_Int32 nStart, sal_Int32 nEnd) |
bool | HasSdOD () |
Additional Inherited Members | |
![]() | |
enum | MoveAttrsMode { MoveAttrsMode::DEFAULT, MoveAttrsMode::POSTIT_INSERTED } |
enum | Flags { HYPO, TAGS_DO_ID, TAGS_VISIBLE, BOOK_TO_VAR_REF, BOOK_AND_REF, TAGS_IN_TEXT, ALLOW_FLD_CR } |
![]() | |
SwDoc & | rDoc |
bool | bIsEndStack |
Definition at line 460 of file ww8par.hxx.
Definition at line 463 of file ww8par.hxx.
|
overrideprotectedvirtual |
Reimplemented from SwFltControlStack.
Definition at line 1334 of file ww8par.cxx.
References aReferencedTOCBookmarks, SwFltBookmark::GetName(), SwFltBookmark::IsTOCBookmark(), SwFltStackEntry::pAttr, RES_FLTR_BOOKMARK(), and SwFltControlStack::SetAttrInDoc().
std::set<OUString, SwWW8::ltstr> SwWW8ReferencedFltEndStack::aReferencedTOCBookmarks |
Definition at line 470 of file ww8par.hxx.
Referenced by SetAttrInDoc().