LibreOffice Module sw (master) 1
|
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< SwHistory > | pHistory |
std::optional< Sequence< sal_Int32 > > | oOffsets |
SwNodeOffset | nNdIdx |
sal_Int32 | nStart |
sal_Int32 | nLen |
Definition at line 325 of file unovwr.cxx.
|
inline |
Definition at line 333 of file unovwr.cxx.
void UndoTransliterate_Data::SetChangeAtNode | ( | SwDoc & | rDoc | ) |
Definition at line 449 of file unovwr.cxx.
References SwTextNode::ClearSwpHintsArr(), SwDoc::GetNodes(), SwTextNode::GetpSwpHints(), n, nLen, nNdIdx, nStart, oOffsets, p, pHistory, SwTextNode::ReplaceTextOnly(), and sText.
sal_Int32 UndoTransliterate_Data::nLen |
Definition at line 331 of file unovwr.cxx.
Referenced by SetChangeAtNode().
SwNodeOffset UndoTransliterate_Data::nNdIdx |
Definition at line 330 of file unovwr.cxx.
Referenced by SwUndoTransliterate::AddChanges(), and SetChangeAtNode().
sal_Int32 UndoTransliterate_Data::nStart |
Definition at line 331 of file unovwr.cxx.
Referenced by SetChangeAtNode().
std::optional<Sequence< sal_Int32 > > UndoTransliterate_Data::oOffsets |
Definition at line 329 of file unovwr.cxx.
Referenced by SwUndoTransliterate::AddChanges(), and SetChangeAtNode().
std::unique_ptr<SwHistory> UndoTransliterate_Data::pHistory |
Definition at line 328 of file unovwr.cxx.
Referenced by SwUndoTransliterate::AddChanges(), and SetChangeAtNode().
OUString UndoTransliterate_Data::sText |
Definition at line 327 of file unovwr.cxx.
Referenced by SetChangeAtNode().