A wrapper around SfxPoolItem to store the start position of (usually) a text portion,...
 
void SetDontMoveAttr(bool bFlag)
 
void SetOverlapAllowedAttr(bool bFlag)
 
void SetHasDummyChar(const bool bFlag)
 
const SwTOXMark & GetTOXMark() const
 
virtual void SetEnd(sal_Int32) override
 
SwTextTOXMark(SwTOXMark &rAttr, sal_Int32 const nStart, sal_Int32 const *const pEnd)
 
void CopyTOXMark(SwDoc &rDestDoc)
 
virtual const sal_Int32 * GetEnd() const override
end position
 
virtual ~SwTextTOXMark() override