summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2019-11-06make some classes module-privateNoel Grandin
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-11-03loplugin:stringaddNoel Grandin
2019-10-31avoid intermediate vcl::WindowsCaolán McNamara
2019-10-29remove unnecessary includesCaolán McNamara
2019-10-23loplugin:unusedfieldsNoel Grandin
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin
2019-10-21loplugin:virtualdead unused param in UnknownAttrTokenNoel Grandin
2019-10-19Fix typo and dotsAndrea Gelmini
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16Resolves: tdf#127961 Add NBSP to quotation marks for all French except fr-CHEike Rathke
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-10-08tdf#128009: Allow spaces in AutoText suggestionsMike Kaganski
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-10-07InsertQuote can be constMike Kaganski
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin
2019-10-05Drop bogus memsetStephan Bergmann
2019-10-04SvxAutoCorrect::GetPrevAutoCorrWord should not be constMike Kaganski
2019-10-04loplugin:unusedfieldsNoel Grandin
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-09-29constmethod for accessor-type methodsNoel Grandin
2019-09-28loplugin:virtualdead in editengNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-26drop unnecessary includes and update pchCaolán McNamara
2019-09-26tdf#127748: crash on modify a frame style, which has writing-mode bt-lrJulien Nabet
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-09-20tdf#109158 improve load time of autocorrect XML fileNoel Grandin
2019-09-20tdf#109158 improve sorting when loading large autocorrect fileNoel Grandin
2019-09-06use unique_ptr in OutlinerNoel Grandin
2019-09-06use unique_ptr in EditNodeIdxNoel Grandin
2019-09-06TyposAndrea Gelmini
2019-09-03Fix typosAndrea Gelmini
2019-09-03Resolves: tdf#126935 a11y for hosted EditEngineCaolán McNamara
2019-09-02assert on selecting text from end to start in shape with a11y enabledCaolán McNamara
2019-09-02loplugin:constmethod in editengNoel Grandin
2019-08-31drop some unnecessary includesCaolán McNamara
2019-08-28ContentInfo::Equals uses std::equalAdrien Ollier
2019-08-25cid#1452761 Uncaught exceptionCaolán McNamara
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov