summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Remove unused StateChangeEvent::return_typeStephan Bergmann1-1/+0
2019-11-24cppcheck: performing init in init list (dbaccess/desktop/dtrans/e.)Julien Nabet4-59/+41
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann11-0/+58
2019-11-22log exceptions when parsingNoel Grandin1-0/+1
2019-11-20Remove comphelper::OUStringLiteralListStephan Bergmann2-7/+10
2019-11-19editeng: add UNO API for semi-transparent textMiklos Vajna1-2/+4
2019-11-19use FasterParser for LoadXMLExceptList_ImpNoel Grandin1-6/+3
2019-11-18editeng: add doc model for semi-transparent textMiklos Vajna1-4/+34
2019-11-18use FasterParser for SvxReadXMLNoel Grandin1-6/+2
2019-11-17cid#1430104 Arguments in wrong orderCaolán McNamara1-0/+1
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+7
2019-11-16Replace comphelper::ServiceInfoHelper::addToSequenceMike Kaganski2-18/+20
2019-11-15editeng: extend SvxColorItem xml dumpMiklos Vajna1-1/+6
2019-11-06make some classes module-privateNoel Grandin1-1/+1
2019-11-06loplugin:indentation find broken if statementsNoel Grandin2-2/+2
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-11-03loplugin:stringaddNoel Grandin1-4/+4
2019-10-31avoid intermediate vcl::WindowsCaolán McNamara4-21/+15
2019-10-29remove unnecessary includesCaolán McNamara3-3/+2
2019-10-23loplugin:unusedfieldsNoel Grandin3-7/+3
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin2-2/+2
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin7-11/+9
2019-10-21loplugin:virtualdead unused param in UnknownAttrTokenNoel Grandin3-5/+5
2019-10-19Fix typo and dotsAndrea Gelmini1-1/+1
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-2/+12
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann9-13/+13
2019-10-16Resolves: tdf#127961 Add NBSP to quotation marks for all French except fr-CHEike Rathke1-12/+2
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-4/+1
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-2/+2
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin4-14/+14
2019-10-11simplify "a = a +" to "a +="Noel Grandin5-46/+29
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-4/+3
2019-10-08tdf#128009: Allow spaces in AutoText suggestionsMike Kaganski1-10/+44
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin9-38/+38
2019-10-07InsertQuote can be constMike Kaganski1-1/+1
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin1-2/+2
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin6-27/+6
2019-10-05Drop bogus memsetStephan Bergmann1-1/+0
2019-10-04SvxAutoCorrect::GetPrevAutoCorrWord should not be constMike Kaganski1-3/+2
2019-10-04loplugin:unusedfieldsNoel Grandin1-2/+0
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski2-20/+14
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl1-3/+5
2019-09-29constmethod for accessor-type methodsNoel Grandin1-2/+2
2019-09-28loplugin:virtualdead in editengNoel Grandin3-20/+1
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin2-7/+7
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-0/+1
2019-09-26tdf#127748: crash on modify a frame style, which has writing-mode bt-lrJulien Nabet1-1/+2
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-5/+5
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-20tdf#109158 improve load time of autocorrect XML fileNoel Grandin1-0/+2