summaryrefslogtreecommitdiff
path: root/sw/source/core/text/redlnitr.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-31loplugin:flatten in sw/core/textNoel Grandin1-36/+36
2020-04-03(related: tdf#130685) sw_redlinehide: fix update of pLastNode/pParaPropsNodeMichael Stahl1-1/+2
2020-03-10tdf#128880 sw btlr: fix SwFrame::GetPaintArea() for the row span caseMiklos Vajna1-4/+5
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-3/+1
2019-08-01tdf#118699 change tracking: don't number empty linesLászló Németh1-1/+1
2019-08-01tdf#125319 sw_redlinehide: handle empty paragraphs more like WordMichael Stahl1-5/+5
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-14/+14
2019-05-20tdf#42949 Fix IWYU warnings in sw/source/core/*/*hxxGabor Kelemen1-0/+1
2019-02-12sw btlr writing mode: implement initial layoutMiklos Vajna1-3/+13
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-3/+2
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-2/+6
2018-12-18sw_redlinehide_4b: FrameMode::Existing is not idempotentMichael Stahl1-1/+1
2018-12-18sw_redlinehide_4b: surprising discoveriesMichael Stahl1-5/+10
2018-12-18sw_redlinehide_4b: fix pointer compares in SwRedlineItr::GetNextRedln()Michael Stahl1-2/+2
2018-12-18sw_redlinehide_4b: fix some problems with pathological table redlinesMichael Stahl1-0/+5
2018-12-18sw_redlinehide_4b: fix wrong handling of IsDelLastPara() redlinesMichael Stahl1-5/+25
2018-11-25drop unnecessary vcl/window.hxx includes in writerCaolán McNamara1-1/+0
2018-11-15sw_redlinehide_3: fix footnotes not being removed when deletedMichael Stahl1-15/+22
2018-11-15sw_redlinehide_3: CheckParaRedlineMerge maintains second list treeMichael Stahl1-1/+17
2018-09-19sw_redlinehide_2: tweak CheckParaRedlineMerge() next-node flag updateMichael Stahl1-4/+36
2018-09-19sw_redlinehide_2: do all frame deletion in CheckParaRedlineMerge()Michael Stahl1-4/+26
2018-09-19sw_redlinehide_2: assert calls with wrong start nodeMichael Stahl1-0/+1
2018-09-19sw_redlinehide_2: annoying fixup in CheckParaRedlineMerge()Michael Stahl1-0/+7
2018-09-19sw_redlinehide_2: CheckParaRedlineMerge must also mark...Michael Stahl1-3/+6
2018-09-19sw_redlinehide_2: prevent SetRedlineFlags from messing things upMichael Stahl1-1/+5
2018-09-19sw_redlinehide_2: let's have MergedPara listen on hidden nodesMichael Stahl1-1/+15
2018-09-19sw_redlinehide_2: MapModelToView needs to work on hidden nodes...Michael Stahl1-1/+2
2018-09-19sw_redlinehide_2: also reset Merge flag in CheckParaRedlineMergeMichael Stahl1-0/+4
2018-09-19sw_redlinehide_2: fix init of SwRedlineIter::ModeMichael Stahl1-1/+2
2018-09-19sw_redlinehide_2: add layout parameter to *Node::DelFramesMichael Stahl1-1/+1
2018-09-19sw_redlinehide_2: show/hide footnotes in redlinesMichael Stahl1-1/+36
2018-09-19sw_redlinehide_2: fix use-after-free of SwFontMichael Stahl1-2/+12
2018-09-03use less magic in sw/Noel Grandin1-6/+6
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-2/+2
2018-07-12loplugin:useuniqueptr in SwRedlineItrNoel Grandin1-3/+3
2018-07-11loplugin:useuniqueptr in SwAttrIterNoel Grandin1-2/+2
2018-06-08sw_redlinehide: SwAttrIter direct ctor gets a SwTextFrame argMichael Stahl1-1/+1
2018-06-08sw_redlinehide: use WriterMultiListener to connect SwTextFrameMichael Stahl1-2/+10
2018-06-08sw_redlinehide: split up SwScriptInfo::WhichFont confusionMichael Stahl1-3/+3
2018-06-08sw_redlinehide: SwScriptInfo must be inited with MergedParaMichael Stahl1-2/+2
2018-06-08sw_redlinehide: set node merge flag in CheckParaRedlineMergeMichael Stahl1-0/+9
2018-06-08sw_redlinehide: remove "protected" SwAttrIter::m_pHints memberMichael Stahl1-3/+0
2018-06-08sw_redlinehide: remove pointless Seek_ indirectionMichael Stahl1-1/+3
2018-06-08sw_redlinehide: split font/SwAttrHandler init out of CtorInitAttrIterMichael Stahl1-29/+45
2018-06-08sw_redlinehide: SwRedlineItr::Seek_() needs to do somethingMichael Stahl1-1/+30
2018-06-08sw_redlinehide: more work on SwRedlineItr::GetNextRedln()Michael Stahl1-18/+46
2018-06-08sw_redlinehide: add 3rd mode to SwRedlineItrMichael Stahl1-8/+15
2018-06-08sw_redlinehide: add MergedPara member to SwAttrIterMichael Stahl1-8/+24
2018-06-08sw_redlinehide: SwRedlineItr::CheckLine()Michael Stahl1-2/+7