LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
sw::InsertText Class Referencefinal

#include <hints.hxx>

Inheritance diagram for sw::InsertText:
[legend]
Collaboration diagram for sw::InsertText:
[legend]

Public Member Functions

 InsertText (sal_Int32 nP, sal_Int32 nL, bool isInFMCommand, bool isInFMResult)
 
- Public Member Functions inherited from SfxHint
 SfxHint ()
 
 SfxHint (SfxHintId nId)
 
virtual ~SfxHint ()
 
 SfxHint (SfxHint const &)=default
 
 SfxHint (SfxHint &&)=default
 
SfxHintoperator= (SfxHint const &)=default
 
SfxHintoperator= (SfxHint &&)=default
 
SfxHintId GetId () const
 

Public Attributes

const sal_Int32 nPos
 
const sal_Int32 nLen
 
const bool isInsideFieldmarkCommand
 
const bool isInsideFieldmarkResult
 

Detailed Description

Definition at line 95 of file hints.hxx.

Constructor & Destructor Documentation

◆ InsertText()

sw::InsertText::InsertText ( sal_Int32  nP,
sal_Int32  nL,
bool  isInFMCommand,
bool  isInFMResult 
)

Definition at line 44 of file hints.cxx.

References nPos, and SwInsertText.

Member Data Documentation

◆ isInsideFieldmarkCommand

const bool sw::InsertText::isInsideFieldmarkCommand

Definition at line 100 of file hints.hxx.

Referenced by SwTextFrame::SwClientNotify().

◆ isInsideFieldmarkResult

const bool sw::InsertText::isInsideFieldmarkResult

Definition at line 101 of file hints.hxx.

Referenced by SwTextFrame::SwClientNotify().

◆ nLen

const sal_Int32 sw::InsertText::nLen

Definition at line 99 of file hints.hxx.

Referenced by SwTextFrame::SwClientNotify().

◆ nPos

const sal_Int32 sw::InsertText::nPos

Definition at line 98 of file hints.hxx.

Referenced by SwTextFrame::SwClientNotify().


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