summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-10loplugin:useuniqueptr in SwTOXInternationalNoel Grandin1-4/+4
2018-07-10use std::uniqueptr in HandledTextTokenNoel Grandin1-2/+2
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen1-1/+0
2018-03-18tdf#112118: use correct border when calculating marginMike Kaganski1-3/+1
2018-03-16tdf#116403: consider borders when updating right-aligned tab in indexMike Kaganski1-0/+5
2018-02-28Fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-11Pointer is always non-null ==> use referenceMatteo Casalin1-8/+4
2018-02-11Return correct length for Authority tokenMatteo Casalin1-17/+16
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-15More loplugin:cstylecast: swStephan Bergmann2-3/+3
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-12-06table of objects crashes on first update with object in documentCaolán McNamara1-2/+2
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-10-23loplugin:includeform: swStephan Bergmann4-39/+39
2017-10-23tdf#113284 Check vector length before useTamas Bunth1-0/+3
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-6/+6
2017-09-29tdf#99689 allow Subscript in Illustration Index...Tamas Bunth1-5/+10
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-5/+5
2017-08-04loplugin:constparams in sw part4Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara3-26/+111
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: swStephan Bergmann1-1/+0