summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+2
2018-11-30loplugin:unusedmethodsNoel Grandin1-5/+0
2018-11-28loplugin:unusedfieldsNoel Grandin1-2/+1
2018-11-28loplugin:unusedmethodsNoel Grandin2-61/+0
2018-11-27remove unused EEControlBits enum valueNoel Grandin3-18/+0
2018-11-27remove unused EVControlBits enum valuesNoel Grandin2-30/+1
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2-0/+2
2018-11-26add dumpAsXml methods to more pool itemsMarkus Mohrhard1-0/+13
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2-6/+5
2018-11-22loplugin:unusedenumconstants in EEControlBitsNoel Grandin4-31/+4
2018-11-22improve function-local statics in dbaccess..filterNoel Grandin1-6/+5
2018-11-21loplugin:redundantfcast improvementsNoel Grandin3-5/+5
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen18-0/+18
2018-11-19Fix typosAndrea Gelmini1-35/+35
2018-11-18Fix typosAndrea Gelmini1-1/+1
2018-11-16Revert "tdf#115639: Align right/center with trailing spaces the same"Tamás Zolnai6-178/+7
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin1-7/+10
2018-11-15loplugin:staticmethods in editengNoel Grandin3-8/+8
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen6-0/+9
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-10/+4
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski3-70/+64
2018-11-08Fix typosAndrea Gelmini1-1/+1
2018-11-08Resolves: tdf#121200 better ofz#7802 infinite loop fixCaolán McNamara1-1/+17
2018-11-08More --enable-debug --disable-assert-always-abort fixesStephan Bergmann6-22/+26
2018-11-08Convert FieldUnit to scoped enumMike Kaganski2-3/+3
2018-11-08loplugin:unusedmethodsNoel Grandin1-2/+0
2018-11-07move SvTreeListBox to vclCaolán McNamara2-16/+2
2018-11-04tdf#120703 VPS: V547 Expression is always true/falseMike Kaganski1-107/+89