Lines Matching refs:SwTOXMark
51 class SwTOXMark;
55 SV_DECL_PTRARR(SwTOXMarks, SwTOXMark*, 0, 10)
64 class SW_DLLPUBLIC SwTOXMark class
88 SwTOXMark(); // to create the dflt. atr. in _InitCore
98 explicit SwTOXMark( const SwTOXType* pTyp );
99 virtual ~SwTOXMark();
101 SwTOXMark( const SwTOXMark& rCopy );
102 SwTOXMark& operator=( const SwTOXMark& rCopy );
618 inline const String& SwTOXMark::GetAlternativeText() const in GetAlternativeText()
621 inline const SwTOXType* SwTOXMark::GetTOXType() const in GetTOXType()
624 inline sal_Bool SwTOXMark::IsAlternativeText() const in IsAlternativeText()
627 inline void SwTOXMark::SetAlternativeText(const String& rAlt) in SetAlternativeText()
632 inline void SwTOXMark::SetLevel( sal_uInt16 nLvl ) in SetLevel()
638 inline void SwTOXMark::SetPrimaryKey( const String& rKey ) in SetPrimaryKey()
644 inline void SwTOXMark::SetSecondaryKey( const String& rKey ) in SetSecondaryKey()
650 inline void SwTOXMark::SetTextReading( const String& rTxt ) in SetTextReading()
656 inline void SwTOXMark::SetPrimaryKeyReading( const String& rKey ) in SetPrimaryKeyReading()
662 inline void SwTOXMark::SetSecondaryKeyReading( const String& rKey ) in SetSecondaryKeyReading()
668 inline sal_uInt16 SwTOXMark::GetLevel() const in GetLevel()
674 inline const String& SwTOXMark::GetPrimaryKey() const in GetPrimaryKey()
680 inline const String& SwTOXMark::GetSecondaryKey() const in GetSecondaryKey()
686 inline const String& SwTOXMark::GetTextReading() const in GetTextReading()
692 inline const String& SwTOXMark::GetPrimaryKeyReading() const in GetPrimaryKeyReading()
698 inline const String& SwTOXMark::GetSecondaryKeyReading() const in GetSecondaryKeyReading()