summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2018-10-25tdf#120525 fix linespacing <100% for impressAlicVB1-2/+2
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski3-5/+5
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin3-3/+4
2018-10-22pvs-studio: V581 identical conditional expressions situated alongsideCaolán McNamara1-3/+0
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara2-21/+24
2018-10-22tdf#120703 (PVS): too complex condition; wrong conditionMike Kaganski1-2/+2
2018-10-21tdf#120703 (PVS): Recurring check.Xisco Fauli1-6/+3
2018-10-21clarify this code a bitCaolán McNamara1-1/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin3-6/+6
2018-10-18editeng: do not throw from QueryValue implementationMichael Stahl1-1/+2
2018-10-17loplugin:unusedmethodsNoel Grandin1-3/+0
2018-10-17loplugin:staticvar in editeng..frameworkNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin10-33/+33
2018-10-17loplugin:singlevalfieldsNoel Grandin1-9/+7
2018-10-15loplugin:staticconstfield improvementsNoel Grandin2-8/+7
2018-10-15loplugin:unusedmethodsNoel Grandin1-3/+0
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen1-0/+1
2018-10-15add SvStream::TellEndNoel Grandin1-6/+2
2018-10-11Make editeng_core test depend on more_fontsJan-Marek Glogowski2-0/+10
2018-10-11tdf#119065 fix the style of two connected paragraphs.Mark Hung1-6/+1
2018-10-09Resolves: tdf#66545 display URL fields non-shaded in CalcEike Rathke3-4/+25
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann6-11/+11
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin8-49/+51
2018-10-09cppcheck: useInitializationList in editeng ...Jochen Nitschke6-63/+62
2018-10-09use unique_ptr in ParaPortionListNoel Grandin4-24/+20
2018-10-07Fix typosAndrea Gelmini1-1/+1
2018-10-06drop some now unnecessary includesCaolán McNamara21-67/+10
2018-10-03no need to call empty() before clear()Noel Grandin1-4/+2
2018-09-27ofz#10696 null-derefCaolán McNamara1-0/+1
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin2-45/+0
2018-09-27editeng ConvertBorderWidthToWord ensure minimum widthJustin Luth1-8/+11
2018-09-25Queue notifications only oncePaul Trojahn5-32/+13
2018-09-25loplugin:useuniqueptr in SvxRTFParserNoel Grandin2-42/+31
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-20weld SvxHyphenWordDialogCaolán McNamara1-4/+2
2018-09-17New loplugin:externalStephan Bergmann13-22/+22
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-1/+1
2018-09-09Handle trailing token separator without copying stringMatteo Casalin1-6/+7
2018-09-09Avoid getTokenCount()Matteo Casalin1-3/+3
2018-09-09Revert "clang-tidy performance-move-const-arg"Noel Grandin3-20/+20
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin15-41/+15
2018-09-07loplugin:useuniqueptr in ImpEditEngine::ConvertNoel Grandin2-5/+4
2018-09-07loplugin:useuniqueptr in ImpEditEngineNoel Grandin2-6/+4
2018-09-06clang-tidy performance-move-const-argNoel Grandin3-20/+20
2018-09-06loplugin:useuniqueptr in editengNoel Grandin2-5/+4
2018-09-04tdf#118967 Batch all a11y notificationsPaul Trojahn7-101/+30
2018-09-02tdf#112935 Paste as Unformatted doesn't work in shapes and commentsMaxim Monastirsky2-5/+9
2018-08-31Fix syntaxJulien Nabet1-1/+1
2018-08-30Silence bogus -Werror=redundant-move (GCC 9)Stephan Bergmann1-0/+5