summaryrefslogtreecommitdiff
path: root/editeng/source
AgeCommit message (Expand)AuthorFilesLines
2019-12-06tdf#128666 Only enable hyperlink actions when just the field is selectedSamuel Mehrbrodt1-11/+17
2019-11-28tdf#128659 Cannot add AutoCorrect entriesNoel Grandin1-1/+2
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 McNamara3-17/+14
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-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 Grandin2-19/+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-20tdf#109158 improve load time of autocorrect XML fileNoel Grandin1-0/+2
2019-09-20tdf#109158 improve sorting when loading large autocorrect fileNoel Grandin2-70/+81
2019-09-06use unique_ptr in OutlinerNoel Grandin2-7/+7
2019-09-06use unique_ptr in EditNodeIdxNoel Grandin2-6/+6
2019-09-06TyposAndrea Gelmini9-19/+19
2019-09-03Fix typosAndrea Gelmini1-1/+1
2019-09-03Resolves: tdf#126935 a11y for hosted EditEngineCaolán McNamara1-163/+0
2019-09-02assert on selecting text from end to start in shape with a11y enabledCaolán McNamara1-1/+1
2019-09-02loplugin:constmethod in editengNoel Grandin12-26/+26
2019-08-31drop some unnecessary includesCaolán McNamara1-2/+0
2019-08-28ContentInfo::Equals uses std::equalAdrien Ollier1-18/+10
2019-08-25cid#1452761 Uncaught exceptionCaolán McNamara1-1/+1
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-1/+1
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov2-6/+3
2019-08-20loplugin:constvars in drawinglayer..frameworkNoel Grandin3-4/+4