LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | Private Attributes | List of all members
SwXDocumentIndexMark::Impl Class Referencefinal
Inheritance diagram for SwXDocumentIndexMark::Impl:
[legend]
Collaboration diagram for SwXDocumentIndexMark::Impl:
[legend]

Public Member Functions

 Impl (SwXDocumentIndexMark &rThis, SwDoc *const pDoc, const enum TOXTypes eType, const SwTOXType *pType, SwTOXMark const *pMark)
 
SwTOXTypeGetTOXType () const
 
void DeleteTOXMark ()
 
void InsertTOXMark (const SwTOXType &rTOXType, SwTOXMark &rMark, SwPaM &rPam, SwXTextCursor const *const pTextCursor)
 
void ReplaceTOXMark (const SwTOXType &rTOXType, SwTOXMark &rMark, SwPaM &rPam)
 
void Invalidate ()
 
virtual void Notify (const SfxHint &) override
 
- Public Member Functions inherited from SvtListener
 SvtListener ()=default
 
 SvtListener (const SvtListener &r)=default
 
virtual ~SvtListener () COVERITY_NOEXCEPT_FALSE
 
bool StartListening (SvtBroadcaster &rBroadcaster)
 
void EndListening (SvtBroadcaster &rBroadcaster)
 
void EndListeningAll ()
 
void CopyAllBroadcasters (const SvtListener &r)
 
bool HasBroadcaster () const
 
virtual void Notify (const SfxHint &rHint)
 
virtual void Query (QueryBase &rQuery) const
 

Public Attributes

unotools::WeakReference< SwXDocumentIndexMarkm_wThis
 
SfxItemPropertySet const & m_rPropSet
 
const TOXTypes m_eTOXType
 
std::mutex m_Mutex
 
::comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > m_EventListeners
 
bool m_bIsDescriptor
 
const SwTOXTypem_pTOXType
 
const SwTOXMarkm_pTOXMark
 
SwDocm_pDoc
 
bool m_bMainEntry
 
sal_uInt16 m_nLevel
 
OUString m_aBookmarkName
 
OUString m_sAltText
 
OUString m_sPrimaryKey
 
OUString m_sSecondaryKey
 
OUString m_sTextReading
 
OUString m_sPrimaryKeyReading
 
OUString m_sSecondaryKeyReading
 
OUString m_sUserIndexName
 

Private Attributes

SwXDocumentIndexMarkm_rThis
 
bool m_bInReplaceMark
 

Detailed Description

Definition at line 1501 of file unoidx.cxx.

Constructor & Destructor Documentation

◆ Impl()

SwXDocumentIndexMark::Impl::Impl ( SwXDocumentIndexMark rThis,
SwDoc *const  pDoc,
const enum TOXTypes  eType,
const SwTOXType pType,
SwTOXMark const *  pMark 
)
inline

Definition at line 1530 of file unoidx.cxx.

References eType, m_pTOXMark, m_pTOXType, and SvtListener::StartListening().

Member Function Documentation

◆ DeleteTOXMark()

void SwXDocumentIndexMark::Impl::DeleteTOXMark ( )
inline

Definition at line 1560 of file unoidx.cxx.

References SwDoc::DeleteTOXMark(), Invalidate(), m_pDoc, and m_pTOXMark.

Referenced by ReplaceTOXMark().

◆ GetTOXType()

SwTOXType * SwXDocumentIndexMark::Impl::GetTOXType ( ) const
inline

Definition at line 1556 of file unoidx.cxx.

References m_pTOXType.

◆ InsertTOXMark()

void SwXDocumentIndexMark::Impl::InsertTOXMark ( const SwTOXType rTOXType,
SwTOXMark rMark,
SwPaM rPam,
SwXTextCursor const *const  pTextCursor 
)

◆ Invalidate()

void SwXDocumentIndexMark::Impl::Invalidate ( )

◆ Notify()

void SwXDocumentIndexMark::Impl::Notify ( const SfxHint rHint)
overridevirtual

Reimplemented from SvtListener.

Definition at line 1609 of file unoidx.cxx.

◆ ReplaceTOXMark()

void SwXDocumentIndexMark::Impl::ReplaceTOXMark ( const SwTOXType rTOXType,
SwTOXMark rMark,
SwPaM rPam 
)
inline

