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 );
621 inline const String& SwTOXMark::GetAlternativeText() const in GetAlternativeText()
624 inline const SwTOXType* SwTOXMark::GetTOXType() const in GetTOXType()
627 inline sal_Bool SwTOXMark::IsAlternativeText() const in IsAlternativeText()
630 inline void SwTOXMark::SetAlternativeText(const String& rAlt) in SetAlternativeText()
635 inline void SwTOXMark::SetLevel( sal_uInt16 nLvl ) in SetLevel()
641 inline void SwTOXMark::SetPrimaryKey( const String& rKey ) in SetPrimaryKey()
647 inline void SwTOXMark::SetSecondaryKey( const String& rKey ) in SetSecondaryKey()
653 inline void SwTOXMark::SetTextReading( const String& rTxt ) in SetTextReading()
659 inline void SwTOXMark::SetPrimaryKeyReading( const String& rKey ) in SetPrimaryKeyReading()
665 inline void SwTOXMark::SetSecondaryKeyReading( const String& rKey ) in SetSecondaryKeyReading()
671 inline sal_uInt16 SwTOXMark::GetLevel() const in GetLevel()
677 inline const String& SwTOXMark::GetPrimaryKey() const in GetPrimaryKey()
683 inline const String& SwTOXMark::GetSecondaryKey() const in GetSecondaryKey()
689 inline const String& SwTOXMark::GetTextReading() const in GetTextReading()
695 inline const String& SwTOXMark::GetPrimaryKeyReading() const in GetPrimaryKeyReading()
701 inline const String& SwTOXMark::GetSecondaryKeyReading() const in GetSecondaryKeyReading()