summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
AgeCommit message (Expand)AuthorFilesLines
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-4/+4
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1
2020-01-20sw: fix assert in ToX update on mw00_table_of_contents_templates.docMichael Stahl1-3/+1
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-12-23sal_Char->char in swNoel Grandin1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara2-3/+2
2019-12-11num->number and bul->bullet in sw/Noel Grandin1-1/+1
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen5-16/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-4/+4
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-1/+1
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-7/+7
2019-10-02crashtesting: null deref on importing ooo50983-1.odtCaolán McNamara1-2/+3
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-5/+3
2019-09-30null derefCaolán McNamara1-1/+2
2019-09-22SwXDocumentIndexMark::Impl: MultiWriterListener no moreBjoern Michaelsen1-39/+35
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-10/+10
2019-07-29Fix typo in codeAndrea Gelmini1-1/+1
2019-06-18loplugin:logexceptionnicely in swNoel Grandin1-12/+13
2019-05-30GetAnyEnd does not need to return a pointerNoel Grandin1-1/+1
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-3/+3
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-1/+1
2019-04-26tdf#123313 sw: towards fixing ToX Update Undo wrt. CrossReferenceMichael Stahl1-1/+15
2019-04-16tdf#123855 sw_redlinehide: fix GetExpandText() not expanding footnotesMichael Stahl1-4/+6
2019-03-28use unique_ptr for SwTOXTypesNoel Grandin1-2/+5
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+2
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2019-02-04Use indexed getToken()Matteo Casalin1-8/+9
2019-01-21cleanup SwAuthEntry manual ref-countingNoel Grandin1-2/+2
2018-12-21sw_redlinehide: adapt ToX UpdateMichael Stahl3-71/+229
2018-11-22tdf#120703 PVS: V637 rename inconsistent < and == operatorsCaolán McNamara1-9/+9
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-15sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl1-1/+1
2018-11-15sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl2-1/+4
2018-11-15sw_redlinehide_3: pass current layout through ModelToViewHelperMichael Stahl1-1/+1
2018-11-15sw_redlinehide_3: SwNodeText::GetExpandText overload is...Michael Stahl1-5/+5
2018-11-15sw: parameter of SwChapterField::ChangeExpansion() is requiredMichael Stahl1-1/+1
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov1-5/+1
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-1/+1
2018-10-03loplugin:constfields in swNoel Grandin1-2/+2
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-1/+4
2018-09-19sw_redlinehide_2: remove one bool from SwTextNode::ExpandText()Michael Stahl1-1/+1
2018-08-16loplugin:useuniqueptr in SwTOXBaseSectionNoel Grandin1-1/+1
2018-08-05coverity#1438225 Improper use of negative valueCaolán McNamara1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-07-30loplugin:stringloop in swNoel Grandin1-7/+7