office-gobmx/editeng/source
Tomaž Vajngerl 548f0b1883 editeng: preserve ContentNode in a unique_ptr when moving paras
When we move the paragraphs, we can just take the unique_ptr of
ContetNodes out of the EditDoc and move it to new position inside
EditDoc, like it is done for ParaPortions in ParaPortionList.
No need to muck with the raw pointers and releasing the ContentNode
from a unique_ptr and later moving it back again.
Also just use a std::vector for ParaPortions instead of a new
instance of ParaPortionList.

Change-Id: I8634ccc83121c1ee683be4c2cfb0cedbd469c05d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161531
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-01-02 09:56:55 +01:00
..
accessibility
editeng editeng: preserve ContentNode in a unique_ptr when moving paras 2024-01-02 09:56:55 +01:00
items move IsFuzzing to comphelper 2023-12-30 12:45:45 +01:00
lookuptree
misc Lok: make Ignore All list name independent on UI language 2023-12-22 13:28:01 +01:00
outliner
rtf move IsFuzzing to comphelper 2023-12-30 12:45:45 +01:00
uno cid#1545470 COPY_INSTEAD_OF_MOVE 2023-12-24 13:23:45 +01:00
xml