summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2019-04-24Fix typosAndrea Gelmini1-2/+2
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen16-0/+24
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-11/+4
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen10-0/+14
2019-04-15improve loplugin simplifyconstructNoel Grandin2-2/+2
2019-04-13loplugin:sequentialassign in editeng..extensionsNoel Grandin8-19/+9
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen1-0/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen2-0/+2
2019-04-04weld ClassificationDialogCaolán McNamara5-42/+60
2019-04-04LOK logic is good for non-lok hereCaolán McNamara1-12/+2
2019-04-04this line is equivalent to InvalidateAtWindowCaolán McNamara1-2/+2
2019-04-02tdf#108423 autocorrect English word i' -> I’László Németh1-2/+21
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski1-0/+5
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski2-6/+4
2019-03-28loplugin:useuniqueptr in ImpEditEngine::WriteItemListAsRTFNoel Grandin2-12/+11
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-07tdf#121686: fix assert in SvxAutoCorrect::FnChgToEnEmDash (editeng)Julien Nabet1-1/+2
2019-03-07log nice exception messages whereever possibleNoel Grandin1-2/+4
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-2/+2
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-12/+12
2019-03-04simplify UNO getTypes methodsNoel Grandin2-20/+11
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin9-17/+18
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-1/+0
2019-02-25-Werror,-Wunused-private-fieldStephan Bergmann1-6/+1
2019-02-23loplugin:unusedfields in editengNoel Grandin4-19/+1
2019-02-21weld HangulHanjaConversionDialogCaolán McNamara4-33/+27
2019-02-20drop unused argumentCaolán McNamara1-1/+1
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov7-114/+62
2019-02-19Simplify ranges overlapping conditionArkadiy Illarionov1-6/+1
2019-02-13Pointer is pointlessNoel Grandin3-17/+20
2019-02-12sw btlr writing mode: implement UNO APIMiklos Vajna1-0/+6
2019-02-12sw btlr wrting mode: implement document modelMiklos Vajna1-0/+11
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin11-47/+47
2019-01-29Add comments to autocorrect functionsIlmari Lauhakangas1-7/+10
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen4-0/+4
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen13-61/+48
2019-01-17Check OS_FOR_BUILD for behavior of sed executed during buildStephan Bergmann1-2/+2
2019-01-17Non-standard sed -i option is different on macOS than with GNU sedStephan Bergmann1-2/+2
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann1-3/+5
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2-3/+5
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen15-0/+15
2018-12-23Fix typoAndrea Gelmini1-1/+1
2018-12-12loplugin:useuniqueptr in editengNoel Grandin6-32/+29
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen8-0/+8
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann7-18/+18
2018-12-07tdf#121779: extend TWo CApitals list to also ignore sMALL iNITIALSMike Kaganski1-0/+8
2018-12-07remove unused EditStatusFlags enum valueNoel Grandin1-2/+0
2018-12-07remove unused SvxNumRuleFlags::CHAR_TEXT_DISTANCENoel Grandin1-1/+1
2018-12-05loplugin:singlevalfields in editengNoel Grandin3-13/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin2-3/+3