summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2018-01-19ofz#5477 if the para is already oversize, nums would go negativeCaolán McNamara
2018-01-15Fix typoAndrea Gelmini
2018-01-15More loplugin:cstylecast: editengStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2018-01-11loplugin:redundantcast: editengStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr
2018-01-09tdf#99524 - allow backward connect paragraph to undo.Mark Hung
2018-01-07tdf#114628 unit test for line spacingSzymon Kłos
2018-01-05Revert "GetTrueSlotId is dead"Noel Grandin
2018-01-04GetTrueSlotId is deadNoel Grandin
2018-01-04tdf#114664 allow the splitted paragraph attributes to recover.Mark Hung
2018-01-04tdf#114732 backspace can only make bullet invisible.Mark Hung
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin
2018-01-01tdf#114628 correct line spacing for impressSzymon Kłos
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin
2017-12-29Fix typosAndrea Gelmini
2017-12-28loplugin:passstuffbyref improved return in editengNoel Grandin
2017-12-25various coverity exception warningsCaolán McNamara
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-12-18loplugin:unusedindexMike Kaganski
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin
2017-12-16convert EETextFormat to scoped enumNoel Grandin
2017-12-15sal_uIntPtr->VclPtr<OutputDevice> in XParaPortionListNoel Grandin
2017-12-14editeng: error: "remove_const_t" is not a member of "std"Michael Stahl
2017-12-14editeng: RTF export: another buggy GetItem2() loop, for fontsMichael Stahl
2017-12-14editeng: fix RTF export of colorsMichael Stahl
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-10ofz#4582 Floating-point-exceptionCaolán McNamara
2017-12-08cppcheck: fix some reportsJulien Nabet
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05tdf#96505 removed "L" literalekuiitr
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-12-05loplugin:countusersofdefaultparams in editeng..packageNoel Grandin
2017-12-01loplugin:unusedfieldsNoel Grandin
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-30loplugin:unusedmethodsNoel Grandin
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-27rhbz#1517407 Capitalize every word doesn't work after bracketsCaolán McNamara
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-21Translate German variable nameJohnny_M
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-18RotateFlyFrame3: add support for AutoContourArmin Le Grand