summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* Add comments to autocorrect functionsIlmari Lauhakangas2019-01-291-7/+10
* tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen2019-01-224-0/+4
* o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2019-01-2113-61/+48
* Check OS_FOR_BUILD for behavior of sed executed during buildStephan Bergmann2019-01-171-2/+2
* Non-standard sed -i option is different on macOS than with GNU sedStephan Bergmann2019-01-171-2/+2
* Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann2019-01-111-3/+5
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-112-3/+5
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-0715-0/+15
* Fix typoAndrea Gelmini2018-12-231-1/+1
* loplugin:useuniqueptr in editengNoel Grandin2018-12-126-32/+29
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-108-0/+8
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-087-18/+18
* tdf#121779: extend TWo CApitals list to also ignore sMALL iNITIALSMike Kaganski2018-12-071-0/+8
* remove unused EditStatusFlags enum valueNoel Grandin2018-12-071-2/+0
* remove unused SvxNumRuleFlags::CHAR_TEXT_DISTANCENoel Grandin2018-12-071-1/+1
* loplugin:singlevalfields in editengNoel Grandin2018-12-053-13/+1
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-052-3/+3
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-12-031-2/+2
* loplugin:unusedmethodsNoel Grandin2018-11-301-5/+0
* loplugin:unusedfieldsNoel Grandin2018-11-281-2/+1
* loplugin:unusedmethodsNoel Grandin2018-11-282-61/+0
* remove unused EEControlBits enum valueNoel Grandin2018-11-273-18/+0
* remove unused EVControlBits enum valuesNoel Grandin2018-11-272-30/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2018-11-272-0/+2
* add dumpAsXml methods to more pool itemsMarkus Mohrhard2018-11-261-0/+13
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-252-6/+5
* loplugin:unusedenumconstants in EEControlBitsNoel Grandin2018-11-224-31/+4
* improve function-local statics in dbaccess..filterNoel Grandin2018-11-221-6/+5
* loplugin:redundantfcast improvementsNoel Grandin2018-11-213-5/+5
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-211-0/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-1918-0/+18
* Fix typosAndrea Gelmini2018-11-191-35/+35
* Fix typosAndrea Gelmini2018-11-181-1/+1
* Revert "tdf#115639: Align right/center with trailing spaces the same"Tamás Zolnai2018-11-166-178/+7
* loplugin:buriedassign in dbaccess..ooxNoel Grandin2018-11-161-7/+10
* loplugin:staticmethods in editengNoel Grandin2018-11-153-8/+8
* tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen2018-11-146-0/+9
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-111-10/+4
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-103-70/+64
* Fix typosAndrea Gelmini2018-11-081-1/+1
* Resolves: tdf#121200 better ofz#7802 infinite loop fixCaolán McNamara2018-11-081-1/+17
* More --enable-debug --disable-assert-always-abort fixesStephan Bergmann2018-11-086-22/+26
* Convert FieldUnit to scoped enumMike Kaganski2018-11-082-3/+3
* loplugin:unusedmethodsNoel Grandin2018-11-081-2/+0
* move SvTreeListBox to vclCaolán McNamara2018-11-072-16/+2
* tdf#120703 VPS: V547 Expression is always true/falseMike Kaganski2018-11-041-107/+89
* loplugin:oncevarNoel Grandin2018-10-291-2/+1
* loplugin:unusedmethodsNoel Grandin2018-10-271-1/+0
* tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski2018-10-271-1/+1
* use unique_ptr when Clone()'ing PoolItemsNoel Grandin2018-10-263-6/+3