summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* Make editeng_core test depend on more_fontsJan-Marek Glogowski2018-10-112-0/+10
* tdf#119065 fix the style of two connected paragraphs.Mark Hung2018-10-111-6/+1
* Resolves: tdf#66545 display URL fields non-shaded in CalcEike Rathke2018-10-093-4/+25
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-096-11/+11
* use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin2018-10-098-49/+51
* cppcheck: useInitializationList in editeng ...Jochen Nitschke2018-10-096-63/+62
* use unique_ptr in ParaPortionListNoel Grandin2018-10-094-24/+20
* Fix typosAndrea Gelmini2018-10-071-1/+1
* drop some now unnecessary includesCaolán McNamara2018-10-0621-67/+10
* no need to call empty() before clear()Noel Grandin2018-10-031-4/+2
* ofz#10696 null-derefCaolán McNamara2018-09-271-0/+1
* loplugin:methodcycles more graph theory for the winNoel Grandin2018-09-272-45/+0
* editeng ConvertBorderWidthToWord ensure minimum widthJustin Luth2018-09-271-8/+11
* Queue notifications only oncePaul Trojahn2018-09-255-32/+13
* loplugin:useuniqueptr in SvxRTFParserNoel Grandin2018-09-252-42/+31
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-241-0/+1
* weld SvxHyphenWordDialogCaolán McNamara2018-09-201-4/+2
* New loplugin:externalStephan Bergmann2018-09-1713-22/+22
* tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen2018-09-131-0/+1
* clang-tidy bugprone-copy-constructor-initNoel Grandin2018-09-111-1/+1
* Handle trailing token separator without copying stringMatteo Casalin2018-09-091-6/+7
* Avoid getTokenCount()Matteo Casalin2018-09-091-3/+3
* Revert "clang-tidy performance-move-const-arg"Noel Grandin2018-09-093-20/+20
* loplugin:simplifyconstruct in editeng..extensionsNoel Grandin2018-09-0815-41/+15
* loplugin:useuniqueptr in ImpEditEngine::ConvertNoel Grandin2018-09-072-5/+4
* loplugin:useuniqueptr in ImpEditEngineNoel Grandin2018-09-072-6/+4
* clang-tidy performance-move-const-argNoel Grandin2018-09-063-20/+20
* loplugin:useuniqueptr in editengNoel Grandin2018-09-062-5/+4
* tdf#118967 Batch all a11y notificationsPaul Trojahn2018-09-047-101/+30
* tdf#112935 Paste as Unformatted doesn't work in shapes and commentsMaxim Monastirsky2018-09-022-5/+9
* Fix syntaxJulien Nabet2018-08-311-1/+1
* Silence bogus -Werror=redundant-move (GCC 9)Stephan Bergmann2018-08-301-0/+5
* Translate German commentsJohnny_M2018-08-301-1/+1
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-4/+2
* loplugin:constantparam (1)Noel Grandin2018-08-291-2/+2
* tdf#106260 Fix invisible pasted urlsPaul Trojahn2018-08-262-5/+5
* Resolves: tdf#112563 we don't want a human representation of SvxRsidItemCaolán McNamara2018-08-241-0/+12
* Fix typo: s/an other/another/gAndrea Gelmini2018-08-163-4/+4
* SvxNumberFormat::nFirstLineOffset should have a larger typeStephan Bergmann2018-08-163-8/+12
* Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke2018-08-161-1/+1
* Adapt castStephan Bergmann2018-08-161-1/+1
* SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann2018-08-154-6/+11
* loplugin:useuniqueptr pass XEditAttribute around by std::unique_ptrNoel Grandin2018-08-153-12/+11
* SvxCharSetColorItem can be removedNoel Grandin2018-08-149-43/+1
* create appendCopy method in OUStringBufferNoel Grandin2018-08-142-3/+4
* tdf#119155, tdf#119162: check there's at least 1 word in Capitalize Every WordJulien Nabet2018-08-131-1/+1
* tdf#119169 impress, crash when editing bulleted listNoel Grandin2018-08-101-1/+2
* loplugin:unusedmethodsNoel Grandin2018-08-092-11/+2
* coverity#1438198 silence using invalid iteratorCaolán McNamara2018-08-021-2/+5
* Add missing sal/log.hxx headersGabor Kelemen2018-08-0126-0/+26