summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2018-01-24Avoid upcoming GCC 8 -Werror=class-memaccess on css::util::DateTimeStephan Bergmann1-3/+8
2018-01-24loplugin:useuniqueptr in SvxBoxItemNoel Grandin1-56/+35
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin1-34/+28
2018-01-24loplugin:unused-returns in vclNoel Grandin2-5/+3
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2018-01-23OutputDevice::GetCaretPositions takes sal_Int32 nIndex parameterStephan Bergmann1-2/+2
2018-01-20loplugin:unusedmethodsNoel Grandin2-55/+0
2018-01-19ofz#5477 if the para is already oversize, nums would go negativeCaolán McNamara1-4/+5
2018-01-15Fix typoAndrea Gelmini2-4/+4
2018-01-15More loplugin:cstylecast: editengStephan Bergmann14-125/+125
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin2-3/+3
2018-01-12More loplugin:cstylecast: editengStephan Bergmann44-650/+650
2018-01-11loplugin:redundantcast: editengStephan Bergmann3-6/+6
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin3-4/+4
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-9/+7
2018-01-09tdf#99524 - allow backward connect paragraph to undo.Mark Hung3-5/+8
2018-01-07tdf#114628 unit test for line spacingSzymon Kłos1-0/+92
2018-01-05Revert "GetTrueSlotId is dead"Noel Grandin1-1/+8
2018-01-04GetTrueSlotId is deadNoel Grandin1-8/+1
2018-01-04tdf#114664 allow the splitted paragraph attributes to recover.Mark Hung1-1/+3
2018-01-04tdf#114732 backspace can only make bullet invisible.Mark Hung1-14/+15
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-1/+1
2018-01-01tdf#114628 correct line spacing for impressSzymon Kłos2-17/+28
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin1-1/+1
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-28loplugin:passstuffbyref improved return in editengNoel Grandin9-25/+26
2017-12-25various coverity exception warningsCaolán McNamara3-14/+14
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-7/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-3/+3
2017-12-19loplugin:unusedenumconstantsNoel Grandin2-3/+1
2017-12-18loplugin:unusedindexMike Kaganski3-118/+74
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin1-3/+3
2017-12-16convert EETextFormat to scoped enumNoel Grandin4-36/+14
2017-12-15sal_uIntPtr->VclPtr<OutputDevice> in XParaPortionListNoel Grandin3-4/+4
2017-12-14editeng: error: "remove_const_t" is not a member of "std"Michael Stahl1-2/+2
2017-12-14editeng: RTF export: another buggy GetItem2() loop, for fontsMichael Stahl1-5/+8
2017-12-14editeng: fix RTF export of colorsMichael Stahl1-6/+4
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-1/+1
2017-12-13tools: remove unused #include from solar.hMichael Stahl4-0/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-10ofz#4582 Floating-point-exceptionCaolán McNamara1-7/+11
2017-12-08cppcheck: fix some reportsJulien Nabet1-2/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2-0/+4
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin2-4/+4
2017-12-05tdf#96505 removed "L" literalekuiitr1-3/+3
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-6/+6
2017-12-05loplugin:countusersofdefaultparams in editeng..packageNoel Grandin3-3/+3
2017-12-01loplugin:unusedfieldsNoel Grandin3-8/+3
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl1-2/+4
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann4-9/+9