summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itratr.cxx
AgeCommit message (Expand)Author
2022-05-31forcepoint#86 RES_TXTATR_UNKNOWN_CONTAINER item put at invalid indexCaolán McNamara
2019-11-28sw: fix asserts from SwSubFont::GetTextSize_() on ooo54042-1.docMichael Stahl
2019-10-10More loplugin:redundantpointeropsStephan Bergmann
2019-10-04sw: add CH_TXT_ATR_FIELDSEPMichael Stahl
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-08-05Fix typosAndrea Gelmini
2019-07-22cid#1448263 Dereference after null checkCaolán McNamara
2019-05-30GetAnyEnd does not need to return a pointerNoel Grandin
2019-02-12sw btlr writing mode: implement initial layoutMiklos Vajna
2018-12-18sw_redlinehide_4b: surprising discoveriesMichael Stahl
2018-12-18sw_redlinehide_4b: fix CanSkipOverRedline() using wrong start positionMichael Stahl
2018-12-18sw_redlinehide_4b: fix crash in CanSkipOverRedline()Michael Stahl
2018-12-18sw_redlinehide_4b: fix wrong handling of IsDelLastPara() redlinesMichael Stahl
2018-12-01sw_redlinehide_4a: fix infinite loop in SwAttrIter::Seek()Michael Stahl
2018-12-01sw_redlinehide_4a: convert SwTextNode::GetMinMaxSize()Michael Stahl
2018-12-01sw_redlinehide_4a: convert SwEditShell::GetScalingOfSelectedText()Michael Stahl
2018-11-25drop unnecessary vcl/window.hxx includes in writerCaolán McNamara
2018-11-15sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl
2018-11-15sw_redlinehide_3: fix SwAttrIter::SeekFwd()Michael Stahl
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov
2018-09-19sw_redlinehide_2: adapt SwEditShell::GetCurWord()Michael Stahl
2018-09-19sw_redlinehide_2: force SwAttrIter::GetNextAttr to make progressMichael Stahl
2018-09-19sw_redlinehide_2: fix infinite loop caused by SwAttrIter::Seek(0)Michael Stahl
2018-09-19sw_redlinehide_2: fix crash in SwAttrIter::Seek()Michael Stahl
2018-09-19sw_redlinehide_2: fix CanSkipOverRedline crashMichael Stahl
2018-09-17New loplugin:externalStephan Bergmann
2018-09-03use less magic in sw/Noel Grandin
2018-07-11loplugin:useuniqueptr in SwAttrIterNoel Grandin
2018-07-06tdf#118414 sw: fix fieldmarks in GetNextAttr()Michael Stahl
2018-06-08sw_redlinehide: add some checks in places that require the nodeMichael Stahl
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwTextNodeMichael Stahl
2018-06-08sw_redlinehide: split up SwScriptInfo::WhichFont confusionMichael Stahl
2018-06-08sw_redlinehide: SwDrawTextInfo conversion in itratr.cxxMichael Stahl
2018-06-08sw_redlinehide: fix the fieldmark toxic waste in GetNextAttr()Michael Stahl
2018-06-08sw_redlinehide: remove "protected" SwAttrIter::m_pHints memberMichael Stahl
2018-06-08sw_redlinehide: rename it to SwAttrIter::MaybeHasHints()Michael Stahl
2018-06-08sw_redlinehide: adapt more functions of SwAttrIterMichael Stahl
2018-06-08sw_redlinehide: SwAttrIter::Seek()Michael Stahl
2018-06-08sw_redlinehide: more work on SwRedlineItr::GetNextRedln()Michael Stahl
2018-06-08sw_redlinehide: this m_nCurrentIndexOffset is giving me headachesMichael Stahl
2018-06-08sw_redlinehide: don't need SwAttrIter::m_pFirstNodeMichael Stahl
2018-06-08sw_redlinehide: adapt SwExtend to merged paragraphMichael Stahl
2018-06-08sw_redlinehide: convert itratr.hxx to TextFrameIndexMichael Stahl
2018-06-08sw_redlinehide: SwAttrIter::GetNextAttr() skips over delete redlinesMichael Stahl
2018-05-23sw: fix max->min in SwTextNode::GetScalingOfSelectedText()Michael Stahl
2018-05-11sw: rename SwTextNode::IsSymbol() to reduce overloadingMichael Stahl
2018-05-11SwAttrIter: replace USHRT_MAX with COMPLETE_STRING for para indexMichael Stahl
2018-04-12sw: fix some IWYU warningsMiklos Vajna
2018-03-13Translate German variable namesJohnny_M
2018-02-01Use std::maxStephan Bergmann