summaryrefslogtreecommitdiff
path: root/sw/source/core/text/redlnitr.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-17sw_redlinehide_4b: FrameMode::Existing is not idempotentMichael Stahl1-1/+1
2018-12-17sw_redlinehide_4b: surprising discoveriesMichael Stahl1-5/+10
2018-12-06sw_redlinehide_4b: fix pointer compares in SwRedlineItr::GetNextRedln()Michael Stahl1-2/+2
2018-12-06sw_redlinehide_4b: fix some problems with pathological table redlinesMichael Stahl1-0/+5
2018-12-06sw_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
2018-06-08sw_redlinehide: adapt SwExtend to merged paragraphMichael Stahl1-12/+18
2018-06-08sw_redlinehide: SwExtend needs a node index for merged paraMichael Stahl1-7/+29
2018-06-08sw_redlinehide: move MergedPara to SwTextFrameMichael Stahl1-5/+4
2018-06-08sw_redlinehide: SwAttrIter::GetNextAttr() skips over delete redlinesMichael Stahl1-11/+44
2018-06-08sw_redlinehide: add function to create merged paragraph dataMichael Stahl1-2/+73
2018-05-16sw_redlinehide: SwAttrIter::m_pAttrSet is used once, in the ctorMichael Stahl1-3/+1
2018-05-15sw: these SwRedlineItr members index into the SwRedlineTable, not the nodeMichael Stahl1-9/+9
2018-05-11SwRedlineItr: prefix membersMichael Stahl1-74/+78
2018-05-11SwExtend: prefix membersMichael Stahl1-18/+18
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-02Replace some front/pop_front by for-range loops+clearJulien Nabet1-6/+5
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2