summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2020-01-24tdf#128046: preserve list levels on pasteKatarina Behrens2-3/+8
2020-01-04tdf#129708 speed-up: reuse enumeration for each effectSerge Krot1-28/+29
2019-12-31tdf#59666 AutoCorrect: don't capitalize single Greek lettersLászló Németh1-0/+4
2019-12-31tdf#38394 AutoCorrect: fix ’« in French l’« word »László Németh1-0/+9
2019-12-29tdf#54409 fix AutoCorrect with Unicode quotation marksLászló Németh1-0/+4
2019-12-21tdf#106164 AutoCorrect: capitalize words with apostropheLászló Németh1-1/+2
2019-12-11tdf#129300 alignment enums not translated in organizerCaolán McNamara1-6/+58
2019-12-07tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt3-50/+60
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-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
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