summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/untblk.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-06sw: SelectAll of section with RES_PAGEDESC corner-caseMichael Stahl1-1/+5
2024-03-04sw: for Undo, add FLY_AT_PAGE in GetFlysAnchoredAt()Michael Stahl1-7/+8
2024-01-18tdf#155917 sw: fix Repeat of Insert File with FlyMichael Stahl1-0/+5
2023-08-02tdf#156546 sw: fix infinite loop in SwUndoInsert::RedoImpl()Michael Stahl1-3/+3
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin1-7/+7
2022-10-29tdf#126788 no need to allocate an SwContentIndex when calling RstTextAttrNoel Grandin1-1/+1
2022-08-30use more SwPosition::AssignNoel Grandin1-2/+1
2022-08-20use more SwPosition::GetNodeNoel Grandin1-6/+5
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin1-1/+1
2022-08-10unique_ptr->optional in SwUndoInsertsNoel Grandin1-12/+11
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-2/+2
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-10/+10
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-5/+5
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin1-2/+2
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-2/+2
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-14/+14
2021-09-24return SwCursor from IShellCursorSupplierNoel Grandin1-1/+2
2021-05-29std::unique_ptr->std::optionalNoel Grandin1-3/+3
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-8/+8
2021-01-12cid#1471720 Dereference after null checkCaolán McNamara1-1/+1
2020-10-16tdf#135733 sw: fix mistake in SwUndoInserts::SetInsertRange()Michael Stahl1-1/+1
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-22/+22
2020-07-31loplugin:flatten in sw/core/undoNoel Grandin1-49/+49
2020-07-06tdf#134253 sw: fix SwUndoInserts::UndoImpl() if inserting before sectionMichael Stahl1-14/+27
2020-06-23sw doc model xml dump: improve undo-redo coverage:Miklos Vajna1-0/+35
2020-06-10tdf#132597 sw: fix inconsistent handling of ExcludeFlyAtStartEndMichael Stahl1-1/+1
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl1-1/+1
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna1-1/+1
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-12-06tdf#121300 sw: consistent fly at-pargraph selectionMichael Stahl1-9/+8
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-2/+0
2019-11-18tdf#128739 sw: don't delete bookmarks prematurely in SwUndoDeleteMichael Stahl1-1/+3
2019-09-16sw: prefix members of SwUndoSaveSectionMiklos Vajna1-8/+8
2019-09-09sw: prefix members of SwUndoInsertsMiklos Vajna1-35/+35
2019-08-05sw: prefix members of SwUndRngMiklos Vajna1-18/+18
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl1-36/+103
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-2/+2
2018-11-16Fix typosAndrea Gelmini1-2/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+1
2018-07-16loplugin:useuniqueptr in SwUndoInsertsNoel Grandin1-6/+5
2018-01-26tdf#94225 - Writer crashes on Undo N timesFyodor Yemelyanenko1-17/+56
2017-11-03tdf#108124 fix: crash during redo, when document contains imagesFyodor Yemelyanenko1-2/+10
2017-05-03tdf#88555 sw: reduce usage of dynamic_cast in SwFormatsModifyBase::ContainsMichael Stahl1-4/+4
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-2/+2
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin1-1/+1
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-7/+7
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-1/+1