Member Data Documentation

◆ m_aBookmarkName

OUString SwXDocumentIndexMark::Impl::m_aBookmarkName

Definition at line 1521 of file unoidx.cxx.

◆ m_bInReplaceMark

bool SwXDocumentIndexMark::Impl::m_bInReplaceMark
private

Definition at line 1505 of file unoidx.cxx.

Referenced by Invalidate(), and ReplaceTOXMark().

◆ m_bIsDescriptor

bool SwXDocumentIndexMark::Impl::m_bIsDescriptor

Definition at line 1514 of file unoidx.cxx.

◆ m_bMainEntry

bool SwXDocumentIndexMark::Impl::m_bMainEntry

Definition at line 1519 of file unoidx.cxx.

◆ m_eTOXType

const TOXTypes SwXDocumentIndexMark::Impl::m_eTOXType

Definition at line 1511 of file unoidx.cxx.

◆ m_EventListeners

::comphelper::OInterfaceContainerHelper4<css::lang::XEventListener> SwXDocumentIndexMark::Impl::m_EventListeners

Definition at line 1513 of file unoidx.cxx.

Referenced by Invalidate(), and ReplaceTOXMark().

◆ m_Mutex

std::mutex SwXDocumentIndexMark::Impl::m_Mutex

Definition at line 1512 of file unoidx.cxx.

Referenced by Invalidate(), and ReplaceTOXMark().

◆ m_nLevel

sal_uInt16 SwXDocumentIndexMark::Impl::m_nLevel

Definition at line 1520 of file unoidx.cxx.

◆ m_pDoc

SwDoc* SwXDocumentIndexMark::Impl::m_pDoc

Definition at line 1517 of file unoidx.cxx.

Referenced by DeleteTOXMark(), InsertTOXMark(), and Invalidate().

◆ m_pTOXMark

const SwTOXMark* SwXDocumentIndexMark::Impl::m_pTOXMark

Definition at line 1516 of file unoidx.cxx.

Referenced by DeleteTOXMark(), Impl(), InsertTOXMark(), and Invalidate().

◆ m_pTOXType

const SwTOXType* SwXDocumentIndexMark::Impl::m_pTOXType

Definition at line 1515 of file unoidx.cxx.

Referenced by GetTOXType(), Impl(), InsertTOXMark(), and Invalidate().

◆ m_rPropSet

SfxItemPropertySet const& SwXDocumentIndexMark::Impl::m_rPropSet

Definition at line 1510 of file unoidx.cxx.

◆ m_rThis

SwXDocumentIndexMark& SwXDocumentIndexMark::Impl::m_rThis
private

Definition at line 1504 of file unoidx.cxx.

Referenced by ReplaceTOXMark().

◆ m_sAltText

OUString SwXDocumentIndexMark::Impl::m_sAltText

Definition at line 1522 of file unoidx.cxx.

◆ m_sPrimaryKey

OUString SwXDocumentIndexMark::Impl::m_sPrimaryKey

Definition at line 1523 of file unoidx.cxx.

◆ m_sPrimaryKeyReading

OUString SwXDocumentIndexMark::Impl::m_sPrimaryKeyReading

Definition at line 1526 of file unoidx.cxx.

◆ m_sSecondaryKey

OUString SwXDocumentIndexMark::Impl::m_sSecondaryKey

Definition at line 1524 of file unoidx.cxx.

◆ m_sSecondaryKeyReading

OUString SwXDocumentIndexMark::Impl::m_sSecondaryKeyReading

Definition at line 1527 of file unoidx.cxx.

◆ m_sTextReading

OUString SwXDocumentIndexMark::Impl::m_sTextReading

Definition at line 1525 of file unoidx.cxx.

◆ m_sUserIndexName

OUString SwXDocumentIndexMark::Impl::m_sUserIndexName

Definition at line 1528 of file unoidx.cxx.

◆ m_wThis

unotools::WeakReference<SwXDocumentIndexMark> SwXDocumentIndexMark::Impl::m_wThis

Definition at line 1509 of file unoidx.cxx.

Referenced by Invalidate().


The documentation for this class was generated from the following file: