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