summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
AgeCommit message (Expand)AuthorFilesLines
2020-11-25tdf#136453 sw_redlinehide: SwUndoDelete: only create extra frames...Michael Stahl1-1/+2
2020-09-30tdf#133358 fix crash in redoing indentCaolán McNamara1-2/+3
2020-08-23tdf#135457 sw: fix invalidation of SwXTextFieldMichael Stahl1-0/+4
2020-08-23tdf#135412 tdf#135888 sw: fix copying of linked text-boxesMichael Stahl1-0/+1
2020-08-18sw: avoid assert when deletion starts at fieldmark endMichael Stahl1-5/+7
2020-08-02tdf#134252 sw_redlinehide: fix SwUndoDelete for table before end of sectionMichael Stahl1-0/+9
2020-08-02tdf#134250 sw_redlinehide: fix Undo with section before tableMichael Stahl1-1/+12
2020-08-02Revert "tdf#132944 sw_redlinehide: delete of insert redline"Michael Stahl1-23/+3
2020-07-10tdf#134253 sw: fix SwUndoInserts::UndoImpl() if inserting before sectionMichael Stahl1-14/+27
2020-07-04tdf#134404 sw: another subtlety with start/end of section (at-para flys)Michael Stahl1-2/+2
2020-06-22tdf#134021 sw_redlinehide: fix crash if document contains only tableMichael Stahl1-1/+14
2020-06-19tdf#132944 sw_redlinehide: delete of insert redlineMichael Stahl1-3/+23
2020-06-19tdf#132321 tdf#133957 sw: for at-para fly, ignore anchor SwIndexMichael Stahl1-1/+3
2020-06-19tdf#133957 sw: SelectAll should select fly in empty sectionMichael Stahl2-21/+31
2020-06-15tdf#131912 sw: fix spell check correct deleting flysMichael Stahl2-24/+23
2020-06-15sw: reindent thatMichael Stahl1-25/+24
2020-06-15tdf#132321 sw: adapt fly at-para deletion to at-char wrt. sectionsMichael Stahl1-2/+2
2020-06-12tdf#132744 sw: fix subtle difference when checking end of sectionMichael Stahl1-2/+15
2020-06-12tdf#101856 copy missing bookmark propertiesSerge Krot1-2/+6
2020-06-11tdf#132725 sw: SwUndoDelete: don't group if flys are be deletedMichael Stahl1-0/+27
2020-06-11tdf#132597 sw: fix inconsistent handling of ExcludeFlyAtStartEndMichael Stahl2-3/+7
2020-06-02tdf#132236 sw_redlinehide: fix SwUndoDelete with sections even moreMichael Stahl1-0/+1
2020-04-15sw: fix fly at-char deletion API behaviour changeMichael Stahl1-2/+2
2020-04-09tdf#131684 sw_redlinehide: fix SwUndoDelete for entire doc in sectionMichael Stahl1-1/+2
2020-04-05tdf#130685 sw_redlinehide: fix copying to position following redlineMichael Stahl1-24/+1
2020-03-25ofz#21168 sw,writerfilter: limit writerfilter hack to writerfilterCaolán McNamara1-2/+2
2020-01-21tdf#129582 sw: fix copying of flys in header/footer in DOCX/RTF importMichael Stahl1-9/+6
2020-01-21DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna2-1/+6
2019-12-06tdf#121300 sw: adapt at-char selection to latest at-para designMichael Stahl1-2/+7
2019-12-06tdf#121300 sw: consistent fly at-pargraph selectionMichael Stahl2-38/+75
2019-11-20sw: fix invalid downcast of SwDrawFrameFormat in DelContentIndex()Michael Stahl3-10/+14
2019-11-20ofz#18554 sw: fix Null-dereference due to overlapping fieldmarksMichael Stahl1-3/+5
2019-11-19tdf#128739 sw: don't delete bookmarks prematurely in SwUndoDeleteMichael Stahl2-4/+6
2019-11-19tdf#128739 sw: delete fieldmarks if exactly selected ...Michael Stahl2-8/+31
2019-11-07Related: tdf#128603 sw textbox: fix use-after-freeMiklos Vajna1-1/+2
2019-11-03loplugin:stringaddNoel Grandin1-4/+3
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-10-23sw: fieldmark insert/delete UndoMichael Stahl2-22/+65
2019-10-22loplugin:singlevalfieldsNoel Grandin1-13/+1
2019-10-19loplugin:unusedmethodsNoel Grandin1-29/+0
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-5/+5
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-3/+3
2019-10-14sw: prefix members of SwUndoInsertLabelMiklos Vajna1-28/+28
2019-10-08Simplify if/else and remove useless assert in undoobj.cxx (sw)Julien Nabet1-4/+1
2019-10-04sw: add CH_TXT_ATR_FIELDSEPMichael Stahl1-0/+2
2019-10-02loplugin:stringadd in swNoel Grandin2-11/+4
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-7/+5
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski3-31/+9
2019-09-30pNew could be nullptrMike Kaganski1-1/+1
2019-09-30Simplify iterating in SwRegHistory::MakeSetWhichIds a littleMike Kaganski1-2/+0