LibreOffice Module sw (master)
1
|
Public Member Functions | |
UndoTransliterate_Data (SwNodeOffset nNd, sal_Int32 nStt, sal_Int32 nStrLen, const OUString &rText) | |
void | SetChangeAtNode (SwDoc &rDoc) |
Public Attributes | |
OUString | sText |
std::unique_ptr< SwHistory > | pHistory |
std::unique_ptr< Sequence< sal_Int32 > > | pOffsets |
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.
Definition at line 449 of file unovwr.cxx.
References SwTextNode::ClearSwpHintsArr(), SwDoc::GetNodes(), SwTextNode::GetpSwpHints(), n, nLen, nNdIdx, nStart, p, pHistory, pOffsets, 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::unique_ptr<SwHistory> UndoTransliterate_Data::pHistory |
Definition at line 328 of file unovwr.cxx.
Referenced by SwUndoTransliterate::AddChanges(), and SetChangeAtNode().
std::unique_ptr<Sequence< sal_Int32 > > UndoTransliterate_Data::pOffsets |
Definition at line 329 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().