summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* tdf#129300 alignment enums not translated in organizerCaolán McNamara2019-12-111-6/+58
* tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt2019-12-073-50/+60
* tdf#128666 Only enable hyperlink actions when just the field is selectedSamuel Mehrbrodt2019-12-061-11/+17
* tdf#128659 Cannot add AutoCorrect entriesNoel Grandin2019-11-281-1/+2
* make some classes module-privateNoel Grandin2019-11-061-1/+1
* loplugin:indentation find broken if statementsNoel Grandin2019-11-062-2/+2
* size some stringbuffer to prevent re-allocNoel Grandin2019-11-031-1/+1
* loplugin:stringaddNoel Grandin2019-11-031-4/+4
* avoid intermediate vcl::WindowsCaolán McNamara2019-10-314-21/+15
* remove unnecessary includesCaolán McNamara2019-10-293-3/+2
* loplugin:unusedfieldsNoel Grandin2019-10-233-7/+3
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-232-2/+2
* loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin2019-10-217-11/+9
* loplugin:virtualdead unused param in UnknownAttrTokenNoel Grandin2019-10-213-5/+5
* Fix typo and dotsAndrea Gelmini2019-10-191-1/+1
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-181-2/+12
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-179-13/+13
* Resolves: tdf#127961 Add NBSP to quotation marks for all French except fr-CHEike Rathke2019-10-161-12/+2
* loplugin:bufferadd loosen some constraintsNoel Grandin2019-10-161-4/+1
* loplugin:stringadd look through a couple more known-good methodsNoel Grandin2019-10-161-2/+2
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-144-14/+14
* simplify "a = a +" to "a +="Noel Grandin2019-10-115-46/+29
* convert WriteCharPtr..getStr to WriteOStringNoel Grandin2019-10-101-4/+3
* tdf#128009: Allow spaces in AutoText suggestionsMike Kaganski2019-10-081-10/+44
* loplugin:redundantpointerops simplify *p.get()Noel Grandin2019-10-089-38/+38
* InsertQuote can be constMike Kaganski2019-10-071-1/+1
* enable -Wrange-loop-analysis on clangNoel Grandin2019-10-071-2/+2
* improve SfxPoolItem operator== implementationsNoel Grandin2019-10-066-27/+6
* Drop bogus memsetStephan Bergmann2019-10-051-1/+0
* SvxAutoCorrect::GetPrevAutoCorrWord should not be constMike Kaganski2019-10-041-3/+2
* loplugin:unusedfieldsNoel Grandin2019-10-041-2/+0
* Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski2019-10-012-20/+14
* Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl2019-09-291-3/+5
* constmethod for accessor-type methodsNoel Grandin2019-09-291-2/+2
* loplugin:virtualdead in editengNoel Grandin2019-09-283-20/+1
* add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin2019-09-262-7/+7
* drop unnecessary includes and update pchCaolán McNamara2019-09-261-0/+1
* tdf#127748: crash on modify a frame style, which has writing-mode bt-lrJulien Nabet2019-09-261-1/+2
* support O(U)String::number() for fast string concatenationLuboš Luňák2019-09-241-5/+5
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-231-1/+1
* tdf#109158 improve load time of autocorrect XML fileNoel Grandin2019-09-201-0/+2
* tdf#109158 improve sorting when loading large autocorrect fileNoel Grandin2019-09-202-70/+81
* use unique_ptr in OutlinerNoel Grandin2019-09-062-7/+7
* use unique_ptr in EditNodeIdxNoel Grandin2019-09-062-6/+6
* TyposAndrea Gelmini2019-09-069-19/+19
* Fix typosAndrea Gelmini2019-09-031-1/+1
* Resolves: tdf#126935 a11y for hosted EditEngineCaolán McNamara2019-09-032-164/+0
* assert on selecting text from end to start in shape with a11y enabledCaolán McNamara2019-09-021-1/+1
* loplugin:constmethod in editengNoel Grandin2019-09-0214-28/+28
* drop some unnecessary includesCaolán McNamara2019-08-311-2/+0