LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
UndoTransliterate_Data Struct Reference
Collaboration diagram for UndoTransliterate_Data:
[legend]

Public Member Functions

 UndoTransliterate_Data (SwNodeOffset nNd, sal_Int32 nStt, sal_Int32 nStrLen, OUString aText)
 
void SetChangeAtNode (SwDoc &rDoc)
 

Public Attributes

OUString sText
 
std::unique_ptr< SwHistorypHistory
 
std::optional< Sequence< sal_Int32 > > oOffsets
 
SwNodeOffset nNdIdx
 
sal_Int32 nStart
 
sal_Int32 nLen
 

Detailed Description

Definition at line 325 of file unovwr.cxx.

Constructor & Destructor Documentation

◆ UndoTransliterate_Data()

UndoTransliterate_Data::UndoTransliterate_Data ( SwNodeOffset  nNd,
sal_Int32  nStt,
sal_Int32  nStrLen,
OUString  aText 
)
inline

Definition at line 333 of file unovwr.cxx.

Member Function Documentation

◆ SetChangeAtNode()

void UndoTransliterate_Data::SetChangeAtNode ( SwDoc rDoc)

Member Data Documentation

◆ nLen

sal_Int32 UndoTransliterate_Data::nLen

Definition at line 331 of file unovwr.cxx.

Referenced by SetChangeAtNode().

◆ nNdIdx

SwNodeOffset UndoTransliterate_Data::nNdIdx

Definition at line 330 of file unovwr.cxx.

Referenced by SwUndoTransliterate::AddChanges(), and SetChangeAtNode().

◆ nStart

sal_Int32 UndoTransliterate_Data::nStart

Definition at line 331 of file unovwr.cxx.

Referenced by SetChangeAtNode().

◆ oOffsets

std::optional<Sequence< sal_Int32 > > UndoTransliterate_Data::oOffsets

Definition at line 329 of file unovwr.cxx.

Referenced by SwUndoTransliterate::AddChanges(), and SetChangeAtNode().

◆ pHistory

std::unique_ptr<SwHistory> UndoTransliterate_Data::pHistory

Definition at line 328 of file unovwr.cxx.

Referenced by SwUndoTransliterate::AddChanges(), and SetChangeAtNode().

◆ sText

OUString UndoTransliterate_Data::sText

Definition at line 327 of file unovwr.cxx.

Referenced by SetChangeAtNode().


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