summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itratr.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-06-26Upcoming improved loplugin:elidestringvar: swStephan Bergmann1-2/+1
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-04rename GetOfst -> GetOffsetNoel Grandin1-1/+1
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-1/+0
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-5/+1
2019-11-28sw: fix asserts from SwSubFont::GetTextSize_() on ooo54042-1.docMichael Stahl1-2/+36
2019-11-26cppcheck: performing init in init list (sw/vcl/xmloff)Julien Nabet1-2/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-10-10More loplugin:redundantpointeropsStephan Bergmann1-2/+2
2019-10-04sw: add CH_TXT_ATR_FIELDSEPMichael Stahl1-7/+9
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-1/+1
2019-08-05Fix typosAndrea Gelmini1-1/+1
2019-07-22cid#1448263 Dereference after null checkCaolán McNamara1-0/+1
2019-05-30GetAnyEnd does not need to return a pointerNoel Grandin1-5/+5
2019-02-12sw btlr writing mode: implement initial layoutMiklos Vajna1-3/+6
2018-12-18sw_redlinehide_4b: surprising discoveriesMichael Stahl1-5/+4
2018-12-18sw_redlinehide_4b: fix CanSkipOverRedline() using wrong start positionMichael Stahl1-15/+15
2018-12-18sw_redlinehide_4b: fix crash in CanSkipOverRedline()Michael Stahl1-1/+2
2018-12-18sw_redlinehide_4b: fix wrong handling of IsDelLastPara() redlinesMichael Stahl1-0/+2
2018-12-01sw_redlinehide_4a: fix infinite loop in SwAttrIter::Seek()Michael Stahl1-1/+2
2018-12-01sw_redlinehide_4a: convert SwTextNode::GetMinMaxSize()Michael Stahl1-11/+11
2018-12-01sw_redlinehide_4a: convert SwEditShell::GetScalingOfSelectedText()Michael Stahl1-60/+36
2018-11-25drop unnecessary vcl/window.hxx includes in writerCaolán McNamara1-1/+0
2018-11-15sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl1-2/+3
2018-11-15sw_redlinehide_3: fix SwAttrIter::SeekFwd()Michael Stahl1-7/+9
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov1-14/+6
2018-09-19sw_redlinehide_2: adapt SwEditShell::GetCurWord()Michael Stahl1-0/+7
2018-09-19sw_redlinehide_2: force SwAttrIter::GetNextAttr to make progressMichael Stahl1-8/+10
2018-09-19sw_redlinehide_2: fix infinite loop caused by SwAttrIter::Seek(0)Michael Stahl1-4/+7
2018-09-19sw_redlinehide_2: fix crash in SwAttrIter::Seek()Michael Stahl1-10/+13
2018-09-19sw_redlinehide_2: fix CanSkipOverRedline crashMichael Stahl1-2/+4
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-03use less magic in sw/Noel Grandin1-6/+6
2018-07-11loplugin:useuniqueptr in SwAttrIterNoel Grandin1-1/+30
2018-07-06tdf#118414 sw: fix fieldmarks in GetNextAttr()Michael Stahl1-2/+4
2018-06-08sw_redlinehide: add some checks in places that require the nodeMichael Stahl1-1/+3
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwTextNodeMichael Stahl1-2/+2
2018-06-08sw_redlinehide: split up SwScriptInfo::WhichFont confusionMichael Stahl1-1/+1
2018-06-08sw_redlinehide: SwDrawTextInfo conversion in itratr.cxxMichael Stahl1-8/+8
2018-06-08sw_redlinehide: fix the fieldmark toxic waste in GetNextAttr()Michael Stahl1-20/+20
2018-06-08sw_redlinehide: remove "protected" SwAttrIter::m_pHints memberMichael Stahl1-12/+11
2018-06-08sw_redlinehide: rename it to SwAttrIter::MaybeHasHints()Michael Stahl1-0/+5
2018-06-08sw_redlinehide: adapt more functions of SwAttrIterMichael Stahl1-2/+18
2018-06-08sw_redlinehide: SwAttrIter::Seek()Michael Stahl1-8/+81
2018-06-08sw_redlinehide: more work on SwRedlineItr::GetNextRedln()Michael Stahl1-7/+8
2018-06-08sw_redlinehide: this m_nCurrentIndexOffset is giving me headachesMichael Stahl1-11/+14
2018-06-08sw_redlinehide: don't need SwAttrIter::m_pFirstNodeMichael Stahl1-2/+3
2018-06-08sw_redlinehide: adapt SwExtend to merged paragraphMichael Stahl1-4/+10
2018-06-08sw_redlinehide: convert itratr.hxx to TextFrameIndexMichael Stahl1-5/+5
2018-06-08sw_redlinehide: SwAttrIter::GetNextAttr() skips over delete redlinesMichael Stahl1-13/+301