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

Tracks the boundaries of pasted content and notifies listeners. More...

Collaboration diagram for SwPasteContext:
[legend]

Public Member Functions

 SwPasteContext (SwWrtShell &rWrtShell)
 
 ~SwPasteContext ()
 
void remember ()
 
void forget ()
 

Private Attributes

SwWrtShellm_rWrtShell
 
std::optional< SwPaMm_oPaM
 
sal_Int32 m_nStartContent = 0
 

Detailed Description

Tracks the boundaries of pasted content and notifies listeners.

Definition at line 210 of file swdtflvr.cxx.

Constructor & Destructor Documentation

◆ SwPasteContext()

SwPasteContext::SwPasteContext ( SwWrtShell rWrtShell)

Definition at line 1274 of file swdtflvr.cxx.

References remember().

◆ ~SwPasteContext()

SwPasteContext::~SwPasteContext ( )

Member Function Documentation

◆ forget()

void SwPasteContext::forget ( )

Definition at line 1295 of file swdtflvr.cxx.

References m_oPaM.

Referenced by SwTransferable::PrivatePaste().

◆ remember()

void SwPasteContext::remember ( )

Member Data Documentation

◆ m_nStartContent

sal_Int32 SwPasteContext::m_nStartContent = 0
private

Definition at line 222 of file swdtflvr.cxx.

Referenced by remember(), and ~SwPasteContext().

◆ m_oPaM

std::optional<SwPaM> SwPasteContext::m_oPaM
private

Definition at line 221 of file swdtflvr.cxx.

Referenced by forget(), remember(), and ~SwPasteContext().

◆ m_rWrtShell

SwWrtShell& SwPasteContext::m_rWrtShell
private

Definition at line 220 of file swdtflvr.cxx.

Referenced by remember(), and ~SwPasteContext().


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