LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwDataChanged Class Reference

#include <mvsave.hxx>

Collaboration diagram for SwDataChanged:
[legend]

Public Member Functions

 SwDataChanged (const SwPaM &rPam)
 
 SwDataChanged (SwDoc &rDoc, const SwPosition &rPos)
 
 ~SwDataChanged ()
 
sal_Int32 GetContent () const
 

Private Attributes

const SwPaMm_pPam
 
const SwPositionm_pPos
 
SwDocm_rDoc
 
sal_Int32 m_nContent
 

Detailed Description

Definition at line 130 of file mvsave.hxx.

Constructor & Destructor Documentation

◆ SwDataChanged() [1/2]

SwDataChanged::SwDataChanged ( const SwPaM rPam)

Definition at line 277 of file swserv.cxx.

References SwPosition::GetContentIndex(), SwPaM::GetPoint(), and m_nContent.

◆ SwDataChanged() [2/2]

SwDataChanged::SwDataChanged ( SwDoc rDoc,
const SwPosition rPos 
)

Definition at line 283 of file swserv.cxx.

References SwPosition::GetContentIndex(), and m_nContent.

◆ ~SwDataChanged()

SwDataChanged::~SwDataChanged ( )

Member Function Documentation

◆ GetContent()

sal_Int32 SwDataChanged::GetContent ( ) const
inline

Definition at line 142 of file mvsave.hxx.

References m_nContent.

Referenced by sw::DocumentContentOperationsManager::InsertString().

Member Data Documentation

◆ m_nContent

sal_Int32 SwDataChanged::m_nContent
private

Definition at line 135 of file mvsave.hxx.

Referenced by GetContent(), and SwDataChanged().

◆ m_pPam

const SwPaM* SwDataChanged::m_pPam
private

Definition at line 132 of file mvsave.hxx.

Referenced by ~SwDataChanged().

◆ m_pPos

const SwPosition* SwDataChanged::m_pPos
private

Definition at line 133 of file mvsave.hxx.

Referenced by ~SwDataChanged().

◆ m_rDoc

SwDoc& SwDataChanged::m_rDoc
private

Definition at line 134 of file mvsave.hxx.

Referenced by ~SwDataChanged().


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